Tagged: advanced layout builder, Blog, blog layout
-
AuthorPosts
-
May 26, 2016 at 1:05 pm #638679
Hi,
We seem to be having an issue with the blog layout.
We have set the option in Theme Options > Blog layout to Use the advance layout editor to build.
We then set theme options > where do you want to display the blog, to the page that has been created with the advanced layout editor.
When we view the page it is just the blog posts in one column, not the layout specified in the advanced layout builder.
If we select a different option from Blog Layout > Blog layout, for example Grid Layout, this changes the layout of the page, but if we select advanced layout builder this does not change?
Many Thanks,
JamesMay 27, 2016 at 5:39 am #639083Hi JustCodingStuff,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardMay 27, 2016 at 3:29 pm #639326Hi Rikard,
We have found the problem using a test site, we will have to find a way around it.
We use the Yoast SEO Plugin, which gives the option to ‘Strip the category base (usually /category/) from the category URL.’ This then causes the setting for using advanced layout builder not to work. So instead of category/news, our URL is /news/ which causes a conflict.
Many Thanks,
JamesMay 30, 2016 at 4:16 am #640079Hi,
I’m not sure about that. We have the Yoast plugin installed but we don’t encounter the error. Please post the login details here so that we can inspect the issue. Note that the blog layout settings will not affect the archive (category/tag) pages. If you need to specify a default blog layout for archive pages, add this in 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 = 'single-small'; return $layout; }
Available layout are single-small, single-big, blog-grid and multi-big.
Best regards,
IsmaelMay 31, 2016 at 12:32 pm #640874Hi Ismael,
I’ve put the login details in the private section.
http://socialphoto.uk/wp-admin/admin.php?page=wpseo_advanced&tab=permalinks This is the settings page that causes the issue. On our live site we use the setting: Strip the category base (usually /category/) from the category URL.
Cheers,
JamesMay 31, 2016 at 5:04 pm #640978I am following this as I am having the same problem :-(
May 31, 2016 at 5:33 pm #640991Hi seem to be having a similar issue
http://www.gsdecorating.com/news
We had a grid layout and everything was working fine. Now only one post is showing. I have a intern and thought they had been playing around with the settings. But I cant find anything that has changed it.
Could you please login a take a look for me please?
Greg
June 2, 2016 at 4:08 am #641788Hi,
@JustCodingStuff: We tried to login to the site but we encountered a 403 error. Yes, the SEO option “Strip the category” is causing the error. Please disable it for the time being then install this plugin to strip the base url: https://wordpress.org/plugins/no-category-base-wpml/For everyone else here, please follow the temporary solution above. If possible, please open a ticket in the Yoast forum for additional help regarding the issue.
Best regards,
IsmaelJune 2, 2016 at 2:35 pm #642086Hi
many thanks that worked great!!!
June 2, 2016 at 2:45 pm #642094spoke to soon.
After disabling the category strip in yoast it work. But after installing https://wordpress.org/plugins/no-category-base-wpml/ it stopped working again and only show the one post.
I have now disbaled the plugin and deleted the cache but its not changing at all.
Any suggestions?
Greg
June 4, 2016 at 6:59 am #642841Hi,
It is a slug conflict between the page “News” and the category “News”. We changed the url of the “News” page to “newspage”. http://www.gsdecorating.com/newspage/
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.