Forum Replies Created
-
AuthorPosts
-
July 17, 2021 at 2:44 pm in reply to: How to remove author URL on blog posts for security reasons #1310493
Hi,
I didn’t find a similar solution but you could try adding this code to the end of your functions.php file in Appearance > Editor:function meta_custom_href_remove(){ ?> <script> (function($){ $(document).ready(function(){ $('.blog-tags.minor-meta a').contents().unwrap(); $('.blog-categories.minor-meta a').contents().unwrap(); }); })(jQuery); </script> <?php } add_action('wp_footer', 'meta_custom_href_remove');Best regards,
MikeJuly 17, 2021 at 1:51 pm in reply to: Change layout / number of columns on blog category pages #1310490Hi,
Thank you for your patience and the links to your site, the portfolio size images on the archive pages is set by line 190 in the enfold/functions.php file

I didn’t find an easy way to adjust the image size on the archive page so I would recommend changing the portfolio size fromarray('width'=>495, 'height'=>400 );to mmatch the magazine sizearray('width'=>710, 'height'=>375 );and then you will need to regenerate your thumbnails and then check.
This would also change any other use of the portfolio thumbnails on your site, but it doesn’t look like this would be an issue for you.Best regards,
MikeHi,
Sorry for the late reply, unfortunately, it doesn’t look like we have come across this before but I may have an idea you could try. Try Enabling the Avia Layout Builder Debugger and copy the Advanced Layout Builder shortcode for the page to a new page and then save. Then set this page as your new frontpage/homepage and then try making a change to this page and preview, I believe you will see the correct page going forward.Best regards,
MikeHi,
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,
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,
MikeHi,
Yes, I have requested that someone with an iPhone check this, typically they will respond directly to this thread, but I will also reply should I hear anything.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,
MikeHi,
@tzaddik please open a new thread so we can investigate your issue since this is not your thread posting your login here will not be private and you will not see anything we write in the Private Content area.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,
MikeHi,
Glad we were able to help, I deleted the Twitter one, 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 15, 2021 at 12:46 pm in reply to: Mobile Alignment of Masonry and Grid Container with Image (—padding left/right) #1310259Hi,
I checked your page but I don’t see that the css above is activate, but I do see that my error wasavia-builder-el-15should have beenavia-builder-el-16
So to use a custom class with this solution we will add the custom classdaimlerto the grid cell that has the video element and use the css:@media only screen and (max-width: 767px) { .responsive #top #wrap_all #main .av-flex-cells .daimler.no_margin { padding: 0 15px !important; } }I added this to your Quick CSS, please clear your browser cache and check.
Best regards,
MikeHey Wagner Henrique Rabelo,
While we have not tested the page builder plugin, I would recommend not using it with Enfold, as Enfold has a built-in custom page builder other page builders typically cause conflicts.Best regards,
MikeHi,
Thank you for your patience and thank you for the login, I have examined your page and see that you have the portfolio grid element set to 3 columns, but your custom css in your WordPress > Customize > Additional CSS field has change the item widths to 15% instead of 33% needed to create 3 columns:/*Adjust the width of the newsletter posts*/ #top .no_margin.av_one_third { width: 15%; }so you will need to remove this and any other adjustment you made for the 3 columns to show and be centered.
Your pagination will not show because you only have 6 portfolio items and the element is set to show 12, so you need to add at least 7 more items for the pagination to show, or you can change the number of items shown to fewer than 6.Best 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,
Thank you for your patience and the link to your site, the.avia-tooltip.avia-ttis used for many elements and it’s color & it’s arrow can be adjusted basically like this:.avia-tooltip.avia-tt, .avia-tooltip.avia-tt .avia-arrow { background: rgba(211, 147, 52, 0.8); }but unless you want to set the color for your whole site I would recommend adding a body class or page ID because the element is created on mouse-over and appened to the body, that is, it is outside the gallery element at the bottom of the page.
So for example you can target the one page like this:#top.page-id-182 .avia-tooltip.avia-tt, #top.page-id-182 .avia-tooltip.avia-tt .avia-arrow { background: rgba(211, 147, 52, 0.8); }or you can target all of the /schmuck/ child pages like this:
#top.parent-pageid-2 .avia-tooltip.avia-tt, #top.parent-pageid-2 .avia-tooltip.avia-tt .avia-arrow { background: rgba(211, 147, 52, 0.8); }Please give this a try and adjust the color to suit and after applying the css, clear your browser cache and check.
Best regards,
MikeHi,
Thank you for pointing out that we need a super wide screen to see the layout my 23″ Monitor was not showing it. So the space at the bottom is odd and I would like to login to see what is going on but there is something wrong with your recaptcha plugin, please disable so I can login, and also disable the Jet Pack plugin, to rule out any of it’s typical issues.

Then I can login and investigate further.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,
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,
MikeHi,
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,
Mike -
AuthorPosts


