Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the feedback, try adding this css:.responsive #top #after_full_slider_1 .container .content { padding: 0; }After applying the css, please clear your browser cache and check.
Best regards,
MikeOctober 24, 2022 at 6:04 pm in reply to: Lato Font is loaded by Avia Theme and not deleteable #1370025Hi,
I see that you changed the code block content from the html of the form

to an embed link that pulls the font from the remote server:

I recommend going back to the html in the code block and just remove the one line for the google font.
Sorry I probably didn’t explain what I meant very well.Best regards,
MikeOctober 24, 2022 at 5:48 pm in reply to: Replace the thumbnail in portfolio entries navigation #1370021Hi,
This is the final solution, I checked your thumbnail in the post navigation and it is now the one you wanted, please clear your browser cache and check.
Please see the screenshot 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,
Please add this class full-width-mobile-video to the column that the video is in, I checked the page you linked to and the class is not found in the page. If you have trouble adding the class please include an admin login in the Private Content area so we can be of more assistance.Best regards,
MikeOctober 24, 2022 at 1:37 pm in reply to: Replace the thumbnail in portfolio entries navigation #1369971Hi,
Thanks for the screenshot of your post navigation, that was the part I didn’t understand.
That is a lot trickier, please go to the backend of that portfolio item and change the featured image, this will change the thumbnail in the post navigation.Best regards,
MikeHi,
Thanks for your feadback, I will forward to the Dev Team for review.Best regards,
Mike-
This reply was modified 3 years, 4 months ago by
Mike. Reason: added link to issue thread
October 24, 2022 at 12:34 pm in reply to: DSGVO problems with stylesheet and reloaded fonts.googleapis.com/css?family=Mont #1369956Hi,
Glad to hear you were able to sort this 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,
Thanks for the feedback, as I re-read your other post I may have missed something.
It seems the purpose was to have a third option for if the user doesn’t want to tell their sex,
so perhaps instead of using the code, try these three options, not counting the label “Sexo*” leave that and
use “Not disclosed”, “M”, “F” perhaps that would help?Best regards,
MikeOctober 24, 2022 at 12:33 am in reply to: Replace the thumbnail in portfolio entries navigation #1369924Hey Marina,
Thanks for the link to your site, typically we could replace images with others, but I’m not sure which ones you want to swap.
Please see the screenshot in the Private Content area.
if these are the correct images to swap then they are not the same aspect, one is square and the other is portrait and since they are in the masonry element this might not work correctly.
Why not change the featured image in the posts to correct? That is in the element like how the images are there now?
If I’m not looking at the correct images please explain 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,
MikeOctober 24, 2022 at 12:13 am in reply to: Footer page not rendering the same across all pages #1369914Hey John,
Thanks for the login to your site, to correct this for all of your pages I added the custom class black-grid-row-line to the 3 grid row lines in your footer page and this css in your Quick CSS:.responsive #top .black-grid-row-line .flex_cell { padding: 5px 0px 0px 0px !important; }The reason that this was not working correctly on some pages was because on those pages your footer page is added outside of the wrap_all div

The correct structure is body ▸ #wrap_all ▸ #main ▸ #footer-page as seen on your home page:

typically this could be caused by un-closed tags, custom scripts, plugins, etc, I didn’t find the cause on your pages but I would expect that those pages would share some error.Best regards,
MikeHi,
I added this css from Ismael to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field so your images show on mobile:@media only screen and (max-width: 767px) { .av-inner-masonry-content.site-background { display: none; } }Please clear your browser cache and check.
Best regards,
MikeHey diefleischerei,
Thanks for the link to your post and the screenshot, I see the video is inside a column, try adding the custom class full-width-mobile-video to the column and then try this css:@media only screen and (max-width: 767px) { #top.single-post .full-width-mobile-video { width: 100vw !important; position: relative !important; left: calc(-50vw + 50%) !important; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
I believe that you misunderstand, to have your word “Sexo” at the top please use the script that I posted for you above.
You don’t need to add another entry, unless you want to and not use the script I wrote for you.Best regards,
MikeOctober 23, 2022 at 9:43 pm in reply to: DSGVO problems with stylesheet and reloaded fonts.googleapis.com/css?family=Mont #1369901Hey Alexander,
Thanks for the link to your sites the first site is loading the google font from the Popup Maker plugin, try disabling it and contact the plugin author.
I’m not sure about the second one, try this plugin: Disable and Remove Google FontsBest regards,
MikeHi,
Thank you for bringing this to our attention, shall we close this then?Best regards,
MikeHi,
Thanks for the link to your site, your theme debug info says: token has changed and not verified

Try updating your version of Enfold by downloading the latest installable WP version from your Theme Forest account, and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue

then you will see the Theme updated successfully message.
Best regards,
MikeHi,
The reason the form select option now has disabled=”disabled” is so that the multiple select label can not be choosen.
We had complaints that when the Contact Form Element Select Element is used with the Hide Form Labels the label is selectable by the user which it should not be as it is not an option.
If you would link the label to be shown on page load “Sexo*” and then a user can only choose an option and not the label, add this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_select_label_option_on_page_load() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($){ $('.avia_ajax_form.av-form-labels-hidden option.av-placeholder').prop('selected', true); })(jQuery); }); </script> <?php } add_action('wp_footer', 'custom_select_label_option_on_page_load');Then clear your browser cache and check.
Best regards,
MikeHi,
Thanks for the login after some investigating I found changing the project skin solved the issue, please clear your browser cache and check.Best regards,
MikeHi,
Thanks for the feedback, this css will remove them on mobile:@media only screen and (max-width: 767px) { #top #av_section_1 .avia-data-table tr:nth-child(7) > th:nth-child(n+1), #top #av_section_1 .avia-data-table tr:nth-child(13) > th:nth-child(n+1), #top #av_section_1 .avia-data-table tr:nth-child(17) > th:nth-child(n+1), #top #av_section_1 .avia-data-table tr:nth-child(23) > th:nth-child(n+1), #top #av_section_1 .avia-data-table tr:nth-child(30) > th:nth-child(n+1), #top #av_section_1 .avia-data-table tr:nth-child(33) > th:nth-child(n+1) { display: none; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeOctober 23, 2022 at 5:49 pm in reply to: Lato Font is loaded by Avia Theme and not deleteable #1369878Hi,
To have the large font on desktop also and have the links black, use this css instead:#top .phone-info { font-size: 22px; } #top .phone-info a { color: #000;: 22px; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Werner Steiner,
Thanks for the link to your site, I see that you are using an old version that uses the old Envato API key, Envato (Theme Forest) stopped using this a few years ago and switched to a Token systemand all users needed to go to their Envato account and create a new Token. So you will need to ask your developer to create a Token for you as the license is in his account, you will also need to ask him for the latest version so you can manually update because your version will not update. Unfortunately Envato doesn’t transfer licenses.
We can not issue licenses or sell the theme directly, we have an exclusive contract with Envato and they control all aspects of the licenses.
I believe that your developer can push the license to your Envato account from his dashboard, but I could be wrong about that, typically developers are advised to purchase licenses through the client account to avoid this issue after they stop working together.
I would advise purchasing a new license through your Envato account, the benefit is that it includes 6 months of free support on our forum.Best regards,
MikeHi,
This plugin doesn’t remove the WordPress default robots meta tag, it only removes the wp_robots_max_image_preview_large meta tag. Read their explanation here.


So the plugin is no help.Best regards,
MikeOctober 23, 2022 at 12:36 am in reply to: Is there a way to stop paragraphs breaking with multi-column layouts? #1369831Hi,
Thank you, I thought you meant for one “site”, I didn’t realize it was for one “page”
Anyway, if you add this function to your child theme functions.php it will add it to the page you choose, in this example I tested on the page 632 so change to your page.function custom_noindex_for_one_page(){ if ( is_page( 632 ) ) { ?> <meta name="robots" content="noindex, nofollow, noarchive"> <?php } } add_action('wp_head', 'custom_noindex_for_one_page', 1);
Please note that I found no way to remove or change the WordPress default robot meta tag, I tested many codes I found online but they all only added a second robot entry like my function does. I also tested a plugin noindex SEO in hopes of recommending it, but it also only added a second entry and didn’t allow you to choose a specific page.
So since adding a second robot meta tag seems to be the going solution you are welcome to use this.
If you find a better solution please share.Best regards,
MikeOctober 22, 2022 at 10:38 pm in reply to: How to remove a section not visible on Edit page – and not in the footer #1369826 -
This reply was modified 3 years, 4 months ago by
-
AuthorPosts





