Full width page not working?

March 2014 WordPress Theme
GK User
Mon Jan 26, 2015 6:40 pm
Hi there, I tried to setup a page with a full width layout like so: http://www.jamjosandbox.com/magazine/events and well its still defaulting to the right sidebar type layout so I was hoping someone could help me get the full width page working here as the only layout that seems to work is the one with the sidebar here. Thanks in advance
User avatar
Expert Boarder

GK User
Mon Jan 26, 2015 9:37 pm
Hi,

If you want to have full width page, please use template page "full width":
https://demo.gavick.com/wordpress/news2/?page_id=131

or you can also adjust your widgets using widget rules (if on specific pages, there will be no widgets, sidebar won't be displayed):
https://www.gavick.com/documentation/wo ... dget-rules
User avatar
Moderator

GK User
Tue Jan 27, 2015 10:30 am
I have tried both options now. unfortunately they do not work. I would definitely say the page template full width should override the Widget Rules option anyways, as it would be very long winded to have to do this for each page frankly. However as I say both options are not working for me here http://www.jamjosandbox.com/magazine/events/ What would be the next step to test this?
User avatar
Expert Boarder

GK User
Tue Jan 27, 2015 11:45 am
This page:
http://www.jamjosandbox.com/magazine/events/
is not full width template, please select full width template on the right column, when you are editing the page, or send me a PM with backend access to your website and I'll help you with that.
User avatar
Moderator

GK User
Tue Jan 27, 2015 11:54 am
Hi there, this page is infact a full width template so I guess this is the problem here as you can see: http://i61.tinypic.com/2e4yz5i.jpg so I have now sent you a PM so you can investigate further. Thanks
User avatar
Expert Boarder

GK User
Wed Jan 28, 2015 11:41 am
Your events plugin overridse this page and in the source code I've seen "tribe-events-page-template" not "page-template-template-fullwidth"

I've created another fullwidth page and it's ok:
http://www.jamjosandbox.com/magazine/test/
User avatar
Moderator

GK User
Mon Feb 02, 2015 5:08 pm
I have changed the settings of the events plugin to use the theme templates and still no luck. I tried the plugin in its current configuration with he Canvas theme from Woothemes here and it seems to inherit the theme templates fine: http://www.jamjosandbox.com/kinsale/events/

I have also tried to make this page full width here: http://www.jamjosandbox.com/magazine/members/ without success, is this because once more the plugin is not compatible here with the theme templates?

I will open a ticket with the plugin developers to see why this plugin is not inheriting the theme templates here.
User avatar
Expert Boarder

GK User
Tue Feb 03, 2015 10:40 am
Yes, probably buddypress plugin overrides template page, it's not the best solution, but try to add the following css code:

Code: Select all
.buddypress #gk-mainbody-columns {
   width: 100%!important;
}

.buddypress #gk-sidebar-right {
   display: none;
}
User avatar
Moderator

GK User
Tue Feb 03, 2015 3:42 pm
Unfortunately that does not work either.
User avatar
Expert Boarder

GK User
Wed Feb 04, 2015 10:19 am
but you didn't add the mentioned code:
http://www.jamjosandbox.com/magazine/wp ... ss?ver=4.1
User avatar
Moderator


cron