-
AuthorPosts
-
gentleman2405 Friend
gentleman2405
- Join date:
- July 2014
- Posts:
- 50
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
August 4, 2014 at 7:29 pm #200241Hi guys,
we have a huge problem:
when somebody likes our page (i.e. a k2-item) and somebody clicks at the liked link, he will be forwarded to our homepage but won’t see the menu bar…
That is bad because people then leave our homepage instead of searching for more art?!What can I do about that?
Kind regards,
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 4, 2014 at 7:43 pm #544513Can you provide a link to a page where the “Like” button is – so we can test it out?
gentleman2405 Friendgentleman2405
- Join date:
- July 2014
- Posts:
- 50
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
August 5, 2014 at 6:36 am #544572Of course, sorry. http://www.theworldsartgallery.com
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 5, 2014 at 9:53 am #544623<em>@gentleman2405 439500 wrote:</em><blockquote>Hi guys,
we have a huge problem:
when somebody likes our page (i.e. a k2-item) and somebody clicks at the liked link, he will be forwarded to our homepage but won’t see the menu bar…
That is bad because people then leave our homepage instead of searching for more art?!What can I do about that?
Kind regards,</blockquote>
In the homepage of this JA Lens template, the Popup preview is enabled and that’s reason why you can’t see the menu bar. You can try to disable it by change this option Popup preview: No from admin of JA Lens template, see the screenshot
If it’s still a no-go, please post the exact link of page where problem can be seen, I will try to check it further.
gentleman2405 Friendgentleman2405
- Join date:
- July 2014
- Posts:
- 50
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
August 9, 2014 at 7:29 pm #545327Hello Ninja,
thanks for you answer! That solves the problem but destroys the wonderful masonry?!
Isnt there another way? Now the other pictures dont flip around – what was beautiful?!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 11, 2014 at 8:26 am #545421I tried to find solution to help you other way but if you are a developer you will see the format “tmpl=component” in templates/ja_lens/js/wall.js file and the reason why the menu in popup page didn’t show.
You can try to work other way
Open templates/ja_lens/js/wall.js file and change as below
Change
var urlparts = url.split('#');
if(urlparts[0].indexOf('?') == -1){
urlparts[0] += '?tmpl=component';
} else {
urlparts[0] += '&tmpl=component';
}url = urlparts.join('#');
To
/*var urlparts = url.split('#');
if(urlparts[0].indexOf('?') == -1){
urlparts[0] += '?tmpl=component';
} else {
urlparts[0] += '&tmpl=component';
}url = urlparts.join('#');*/
This way you can see the menu page in the popup but the problem menu from facebook like is gone.
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 3 voices, and was last updated by Ninja Lead 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Facebook like – no menu is showing up!
Viewing 6 posts - 1 through 6 (of 6 total)