-
AuthorPosts
-
September 11, 2015 at 1:19 pm #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.
ThanksSeptember 11, 2015 at 4:17 pm #501760Hi 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!
ElliottSeptember 11, 2015 at 5:02 pm #501791Hi 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
ThanksSeptember 12, 2015 at 3:20 am #501917Hey!
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,
IsmaelSeptember 12, 2015 at 5:22 am #501958Thank 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
September 13, 2015 at 8:19 am #502215Hi,
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,
RikardSeptember 13, 2015 at 12:33 pm #502293Hi 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
ThanksSeptember 13, 2015 at 6:42 pm #502367 -
AuthorPosts
- You must be logged in to reply to this topic.