Forum Replies Created

Viewing 30 posts - 15,721 through 15,750 (of 35,013 total)
  • Author
    Posts
  • in reply to: Open PDF in Portfolio Grid Lightbox #1260127

    Hi,
    Thank you, I assume that you tried this:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /2017demo1/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /2017demo1/index.php [L]
    </IfModule>
    
    # END WordPress
    Content-Type: application/pdf
    Content-Disposition: inline; filename="*.pdf"

    In my research and test on my localhost, this seems to work, but this might not be correct for your server, if this is how you tested then please ask your webhost if this is correct for your server. If your webhost is on a (MS) DotNet (ASP.Net)server this might be correct, but for most servers, this would be rare.
    There is also a chance that your webhost has an option in the backend to activate this “force download” of PDF’s, I recommend opening a support ticket with your webhost and explain how you want to force the download of PDF’s and see if this was the correct way to achieve this with your server.

    Best regards,
    Mike

    Hi,
    Merci pour la connexion et la vidéo, j’ai essayé de créer une nouvelle page avec Advanced Layout Builder et je ne pouvais pas non plus sélectionner les éléments du constructeur, j’ai trouvé que le panneau Yoast SEO était à l’origine de cela et je l’ai déplacé vers le haut.
    2020-11-11_072411.jpg
    J’ai regardé vos plugins et essayé de désactiver:
    Outils d’édition avancés (anciennement TinyMCE Advanced)
    Désactiver Gutenberg
    comme ceux-ci s’attachent à la page du générateur, après avoir désactivé Advanced Layout Builder fonctionnait correctement, mais lorsque j’ai réactivé ces plugins, Advanced Layout Builder fonctionnait toujours correctement, donc je ne sais pas pourquoi, mais veuillez essayer ces étapes et effacer le cache de votre navigateur.

    — Translated with Google —

    Thanks for the login and video, I tried creating a new page with the Advanced Layout Builder and I also couldn’t select the builder elements, I found that the Yoast SEO panel was causing this and moving it to the top corrects.
    2020-11-11_072411.jpg
    I looked at your plugins and tried disabling:
    Advanced Editor Tools (previously TinyMCE Advanced)
    Disable Gutenberg
    as these attach to the builder page, after disabling the Advanced Layout Builder worked correctly, but when I re-enabled these plugins the Advanced Layout Builder still worked correctly, so I’m not sure why that is, but please try these steps and clear your browser cache.

    Best regards,
    Mike

    in reply to: Open PDF in Portfolio Grid Lightbox #1259875

    Hi,
    Please try posting the content of your .htaccess file so we can see.

    Best regards,
    Mike

    in reply to: Hidden button payment is by card #1259576

    Hi,
    Sorry for the late reply and thanks for the link and screenshot.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.woocommerce-checkout.woocommerce-order-pay #redsys_payment_form a.button.cancel{
    	display: none !important;
    }

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

    Best regards,
    Mike

    in reply to: icon list items not displayed properly on mobile #1259572

    Hey Alexander,
    Sorry for the very late reply and thanks for the link and screenshot.
    Please try this code in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
    	.avia_transform .avia-timeline-vertical.avia-timeline-animate .milestone_icon {
        opacity: 1 !important;
        -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important;
    }
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Report of blocked resources in Google's Rich Test Tool #1259566

    Hey Lene,
    Sorry for the late reply, I tested your site with the Rich Test Tool, but I didn’t see any blocked resources. Please see the link in the Private Content area.

    Best regards,
    Mike

    Hi,
    Please try this code in the WordPress > Customize > Additional CSS field:

    .sidebar {
        z-index: 0 !important;
        position: relative !important;
    }

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

    Best regards,
    Mike

    in reply to: Shopping cart not visible on mobile #1259558

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: listing points #1259557

    Hi,
    Thank you for the feedback, I checked your site and it looks like the css is working, please see the screenshot in Private Content area.
    Please try clearing your browser cache and checking again.

    Best regards,
    Mike

    Hi,
    Please include the language switcher script so we can test it also.
    I tested your two alert on load scripts above and both worked for me.

    Best regards,
    Mike

    in reply to: Text editor bug: text doesn't show in block #1259256

    Hi,
    Sorry for the late reply and thanks for the login and screenshot.
    I tested different portfolio pages and noticed that the ones that didn’t show the text in the text element were the ones the had your custom appointment script in a text element.
    When you load these pages in the backend you will note that the text element tries to parse the code and show a preview of the script, this causes a javascript error in TinyMCE: Uncaught Error: no such method 'instance' for autocomplete widget instance
    The solution for this is to add your script to a code block element, this element doesn’t try to parse the code and show a preview of the script.
    Please see the test portfolio page in the Private Content area and note the code block element with the script in it.

    Best regards,
    Mike

    in reply to: make extra element in left bar #1259247

    Hi,
    Glad to hear that you have this sorted out, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Change H2 to H1 in full screen slider #1259242

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Change Blog Post Titles From H2 to H1 #1259165

    Hey drwildwave,
    Sorry for the late reply and thanks for the link to your single post page, yet your post page has been created with the Advanced Layout Builder and you are using an h1 special heading for your “title”.
    Please explain a little further.
    Typically when you do not use the Advanced Layout Builder the single post title is an h1, please see this example.

    Best regards,
    Mike

    in reply to: Shopping cart not visible on mobile #1259160

    Hi,
    Sorry for the late reply, 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: 1030px) {  
    #header_main .menu-item.cart_dropdown {
    	display: block !important;
    }
    }

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

    Best regards,
    Mike

    in reply to: listing points #1259158

    Hi,
    Sorry for the late reply and thanks for the link and screenshot.
    For the bullet points in your screenshot, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #main > div > div > main > div > div > .avia-builder-el-5 > section:nth-child(5) li::marker {
    font-size: 30px !important;
    }

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

    Best regards,
    Mike

    Hi,
    Sorry for the late reply and thanks for the link and screenshots. I see that you are asking for an overlay, but opacity seems to work well. 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: 1026px) { 
    #full_slider_1 > div > ul > li > div > img {
    	opacity: 50% !important;
    }
    }
    

    Please adjust the media query to suit and clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How to Target Menu Item Container, Not Just Link #1259153

    Hi,
    Sorry for the late reply and thanks for the link and video.
    I was able to correct this with this css, since this tries to override some other css please try this code in the WordPress > Customize > Additional CSS field, as it has the highest priority.

    #avia-menu {
        margin-top: 28px !important;
    }
    #top #header_main>.container .main_menu .av-main-nav>li>a {
    	height: unset !important;
    	line-height: unset !important;
    }
    #top .main_menu ul.menu li a:hover {
    	margin-top: unset !important;
    }
    #header_main #avia-menu > li > a > .avia-menu-text:hover {
    	background-color: unset !important;
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Print Layout #1259141

    Hey BenRi,
    Sorry for the very late reply and thanks for the link.
    To hide the layerslider from print, try adding this css:

    @media print{
    	#layer_slider_1,.ls-slide {display: none !important;}
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    Hey kristianjohann,
    Sorry for the late reply and thanks for the link and code. Looking at your script above I note that it is looking for a two-character language code, when typically four characters, like de-DE or en-US I could not quite make out how you are switching languages with your links, I believe there is another script at work. Anyways, I tested your script on my localhost by setting the language with this document.documentElement.setAttribute('lang','de-DE');
    and I changed your script a little:

    
    <script>
    jQuery(document).ready(function(){
     if( document.documentElement.lang.toLowerCase() === "de-de" ) {
    
      langElements = getAllElementsWithAttributeValue('lang','en');
    
      for (var i in langElements) {
    
       langElements[i].style.visibility = 'hidden';
    
       langElements[i].style.display = 'none';
    
      }
    
     }
    
     else {
    
      langElements = getAllElementsWithAttributeValue('lang','de');
    
      for (var i in langElements) {
    
       langElements[i].style.visibility = 'hidden';
    
       langElements[i].style.display = 'none';
    
      }
    
     }
    });
    
    function getAllElementsWithAttributeValue(attribute,attributevalue)
    
    {
    
      var matchingElements = [];
    
      var allElements = document.getElementsByTagName('*');
    
      for (var i = 0, n = allElements.length; i < n; i++)
    
      {
    
        if (allElements[i].getAttribute(attribute) == attributevalue)
    
        {
    
          // Element exists with attribute. Add to array.
    
          matchingElements.push(allElements[i]);
    
        }
    
      }
    
      return matchingElements;
    
    }
    </script>
    

    and I used your example HTML:

    <span lang="en">Hello World!</span><span lang="de">Hallo Welt!</span>

    and this worked for me, but on your site I can not change the language with the icons, so you could check your script for the two-character language code, or you could try this script instead.

    Best regards,
    Mike

    in reply to: Change H2 to H1 in full screen slider #1259081

    Hi,
    Sorry for the very late reply, and thanks for the login, I changed your slider to H1 to see the issue and then added this css to correct:

    @media only screen and (max-width: 767px) { 
    #top #wrap_all .main_color .slideshow_align_caption > h1 {
        color: #fff !important;
        font-size: 30px !important;
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Open PDF in Portfolio Grid Lightbox #1259078

    Hi,
    I believe I understand correctly, which browser are you using?
    Try adding this to your .htaccess file via ftp:

    Content-Type: application/pdf
    Content-Disposition: inline; filename="*.pdf"

    Best regards,
    Mike

    in reply to: change position of a notice #1259053

    Hi,
    Sorry for the very late reply and thanks for the screenshot and link, but the link is resulting in a 404, I found another product linked below along with a screenshot of the expected results.
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
      $( ".woocommerce-message" ).insertAfter( ".woocommerce-cart .woocommerce-cart-form" );
      });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Nofollow links on full width easy slider #1259049

    Hi,
    I just noticed that there are more than one of these on the page so instead of adding a custom ID, please add a custom class and change the ID to your class like this:

    function custom_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
      $(".custom_class a.avia-slide-wrap").attr("rel", "nofollow noopener noreferrer");
     });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    Best regards,
    Mike

    in reply to: Nofollow links on full width easy slider #1259046

    Hey aliciapotts,
    Sorry for the very late reply and thanks for the link to your site, I was not sure if you wanted to keep the current attributes noopener noreferrer and add nofollow , if not please feel free to adjust the code below to suit.
    I would recommend adding a custom ID to the slider so it will be easier if you want to use this on other pages, in the code below the ID is #full_slider_4 feel free to adjust the code to suit your custom ID.
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
      $("#full_slider_4 a.avia-slide-wrap").attr("rel", "nofollow noopener noreferrer");
     });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Knowledge Base icon not provide in the template #1259042

    Hi,
    Very good, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Open PDF in Portfolio Grid Lightbox #1259038

    Hi,
    I tested on Windows 10, Chrome & Firefox, and the PDF’s open in the lightbox when clicked directly or when the lightbox “arrows” are used to move to the next image or PDF
    But, Edge opens the lightbox and then redirects to the PDF so it is not in a lightbox. Did you add #toolbar=0 to the PDF links? Try removing this from one of the PDF links to see if this helps.
    What OS and browser did you test with?

    Best regards,
    Mike

    in reply to: Knowledge Base icon not provide in the template #1258868

    Hi,
    Very good, glad to hear this helped.

    Best regards,
    Mike

    in reply to: Knowledge Base icon not provide in the template #1258625

    Hi,
    Sorry for the late reply, so previously I posted the link to the “law” & “knowledgebase” icons, and now you would like the “gym” icons. Please see the link in the Private Content area.
    But, please note that you may still encounter the previous error, with the “config.json” if you try to add this to a demo that already has an icon pack.
    So you may not be able to add many icon packs to the same demo. I’m sure that if you “reset” your site and only use one demo & icon pack this will work correctly.

    Best regards,
    Mike

    Hi,
    Sorry, using the link above, I’m not seeing an error in the animation, what OS & browser are you using?

    Best regards,
    Mike

Viewing 30 posts - 15,721 through 15,750 (of 35,013 total)