Forum Replies Created
-
AuthorPosts
-
June 14, 2017 at 2:57 am in reply to: Use a Promo Box with POST method rather than a simple hyperlink? #807714
Hi,
Glad you found a way, we will close this now. Thank you for using Enfold.Best regards,
MikeHey buddy1,
Please include the url to the page in question so we can create some css code for you :)Best regards,
MikeHey 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,
MikeHey 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,
MikeHey 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,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
If I understand correctly, your issue is now solved, shall we close this then?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeJune 14, 2017 at 2:00 am in reply to: links that should be opening in a new browser tab are not #807698Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
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,
MikeHey 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,
MikeHey juliettew80,
Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.Best regards,
MikeJune 12, 2017 at 3:33 am in reply to: Using button to link to an jpg (restaurant menu) only opens in lightbox? #806683Hey jubileephotography,
Have you tried to disable in the theme options?
Enfold > Theme Options > Lightbox Modal WindowBest regards,
MikeHey 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,
MikeHi,
@media only screen and (max-width: 1024px) { .avia-content-slider {display:none !important; }}
Best regards,
MikeHi,
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.
Best regards,
MikeHi,
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,
MikeHey 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 verwendeBest regards,
MikeJune 11, 2017 at 8:53 pm in reply to: links that should be opening in a new browser tab are not #806653Hey 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,
MikeHey 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,
MikeJune 11, 2017 at 8:02 pm in reply to: Please read – Regarding Wordfence LayerSlider warning on Enfold 4.0.3 #806644Hi,
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,
MikeHey 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,
MikeHey 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,
MikeHey unicaweb,
Please see this: https://kriesi.at/support/topic/tables-are-not-responsive/#post-243356Best regards,
MikeHey 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 verwendeBest regards,
MikeHi,
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,
MikeHi,
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/2665332Best regards,
MikeHi,
Please try these steps: http://kriesi.at/documentation/enfold/my-enfold-layout-builder-is-not-loading-properly/Best regards,
MikeJune 11, 2017 at 5:31 pm in reply to: Enfold contact form: Select Elements causes problems on some browsers #806607 -
AuthorPosts