Forum Replies Created
-
AuthorPosts
-
July 18, 2017 at 11:30 am in reply to: Blog Category Pages – Not Following format of Custom Blog Layout Page #823202
Sorry for the multiple postings – I suppose I should have waiting a bit and just written a single note.
I found this post:
Am I correct in understanding from this, that I must modify the archive.php file in order to accomplish this?
My goal is to have both the main archive, and category archives displaying additional elements such as a Product Slider, etc. on the page, for example at the bottom after XX number of posts (as you can see in the main archive page of the site as it currently is displayed – taglevel.com/blog).
July 18, 2017 at 11:22 am in reply to: Blog Category Pages – Not Following format of Custom Blog Layout Page #823200Just as a point to note. I am able to get the category archive page to show now the same as the main archive page by adding the following code to the functions.php file:
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;
}However – there are additional items on the main archive page, like product slider etc., which do not show on the category archive page in the same way that they do on the main archive pages.
I realize I may be going about this in entirely the wrong way – but how can I have custom archive pages, that also have additional elements on them, such as product sliders etc.?
Hi,
I am not sure what happened to this thread, or if the situation was resolved for the previous user, but in my case, I have exactly the same issue as in his screenshot. It is really strange – the field headers are on the right (why this is, I have no idea), and the “notify” checkboxes are exactly all jumbled up in the same way as in this screenshot.
The CSS you’ve provided here did not solve the issue – any other ideas?
-
AuthorPosts