Forum Replies Created

Viewing 30 posts - 31,651 through 31,680 (of 33,339 total)
  • Author
    Posts
  • Hi,
    Glad you found a way, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Fullwidth easy slider #807713

    Hey buddy1,
    Please include the url to the page in question so we can create some css code for you :)

    Best regards,
    Mike

    in reply to: special Heading Dropshadow #807711

    Hey mcraig77,
    Please see your other post, I added the drop shadow to both elements :)

    h1.av-rotator-container-inner, h4.av-special-heading-tag {text-shadow: 2px 2px #FFFF00 !important; }

    Best regards,
    Mike

    in reply to: Dropshadow on image rotator text #807710

    Hey mcraig77,
    Try this code in the General Styling > Quick CSS field:

    h1.av-rotator-container-inner, h4.av-special-heading-tag {text-shadow: 2px 2px #FFFF00 !important; }

    The drop shadow color in this example in yellow, but you can change it to any color :)

    Best regards,
    Mike

    in reply to: Images Compression #807709

    Hey viaggiareverde,
    There are two ways to improve this score, one is to Optimize your images by using progressive jpg and Optimizing them with a tool such as https://tinyjpg.com/
    The second way is to ensure your server is enabling compression. Add this code to your .htaccess file:

    
    # compress text, images, html, javascript, css, xml:
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE application/xml
    AddOutputFilterByType DEFLATE application/xhtml+xml
    AddOutputFilterByType DEFLATE application/rss+xml
    AddOutputFilterByType DEFLATE application/javascript
    AddOutputFilterByType DEFLATE application/x-javascript
    AddOutputFilterByType DEFLATE image/x-icon
    AddOutputFilterByType DEFLATE image/png
    AddOutputFilterByType DEFLATE image/gif
    AddOutputFilterByType DEFLATE image/jpg
    AddOutputFilterByType DEFLATE image/jpeg

    Servers use gzip to compress, but you can’t change the ratio. Here is a link to test your site’s gzip: https://varvy.com/tools/gzip/

    Best regards,
    Mike

    in reply to: part #807706

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

    Best regards,
    Mike

    in reply to: Importing demo content / Are You sure? #807704

    Hi,
    If I understand correctly, your issue is now solved, shall we close this then?

    Best regards,
    Mike

    in reply to: Mobile menu not showing completely on homepage #807700

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

    Best regards,
    Mike

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

    Best regards,
    Mike

    in reply to: Post slider: how to block it? #807697

    Hi,
    I thought you wanted to block up to and including tablets, that’s why I have max-width: 1024px, so tablet landscape would be blocked :)

    Best regards,
    Mike

    in reply to: Show element ONLY on mobiles/tablets #806686

    Hey farzanahmed,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (min-width: 1024px) { 
    #logoslider.avia-builder-el-54 {display: none !important;}}

    Best regards,
    Mike

    in reply to: Blog Links Not Working #806685

    Hey juliettew80,
    Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    Best regards,
    Mike

    Hey jubileephotography,
    Have you tried to disable in the theme options?
    Enfold > Theme Options > Lightbox Modal Window

    Best regards,
    Mike

    in reply to: Widgets alignment #806681

    Hey Peter,
    Try this code in the General Styling > Quick CSS field:

    .inner_sidebar.extralight-border, #nav_menu-2.widget, #text-6.widget, #text-8.widget {margin-left: 25px !important; }

    Best regards,
    Mike

    in reply to: Post slider: how to block it? #806680

    Hi,

    @media only screen and (max-width: 1024px) { 
    .avia-content-slider {display:none !important; }}

    Best regards,
    Mike

    in reply to: Cannot get post excerpts to display. #806679

    Hi,
    I logged in and enabled Excerpts in the Screen Options at the top of your page, then went to the very bottom and add a excerpt for
    your example post above, go to Direct-to-Consumer Business Model to see it.
    postimage
    Best regards,
    Mike

    in reply to: Hide sub category portfolio items #806678

    Hi,
    I understand that you don’t have a child theme, but you can still add this line.
    If you update the theme, you can add it again :)
    I don’t know what you mean by a blank page?
    postimage

    Best regards,
    Mike

    in reply to: part #806675

    Hi,
    It’s how the rewright command was written in WordPress, I’m sure WP will correct it, probably by adding this line.
    Shall we close this then?

    Best regards,
    Mike

    in reply to: Submenue in responsive design #806654

    Hey rainman1910,
    Es sieht so aus, als ob du viele Menüs benutzt hast, kannst du einen Screenshot hinzufügen, von dem du dich behalten willst und einen Admin Login im privaten Contentbereich einbeziehe, damit wir uns genauer ansehen können.
    Bitte verzeihen Sie mein Deutsch, da ich Google Translate verwende

    Best regards,
    Mike

    Hey robphat,
    For the social bookmarks in your header add this to the bottom of your functions.php file.

    //add_filter('wp_footer', 'avf_social_attr', 10);
    function avf_social_attr() { ?>
    <script>
    (function($){
        $(window).load(function(){
    		$(".social_bookmarks a").attr("target", "_blank");
    	});
    	
    })(jQuery);
    </script>
    <?php
    }

    Your target=”_blank” in the footer didn’t work, but you could try this plugin: https://wordpress.org/plugins/open-external-links-in-a-new-window/

    Best regards,
    Mike

    in reply to: Caption issues #806647

    Hey Semoore,

    1: The only way to block GoogleBot from seeing that caption is to watermark text in the image. Try this one: https://www.watermarquee.com/
    2: Try this code in the General Styling > Quick CSS field:

    .av-image-caption-overlay-position {top: 30%!important; }

    Best regards,
    Mike

    Hi,
    There is no need to have an option to remove this plugin, if a user wishes to update Layerslider before the next theme update, they can simply purchase a copy of the layerslider on codecanyon, upload it as a plugin and activate it. It will then overwrite the bundled version, and then the user is in full control of LayerSlider updates.

    For those who are not sure how Layerslider works in Enfold:

    How LayerSlider Updates work in Enfold
    The bundled version of LayerSlider will be updated with theme updates, which we do depending on our own release cycle and depending on critical updates. The users cant update the bundled version of the layerslider, even if actived.
    However, if a user wishes to update before the next theme update, they can simply purchase a copy of the layerslider on codecanyon, upload it as a plugin and activate it. It will then overwrite the bundled version, and then the user is in full control of LayerSlider updates.
    There is no need to deactivate the bundled version, it automatically detects if the plugin version is active and disables itself.

    Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: part #806636

    Hey rikv,
    Add this to the end of your .htaccess file:

    RedirectMatch permanent /([a-z0-9\-]+\/)[0-9\/]+ /$1

    This rule will effectively remove all the trailing numbers and slashes from your URLs and redirect back to the article. You’ll have no more duplicate content or GoogleBot 404 errors then.

    Best regards,
    Mike

    in reply to: Enfold Latest news widget link color #806619

    Hey terrytomasini,
    Please try:

    .news-link a { font-size: 14px; font-weight: bolder; color: #330000; }

    or Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Table raw confusing order #806618

    Hey unicaweb,
    Please see this: https://kriesi.at/support/topic/tables-are-not-responsive/#post-243356

    Best regards,
    Mike

    in reply to: Sticky Small To Bar #806615

    Hey mary301187,
    Sorry, ich bin mir nicht sicher, ob ich verstehe, ich sehe deine klebrige Bar auf dem Desktop und Handy. Was ist das Problem? Können Sie bitte einen Screenshot hinzufügen, um darauf hinzuweisen, wie Sie es sehen möchten?
    Bitte verzeihen Sie mein Deutsch, da ich Google Translate verwende

    Best regards,
    Mike

    in reply to: Importing demo content / Are You sure? #806614

    Hi,
    I viewed your site and it looks like you have the Wedding Demo in place, are you still looking for help?
    If so, which demo do you want? If we need to reset your site is that ok? (you will lose all work)
    Can you please include FTP access in the private content area.

    Best regards,
    Mike

    in reply to: Lightbox with social share button #806611

    Hi,
    This plugin looks like it does what you are looking for: http://enviragallery.com/addons/social-addon/
    or https://codecanyon.net/item/social-gallery-wordpress-photo-viewer-plugin/2665332

    Best regards,
    Mike

    in reply to: I cannot edit Portfolio Items (Spinning Wheel) #806609

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

    Best regards,
    Mike

Viewing 30 posts - 31,651 through 31,680 (of 33,339 total)