Forum Replies Created

Viewing 30 posts - 121 through 150 (of 171 total)
  • Author
    Posts
  • in reply to: enfold app demo installed showing error #981627
    This reply has been marked as private.
    in reply to: Masonry – Sort Blog Posts by most comments #934430

    Thanks, but it doesn’t work. Is this the right code for displaying masonry posts?

    in reply to: Masonry – Sort Blog Posts by most comments #933884

    I found out that number of comments is not what is needed for ‘popular posts’. Rather the number of views. I think you said in another post that there are plugins for popular posts, but that they probably won’t work with the Avia masonry elements. Is this still the case, or do you know of a plugin to recommend?

    in reply to: Masonry – Sort Blog Posts by most comments #933769

    Tried that. It doesn’t change the order either way — the masonry blog posts are still displaying by date. Is there anything else we can try?

    in reply to: Masonry – Sort Blog Posts by most comments #933679

    Thanks, Victoria. I think that may be what is needed, but think the sort is starting with the LEAST popular posts in ascending. What can I add to force it to load the ones with the most comments (descending order)?

    in reply to: Layerslider Dynamic Layer links no longer working #879953

    Hi, Basilis–

    Thanks for your questions about the plugins. We deactivated and reactivated one at a time and it didn’t make a difference. But then while looking at inspect element we noticed the stacking order (z-index) on the slide was set to 3 as we had intended (and was working). When we set it to auto it corrected the link problem. So for anyone else out there who notice there dynamic post links no longer work, check the z-index.

    I don’t know why this issue suddenly occurred, though. Perhaps WordPress update conflicts? Don’t know. However, although we are up-to-date with Enfold the LayerSlider system status shows the LayerSlider version is 6.6.1 and suggests update to 6.6.4. Could that be the cause of our problem? How do we update LayerSlider if Enfold is the latest version? If I should open a new thread with these questions, please let me know and I will. Thanks, again.

    in reply to: Layerslider not working after upgrading enfold theme #871334

    Cloud Flare’s Rocket Loader was the problem for us. Once disabled, the layerslider starting showing up again. Thanks for pointing this out, infosecsecurity.

    in reply to: Layerslider not working after upgrading enfold theme #871020

    We are having the same problem with the jquery error noted by Ismael for infosecsecurity’s website:

    Uncaught ReferenceError: jQuery is not defined at eval (eval at <anonymous> (layerslider.kreaturamedia.jquery.js:1)

    The website is updated to WP 4.8.3 and Enfold 4.2, but the layerslider is just showing a white area with no images/no slides. Our Enfold license is up-to-date. We don’t have a separate license for LayerSlider and haven’t needed one for any of our other sites (which are working fine). Any solution for this problem?

    in reply to: Mobile Menu – Not Showing Drop Down (sub pages) #870179

    Ok, Ismael. I’ll create a new thread. Thank you.

    in reply to: Mobile Menu – Not Showing Drop Down (sub pages) #869724
    This reply has been marked as private.
    in reply to: Mobile Menu – Not Showing Drop Down (sub pages) #869696

    Ismael,

    The upgrade helped as the mobile drop down menu loads correctly and is no longer erratic, however once the dropdown menu expands the parent page is not clickable. We would like to be able to navigate to all of the pages from the mobile menu. Please advise. Thanks.

    @So Evolve: Sorry, I thought my questions were relevant to your issue as the mobile drop down menu clearly has been a problem for both of us.

    in reply to: Mobile Menu – Not Showing Drop Down (sub pages) #868944

    Ismael,

    I did as you asked and changed the avia.js in the parent theme using the same verified script. We still have the same issue with the parent page loading when trying to expand the submenu. Do you have any other suggestions? Thanks.

    in reply to: Mobile Menu – Not Showing Drop Down (sub pages) #868272

    Yes, I had already added the second modification. To be clear, I copied the js/avia.js and placed it in the child theme folder. Below is the revised script for it. Is this correct? If so, the main parent menu item link is not disabled as expected.

    //toogle hide/show for submenu items
    $(‘.html_av-submenu-display-hover’).on( ‘mouseenter touchstart’, ‘.av-width-submenu’, function (e)
    {
    $(this).children(“ul.sub-menu”).stop().slideDown(‘fast’);
    });

    $(‘.html_av-submenu-display-hover’).on( ‘mouseleave touchstart’, ‘.av-width-submenu’, function (e)
    {
    $(this).children(“ul.sub-menu”).stop().slideUp(‘fast’);
    });

    //toogle hide/show for submenu items
    $(‘.html_av-submenu-display-click, .html_av-submenu-display-hover’).on( ‘click’, ‘.av-width-submenu > a’, function (e)
    {
    e.preventDefault();
    e.stopImmediatePropagation();

    var clicked = $(this), parent = clicked.parents(‘li’).eq(0);

    parent.toggleClass(‘av-show-submenu’);

    if(parent.is(‘.av-show-submenu’))
    {
    parent.children(“ul.sub-menu”).slideDown(‘fast’);
    }
    else
    {
    parent.children(“ul.sub-menu”).slideUp(‘fast’);
    }

    });

    • This reply was modified 6 years, 9 months ago by GWS.
    in reply to: Mobile Menu – Not Showing Drop Down (sub pages) #867789

    Thanks, Ismail. That helped somewhat. The mobile menu expands however when clicking to expand the parent page automatically loads. I guess my question now is is there any differentiation on the burger menu between clicking on the parent page and expanding the submenu? Right now, the action appears to be two-fold with the parent page automatically selected while the submenu list expands. Viewers will end up on the parent page whether they want to or not.

    As an example, open the website home page on mobile then expand the burger menu to show the Health Issues. You’ll find you are going to the Health Issues page while trying to view the submenu items. The menu collapses while the page loads, which forces the viewer to have to open the menu again.

    Any further suggestions appreciated.

    in reply to: Mobile Menu – Not Showing Drop Down (sub pages) #866389

    What So Evolve listed is fine, but in our case we want the burger menu to expand the sub menu items on hover. Steps as follows:

    1) Main Menu
    2) Burger/Mobile Menu Tab
    3) Menu Icon Submenu items
    4) Display submenu items on hover (we are using the flyout menu classic)

    On a mobile phone hover is more like ‘tap’. The burger menu is so touchy that when we try to expand the sub menu items it navigates to the parent item that was ‘tapped’ and the menu collapses. We certainly can’t expect a mobile visitor to tap on the far right to avoid selecting the menu item. What do we do? On our site the parent items are actual links (not #) and we are NOT using mega menu. Just a simple menu tree.

    We are up-to-date on the latest version of Enfold. I have not downloaded and applied any .js as suggested in previous posts. The ‘herky-jerky-ness’ of the mobile menu leads me to believe this is a .js issue. Any suggestions?

    in reply to: Collapse submenu items on mobile menu toggle #863617

    Ah, yes! That was what was needed. Thank you guys!

    This did the trick! Thank you very much!

    Sorry, I don’t think I explained our issue very well. The instructions you provided are for turning off Related Entries everywhere. We don’t want to turn off Related Entries at all–in fact, we are using that feature a lot. What we want to avoid is the related entry listing the post when the viewer is actually viewing that post. For instance, in the private content I provided the page with the title “What Parents Need to Know…” We’d like it to show related entries in the Post Slider widget but right now one of those entries is the same post “What Parents Need to Know…” that is already being viewed. This is also occurring with the Magazine widget where we are trying to display Other Posts by the Author. We don’t want the same post to show up there. Is there a function that can be added which would exclude the post you are viewing from displaying in these two widgets?

    That did the trick. Thank you, Victoria.

    Hi, again–

    I just reread my last reply to you and am not sure if it clear that we still want to hide the magnifying glass icon. When you view the site, you’ll see the search box widget below the slider looks like it has TWO magnifying glasses. The one with the red ‘splash’ behind it is the image we want to use to replace the Enfold magnifying glass icon. Is this doable?

    Thanks.

    Hey, there–

    I had resized the magnifier using #search-3 #searchform #searchsubmit to try to hide it. I just resized it so it is smaller and you can see what I’m talking about. Again, it is the custom search box widget below the slider. We can resize it, but can’t seem to hide the default magnifying glass icon altogether without having it affect the custom image we want to use in its place.

    Thank you for taking a look.

    That did the trick. Thank you so much!

    Hi, Jordan–

    The site isn’t public yet. I’ve provided access in the private content area. It is the home page that is using the layerslider. Thanks for looking into this.

    • This reply was modified 7 years ago by GWS.

    Hi, there–

    I created a new slider and got this working the way we want it to. Thanks anyway.

    Hi,
    Links to the screenshots on Dropbox are below. Thank you.

    That did the trick. Thank you!

    in reply to: Easy slider sizing on small mobile #805594

    Okay, thanks!

    in reply to: Error when uploading zip file of Enfold #800142

    Thanks, but I already know about the FTP option. As I said we get a similar message during Enfold updates as well. Just wondering what is causing the error. Do you know? We can plan to always use FTP for Enfold if it is no longer able to install or update through the WP dashboard.

    in reply to: http error when trying to save in LayerSlider WP #787910

    The php memory limit is set to 1024mb.

    in reply to: http error when trying to save in LayerSlider WP #787135

    I also checked the LayerSlider system status and it shows version 6.2.2 with a message to “update to latest version (6.4.0), as we are constantly working on new features, improvements and bug fixes.” Enfold has been updated to the latest version, and as it is built in shouldn’t LayerSlider be as well?

Viewing 30 posts - 121 through 150 (of 171 total)