Problem with "Custom Right Sidebar" Option

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
Sat Jul 19, 2014 12:00 am
Reply with quote
Report this post
I've tried to input the menuIDs of the subpages in which I'd like to have a different width for the right sidebar (in my case, 20%). When I go to these subpages (and the articles within them), however, the change isn't applied (it's still at the default 26.3%). Why is this?

Website URL: [edited by moderator] (obviously still under development)

Configuration (IDs are those of the menu items):

Image
User avatar
Junior Boarder

teitbite
Mon Jul 21, 2014 11:54 am
Reply with quote
Report this post
Hi

Please send me an access to joomla panel. I'll check this issue.
User avatar
Moderator

GK User
Mon Jul 21, 2014 6:29 pm
Reply with quote
Report this post
I've sent you a PM with the info
User avatar
Junior Boarder

teitbite
Tue Jul 22, 2014 7:24 pm
Reply with quote
Report this post
Hi

I've confirmed a bug and have send it to our programmers for fix. Will let You know as soon as they will answer.
User avatar
Moderator

teitbite
Wed Jul 23, 2014 8:42 am
Reply with quote
Report this post
Hi

Please replace the files: gk_news2/lib/framework/helper.layout.php and gk_news2/lib/gk.framework.php with attached:
User avatar
Moderator

GK User
Wed Jul 23, 2014 5:37 pm
Reply with quote
Report this post
I replaced my files on the server with the ones you linked, however, the problem doesn't seem to be fixed. Did anything else need to be changed?
User avatar
Junior Boarder

teitbite
Thu Jul 24, 2014 2:19 pm
Reply with quote
Report this post
Hi

Please send me an access to ftp I'll need to work on this problem.
User avatar
Moderator

GK User
Thu Jul 24, 2014 11:19 pm
Reply with quote
Report this post
Sent another PM with the login info.
User avatar
Junior Boarder

GK User
Fri Jul 25, 2014 6:13 pm
Reply with quote
Report this post
Issue is resolved - I replaced one of your files in the wrong directory.


Thank you for your help!
User avatar
Junior Boarder

teitbite
Sat Jul 26, 2014 9:46 am
Reply with quote
Report this post
Hi

Och, great :) I was just wondering why the access You send me is not working :) Anyway, congrats for figuring it out.
User avatar
Moderator

GK User
Tue Jul 29, 2014 5:35 pm
Reply with quote
Report this post
The problem is solved, but a new problem with this fix is still there.

The "Back to the top" area is now on top not in the footer.
User avatar
Expert Boarder

GK User
Thu Jul 31, 2014 5:38 am
Reply with quote
Report this post
business12 wrote:The problem is solved, but a new problem with this fix is still there.

The "Back to the top" area is now on top not in the footer.


here a screenshot, if the search is active the back to top is on top and the reight sidebar change the background color.

Only solution: Deactivate back to the top

backtop.jpg
User avatar
Expert Boarder

teitbite
Thu Jul 31, 2014 6:10 pm
Reply with quote
Report this post
Hi

Please put it back and tell me the exact url to the page I will be able to see this problem.
User avatar
Moderator

GK User
Sun Aug 10, 2014 6:41 pm
Reply with quote
Report this post
teitbite wrote:Hi

Please put it back and tell me the exact url to the page I will be able to see this problem.


http://www.digifolio.net
User avatar
Expert Boarder

teitbite
Tue Aug 12, 2014 12:27 pm
Reply with quote
Report this post
Hi

I've passed the url to programmers will inform You when I'll get the answer.
User avatar
Moderator

teitbite
Sat Aug 16, 2014 12:15 pm
Reply with quote
Report this post
Hi

Please edit file: gk_news2/html/mod_search/default.php and replace line 47:

Code: Select all
<input type="hidden" name="Itemid" value="9999" />


with

Code: Select all
<input type="hidden" name="Itemid" value="<?php echo $mitemid; ?>" />


also edit file gk_news2/js/gk.menu.js and replace line 257:

Code: Select all
jQuery('#gkLogo').after(menucontent);


with

Code: Select all
menucontent.insertBefore(jQuery('#gkToolbar'));


also line 259

Code: Select all
jQuery('#gkTopBar').append(menucontent);


with

Code: Select all
menucontent.insertAfter(jQuery('#gkTopBar'));
User avatar
Moderator

teitbite
Tue Dec 09, 2014 8:21 pm
Reply with quote
Report this post
Hi

Websit's url removed on @streverett request.
User avatar
Moderator


cron