Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
I tried this as well and had no luck, because this appears not to work properly when using a child theme.
Once I applied it to the parent enfold theme, it did work. Though it’s not at exactly ideal to have to edit those theme files.Noticed these errors popping up again after posting the solution above.
Deactivating the “Simple History” plugin fixed it. So it looks like other plugins can cause this error and make it look like Layerslider is affecting some core WP files somehow.
Had the same issue. I ended up purchasing a separate license for LayerSlider, activating it, and then replacing the LS files in /enfold/config-layerslider/
That fixed it. Basically, Enfold needs a new update with Layerslider 6.6.2 or later, which fixes this uncommon issue.
ImageMagician, thank you so much. Those three lines of code saved my arse! Wish I’d had them MONTHS ago.
I was able to figure this one out by wrapping a wp_nav_menu tag up in the fullwidth submenu HTML:
<div class="clear"></div> <div id="sub_menu1" class="av-submenu-container alternate_color blog_menu av-sticky-submenu container_wrap fullsize" style="z-index:301"><div class="container av-menu-mobile-active "><a href="#" class="mobile_menu_toggle" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"><span class="av-current-placeholder">Menu</span></a> <?php wp_nav_menu( array( 'menu' => 'Blog Menu', 'menu_id' => 'menu-blog-menu', 'menu_class' => 'av-subnav-menu av-submenu-pos-left', 'container' => false, 'fallback_cb' => false ) ); ?> </div></div> <div class="sticky_placeholder"></div>
Hm. Appears to be resolved.
The menu item for the dropdown had nothing in the URL field.
Adding an anchor link to the submenu solved it. Not really ideal, but works.
Ismael,
It’s an iPad Mini 2, with retina.
The Mobile Menu Display option doesn’t matter with this bug. The way it is set up now, the dropdown doesn’t work. If it is set to the second option, the “Menu” link does not drop down either.
Please help me actually fix this bug.
It’s not fixed. Apologies if I was not specific.
Here is a video I recorded showing how it should work on my desktop, and then switching to iPad (safari and chrome) where the dropdown menu doesn’t work:
That did the trick. Thanks, Ismael!
Cleared cache, both on the website and in my browser.
Disabled every single active plugin.
Viewed in normal and incognito mode.
Same problem. Not resolved this way.
Other ideas? Again, curious what the specific changes were in layout.css and grid.css that were made, in case my custom CSS rules are conflicting and causing the issue.
This reply has been marked as private.Hello? Can I get some support on this issue?
July 29, 2014 at 11:03 pm in reply to: Strange parallax height issue on page scroll (possibly a bug) #297445To Kriesi support:
Ralph posted a few workarounds that helped him hide the issue.
Neither of those things work for me.
Just a heads up so you know that this hasn’t yet been resolved.
July 26, 2014 at 3:23 am in reply to: Strange parallax height issue on page scroll (possibly a bug) #296159This reply has been marked as private.July 25, 2014 at 3:19 am in reply to: Strange parallax height issue on page scroll (possibly a bug) #295767I’m experiencing the same issue. I have two very similarly built pages, one of which functions normally, and the other has this bug present. Can I provide you with any info/credentials to help, or would you like me to create a new ticket?
I looked for anyone who had a similar issue and found none – if you can remember what the solution was, that would be great.
Here as some screengrabs of the settings for my site’s background:
http://paganbundle.com/bg_settings.jpg
http://paganbundle.com/bg_css.jpgThanks, Josue.
Hello Dude,
I’ve updated to Enfold 1.9.1, WordPress 3.6, and the latest version of every other damn thing.
The bug is still present.
Did you get a chance to review the thread I linked in my last post?
They did a great deal of digging, but still haven’t quite found the cause.
Currently waiting on an update of Enfold compatible with WP 3.6 – I suspect upgrading WP versions may help.
Our site is a private membership site, hence the redirect. The admin account that I created for Dude is a way around that.
I’ve submitted a ticket to the authors of the plugin in question and am awaiting their findings. I’ll post them in this thread when I hear back.
Devin,
As stated in the original post, I already know what the plugin conflict is. Simple-Press forums. Firebug indicates that jQuery itself fails to load with Enfold and the forum plugin both activated:
Error: cannot call methods on sortable prior to initialization; attempted to call method ‘toArray’
[Break On This Error] “…eturn t?u.length:u?nt.error(e):L(e,a).slice(0)}function at(e,t,r){var i=t.dir,s=…” – jquery…r=1.8.3 (line 2)
Dude has login details for this site. The URL is http://herbmentor.com Log in to the admin and Add New Post – then try dragging around any meta boxes, using screen options, or adding media. Nothing.
This happens regardless of browser (FF, Chrome, IE, Safari).
This seems to be affecting the Edit Media panel in the admin as well.
Upgraded from Enfold 1.8 to 1.81.
Added this to my wp-config.php file:
ini_set(‘memory_limit’,’256M’);
define(‘WP_MEMORY_LIMIT’, ‘256M’);
My php.ini file is also set to: memory_limit = 256M
I did set it to 128M initially, and doubled it just in case.
Unfortunately, the problem persists.
Thanks for the heads up, Ismael. I Re-Installed WordPress 3.5.2 and none of the symptoms of this bug have changed or disappeared.
Strange part of the page builder that I don’t recall encountering when I’ve used this theme on other sites is: the javascript dragging/dropping functions work with the meta boxes on the Add/Edit Page itself, butwithin the Layout Builder they do not. No dragging and dropping existing elements around, no dragging new elements from the list at the top. I can, however, click one of those new elements to have it appear at the bottom of my layout, and then suddenly everything can be dragged/dropped normally. Very strange.
Thanks for the update, Peter.
Sent! Thanks, dude.
I would also like Audio format support in Enfold (ala Incarnation)
Edit by Nick: You can use this meanwhile http://wordpress.org/plugins/random-posts-mp3-player-sharebutton/
Devin,
Thanks so much – that’s perfect.
-
AuthorPosts