Custom sidebar width not work

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Oct 25, 2015 8:49 pm
Reply with quote
Report this post
Hello,

The option "custom sidebar width" not work.

Image

Image

Best Regards!
User avatar
Senior Boarder

teitbite
Tue Oct 27, 2015 4:07 pm
Reply with quote
Report this post
Hi

Please make sure template is updated to the latest version and send me an access to joomla panel and ftp.
User avatar
Moderator

GK User
Tue Oct 27, 2015 4:37 pm
Reply with quote
Report this post
Hello teitbite ,
My template is the last version..
User avatar
Senior Boarder

GK User
Thu Oct 29, 2015 3:09 pm
Reply with quote
Report this post
Someone can help me with this issue pls?

Regards!
User avatar
Senior Boarder

teitbite
Sun Nov 01, 2015 6:17 pm
Reply with quote
Report this post
Hi

I have not received an FTP access from You. Please send it along with joomla panel access and url so I'll check settings as well.

I checked with a clean quickstart and this option is working for me:
User avatar
Moderator

GK User
Sun Nov 01, 2015 7:02 pm
Reply with quote
Report this post
Hello,
I just sent my data of website again. Please check your private message.

Regards!
User avatar
Senior Boarder

teitbite
Mon Nov 02, 2015 12:34 pm
Reply with quote
Report this post
Hi

You have some kind of cache enabled on site or server so I'm not able to see the changes to the code I made to check what the problem can be, so I would try to explain a different idea I have to do this. You can make it with page class suffixes. Here is an example hoe to use such suffix: https://www.gavick.com/documentation/jo ... omla-pages

For example, lets call the page class suffix "sidebar50" than You need to add it to pages You want this to take effect and add a code to override.css to resize it:

Code: Select all
.sidebar50 #gkSidebar {
    width: 50%;
}

.sidebar50 #gkContent {
    width: 50%;
}
User avatar
Moderator

GK User
Mon Nov 02, 2015 6:14 pm
Reply with quote
Report this post
Thank you its works :)
User avatar
Senior Boarder


cron