Forum Replies Created
-
AuthorPosts
-
Thank you, not sure how that would have been removed. All good now.
Have only just had chance to set this up. please take a look.
FYI, tried the Enable jQuery Migrate Helper – same issue.
I can see you guys are getting smashed with support requests, but can I please get a response to this.
Is the solution to disable the Burger Menu until a work around is available?
Those threads seem to cover lots of different issues, can you please look at my site and let me know a solution.
This reply has been marked as private.June 25, 2018 at 3:38 am in reply to: Full Layer slider not working since the last update of enfold #977308Thank you. Update 4.4.1 seems to have resolved the issue for me.
June 21, 2018 at 7:58 am in reply to: Full Layer slider not working since the last update of enfold #975677Is there a better solution to this issue yet? The advanced layer slider option is too limiting for me long term as it forces a full screen area and pushes sidebars down.
June 7, 2018 at 12:49 am in reply to: Full Layer slider not working since the last update of enfold #968132Thanks, I don’t have jQuery loading n the footer.
June 5, 2018 at 7:52 am in reply to: Full Layer slider not working since the last update of enfold #967021I have the same issue, not sure when is started I’m still running Enfold Version 4.3 which has Layerslider version 6.7.1.
Full screen sliders seem fine, others just display the shortcode.Thanks Victoria
I have used tabs also but I find the advantage of a tabbed section is that you can use other layout elements and content elements within the sections so the pages are more interesting. The only draw back is the tabbed section removes the sidebar : (Is there a simple code edit I could make (somewhere in config-templatebuilder ?) that would make a tabbed section behave more like a 1/1 element?
Don’t think it is a cache issue. Please see login dets.
- This reply was modified 6 years, 8 months ago by cbrssict.
Also didn’t work…
container.on("click", "a:not([href*=:"vimeo.com"])", methods.load_item);
- This reply was modified 6 years, 8 months ago by cbrssict.
Didn’t seem to work. Edited portfolio.js to
//container.on("click", "a", methods.load_item); container.on("click", "a:not(.mfp-iframe)", methods.load_item);
But this hasn’t fixed the issue as it was previously.
Hi Ismael
Yes I see the Portfolio Folder, will try the edit… I’m running 4.2.5- This reply was modified 6 years, 8 months ago by cbrssict.
Can anyone help me find a more permanent solution this issue. The hack listed above has been working for the last year, until my last Enfold update. But looks like shortcodes.js no long uses the same code to trigger a lightbox.
Just to repeat the original issue was with a Portfolio link using the “Define Custom Link” Option to open a video in a Lightbox
When selected the Lightbox opens relative to the page position, but the viewable area returns to the top of screen, meaning the Lightbox is off the bottom of the window.Would be awesome if a permanent solution could be implemented, as it would seem the option is unusable without the hack above (which obviously now no longer works).
This reply has been marked as private.Thanks, I got it to look better with
.slide-entry-excerpt.entry-content { background-color: white; }
But now I get grey background during the transition : /
- This reply was modified 7 years, 1 month ago by cbrssict.
Thanks Victoria
That css worked, is the update still in process? I’m running V4.0.7 but still had the issue.
I was referring to the main enfold demo http://kriesi.at/themes/enfold/ But seems like that menu is working now? Anyway you can see how my menu fails on iOS at the link below.
Ah I didn’t see the setting in the theme to set the blog.
I have a page called bulletin, also a category called bulletin that I have been testing. Would prefer just to link to the category, but I now get Bulletin appearing twice at the start of the breadcrumb trail.
Also wondering of this maybe an option in single.php
<?php $category = get_the_category(); $category_id = $category[0]->cat_ID; $relocate = get_category_link($category_id); header("Location:".$relocate); ?>
Josue, you are my hero! looks great!
So would I be right in thinking the final edit was
//container.on("click", "a", methods.load_item); container.on("click", "a:not(.mfp-iframe)", methods.load_item);
- This reply was modified 8 years, 7 months ago by cbrssict.
Kind of disappointing Josue, seems to me the AJAX preview should behave this way or it is not really usable to display images and videos. Plus I don’t really want to pay again to get this working as it was already purchased as part of the theme.
Maybe a better approach would be to flag this as a bug that could be rectified in a future release?
Thanks, site is running again now, but that edit didn’t work. This time stopped all Portfolio featured images loading in the Grid, plus links directly to item on all portfolio items bypassing AJAX previews.
Thanks Josue
I didn’t find that line in avia.js but I did find it in shortcodes.js. I changed it there but this stopped all AJAX previews from working, just links to portfolio item.
-
AuthorPosts