Viewing 25 posts - 1 through 25 (of 30 total)
  • Author
    Posts
  • #7285
    Templatesyard
    Participant

    I want add horizontal and motion post in pujap press theme like demo. How can add this in my blog?

    #7286
    Gooyaabi
    Keymaster

    For add Motion Post.
    >>Layout >> Add Gadget>> HTML/JavaScript and add the following code..

    <div id="sportpost"></div>
    <script type='text/javascript'>
    jQuery("#sportpost").RecentPostbyTag({
    MaxPost:9,
    ImageSize:"s180-p",
    postType:"s",
    tagName:"Sports"
    });
    </script>

    For add horizontal Post..
    >>Layout >> Add Gadget>> HTML/JavaScript and add the following code..

    <div id="webpost"></div>
    <script type='text/javascript'>
    jQuery("#webpost").RecentPostbyTag({
    MaxPost:6,
    FirstImageSize:"s220-p",
    ImageSize:"s80-p",
    tagName:"Web Design",
    postType: "h",
    MoreText: "View All About",
    AjaxLoad: true,
    MoreNumPost: 6
    });
    </script> 
    #7321
    my add
    Keymaster

    motion post sample not working…no result|or error loading feed…pls reply

    #7322
    Gooyaabi
    Keymaster

    Please change the tagName:"Sports" to Your valuable tag name. For example, I want show Motion post from my tag “Books” so change the tag name Sports to Books. Please try it. Otherwise please show me your blog with your blog URL. Thank you.

    #7575
    my add
    Keymaster

    Hello,

    the code is working fine but my horizontal posts/motion posts section images are not displaying (may be because my posts all are youtube videos). could you please suggest me how can i enable the images for the videos.

    Thanks in advance.

    #7576
    my add
    Keymaster

    How can i add the vertical and comment sections.

    #7996
    Templatesyard
    Participant

    Any ideas please to avoid the (power by blogger)?
    I have it on top of the slider..
    see example.. http://etechtor.blogspot.gr/
    and i’m sorry but the code you send me its not working.

    <div id="featpost"></div>
    <script type='text/javascript'>
    jQuery("#featpost").AutofeaturedPost({
    blogURL: "",
    MaxPost: 4,
    ImageSize: 500,
    Summarylength: 150,
    slideSpeed:5000,
    ShowDate: true,
    ShowComment: true,
    animation:"slide",
    NoCommentText: "No Comment",
    OneCommentText: "Comment",
    CommentText: "Comments",
    RandompostActive: true,
    MonthNames: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
    pBlank: "http://1.bp.blogspot.com/-htG7vy9vIAA/Tp0KrMUdoWI/AAAAAAAABAU/e7XkFtErqsU/s72-c/grey.gif&quot;,
    tagName: false
    });
    </script>

    #7997
    Templatesyard
    Participant

    Hi, Your blog posts look very nice. but I cant’t understand. Because language problem. Ok, now we discus about your problem.
    //Any ideas please to avoid the (power by blogger)// Hi, this is Default from blogger. anyway, please follow the step.

    For Remove “Powered by Blogger.”

    Step-1
    Dashboard>> Template>> Edit HTML >> Jump To Widget >> Now Click the widget “Attribution1”. and now Expand the codes with “click” “Black Arrow”. Now Press “Ctrl+F” in your keyboard for find the line <b:widget id=’Attribution1′ locked=’true’ title=” type=’Attribution’> Now Replace the word “true” to “false”. Now “Save Template”.

    Step-2
    Dashboard>> Layouts>> Find “Attribution” widget and click “Edit”. now the popup window will open. now you can see “Remove” Option. Now click “Remove” button for Remove “Powered by Blogger.” That all.

    For Slide Show

    Go to Dashboard>> Layouts>> Now you can see some widget for slideshow like this.
    “1000s of Free”, “SingMag Theme”, “Auto Fb Page” etc.

    Now you should customize all sideshow widget with your own images, Titles, And your Links. for example…

    Choose “1000s of Free” widget, and click “Edit” now Popup window will open and you can see the following.
    Title
    Caption
    Link
    Image.
    Yes! Now, Please replace the title “1000s of Free Domains for Blogger” with your own title.
    Put Caption (Description) in “Caption” Box
    Put your link in Link Box.
    Now Upload your Own (670*280px sized image for better quality) image.
    Now click “Save”.
    Note: Do same thing to all Slideshow widget.

    or you can try with the following codes to simple widget.

    <div id="featpost"></div>
    <script type='text/javascript'>
    jQuery("#featpost").AutofeaturedPost({
    MaxPost:5
    });
    </script> 

    Thank you friend. please replay me if you need any help.

    #7998
    Gooyaabi
    Keymaster

    Superb mourse! Amazing! thank you for participating.

    #7999
    Templatesyard
    Participant

    It’s my pleasure.

    #8000
    Templatesyard
    Participant

    Thank you for your help my friend.
    The language is Greek and im trying something for new technology,gadgets e.t.c.
    Everything works perfectly now.
    Last think and we done..
    the code for the vertical posts sample please,
    and a second slider like in your panjab press sample theme.

    Thank you

    #8001
    Templatesyard
    Participant

    I really happy with you!

    For Add Vertical Posts in Sidebar.

    Go to Dashboard>> Layouts>> Add HTML & JavaScript. and now past and save the following codes.

     <div id="musicpost"></div>
    <script type='text/javascript'>
    jQuery("#musicpost").RecentPostbyTag({
    MaxPost:6,
    FirstImageSize:"s220-p",
    ImageSize:"s80-p",
    tagName:"Music",
    postType: "v",
    MoreText: "View All About",
    AjaxLoad: true,
    MoreNumPost: 6
    });
    </script> 

    Note: Please replace the word Music with your label name.

    For add Slideshow

    Go to Dashboard>> Layouts>> Add HTML & JavaScript and now past and save the following codes again.

    <div id="featpost"></div>
    <script type='text/javascript'>
    jQuery("#featpost").AutofeaturedPost({
    MaxPost:5
    });
    </script> 

    Or Try with

    <div id="featpost"></div>
    <script type='text/javascript'>
    jQuery("#featpost").AutofeaturedPost({
    blogURL: "",
    MaxPost: 4,  
    ImageSize: 500,
    Summarylength: 150,
    slideSpeed:5000,
    ShowDate: true,
    ShowComment: true,
    animation:"slide",
    NoCommentText: "No Comment",
    OneCommentText: "Comment",
    CommentText: "Comments",
    RandompostActive: true,
    MonthNames: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
    pBlank: "http://1.bp.blogspot.com/-htG7vy9vIAA/Tp0KrMUdoWI/AAAAAAAABAU/e7XkFtErqsU/s72-c/grey.gif",
    tagName: false
    });
    </script> 

    Your blog have good quality images. Best suitable for tech blogs. That’s you are doing very well. Keep and Happy blogging AnBo!

    #8002
    Templatesyard
    Participant

    For Add Comments in Sidebar

    Go to Dashboard>> Layouts>> Add HTML & JavaScript. and now past and save the following codes.

    <div id="rcentcomnets"></div>
    <script type='text/javascript'>
    RecentComments({
    blogURL:"",
    numComments:4,
    characters:100,
    id_containrc:"#rcentcomnets",
    avatarSize:50,
    loadingClass:"loadingxx",
    Showimage:true,
    defaultAvatar:"http://4.bp.blogspot.com/-AEWksK942OE/UFiyLzXJhiI/AAAAAAAAFKE/jBegaGPClxI/s70/user-anonymous-icon.png",
    MonthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],
    maxfeeds:50,
    adminBlog:""
    });
    </script> 
    #8003
    Templatesyard
    Participant

    Thanks for your help Mourseben..

    #8004
    Templatesyard
    Participant

    Can you check my blog please and tell me what am i doing wrong?. See WORLD NEWS and VERTICAL SAMPLE.
    http://etechtor.blogspot.gr/

    #8005
    Templatesyard
    Participant

    I GIVE UP…
    Everything crashed…
    The main slider suddenly crashed..
    Quality of images..bad.
    On Facebook/twitter/Google+1.. column nothing works..
    I lost the Motion Post Sample and HORIZONTAL POST SAMPLE..
    The Vertical Posts in Sidebar not working.
    The second slider code not working.

    Any idea?

    #8008
    Templatesyard
    Participant

    Please undo all changes and shift to back.

    Note: Please replace the word Music with your label name in Vertical Posts sidebar widget.
    I think you are adding codes in Text widget. Please confirm, the coding should be in HTML/JavaScript Widget. Otherwise please remove provided coding to add slideshow.

    If problem Persists, please Upload the template again. and start customization again with carefully. Please watch your every step for identify “Which step corrupting your template”. then please inform me.

    Thank you AnBo.

    #8027
    my add
    Keymaster

    I have the same problems as AnBo. I didn’t change anything at all, I was off the blog for a day and came back and suddenly I had several problems. I can no longer switch views between grid and list mode, the image quality is poor on homepage, the slider has vanished/broken, The images do not scroll between the images in that blog post, just static bad quality ones. The Facebook/Twitter/Google + tab thing isn’t working and just sit all on top of each other. I reverted to the original download, changed it back to simple theme to clear the html code then back again but it’s broken even on a new install of the theme. It took me a long time to get this thing working in the first place (slider wasn’t showing etc) so I’m pretty upset it’s just broken itself over night with no input from me :(

    The website is here to see what’s broken: http://ramblingfoxreviews.blogspot.co.uk

    #8038
    Gooyaabi
    Keymaster

    Please download latest version here.https://gooyaabitemplates.com/punjab-press-responsive-v3-blogger-template/
    if problem persist, please use manual slider. (with 670*280px sized images for better quality)

    #8062
    Templatesyard
    Participant

    hello,how can i add my own sub menu and customize the whole block in punjab responsive v3 template…help needed here..thank you

    #8063
    Templatesyard
    Participant

    Hi crissjohns, Please follow the step for Customize menu items.

    For Customize Main Menu

    Go to Dashboard>> Template >> Edit HTML. and find..

    <ul class='sf-menu' id='topmenunav'>
      <li><a href='#'>About</a></li>
      <li><a href='#'>Contact</a></li>
      <li><a href='#'>More</a>
        <ul>
          <li><a href='#'>Menu 1</a></li>
          <li><a href='#'>Menu 2</a></li>
          <li><a href='#'>Menu 3</a></li>
          <li><a href='#'>Menu 4</a></li>
        </ul>
      </li>
      <li><a href='#'>Menu</a></li>
    </ul>

    and you can replace with your own title and links. For example, Replace the word About with your own title, and Replace # with your link.

    For Customize Sub Menu.

    <ul class='sf-menu' id='menunav'>
    <li><a class='home' href='http://punjabpresstheme.blogspot.in/'>Home</a></li>
    <li><a href='#'>About</a></li>
    <li><a href='/p/archive.html'>Archive</a></li>
    <li><a href='/search/label/Technology'>Technology</a></li>
    <li><a href='#'>With Sub Menu</a>
    <ul>
    <li><a href='#'>Sub Menu</a></li>
    <li><a href='#'>Sub Sub Menu</a>
    <ul>
    <li><a href='#'>Sub Menu</a></li>
    <li><a href='#'>Sub Menu</a></li>
    <li><a href='#'>Sub Menu</a></li>
    <li><a href='#'>Sub Menu</a></li>
    </ul>
    </li>
    <li><a href='#'>Sub Menu</a></li>
    <li><a href='#'>Sub Menu</a></li>
    </ul>
    </li>
    <li><a href='/Error404.html'>Error 404</a></li>
    </ul> 

    Find the above coding and customize with your need.

    For add your own Sub Menu

    Please watch below two coding to understand basic.

    The coding for add menu without sub menu.

    <ul class='sf-menu' id='topmenunav'>
      <li><a href='#'>About</a></li>
      <li><a href='#'>Contact</a></li>
      <li><a href='#'>More</a>
        
      </li>
      <li><a href='#'>Menu</a></li>
    </ul>

    The coding for add menu with sub menu.

    <ul class='sf-menu' id='topmenunav'>
      <li><a href='#'>About</a></li>
      <li><a href='#'>Contact</a></li>
      <li><a href='#'>More</a>
        <ul>
          <li><a href='#'>Menu 1</a></li>
          <li><a href='#'>Menu 2</a></li>
          <li><a href='#'>Menu 3</a></li>
          <li><a href='#'>Menu 4</a></li>
        </ul>
      </li>
      <li><a href='#'>Menu</a></li>
    </ul>

    What’s the different between above the two coding? Just simple.

    This main menu is <li><a href='#'>More</a></li> when if you wand add sub menu in main menu like “More” you must add below coding within main menu coding.

    sub menu coding.

    <ul> 
      <li><a href='#'>Menu 4</a></li>
    </ul>

    For Ex.

    <li><a href='#'>More</a>
    add your sub menu code here...
    </li>

    After you add sub menu coding, the coding will be shown like that..

    <li><a href='#'>More</a>
        <ul>
                <li><a href='#'>Menu 4</a></li>
        </ul>
    </li>

    You can add your so many sub and main menus with following above steps.

    Thank you.

    #9656
    my add
    Keymaster

    HI,I want to know how to give some more character in Post title
    Please help with this

    #10168
    my add
    Keymaster

    Hi, your template is very nice, thanks for the design. I have a problem with the codes add horizontal and motion post. When I add the codes, the blog shows the post lists with the title and the image, but no the link of each post. For example, it shows something like this:

    http://0.0.7.221/10/broker-trade-24.html

    Do you have any idea? How can I resolve this?

    My blog is: http://www.directoriodebrokers.com/

    Best regards.

    #11046
    OddThemes
    Participant

    Hello, can you me with the template?
    I would like to know if there is a way to change the date to portuguese instead of english.

    Heres is me blog: osdestemidosblog.blogspot.com

    #11051
    my add
    Keymaster

    Hi can you help me with a few stuff….in the punjab press template

    Sorry but I am a noob,I tried doing it,googling it still unsuccessful

    I want to remove the hyperlink in the blog header image and post titles.I would like it flat without any link option.

    Then can you guide me in changing the background to an image or plain color.

    Then there is theme color(i want to change from orange to red) .I tried changing it through template designer .But it says can do it for custom template.Any help would be awesome.

Viewing 25 posts - 1 through 25 (of 30 total)
  • The topic ‘how can add the horizontal and motion post in the punjab press theme’ is closed to new replies.