Forum Replies Created

Viewing 30 posts - 2,161 through 2,190 (of 33,834 total)
  • Author
    Posts
  • in reply to: Anpassung Schriftgröße Titel der Blogbeiträge #1440451

    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

    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: Youtube related – more videos on Tablet or Mobile #1440447

    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: Youtube related – more videos on Tablet or Mobile #1440445

    Hey trickywisdom,
    unfortunately there is no way to disable that while your videos are hosted on YouTube, try hosting them on your site.

    Best regards,
    Mike

    in reply to: General Style not changing #1440444

    Hi,
    It depends on your webhost as to how to clear it, so I would ask them, perhaps they can disable it until you are done building your site and then enable it again so you won’t have to fight with the cache while you are building the site.

    Best regards,
    Mike

    in reply to: General Style not changing #1440440

    Hi,
    Thanks for the link to your site, it looks like your site is showing a cached version of the css, I tried clearing it and removing the timestamp from the css but the cached version with the timestamp is still showing. Please check if you can clear your webhost cache.

    Best regards,
    Mike

    in reply to: SearchWP #1440438

    Hi,
    The default search results parameter is /?s= and your plugin uses /?swp_form%5Bform_id%5D=1&swps=
    so perhaps if you change the parameter of s in the function to swp_form%5Bform_id%5D=1&swps
    it will direct to your plugin search results page
    Enfold_Support_5522.jpeg
    I recommend testing this modification via FTP and not in the WordPress ▸ Appearance ▸ Theme File Editor in case it crashes your site, you can remove the change easily via FTP even it your site is down.

    Best regards,
    Mike

    in reply to: General Style not changing #1440430

    Hey achristan,
    Please include an admin login in the Private Content area and explain one color that you are trying to change in the general styling so we can check.
    Please note that the Enfold Theme Options ▸ Advanced Styling overrides the general styling, and if you are using a caching plugin or CDN, please disable.

    Best regards,
    Mike

    in reply to: all widget titles the same #1440427

    Hey schweg33,
    Try this CSS:

    #top #wrap_all .all_colors .widgettitle,
    #top [id*="custom_html-"] > h3.widgettitle {
    color: #666666;
    text-transform: none;
    font-size: 23px;
    font-weight: 200;
    }
    

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    Hi,
    Try, adding a custom class you want to move over the image:
    Enfold_Support_5514.jpeg
    Enfold_Support_5516.jpeg
    Then I added this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field

    .move-row-up {
        margin-top: -675px !important;
    }
    

    and now it looks like this:
    Enfold_Support_5520.jpeg
    please check and duplicate as needed.

    Best regards,
    Mike

    in reply to: Can’t get rid of random whitespace in parallax demo #1440425

    Hey AgenturLanzinger,
    The element that you removed had a negative top margin so to adjust I added a negative bottom margin to the element with the three boxes, you can adjust to suit:
    Enfold_Support_5508.jpeg

    Best regards,
    Mike

    in reply to: AJAX reload on payment method change in checkout page #1440424

    Hey profumopuntoit,
    Unfortunately I’m not able to test or support your paid plugin, but in my past experience the ajax reload on the cart page is fired by the woocommerce plugin.
    I found this snippet that seems to force a ajax reload when the payment type is changed on my demo site, perhaps it will also work or your site too.
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    add_action( 'woocommerce_review_order_before_payment', 'ajax_refresh_payment_method' );
    function ajax_refresh_payment_method(){
        ?>
        <script>
            (function($){
                $( 'form.checkout' ).on( 'change', 'input[name^="payment_method"]', function() {
                    $('body').trigger('update_checkout');
                });
            })(jQuery);
        </script>
        <?php
    }

    Best regards,
    Mike

    in reply to: SearchWP #1440422

    Hey Antonio,
    I checked your ajax search, the search icon in your header, and it seems to work correctly, and I followed the link to the search results page and it also seems to work correctly.
    Please explain further what issue you are having.

    Best regards,
    Mike

    in reply to: Show “Array” on contact form #1440420

    Hey Empatica,
    Thank you for the link to your site, please note that your html in the contact form is causing an error,
    Enfold_Support_5496.jpeg
    if you look at it the error message it has a link to help explain
    to add html to the form you will need to use our Special Character Translation plugin
    Enfold_Support_5498.jpeg
    please review and try to follow the steps.

    Best regards,
    Mike

    in reply to: Is Enfold compatible with Rank Match SEO And AI plugin? #1440419

    Hi,
    Glad Ismael could help, since we’ve reached an impasse you can go ahead and take down your staging site. 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: enfold single post navigation url not working #1440418

    Hey emilconsor,
    Your post above /de/company/news-and-stories/news/treffen-sie-puls-in-nrw/ is not available in English and the posts in the post navigation are not available in the /us/company/ path, only in the /blog/ path If you go to /us/company/news-and-stories/news/ you will see the posts are not available at that path, they are in the /blog/ path.
    If you go to the root page /de/company/ it changes to /de/unternehmen/, in the English it is /us/company/
    So /de/company/ seems to be invalid path.
    I’m not sure what would cause this error but I think it is related to your translation plugin.

    Best regards,
    Mike

    in reply to: Disable Modal-Box FOOGALLERY #1440417

    Hi,
    Glad that you found the solution, it adds the class noLightbox to your items the foogallery lightbox works on, as I tried to explain above, I just didn’t know that this was already posted, Shall we close this thread then?

    Best regards,
    Mike

    in reply to: Avia Layout Builder can’t be set #1440416

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

    Best regards,
    Mike

    in reply to: Table with columns of different widths #1440389

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

    .avia-data-table-wrap td {
        white-space: nowrap;
        width: auto;
    }
    .avia-data-table-wrap table {
        table-layout: auto !important;
    }

    This will let the content in the table cells determine the width.

    Best regards,
    Mike

    in reply to: avf_magazine_header_content filter #1440387

    Hi,
    Glad Günter 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: Disable Modal-Box FOOGALLERY #1440386

    Hey R_Menn,
    Thanks for your question, we don’t have any experience with your plugin and we don’t have a way to limit the Enfold lightbox to only the modal box, you can see in our documentation that typically adding the custom class noLightbox should disable the Enfold lightbox, you should try this on a couple of your elements and see if this works for you. Unfortunately some lightboxes use this same class in their plugins so it may disable both lightboxes, you will need to test.
    If this does work for you we maybe able to help add this class to all of your images with javascript so you don’t need to manually add it.
    If this doesn’t help, then perhaps using a different cookie bar would be an easy solution.

    Best regards,
    Mike

    in reply to: Personal Envato tokens #1440385

    Hi,
    You should have no issues updating with the Envato Market plugin, but I’m not sure that you will be able to tell which token is used on which site any better. You may need to keep a text file to track them all, as long as you use each Token only once on one domain you will be all set.
    If you can easly identify them by a item ID in the plugin then great, I don’t have a way to test this.

    Best regards,
    Mike

    in reply to: submenu #1440383

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

    #nav_menu-2 {
    	bottom: -90vh;
      position: absolute;
      padding: 0;
    }

    Best regards,
    Mike

    in reply to: Layer slider is asking me for a license #1440353

    Hi,
    Please note the Lock icon on the button for the Insert Shape button, these means that it is a Premium Feature
    Enfold_Support_5494.jpeg
    Most features are included with the theme, but LayerSlider has reserved some features for the premium version.

    Best regards,
    Mike

    in reply to: Problem with Avia editor #1440352

    Hey andrelio,
    Typically this is due to a plugin, try disabling all of your plugins and then reload the page. If that resolves the issue, reactivate each one individually and reload the page until you find the conflict. If this doesn’t help please include an admin login in the Private Content area so we can try disabling your plugin and investigate.

    Best regards,
    Mike

    in reply to: Icon list styling #1440351

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

    #after_section_1 .template-page.content {
    	padding-top: 0;
    }

    adjust the zero to suit.
    Please note that we ask that each thread stays on a specific topic, this helps us keep threads manageable. This thread has already covered several topics, so for further questions please open a new thread

    Best regards,
    Mike

    in reply to: portfolio category page style changed #1440316

    Hi,
    Thanks, but this doesn’t help me to help you. I need to be able to add functions in your child theme to test.
    Try adding this code to your child theme functions.php file in Appearance ▸ Editor:

    add_filter("avf_post_slider_args", function($atts, $context) {
      if( $context == "tag" ) { 
        $atts['preview_mode'] = 'custom';
        $atts['image_size'] = 'full';
      }
      return $atts;
    }, 10, 2);

    Best regards,
    Mike

    in reply to: Avia Layout Builder can’t be set #1440315

    Hi,
    Thanks for explaining the your page won’t save (update) when the Yoast plugin is active, I see that this is your only plugin. I have not seen this issue but when I test your page I see this server error:
    the server responded with a status of 500 (Internal Server Error)
    I also see that your plugin has a update available and you could also update to Enfold 5.7, so please try updating both and try again, perhaps the updates will solve the error.
    I don’t see anything wrong with your page, but if updating doesn’t help try checking your server error log for what is causing the Internal Server Error, it could help point to the issue.

    Best regards,
    Mike

    in reply to: Icon list styling #1440314

    Hi,
    I believe that the gap that you are referring to is the top padding inside the second color section, currently it is the default 50px. So either try the small padding or no padding.

    Best regards,
    Mike

    in reply to: Two column Masonry gallery on mobile #1440313

    Hi,
    when I check the page in the Private Content area the gallery looks full width, so I assume that you have sorted this out.

    Best regards,
    Mike

Viewing 30 posts - 2,161 through 2,190 (of 33,834 total)