Forum Replies Created

Viewing 30 posts - 7,471 through 7,500 (of 34,616 total)
  • Author
    Posts
  • 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

    in reply to: Google reCaptcha does not work #1405311

    Hey adepreter,
    Thank you for your patience, assuming that your Google reCaptcha keys are valid you will need to go to Enfold Theme Options ▸ Privacy and Cookies ▸ Cookie Handling ▸ Advanced Options ▸ Auto Reload Page ▸ Auto reload on “Accept Settings”
    so that when the cookie Google reCaptcha service is accepted the service will be loaded.
    Please try this and if you have further issues please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Cookie consent and GTM #1405309

    Hey Zest,
    Thank you for your patience, but I don’t believe that you can use the GTM to track cookie consent modes, this would break the purpose of the cookie consent and GDPR since there should be no tracking until after consent.
    Please see our documentation here.

    Best regards,
    Mike

    Hi,
    Thanks Guenni007 this is a good tip and will certainly help future readers, perhaps since the icons were already shown on other pages of my test site I was not able to reproduce the error, thank you for your insight.

    @Capo1200
    glad the column solution above also helped you, 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

    Hey simplycoding15,
    The special heading element has a bottom padding of 10px, and because it has a H1 tag a top margin of 20px is added.
    I’m not sure if you want to center the special heading:

    #top.page-id-38256 #av_section_1 .av-special-heading-h1 {
    	 text-align: center;
    }

    or if you want to use letter spacing:

    #top.page-id-38256 #av_section_1 .av-special-heading-h1 h1 {
        letter-spacing: 0.1em;
        text-align: center;
    }

    Hopefully this helps with your question.

    Best regards,
    Mike

    in reply to: Change header colour when scrolling #1405300

    Hi,
    Please note that these will only work if your header is set to Enfold Theme Options ▸ Header ▸ Header behavior ▸ Shrinking Header this is the only time that the class header-scrolled is added.
    I tested the css and it works, if it is not working for you and you are using the Shrinking Header option then please open a new thread with an admin login so we can be of more assistance, since this is not your thread posting your login here will not be private and you will not see anything we write in the Private Content area.

    Best regards,
    Mike

Viewing 30 posts - 7,471 through 7,500 (of 34,616 total)