-
AuthorPosts
-
November 16, 2015 at 4:51 am #536272
i’m using a plugin called essential grid for my portfolio and staff page. it works great with your theme, but when I have your default lightbox enabled it pops up behind what the grid uses as its default lightbox. I need to use the default lightbox on the portfolio pages is there any way to use it on some pages and disable it on others? you can see what i’m talking about on these two pages. click on the info button on staff member and lightbox icon on portfolio page.
http://moyersgroup.com/about-us/
http://moyersgroup.com/our-projects/our-projects-portfolio/thanks
November 16, 2015 at 5:10 pm #536657Hi jdrakeproductions!
Try changing line 897 in the /enfold/js/avia.js file from this.
exclude : '.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"]',
To this.
exclude : '.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"], .esg-container-fullscreen-forcer a',
Best regards,
ElliottNovember 16, 2015 at 5:25 pm #536681i was able to use this thread
https://kriesi.at/support/topic/disable-integrated-lightbox-effect-for-a-specific-page/#post-457365which worked on the 2 portfolio pages I needed, but now the default theme isn’t working correctly. see
http://moyersgroup.com/our-projects/free-chapel-gainesville/ and click on one of the additional images.November 16, 2015 at 5:32 pm #536689i got it working. but I need to disable the lightbox on 2 different pages. using this code
$av_lightbox= avia_get_option(‘lightbox_active’) != “disabled” && !is_page(734) ? ‘av-default-lightbox’ : ‘av-custom-lightbox’;
how do you get 2 different pages in that area where the 734 is?
November 16, 2015 at 5:34 pm #536693Hi!
Please change that part to following one
is_page(array(734,59))
Best regards,
Yigit- This reply was modified 9 years ago by Yigit.
November 16, 2015 at 5:37 pm #536696i’m getting this error
Parse error: syntax error, unexpected ‘)’ in /home3/moyers/public_html/wp-content/themes/enfold/header.php on line 7
November 16, 2015 at 5:41 pm #536701Hey!
Sorry, i had a typo. I edited the code, can you please try it now?
Best regards,
YigitNovember 16, 2015 at 5:43 pm #536705here is the new site…i switched it over to their domain.
http://moyersgroup.com/?page_id=111
i can send you temporary login if you need it or you can just give me the code to change.
November 16, 2015 at 5:45 pm #536708Hi!
Please do so and point out the pages where you would like to make changes.
Best regards,
YigitNovember 16, 2015 at 9:08 pm #536881just wanted to make sure you guys got my private message with login for the new domain?
November 17, 2015 at 12:48 am #536993November 17, 2015 at 12:52 am #536997Hi I have the same problem.
Would you please informe me- if the problem is solved!
Thank you very much
ApolloNovember 17, 2015 at 12:55 am #536999Hi!
@apollo7_hd If you would like to disable lightbox on certain pages, please refer to Elliott’s post here – https://kriesi.at/support/topic/lightbox-issue-3/#post-536657Best regards,
YigitNovember 17, 2015 at 2:20 am #537026login info is in private below
November 17, 2015 at 5:38 pm #537480 -
AuthorPosts
- You must be logged in to reply to this topic.