Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #501601

    Hello,

    I am a new buyer from Vietnam and i have a question. How to set post no in each category and how to display the post with title and thumbnail in grid view, not like a blog.
    Thanks

    #501760

    Hi vemaybayanz!

    Your trying to display a number in front of the post title for it’s position in the current query? Can you send us a link to your page and take a screenshot highlighting exactly what your trying to do so we can get a better idea?

    Cheers!
    Elliott

    #501791

    Hi Elliot,

    I want my all the posts of category shown like this page: http://jetstars.vn/ve-noi-dia. With Enfold, i can not do that, all the posts of a category shown like a blog post.
    I use magazine homepage element as frontpage, and i don’t know how to set the subcategory like your demo.
    I am highly appriciated your support
    Thanks

    #501917

    Hey!

    Please add this in the functions.php file to set the blog style of the archive or category page to “grid”:

    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); 
    function avia_change_category_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'blog-grid';
    return $layout;
    }

    Regards,
    Ismael

    #501958

    Thank you Ismael, i have another problem. I set mailchimp as guided on enfold documentation. I choose one line form style and let it show after every post. Firstly it worked correctly but after oneday it doesn’t work well. Pls see the link: https://www.dropbox.com/sc/ad87lzdpxsa38l9/AAAbwkTzoW3lzscEnbSdMt6Ca and https://www.dropbox.com/sc/4tvuiqu8hizvjgo/AAAqGQOJIBuqgZJC4qz5trwsa

    #502215

    Hi,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    #502293

    Hi Rikard,
    I am doing on local host, sometime that error happens, sometime not. When i upload onto hosting, if that happens i’ll contact you
    Thanks

    #502367

    Hey!

    We will keep the thread open and wait to hear from you

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.