Forum Replies Created

Viewing 30 posts - 18,151 through 18,180 (of 35,068 total)
  • Author
    Posts
  • in reply to: Hide Submenu Element on Mobile #1184899

    Hi,
    Sorry for the late reply, I have taken a look at your “giving” page on both desktop and mobile. The fullwidth sub-menu is not designed to be sticky for mobile, that’s why it’s disabled by default. There have been modifications to try to achieve this and is why you are getting the jumping and it is breaking away from the “sticky_placeholder” the “blue area”.
    I tried recreating your page and found that without modifications the sub-menu can stick to the top with this javascript at the end of your functions.php file in Appearance > Editor:

    function custom_script(){
      ?>
      <script>
    (function($){
    $(document).ready(function(){       
       var scroll_start = 0;
       var startchange = $('#sub_menu1');
       var offset = startchange.offset();
        if (startchange.length){
       $(document).scroll(function() { 
          scroll_start = $(this).scrollTop();
          if(scroll_start > offset.top) {
            document.getElementById('sub_menu1').classList.add('sticky-top');
           } else {
            document.getElementById('sub_menu1').classList.remove('sticky-top');
           }
       });
        }
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    and this css:

    .sticky-top {
        position:fixed!important;
        top:0!important;
        z-index:10000!important;
    }

    please see the screencast in the Private Content area.
    I’m not sure where the modifications are on your site, but if you can remove them then this should work for you on Enfold v4.7.3
    It looks like you are using v4.5.7, so that could be another factor.

    Best regards,
    Mike

    in reply to: Replace Icon Box or Icon List icons with images? #1184868

    Hi,
    Thank you for the login, I took a look at the icon file that you uploaded and found that the correct code for the icon is \e800 with the font-family “herz” so I changed this in your Quick CSS and in your child theme stylesheet.
    I also changed your padding-left from 8px to 18px so the icon would not overlap your text.
    Please clear your browser cache and check.

    Best regards,
    Mike

    Hey Empatica,
    Thank you for the login, your menu items didn’t contain the span class “avia-menu-fx” which is how the active menu indicator is shown, but once I set the “Leader Theme Menú principal” to one of your menus these were added.
    Please check now your menu is working correctly now.

    Best regards,
    Mike

    in reply to: Where can I set the CSS class for the blog #1184764

    Hey Funk86,
    Sorry for the late reply, the blog layout can be changed at Enfold Theme Options > Blog Layout > Blog Layout
    I’m not sure how your plugin “WPJobManager” would change this.

    Best regards,
    Mike

    Hi,
    Below I have linked to two updated files, please move them to your
    \wp-content\themes\enfold\lang\ via FTP and save your original files for fallback.
    https://www.dropbox.com/sh/st1yefvuahvv7sg/AAChKsCgkCTI9yXv8_XGWOK8a?dl=0

    this example adds “!is_page” so add the pages you don’t want it to show on
    https://pastebin.com/vPvJ0Pym
    Best regards,
    Mike

    • This reply was modified 2 years ago by Yigit.

    Hi,
    I see that your site language is french, when you edit your option for the footer page do you see two options for the footer like this:
    2020-02-14-164737
    The french language file had a couple of errors so this could be another one.

    Best regards,
    Mike

    in reply to: dynamic_avia making WAY too many calls #1184629

    Hi,
    If you add a snippet to your parent theme functions.php then it will be lost on your next update, that holds true for any file you edit.
    You could use a plugin like: My Custom Functions

    Best regards,
    Mike

    in reply to: dynamic_avia making WAY too many calls #1184618

    Hi,
    A child theme is recommended by WordPress and Enfold, and it is included with Enfold

    Best regards,
    Mike

    in reply to: Code block #1184473

    Hey bramblejam,
    Thanks for the link, please try this css

    #footer {
    	z-index: 0;
    }
    .datepicker.datepicker-dropdown {
    	z-index: 50;
    }

    Expected results
    2020-02-14-060200

    Best regards,
    Mike

    Hi,
    That is because this is not your thread, it belongs to kilimats

    Best regards,
    Mike

    in reply to: dynamic_avia making WAY too many calls #1184466

    Hi,
    I recommend using a child theme, Read about using a Child Theme

    Best regards,
    Mike

    in reply to: Hello world – #1184140

    Hi,
    It looks like the social icons are shortcode in a text widget, if this is correct please try recreating them from scratch and then use a “Custom HTML” widget.

    Best regards,
    Mike

    Hi,
    Thanks for the login, but I see that you have 3 errors Uncaught SyntaxError: Unexpected token '<' it looks like line brakes in your scripts <br />
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Layer Slider on mobile #1184126

    Hi,
    When I check the testing site is working correctly, the live site still has the http://sswim.ru errors
    I believe the error is outside of the theme files, so it remains when you try to overwrite the live site.
    I would delete the live site, theme, WordPress, & directory, then install WordPress again clean from scratch, then upload a new clean version of Enfold, from scratch. Then export the one layerslider slide from the test site and import into the clean site and add it to the homepage.

    Best regards,
    Mike

    Hi,
    When you select a page to use as a footer the current socket is included, so you only have to use the Advanced Layout Builder to create a new footer on the page.
    I tested the ava_before_footer hook and it was added to every page, store, product, checkout. I think this is a better hook for you. So this shortcode is just a grid row which is colored yellow and green so it will stand out on the pages so you can test.
    Try adding this code to the end of your functions.php file in Appearance > Editor: https://pastebin.com/jPBP0ZEH
    If you like the placement then replace with your shortcode.

    Best regards,
    Mike

    • This reply was modified 2 years ago by Yigit.
    in reply to: dynamic_avia making WAY too many calls #1184113

    Hi,

    @Illingco
    , what I meant was that adding a blank space into the Quick CSS changes the css by one blank space, thus the theme writes a new file. You can copy the function into your theme’s functions.php, as I posted it.
    If you don’t feel comfortable doing this, please include an admin login and FTP access in the Private Content area and we could assist.


    @goldengate415
    , this seems to occur on some servers, we have not been able to recreate.

    Best regards,
    Mike

    Hi,
    Thank you, glad to hear this is helping you.
    I assume we can close this now?

    Best regards,
    Mike

    Hi,
    Sorry, the images are showing as thumbnails for me, but here is direct links to the images.
    https://i.postimg.cc/kgKB0bbr/staging-1.jpg
    https://i.postimg.cc/nLxCph4X/staging-2.jpg
    We will keep this open to hear back from you.

    Best regards,
    Mike

    in reply to: Hello world – #1183893

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top #wrap_all .av-product-class-minimal-overlay a:hover .inner_product_header {
        opacity: 1 !important; 
        background: rgba(0,0,0,0) !important;
    }
    #top #wrap_all .av-product-class-minimal-overlay a:hover .woocommerce-loop-product__title {
        color: #D3D3D3 !important;
    }
    

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Sorry not yet, my report is still open, sometimes the first message from them is the fix. But the dev team did just release a new update with quite a few fixes, so I’m sure they were focused on that.
    Thank you for your patience.

    Best regards,
    Mike

    in reply to: Headline rotator with icons in secondary menu #1183847

    Hi,
    The only thing I changed in your code was the curly quotes, if you look in your original post you will also see them: <a href=‘’ title=’‘ class=’’
    What I found was that on page load this is the css applied to the Headline Rotator:

    .av-rotator-text-single {
        display: none;
    }

    then the javascript kicks in and changes the display for each rotation.
    I tested your page on my Mac with Safari and the Headline Rotator seemed to act the same for me, Please see the screencast in Private Content area.
    Perhaps your Safari is still caching?

    Best regards,
    Mike

    Hi,
    I used that css because I was trying to match the style and width of your current icon boxes, if using 100% works all the better.
    As for the shop page and shopping cart page, we don’t have any hooks for those pages, but you could try using one of these hooks for your shortcode in Enfold, such as ava_after_content or ava_before_footer, these may also be on the shop page and shopping cart page,
    or you could try making a custom footer page
    2020-02-12-050138
    to display your footer and the CTA, I believe this is added to the shop page and shopping cart page.

    Best regards,
    Mike

    in reply to: Content Mismatch With Post & RSS Feed #1183826

    Hi,
    Perhaps a plugin like Custom Simple Rss will let you setup a custom rss feed and it will create it in a way aweber can read it.
    I have not used this plugin but it says you can “create your own Custom Simple RSS Feed according to parameters you choose”
    You may need to use the Classic Editor on the posts you want to be in the feed.

    Best regards,
    Mike

    Hi,
    I don’t know how to convence you that I will not cause harm, other than I log in other people’s sites many times every day to try to solve issues for over 3 years here. I can’t see your files without logging in and I can’t recreate your issue, my install only creates new files when I make a change to the site, such as adding css.
    Please check your webhost to see if you have the one click staging site option, this is a option in most cPanels to create a staging clone of your site so we can test on it and your site will stay up and running untouched.

    Here are some screenshots of what it would look like:
    staging-1
    staging-2

    Best regards,
    Mike

    in reply to: dynamic_avia making WAY too many calls #1183708

    Hi,

    @Illingco
    if you do not want the theme to use a timestamp with the file merging and compression then you would continue to use this filter. I have tested it on my install and the filter works correctly, for example I replaced the timestamp with “my_stamp” using the filter like this:

    function my_custom_merged_files_unique_id( $uniqid, $file_type, $data, $enqueued, $file_group_name, $conditions )
    {
    return 'my_stamp';
    }
    add_filter( 'avf_merged_files_unique_id', 'my_custom_merged_files_unique_id', 10, 6 );

    and this is the results:
    2020-02-11-172151
    So the steps I took were to add the above filter then go to Performance > File Compression and enable “Delete old CSS and JS files” at the bottom of the page, enable css & js file merging and compression, and “save all changes”, then go to the front page and reload.
    If css & js file merging and compression was already enabled, then go to the Quick CSS and add a blank space to make the “save all changes” clickable and change the css in the theme to force a new file to be created when the front page is reloaded.
    Another example of the filter being used, I saved a copy of the merged files and forced the theme to create a new file, in the screenshot notice the time of the file, these files have the same name and would have overwritten each other because there is no timestamp.
    2020-02-11-174411

    As for your update error, this looks like you tried to overwrite the theme folder instead of deleting it and creating a new theme folder. Is this correct?

    Best regards,
    Mike

    in reply to: Hello world – #1183537

    Hi,
    I don’t believe “WP Smush” adds gzip to your .htaccess, which would benefit you the most, and “WP Smush” has caused some errors lately but I can’t remember what the error was, I will have to dig a little deeper to find them.

    Best regards,
    Mike

    in reply to: Hamburger Menu (screen reader) how to add or "aria-label" #1183535

    Hi,
    Yes

    Best regards,
    Mike

    in reply to: dynamic_avia making WAY too many calls #1183529

    Hi,
    @dorisa Günter asked me to check your installed files via FTP, so I replied to your other post because it was your and you can add info in the Private Content area there, this post is not yours so it’s not private.
    Lets please continue there.

    Best regards,
    Mike

    Hi,
    Please provide and admin login to your site and FTP access so I can ensure that the files changed in the 4.7.3 update are reflected on your site and run a few tests.
    If the server is serving the old cached files then the error won’t be corrected until the cache clears but then won’t cause this issue again.

    Best regards,
    Mike

    in reply to: Help lightbox problem #1183501

    Hi,
    Glad to hear that this corrected your issue, I checked the new version and the error is still there for your language. The new version has fixed other errors in the language file but missed this one, so below I have attached the new version french language file with this error corrected.
    https://www.dropbox.com/sh/st1yefvuahvv7sg/AAChKsCgkCTI9yXv8_XGWOK8a?dl=0
    So please update your theme and then replace the language files again.
    I will be reporting this to the dev team so the next update will include this correction.

    Best regards,
    Mike

Viewing 30 posts - 18,151 through 18,180 (of 35,068 total)