Forum Replies Created

Viewing 30 posts - 8,341 through 8,370 (of 34,913 total)
  • Author
    Posts
  • Hi,
    Thanks for the login, I have looked at your two pages linked below, but I’m not sure that I’m understanding as I don’t see any tags and since I can’t see the admin backend I’m not sure what tags should show.
    Please explain further.

    Best regards,
    Mike

    in reply to: Several Issues setting up ENFOLD #1401957

    Hi,
    Thanks for your patience, I answered this in your other thread

    Best regards,
    Mike

    in reply to: Parallax Features of you new Demo #1401956

    Hi,
    Thank you for your patience, I’m not sure why this is occurring but I have added this css and it seems to correct:

    #main .avia-image-overlay-wrap a.avia_image .image-overlay {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Animated SVGs #1401899

    Hi,
    Oh I see, I found using object works, like this:
    <object data="/wp-content/uploads/ilus-home-1.svg" width="600" height="600"> </object>

    Best regards,
    Mike

    in reply to: Browser refusing to apply styles from CSS #1401898

    Hi,
    What browsers are you using?
    Mac, or Windows?

    Best regards,
    Mike

    in reply to: Issue with blurry pictures and content toggles #1401897

    Hi,
    Thanks for your feedback, I took another look at your page with the toggles and it looks like it has been edited with the WordPress Classic Editor, or perhaps the Thrive Architect because it no longer uses the Advanced Layout Builder elements, when you switch to the ALB to edit the toggles the whole page shows as one text element. So the shortcodes for the elements are broken.
    To recover the page try using the page revisions to go back before this occurred, otherwise you will need to recreate the page and save as a ALB page.
    Please note that editing your ALB pages with another editor will most likely break the elements.

    Best regards,
    Mike

    in reply to: Hotspots Numbers #1401895

    Hi,
    I was not able to login into WordPress as admin, but try this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #top #main .av-hotspot-image-container.av-hotspot-blank .av-image-hotspot .av-image-hotspot_inner {
        color: transparent;
    }
    }

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

    Best regards,
    Mike

    in reply to: Cannot connect with my Database #1401771

    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: replace the h3-Tag for team member with a p-tag #1401770

    Hey Chris_85,
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script() { ?>
      <script>
    (function($) {
      $(function() {
        function replaceElementTag(targetSelector, newTagString) {
          $(targetSelector).each(function(){
            var newElem = $(newTagString, {html: $(this).html()});
            $.each(this.attributes, function() {
              newElem.attr(this.name, this.value);
            });
            $(this).replaceWith(newElem);
          });
        }
        replaceElementTag('h3.team-member-name', '<p></p>');
      });
    }(jQuery)); 
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_script');

    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: how to put some code before title in a simgle post #1401767

    Hi,
    I see that you are getting this error: Uncaught ReferenceError: jQuery is not defined try this instead:

    function add_yoast_breadcrumbs_shortcode_before_single_post_titles() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($){	
    	var wpseo_breadcrumb = '<span id="breadcrumbs"><?php echo do_shortcode("[wpseo_breadcrumb]"); ?></span>';
    	$('#top.single-post').each(function () {
    		$(wpseo_breadcrumb).insertBefore('h1.post-title.entry-title');
    	});	
    })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'add_yoast_breadcrumbs_shortcode_before_single_post_titles');

    If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Hotspots Numbers #1401765

    Hi,
    Thanks for the screenshots but I couldn’t login, nonetheless try this css:

    @media only screen and (max-width: 767px) { 
    .av-hotspot-image-container.av-hotspot-blank .av-image-hotspot .av-image-hotspot_inner {
        color: transparent;
    }
    }

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

    Best regards,
    Mike

    in reply to: Issue with blurry pictures and content toggles #1401764

    Hi,
    Thanks for the feedback, Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause. The Thrive Architect is known to cause conflicts with the theme and possibly any of the other Thrive plugins that you have active.

    Best regards,
    Mike

    Hi,
    Thanks for the screenshot, I do see the flat edge in the “C” & “O” in your screenshot:
    Enfold_Support_698.jpeg
    but I’m not seeing it in mine, Samsung Galaxy A01:
    Enfold_Support_700.jpeg
    I’m not sure what is causing this but try putting this in the secondary content field <p></p> it should create an empty paragraph that doesn’t show on the frontend.
    Then clear your browser cache and check.

    Best regards,
    Mike

    Hey Mookeyvan,
    When I check my Android device the titles don’t seem cut off, please see the screenshot in the Private Content area.
    can you include a screenshot of what you are seeing?

    Best regards,
    Mike

    Hi,
    Very good, we will leave this thread open until you hear back from them.

    Best regards,
    Mike

    in reply to: icon in google searches #1401724

    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: Parallax Features of you new Demo #1401723

    Hi,
    Did you also see the error on our demo with your iPhone?

    Best regards,
    Mike

    in reply to: Browser refusing to apply styles from CSS #1401722

    Hi,
    Thanks for the login and screenshots, but this is not how I see your site, Please see the screenshots in the Private Content area.
    I checked on Windows in Chrome, Firefox, & Edge and the only error I see in the browser console is from your gtag code.
    The login above is not working for me, please check.

    Best regards,
    Mike

    in reply to: Animated SVGs #1401718

    Hi,
    Sorry I don’t understand, are you saying that uploading the SVG in the media library removes the animation?
    The SVG cocoagroup uploaded to the media library is animating correctly here using a code block element as you recommend.

    Best regards,
    Mike

    in reply to: Parallax Features of you new Demo #1401715

    Hi,
    I believe that I see it on our demo also: Parallax Demo
    I don’t know what is causing this but I asked the rest of the team for advice.

    Best regards,
    Mike

    Hi,
    When I try to login I see this error: Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /wp-content/plugins/updraftplus/class-updraftplus.php for your updraftplus plugin, try disabling it.
    I see in your WordPress ▸ Dashboard ▸ Tools ▸ Site Health ▸ Info ▸ Server your PHP time limit & Max input time are low, try changing them to:
    PHP time limit 300
    Max input time 120

    Best regards,
    Mike

    in reply to: icon in google searches #1401708

    Hey sevildi,
    Please try converting your favicon image into a real favicon.ico and then placing it via FTP at the root of your site like this: “https://your-site.com/favicon.ico&#8221;
    Some browsers automatically look for the favicon at this legacy location and perhaps Google did too.

    Best regards,
    Mike

    in reply to: Parallax Features of you new Demo #1401706

    Hi,
    1: I don’t have an iPhone so I couldn’t test it, only on an Android.
    2: for mobile I believe you will need to show the section (gap) otherwise the columns cover the lower content, try this css instead:

    @media only screen and (min-width: 768px) { 
    #top.home #service {
    height: 0;
    min-height: 0;
    }
    }

    Best regards,
    Mike

    in reply to: Weird blue circles on top of images #1401705

    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 shortcodes not working correctly #1401699

    Hey Ben,
    The default pagination is not displaying properly because the action or callback for it is disabled. You can add this code in the functions.php file to add it back. You will have to adjust the style of the pagination a bit.

    add_action('after_setup_theme', function() {
        add_action( 'woocommerce_after_shop_loop', 'woocommerce_pagination', 10 );
    });

    For the popularity sort please try the solution in this post.

    Best regards,
    Mike

    in reply to: Weird blue circles on top of images #1401697

    Hey geert18,
    Thank you for the link to your site, these are the Linked Image Overlay, I believe they are showing incorrectly due to a cache conflict from your siteground cache.
    If you don’t want them at all check your Enfold Theme Options ▸ Advanced Styling for Linked Image Overlay and remove this option by clicking the red X:
    Enfold_Support_694.jpeg
    then clear your siteground cache.
    Or you can add this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field

    .image-overlay.overlay-type-extern .image-overlay-inside:before {
    	display: none;
    }

    Best regards,
    Mike

    in reply to: Make buttons and images next to each other #1401693

    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: update #1401692

    Hey LuzLicht,
    Thank you for your question, for Enfold v4.1.2 you will need to download the latest version from your Theme Forest account because it uses an older license API from Theme Forest (Envato), the new license Token that can’t be used in your version.
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account, if you don’t have a Theme Forest account you can purchase a new license here and create one. Then 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: Animated SVGs #1401691

    Hi,
    Thank you Guenni007 for sharing your SVG expertise.
    I didn’t see your SVG on your page so I added a code block element with this code in it:

    <object data="/wp-content/uploads/ilus-home-1.svg" width="600" height="600"> </object>

    under the heading DO NOT HESITATE TO CONTACT US. in the SVG & animation is showing.
    Please check.

    Best regards,
    Mike

    in reply to: Sortable Masonry Gallery #1401690

    Hi,
    To add a navigation arrow to Guenni007‘s script you would add: gallery:{enabled:true} to it like this:

    function posts_iframe_popup() { 
    ?>
    <script type="text/javascript">
    window.addEventListener('DOMContentLoaded', function() {
    (function($) {
      $(' a.av-masonry-entry').magnificPopup({
        type:'iframe',
    gallery:{
        enabled:true
      }
      }); 
    })(jQuery);
    });
    </script>
    <?php }
    add_action('wp_footer', 'posts_iframe_popup');

    But this opens the masonry item as an iframe and not the image.
    You can change the type to image, but since the image is a background image it will not show in the magnificPopup, I didn’t find a way to get the background image.

    Best regards,
    Mike

Viewing 30 posts - 8,341 through 8,370 (of 34,913 total)