Forum Replies Created

Viewing 30 posts - 7,921 through 7,950 (of 35,071 total)
  • Author
    Posts
  • Hi,
    Try this css

     #top:not(.logged-in) #menu-item-4002 {
     	display: none;
     }

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

    Best regards,
    Mike

    in reply to: Cookie consent and GTM #1405606

    Hi,
    Thanks for the feedback unfortunately this is not a feature and I don’t see a way that we could easily implement it. Perhaps your best approach would be to use the Cookiebot plugin since they already offer this feature.

    Best regards,
    Mike

    in reply to: Spacing Padding not working anymore for Headline Element #1405605

    Hi,
    The top margin is added by your custom css:

    h1{
    	margin-top: 20px !important;
    }

    Enfold_Support_1875.jpeg

    Best regards,
    Mike

    in reply to: Text-Blocks, html or special characters #1405604

    Hi,
    Thanks for your screenshot, I checked your aqua med test test page and found no issues, but it looked like perhaps it had been edited since the screenshot so I created two new pages in firefox, one in Mac and one in Windows and recorded both of them linked below, but I found no issues.
    Could your browser have an addon? Try disabling your extensions and try Safari and Chrome to see if you have the same issue.

    Best regards,
    Mike

    Hi,
    Thanks for the link to your site, the word “Search” is already included, it’s just hidden, please try this css instead of yours:

    #top #menu-item-search .avia_hidden_link_text {
    	display: inline-block;
    }

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

    Best regards,
    Mike

    in reply to: Move Date and Author on blog posts #1405596

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: solved #1405595

    Hey rosiet5,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Move Date and Author on blog posts #1405575

    Hi,
    Thanks for the link to your page, Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($){
    $( '#top.single-post' ).each(function() {
    $( this ).find( '.post-meta-infos' ).insertAfter( $(this).find('.big-preview.single-big') );
    });
    })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_script');

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    Please see the screenshot in the Private Content area for the expected results.

    Best regards,
    Mike

    in reply to: Unable to Download Demo Files #1405574

    Hi,
    Glad Yigit could help point you in the right direction, if you have any further questions please create a new thread since this is not your thread you will not see anything we write in the Private Content area.
    Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Post Grid not working #1405504

    Hi,
    Thanks for posting your code, but I didn’t find anything in it for custom fields, please link to the thread where you found the customization.

    // https://pastebin.com/7Kn8R4ZR
    Best regards,
    Mike

    in reply to: Woocommerce image issues #1405459

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Anchor links offset #1405458

    Hi,
    You are still getting an error on your script.
    Enfold_Support_1869.jpeg
    Please include an admin login in the Private Content area so we can check.

    Best regards,
    Mike

    Hi,
    I guess I didn’t understand your question originally, do you want it to look like the blue section AGES 6+ / GRADES 2-5?
    Try this css:

    #top.page-id-38256 #av_section_1 h1.av-special-heading-tag {
        margin: 0 !important;
    }
    #top.page-id-38256 #av_section_1 .av-special-heading-h1 {
    	 text-align: center;
    }

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

    Best regards,
    Mike

    in reply to: image author on blog #1405455

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Add Box-Shadow to Text Block #1405454

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Hide post date in blog section #1405364

    Hi,
    To hide the comment section on the single post try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.single-post .comment-entry {
    	display: none;
    }

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

    Best regards,
    Mike

    in reply to: Add Box-Shadow to Text Block #1405363

    Hi,
    Glad to hear that this helped and it looks like you were able to reproduce it for the other columns.
    The css I added in the code block was just for testing, please move to the Quick CSS.
    I see that you found the equal height option in the column.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Post Grid not working #1405362

    Hi,
    Glad to hear that you have this sorted out, what was the customization meant to do? Are you sure that it is still needed?

    Best regards,
    Mike

    in reply to: Move sublevel links up before scrolling #1405361

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Unable to Download Demo Files #1405360

    Hi,
    Sorry that this is affecting you, but as you can read above the 20i servers have been a source of brutforce-like attacks against our server and have been unblocked many times now but the attacks continue each time it is unblocked.
    Unfortunately, since the server is blocked you will need to import the demo on a localhost and use the plugin duplicator and then install the clone on your 20i server.

    Best regards,
    Mike

    in reply to: Add Box-Shadow to Text Block #1405325

    Hi,
    Thanks for the login I hope you don’t mind that I tinkered a little on the last column.
    I removed the theme settings for the column and image, moved the text element into the column under the image and added the custom class class-padding to add padding around the text, then I added the custom class class-column to the column for the box shadow then in a code block at the bottom of the page I added this css:

    .class-padding {
    	padding: 0 20px;
    }
    .class-column {
    	box-shadow: 0 8px 8px #e3e3e3; 
    }

    just as a temp example, I believe this looks very close to your example page, please check.

    Best regards,
    Mike

    in reply to: Remove the solid line on default special heading #1405323

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: When updatign emoji's get lost #1405322

    Hi,
    The Dev Team has replied that this seems to be an issue in Windows 10 in Chrome & Edge. Firefox on Windows 10 works correctly and Windows 11 & Safari, Chrome, and Firefox work correctly on Mac. So if you are using Windows 10 try using Firefox.
    Hopefully, a future update of Chrome & Edge will include a fix.

    Best regards,
    Mike

    in reply to: Enfold Version Inconsistencies? #1405319

    Hey Ronald,
    Thanks for the video, please note that Envato (Theme Forest) limits the number of update checks in each 24 hour, but nonetheless, if you continue to have issues you can try installing the Official Envato Market plugin
    or another option to update your version of Enfold you can download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    in reply to: Fullwidth easy slider causes vibration in website? #1405318

    Hey Alwin,
    Thanks for your patience, I checked our travel demo that you linked to above in Windows in Chrome, Firefox, & Edge and I found no shift/vibration in the fullwidth easy slider, unfortunately, the link to your site was a 404 so I couldn’t check it.
    Typically when an element has more text in one slide than others, such as the testimonial element, it can cause a shift/vibration, I don’t recall seeing this in the easy slider, but perhaps it is the issue, please check.

    Best regards,
    Mike

    in reply to: Info on Search – and how to customize #1405317

    Hey Guenter,
    Thanks for sharing Guenni007 we will leave this open should anyone has questions about your code.

    Best regards,
    Mike

    in reply to: How to add a button to Reject All cookies #1405316

    Hey adepreter,
    Please go to Enfold Theme Options ▸ Privacy and Cookies ▸ Cookie Consent Message Bar ▸ Buttons
    You have 5 options and can add more buttons by clicking the green plus sign:
    Enfold_Support_1865.jpeg

    Best regards,
    Mike

    in reply to: Remove the solid line on default special heading #1405315

    Hey Julio,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #main .main_color .special-heading-inner-border {
        border-color: transparent;
    }
    

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

    Best regards,
    Mike

    in reply to: Add Box-Shadow to Text Block #1405314

    Hey Julio,
    Thanks for the link to your example page the box shadow used is box-shadow: 0 8px 8px #e3e3e3; but I don’t think you will want to add it to a text element but probably the column that the text element is in.
    If we could see your test page we could advise better.

    Best regards,
    Mike

    in reply to: disable sticky header for tablet landscape #1405313

    Hi,
    To add the top padding for landscape mobile try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 768px) and (orientation: landscape) { 
    	.responsive.html_mobile_menu_tablet.html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 88px !important;
    }
    }
    

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 7,921 through 7,950 (of 35,071 total)