Forum Replies Created

Viewing 30 posts - 12,181 through 12,210 (of 34,910 total)
  • Author
    Posts
  • in reply to: Custom Header Widget alignmnet #1347760

    Hi,
    Please try adding z-index you your #text-29 code like this:

    
    #text-29 {
        position: absolute;
        right: 300px;
        top: 0px;
        z-index: 2;
    }

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

    Best regards,
    Mike

    in reply to: Table of Content Widget and H3 #1347759

    Hi,
    I tried using the block editor for the post but the TOC still didn’t show it’s H3 title, is your TOC in the sidebar?
    I don’t see a way to add a widget in the block editor on a post.
    If I create a Advanced Layout Builder post and use H3 headings and add a widget element instead for using a sidebar the TOC does show it’s title:
    2022-04-08_009.jpg
    2022-04-08_010.jpg
    Is this what you did?

    Best regards,
    Mike

    Hey attifilm,
    Thanks for the login to your site , I added this script in your functions.php to correct the logo link in English for Polylang:

    function polylang_logo_link_for_english() { ?>
        <script>
    (function($){
      $('html[lang="en-US"] span.logo').find('a').attr('href', 'https://www.your-site.ch/wp/en/home/');
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'polylang_logo_link_for_english');

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Custom Script title font colors #1347755

    Hi,
    Thank you for the link to your site, unfortunately, these two forms are loaded in iframes so you can not change the font colors with css on your site, you will need to make the adjustment at where you get the code for the form.

    Best regards,
    Mike

    in reply to: empty page #1347753

    Hey Akmerttan,
    Thank you for the link to your site, but it doesn’t seem empty to me, please see the screenshot in the Private Content area.
    Is it still empty for you?

    Best regards,
    Mike

    in reply to: Table of Content Widget and H3 #1347752

    Hey havi,
    Thank you for your suggestion, but I don’t seem to be able to reproduce this.
    I tested on a Classic Editor and Advanced Layout Builder post with H3 headings and the TOC doesn’t include it’s own heading:
    2022-04-08_005.jpg
    I included links to my test posts below, using v4.9.2.1 with only WooCommerce as a plugin.

    Best regards,
    Mike

    in reply to: LayerSlider Front End Problem #1347706

    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: Woocommerce support #1347705

    Hi,
    Thank you for your patience and for the login, I will try to help you customize your plugin ARG MultiStep Checkout for WooCommerce, although this is not a third party plugin that we support.
    for the width of your fields in the steps please try this css

    .argmc-wrapper .argmc-form-steps {
        padding-left: 0;
        padding-right: 0;
    }
    .argmc-order-step, .argmc-payment-step, .argmc-order-payment-step, .argmc-order-review-step {
        max-width: 100%;
    }
    .woocommerce-shipping-totals.shipping th {
    	width: 50px;
    }

    I’m not sure what you are finding wrong with the payment box in step two or three, but these boxes are styled from the plugin and will not look like our demo, I didn’t see anything out of line please see the screenshots in the Private Content area. If there was something small to adjust I would be able to assist, but I can’t re-write the plugin to look like our demo.
    The English words Customer Details, Billing Address, & Shipping Address are also from the plugin:
    2022-04-08_004.jpg
    so while I could write a script to change these, I would first suggest that you ask the plugin author for their solution as I imagine they must have dealt with this before.
    I’m not sure what you mean by the “my account” fields should look like the log in / register, try explaining with some screenshots.

    Best regards,
    Mike

    in reply to: Blog Post Grid 3 Columns on both Desktop and Mobile #1347661

    Hey justinteo85,
    Thank you for the link to your site, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    @media only screen and (max-width: 767px) { 
    body #wrap_all #main div .first, 
    body #wrap_all #main div .no_margin {
        margin-left: 0;
    }
    body #wrap_all #main .unit.alpha, 
    body #wrap_all #main .units.alpha, 
    body #wrap_all #main div .first {
        margin-left: 0;
        clear: left;
    }
    #wrap_all #main div .av_one_third,
    .responsive #top #wrap_all #main .avia-content-slider-odd .slide-entry {
        margin-left: 4%;
        width: 29.333333333333332%;
    }
    .responsive #top #wrap_all #main .avia-content-slider-odd .slide-entry.first {
    	margin-left: 2%;
        width: 29.333333333333332%;
    }
    #wrap_all #main div .flex_column {
        z-index: 1;
        float: left;
        position: relative;
        min-height: 1px;
    }
    #wrap_all #main .avia-content-slider .slide-entry-wrap {
        width: 100%;
        float: left;
        margin-bottom: 40px;
    }
    .responsive #top #wrap_all #main .avia-content-slider-odd .slide-entry,
    .responsive #top #wrap_all #main .avia-content-slider-even .slide-entry.slide-parity-odd, 
    .responsive #top #wrap_all #main .avia-content-slider-odd .slide-entry.slide-parity-even {
    	clear: none;
    }
    }

    After applying the css, please clear your browser cache and check.
    This is the expected results
    2022-04-07_004.jpg

    Best regards,
    Mike

    in reply to: Deleting unused images from Meida Library #1347656

    Hey joakimraboff,
    Thank you for your question, I have not tried any bulk delete plugins, so you will need to give them a try, but I do know that you can’t just delete them via FTP because that doesn’t remove them from the database.

    Best regards,
    Mike

    Hi,
    Glad to hear that you have this sorted out, shall we close this then?

    Best regards,
    Mike

    in reply to: How To Make The SubMenu Sticky On Mobile #1347653

    Hi,
    Glad Guenni007 & 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: Standard Setting for Video Element #1347650

    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: Easy Slider position img #1347648

    Hi,
    Glad Rikard 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: Video Player & Menu Button Color Options #1347647

    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: Black Stripe in Custom Footer – Page versus Post #1347645

    Hi,
    Glad Rikard 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: Images missing #1347643

    Hi,
    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: Missing footer – after latest theme update #1347641

    Hi,
    Glad Rikard 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: New WC PayPal Payments buttons on cart page #1347639

    Hi,
    Glad Nikko was 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: Please, please, please help me! #1347637

    Hi,
    Glad Rikard 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: Gallery gets duplicated #1347635

    Hi,
    Glad Rikard 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

    Hi,
    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: Burger Menu not loading on subdomain #1347630

    Hi,
    Thanks for the link to your site, I don’t understand how the domain yours but the sub-domain is not?
    Nonetheless it looks like the sub-domain has commented out quite a few Enfold scripts, most importantly jquery.js & jquery-migrate.js & menu.js which the menu will need to work.
    2022-04-07_002.jpg
    You are also getting the origin has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource
    error, which is why the icons under the map are not showing
    2022-04-07_003.jpg
    Please ask your developer to set Access-Control-Allow-Origin to allow for the sub-domain.

    Best regards,
    Mike

    in reply to: Enfold Theme – Easy Slider Title displaying as H2 #1347557

    Hey gfriend70,
    Thanks for the login, the element has the option to change the heading tag in the advanced tab, I changed this for you:
    2022-04-07_001.jpg
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Change color and size: class="av-catalogue-title" #1347556

    Hey purpleblue_Es,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #main .av-catalogue-title {
    	font-size: 20px;
    	color: blue;
    }

    adjust the color and size to suit, then after applying the css, please clear your browser cache and check.
    If this doesn’t solve please link to your page so we can examine.

    Best regards,
    Mike

    in reply to: Remove two horisaontal lines in Full Width Sub Menu #1347424

    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: Woocommerce support #1347423

    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: Remove two horisaontal lines in Full Width Sub Menu #1347419

    Hi,
    Please try:

    #top #main .av-submenu-container {
        border-bottom-style: none;
    }
    #wrap_all .container_wrap {
        border-top-style: none;
    }

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

    Best regards,
    Mike

    in reply to: prevent video from download #1347416

    Hi,
    Thanks for your feedback, perhaps this one will work better: Content Copy Protection & Disable Right Click, otherwise here are some more you can try.

    Best regards,
    Mike

    in reply to: Absolute Sticky Sub Menu on Mobile Devices #1347415

    Hi,
    Thanks for the feedback it looks like there is an error is your css, it looks like you have two media query rules with no closing bracket:

    @media only screen and (max-width: 620px) {
     .sticky-top {
        position:fixed!important;
        top:-0!important;
        z-index:120 !important;
     }
    @media only screen and (max-width: 767px) {
     .sticky-top {
        position:fixed!important;
        top:-0!important;
        z-index:120 !important;
     }
     

    Try removing these and replace it with this:

    @media only screen and (max-width: 990px) {
     .sticky-top {
        position:fixed!important;
        top:-0!important;
        z-index:120 !important;
     }
    }
     

    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

Viewing 30 posts - 12,181 through 12,210 (of 34,910 total)