Forum Replies Created
-
AuthorPosts
-
Hi,
Very good, if you have any problems please link to a test page that we can check.Best regards,
MikeHi,
The dev team wrote back that there is not a quick way to include the copyright field right now but that I could submit a feature request for this. I did and perhaps we will hear back soon but sometimes this takes a while, I will reply again when I hear more, thank you for your patience.Best regards,
MikeHi,
It looks like this css:.widefat * { word-wrap: break-word; }from:
\wp-admin\css\common.csswhich seems to be a WordPress core file, but I’m not sure why it’s not effecting my install? You could try disabling your plugins and cache and see if that helps, if so enable one at a time to find when the error starts, or I think I could write a script for your functions.php to override, but we are both using the same WordPress & Enfold version so I don’t know what the “real” cause is.Best regards,
MikeJuly 12, 2021 at 2:22 pm in reply to: Change link of Blog – Latest news at the top of posts #1309788Hi,
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,
MikeHi,
Yes, I see the screenshot but it doesn’t look like that for me, I will ask the team to check with an iPhone and see if they can help, thank you for your patience.Best regards,
MikeHi,
I don’t see an empty space, actually, your whole page is a single column and not a grid as in your screenshot.Best regards,
MikeHi,
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,
MikeJuly 12, 2021 at 1:54 pm in reply to: plus/minus buttons is gone on plugin YITH WooCommerce Request A Quote Premium #1309770Hi,
Thank you for the feedback, I found that this script is changing the quantity div:
/wp-content/plugins/yith-woocommerce-request-a-quote-premium/assets/js/frontend.min.js
when the script is blocked the quantity plus & minus are there:

when the script is used the quantity plus & minus are removed:

There is not much we can do for a third-party plugin removing divs, try checking with the plugin author.Best regards,
MikeHi,
Yes, it looks ok for me, but I don’t have an iPhone, is that what you are using, did you fully clear the cache?Best regards,
MikeHi,
I will ask the rest of the team if they have any ideas, thank you for your patience.Best regards,
MikeHi,
I hope you mean WordPress and not Drupal, we do not support Drupal. If WordPress won’t let you save it then you probably need to add it to your child theme functions.php via FTP.Best regards,
MikeHi,
Glad to hear this helped, if you are using a child theme you can follow these steps to load modified shortcode.js from child theme, so you won’t lose the modification with each update.
Please let us know when you successfully make this change and we will close this thread.Best regards,
MikeJuly 12, 2021 at 11:34 am in reply to: Change link of Blog – Latest news at the top of posts #1309730Hi,
Thank you for the feedback, try adding this code to the end of your functions.php file in Appearance > Editor instead:function custom_single_to_blog_script() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($){ $("#top.single-post .main-title > a[href^='https://www.sensity.pl/']").prop("href", "https://www.sensity.pl/blog/") })(jQuery); }); </script> <?php } add_action('wp_footer', 'custom_single_to_blog_script');Best regards,
MikeJuly 12, 2021 at 11:03 am in reply to: Thumbnail size in sidebar after moving to a new server #1309720Hi,
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,
MikeHi,
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,
MikeJuly 12, 2021 at 12:21 am in reply to: Thumbnail size in sidebar after moving to a new server #1309627Hi,
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHey Stefan,
Thank you for your patience, yes you can use your own icons, please see our documentation How to add Custom Social Icons to Enfold options, it should cover everything you need.Best regards,
MikeHi,
Thank you for your patience, I checked your page but didn’t find the<div id="fb-root"></div>in your source code, is this resolved?Best regards,
MikeJuly 11, 2021 at 11:51 pm in reply to: Tracking Social Media Buttons (GA needs onclick button but SM buttons have not) #1309622Hey cengolino,
Thank you for your patience and for the link to your site and the code you wanted to add, I wrote this function that you can add to your functions.php but I would recommend using a Child Theme so that it won’t be lost in an update.function custom_captureOutboundLink() { ?> <script> (function($){ var getinstagram = $(".main_menu .social_bookmarks_instagram a").attr("href"); var getwhatsapp = $(".main_menu .social_bookmarks_whatsapp a").attr("href"); var getfacebook = $(".main_menu .social_bookmarks_facebook a").attr("href"); $(".main_menu .social_bookmarks_instagram a").attr("onclick", "captureOutboundLink("+ getinstagram +"); return false;"); $(".main_menu .social_bookmarks_whatsapp a").attr("onclick", "captureOutboundLink("+ getwhatsapp +"); return false;"); $(".main_menu .social_bookmarks_facebook a").attr("onclick", "captureOutboundLink("+ getfacebook +"); return false;"); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_captureOutboundLink');Best regards,
MikeHey carylls,
Sorry for the late reply and thanks for the login, I have not seen anything like that before. I tried clearing your cache plugin but it didn’t help. I don’t typically use the “Preview” button but I tested this on my demo site and it doesn’t have any issues. All I can imagine is that your server has this old version cached but I don’t know. Perhaps try opening a second tab in your browser and refresh it when you want to check the changes of your editing tab.Best regards,
MikeJuly 11, 2021 at 10:48 pm in reply to: plus/minus buttons is gone on plugin YITH WooCommerce Request A Quote Premium #1309620Hi,
Thank you for the link to your page, I see that you are using Version: 4.6.1, another user had a similar issue with the YITH Quick View plugin, the solution was to update the theme, please try updating to v4.8.3Best regards,
MikeHi,
Glad Ismael 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,
MikeHi,
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,
MikeJuly 11, 2021 at 10:11 pm in reply to: Thumbnail size in sidebar after moving to a new server #1309615Hi,
Thank you for the links, it looks like in your child theme css you have this css:.news-thumb, .no-news-thumb {display:none;}please change to:
.no-news-thumb {display:none;}Then clear your browser cache and any cache plugin, and check.
Best regards,
MikeHey garbdesign,
Thank you for your patience I believe that the image copyright field is not included in the masonry or masonry gallery elements, the field that you see is created in the image.php that shows in many elements, I’m not sure if this was in the works or missed.
I will ask the team if there is a way to use this and will reply when I hear back.Best regards,
MikeHey amanda-mdllc,
Thank you for your patience, I tested your script in a code block on a test site and I added a custom ID to a special heading element to test the$("#get-away").on("click", function(e) { e.stopPropagation(); getAway(); });I also added a text link with the ID
#get-awayto test the$("#get-away a").on("click", function(e) { e.stopPropagation(); getAway(); });So while my menu sub-menu was working I found it was shifted to the left a ways, the reason was your first line in the script was calling
src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js, jQuery v1.7.2, where the theme includes v3.5.1 once I removed this old version the script seemed to run ok.
But my research pointed toreturn false;working better thane.stopPropagation();, and the text link didn’t work because it needed to be$("a#get-away").on("click", function(e)and I don’t see why you are adding$("#get-away-mobile").on("click", function(e)when$("#get-away").on("click", function(e)would also work, but I left that. I then tested why the(e.keyCode == 27)only triggers thewindow.location.replaceand notwindow.openand I could not find out why the key press won’t work, but I did find thatwindow.openreportedly doesn’t work with Safari, so for this you will have to be happy with at leastwindow.location.replaceworking.
Anyways I rewrote it a little as a function you can add to your child theme functions.php file:function custom_getaway_script() { ?> <script> (function($){ function getAway() { // Get away right now window.open("http://weather.com", "_newtab"); // Replace current site with another benign site window.location.replace('http://google.com'); } function getAwayMobile() { // Get away right now window.open("http://weather.com", "_newtab"); // Replace current site with another benign site window.location.replace('http://google.com'); } $("#get-away").on("click", function(e) { getAway(); return false; }); $("a#get-away").on("click", function(e) { getAway(); return false; }); $(document).keyup(function(e) { if (e.keyCode == 27) { getAway(); } }); $("#get-away-mobile").on("click", function(e) { getAwayMobile(); return false; }); $("a#get-away-mobile").on("click", function(e) { getAwayMobile(); return false; }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_getaway_script');Hopefully this helps.
Best regards,
MikeHi,
Thank you for your patience, the masonry element doesn’t include the categories by default, but you can add this function to your child theme functions.php to add it:add_filter( 'avf_masonry_loop_prepare', 'avf_masonry_loop_prepare_mod_cat', 10, 2 ); function avf_masonry_loop_prepare_mod_cat( $key, $entries ) { $categories = get_the_category($key['ID']); $separator = ' '; $output = ' <div class="masonry-cat">'; if ( ! empty( $categories ) ) { foreach( $categories as $category ) { if($category->slug == "whats-new" && is_page(13)) { $output .= '<span alt="' . esc_attr( sprintf( __( 'View all posts in %s', 'textdomain' ), $category->name ) ) . '">' . esc_html( $category->name ) . '</span>' . $separator; } else { $output .= '<span alt="' . esc_attr( sprintf( __( 'View all posts in %s', 'textdomain' ), $category->name ) ) . '">' . esc_html( $category->name ) . '</span>' . $separator; } } } $output .= '</div> '; $key['text_after'] .= trim( $output, $separator ); return $key; }Best regards,
Mike -
AuthorPosts


