Forum Replies Created

Viewing 30 posts - 631 through 660 (of 881 total)
  • Author
    Posts
  • Thanks, Mike, that fixes the first problem but not the second one of the margins being much smaller than desktop view… any suggestions there?

    Thanks,
    Rob

    Hi Mike,

    Thanks for taking this thread!

    It’s in a color section which as you know is always full width.. also the “auto fit” is turned on (green) on the layer slider… (on is green, right?… it’s sort of backwards since it slides to the left to turn on?)

    Should I be doing something else?

    Thanks,
    Rob

    in reply to: mobile mega menu not working #825258

    It’s great to see there’s a known issue with Mega Menus… It would be helpful if you guys could post a list of known issues with the latest update (sticky) so we know they are being worked on and don’t open new threads…

    Just a suggestion… :)

    Hi Yigit,

    I did publish it for a moment and the artifact / ghost is still there even when post is published.

    In the meantime I have created a duplicate post and am now working on that, but in the interest of potentially finding a bug or preventing this in the future I would appreciate it if you could check it out.

    Credentials in private content. Thanks!!! Rob

    Great workaround, thanks Yigit!

    Uh oh… I just found this thread…. maybe not so easy afterall…

    https://kriesi.at/support/topic/adding-custom-colors-to-text-color-picker/

    Thanks Yigit, I appreciate yours and Mike’s help on this… and your perseverance!

    Encouraging to hear that a patch may be included in the future… if you can remember, can you ping me if and when this is included?

    I also chuckled when Layer Slider released an update right after you just released your 4.1.1 update…. so we all again have an update alert! ha ha!! Are you guys just trying to mess with enfold?!?

    Take care and ok to close this.

    Rob

    Ahhhh… an interesting solution, Yigit! You embedded the only_desktop in the image description… thank you for your effort here.Two concerns (don’t kill me…)

    1. When adding menu items I’m going to have to re-figure it out each time… and these menu items get changed a LOT.
    2. The click on the submenu then still requires another click to launch the page… versus the old menu or most menu behavior where the click on the submenu then takes you to the page… so not idea UX, and if it’s going to do that I might as well just have them click on the pretty picture… :)

    Is there any way to enable the css class box where “only_desktop” would have the same effect and I wouldn’t have to then do special code for each menu option?

    I am excited to see the new future mobile menu enhancements that 4.1.1 enables…. :)

    Thanks again and sorry I’m being a pain on this….

    Best,
    Rob

    Hi Yigit! Thanks for the response!

    When I create the new menu, do I need to name it? Remember, I’m not a coder so reading the above might as well be Latin… :)

    This is a less than ideal scenario because now I will have two main menus to maintain, both identical except one without thumbnails and one with. The old version of Enfold handled this great with zero need for a separate mobile menu. I am curious why this mobile menu was changed — it has caused several (many?) users lots of customization issues, and I don’t see any added functionality or ease. (I had the search box on my old menu with your code). I am not trying to be difficult, just trying to understand why a major change was made to the menu structure and we don’t see huge changes from the user experience side.

    Is there any other way to do this so mobile menu will just hide those thumbnails? Can you guys make css class work on the thumbnails? It seems like this could be a bug as only_desktop css class should hide them but it does not?

    Thanks for listening and helping!!!

    Rob

    Hi I think Mike is only weekends on here… can someone else take this thread over?

    Thanks
    Rob

    ps if you make any changes is custom css or elsewhere please be sure to add comment prior, thanks! Trying to keep it all clean! thanks

    Hi Mike, thanks for your response.

    For desktop – no changes.

    For mobile – I would like it to be just like the menu on the production site. You click “featured properties” and the addresses appear WITHOUT photos, and if you click on the address, it goes to that page… simple.

    So yes, if we can hide some items (the photos) on the burger menu for mobile, that would be great.

    Thanks!
    Rob

    ps I just tried adding the “only_desktop” css class to the photo on the first property and it didn’t hide it… I saw another thread that css classes on the mobile menu aren’t working.

    Hi Mike, with the current menu, on the production site, on mobile view it does not show the pictures, only the property addresses… is there a way to somehow do that? I’m OK if it looks just like it did with Enfold 4.0 without the photos… would that be easier?

    Thanks much!!!!

    Rob

    Mike, oops, I’m going too fast… thanks, info in private content.

    Thanks Rikard… the strange thing is, my staging site doesn’t run a cache, only the production site… so not sure what was going on. I do have a question about the mega menu handling on the new mobile menu but will start a new thread for that one. Thanks

    Got it, thanks. If you can pass along to the developers, it would be great if in the future the lightbox would let you click on the photo and then launch lightbox like it does it Masonry.

    Thanks again
    Rob

    You need to ask your provider to update to minimum php 7 to be compatible with Enfold…

    I wonder if the customization is something in style.css?

    There is mention of the mobile menu here:
    /* Mobile menu hamburger */
    #advanced_menu_toggle, #advanced_menu_hide {top:20%;}
    .home .av-share-box {display:none;}

    Hoping we can get this working today so I can begin updating site again. Given the number of changes you made I think it is best to push staging to production but I can’t do that until staging is working. Thanks!!!!

    That icon also appeared on my pages.

    Hi Yigit,

    Thanks for your progress!

    Yes it looks really strange…

    I removed this from Functions.php:
    /*** Adding search capability to mobile menu per Enfold support ***/
    add_shortcode(‘avia_search’, ‘get_search_form’);

    function add_custom_tooltip(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery(‘.only-mobile-menu-search a’).removeAttr(‘href’);
    });
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘add_custom_tooltip’);

    And that eliminated the [avia_search] from the menu.

    I wonder if the issue is in the code for the helper-main-menu.php? I don’t know php but it seems like there are a lot of “calls” in there for the header and social media icons which seem to be at the root of this?

    Thanks,
    Rob

    Adding FTP access in private content

    Yigit, thanks! Uh oh…. .I think the customizations on the header were to enable two logos one on the left and one on the right of the header screen.

    He also put some custom javascript in a custom javacscript plugin (appearance — > custom javascript) that I wonder is causing issues?

    jQuery(document).ready(function($) {
    $(‘#header_main > div.container.av-logo-container > div’).delay(100).show(0);

    $(window).on(‘load resize’, function(){
    var width = $(window).width(), height = $(window).height();
    if ((width <= 768)) {
    $(‘.logo img’).css(‘height’,’71px’);
    $(‘#advanced_menu_toggle’).css(‘display’,’block’);
    }
    if ((width <= 425)){
    $(‘#header_main > div.container.av-logo-container’).css(‘line-height’,’inherit’);
    } else {}
    })

    });

    There is also a helper-main-menu.php file – does everyone have that?
    I see a header customization there too:
    /************* DS hard coding 2nd logo inside shrinking container *************/
    $output .= “<strong class=’logo’>Golden Gate Sothebys International Realty logo“;
    /***********************************************************/

    /*

    I remember getting the 2nd logo to display in the header was a big big deal when I first began setting up Enfold.

    Thanks much!!!!
    Rob

    • This reply was modified 7 years, 11 months ago by goldengate415.
    in reply to: Page Anchor Not Working #807031

    This may be a dumb suggestion, but is the page published? My experience is that anchor text / links do not work in “preview” mode but instead the page must be published and then they work.

    Ismael noted on the search pages, but what about pages like this:

    http://www.thomashenthorne.com/27-022/

    That is not a search generated page.

    Thank you

    Unfortunately, above solution did not work, and Google Index is still filled with them. I have been using Enfold for years and have never had anything like this happen before. I did start linking photos to lightbox and am wondering if somehow that did it?

    Here’s a recent fake “page” that’s indexed on my site:

    http://www.thomashenthorne.com/493-washington-court-tiburon-1-4/?s=

    Thanks for your help!

    Hi Yigit!

    That worked great, many thanks!!!!
    Rob

    in reply to: Fatal Error After Update to 4.0.6 #794151

    (Michael as an aside, I had Go Daffy for years and felt the same way. I switched the WP Engine and am never looking back. They are awesome. A little more expensive but my site is always up and support is great. And php 7.)

    in reply to: Enfold Changelog #794075

    2017 Mai 16nd – Version 4.0.6
    – added: support for WooCommerce 3.0 product gallery
    – added: functionality for tab_section.php (dynamic content height for tabs)
    – added: Theme color “highlight” as default hover option for the fullwidth button
    – added: filter for custom contact form autoresponder
    – added: option field for qual/variable height tab sections
    – added: filter ‘avf_postslider_show_catergories’
    – updated: layerslider. updated to the latest version
    – improved: Small SEO improvements for header/logo
    – improved: the style-generating script with new fallbacks if the dynamic style css file could not be created
    – improved: class-framework-widgets.php – avia_newsbox make option translateable
    – fixed: contact form datepicker problem with empty label
    – fixed: allow ‘,’ in select option of contact form
    – fixed: WC 3.0 deprecated notices and CSS
    – fixed: shortcode “Product Purchase Button”: variable product does not show any price when all have same price
    – fixed: “Equal Height Columns” breaks when columns are not 100% width (e.g. 1/3 1/3)
    – fixed: “Equal Height Columns” breaks when columns are not 100% width (e.g. 1/3 1/3)
    – fixed: An issue with the template builder modal window when tinyMCE editor was disabled
    – removed: Pan controll option from google maps element, since it was removed from the google API
    – fixed: a conflict with mailchimp embed classes
    – fixed: Masonry Gallery not showing with lightbox deactivated
    – fixed: WP core bugfix on single custom post type page – paging not working

    in reply to: Enfold 4.0.5, Layer Slider, WooCommerce 3.0.x #791524

    I just logged into this support forum to ask the same question. It has been weeks since Layer Slider released their update, and I’m tired of looking at that orange (1) telling me to update plugins when they are all up to date. The last update was mainly demos and now each patch takes months to come out. The last post from Kriesi on his Facebook page for Enfold was March 1st. Support tickets are taking longer and longer and everyone seems overworked with lots of new mods.

    I asked at the New Year what the future of Enfold is and the question still stands. I think then we were promised many new mobile-friendly features and we haven’t seen them, and the year is almost half over.

    We are all huge Enfold fans but definitely something has changed and it is concerning. I am hoping that Enfold is not moving towards EOL (End of Life) status…..

    Best to you all.
    Rob

Viewing 30 posts - 631 through 660 (of 881 total)