Forum Replies Created
-
AuthorPosts
-
Hi,
You can see the settings for the whole site at: Enfold Theme Options > General Styling but not for each section.Best regards,
MikeJanuary 13, 2019 at 8:13 pm in reply to: Different font size being dispolayed in mobile device #1053404Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Sorry for the late reply, I hope to had a nice holiday also.
I understand that you want to make some changes to “Link 1”,
to change the “Keep reading” button to “Make an appointment”
Try adding this code to the end of your functions.php file in Appearance > Editor:function custom_more_link(){ ?> <script> (function($){ $(document).ready(function(){ $(".more-link").text("Make an Appointment"); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_more_link');to hide the date, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.slide-meta-time,.slide-meta-del { display: none !important; }To add the description, choose the option “Only Title + Read More Link” in the post slider.
Best regards,
MikeHi,
Thank you for the screenshot, it explains a lot.
When you add a section it will not populate with the current settings, it will be blank.Best regards,
MikeJanuary 13, 2019 at 4:46 am in reply to: Cannot find way to change logo area background color #1053286Hey grivers99,
Thank you for the login, I found that your Enfold Theme Options > Performance > JS & CSS file merging and compression was enabled so I disabled it, this setting is great once you site is done but will cause caching issues while you are building, I also recommend deactivating your caching plugin until you are done. I cleared your cache plugin.
Now your background color shows. Please clear your browser cache and check.Best regards,
MikeJanuary 13, 2019 at 4:38 am in reply to: Different font size being dispolayed in mobile device #1053285Hey John,
I took a look at your site as mobile and the ‘let us protect your website investment’ is the same font as the next section ‘backups to get you back up’ 18px. Ichecked this on Android mobile and with Chrome dev tools. But I did notice that the first section has a 40px padding and the second second has a 31px margin, which makes the second section look wider. Perhaps this is contributing to the font looking different?
The homepage is also 18px, but it has a 28px margin.
I checked these pages at 320px, 375px, & 425px which are the 3 most popular widths, but unfortunately I don’t have a iPhone to check with and it is possible that the difference will show there, please let me know if I should have a team member with a iPhone take a look.Best regards,
MikeJanuary 13, 2019 at 4:16 am in reply to: how do i change the font color for the category link in a Post widget? #1053283Hey grivers99,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#events span.blog-categories a { color: #fff !important; }Best regards,
MikeHey neli666,
I assume that you mean the whole bar, if that’s correct you’ll want the dark items to be white so you can see them.
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#header_main_alternate.container_wrap { background-color: #3a7cbf !important; } #top #header .av-main-nav > li.av-menu-button-bordered > a .avia-menu-text { color: #fff !important; } .header_color .avia-menu-fx { background-color: #fff !important; } #menu-item-search a { color: #fff !important; }Best regards,
MikeHey Advantage09,
Please try creating your icon list shortcode like this, first go to a new post or page and use the “magic wand” tool in the default editor, I prefer to use the “classic editor”

then you can create your icon list in the builder, for this example I created a “minimal small list”

once you save the shortcode will be left in the page that you can copy, I like to copy from the “Text” tab and not the “visual” tab

then you can paste into a html widget and save

Tada!

Best regards,
MikeHi,
Thank you, I was able to login but I don’t have admin access so I can’t investigate as to what your errors, I didn’t see any errors.
But I see that you have the emulator plugin active, which probably is a issue.
I believe that from your last post, you tried to post the errors, but I don’t see them in the post.Best regards,
MikeHey Deanna,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (min-width: 768px) { #text-3.widget .textwidget { padding-top: 40px !important; } }Best regards,
MikeHey Brautgalerie,
Sorry for the late reply, to move the bullet over, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet { left: 100px !important; }Best regards,
MikeJanuary 13, 2019 at 2:10 am in reply to: How to remove "Read More / Weiterlesen" Button / Link from Page AND CODE #1053264Hi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeJanuary 13, 2019 at 12:39 am in reply to: Preview does not work if the page is not published #1053260Hi,
Sorry for the late reply, this is a open bug that the dev team is working on, we are unsure when it will be solved. It’s pretty technical, but basically WordPress doesn’t use the alb template when previewing a unpublished post.
For now the best solution we can offer is to publish your post and view it, then change the status of it if you don’t want it published.Best regards,
MikeHey peterolle,
Sorry, I’m not sure I follow, are you editing a Advanced Layout Builder page with the WP Block editor?
Or are you using the magic wand tool to create the shortcode, and trying to reopen and edit it?
Please explain a little moreBest regards,
MikeHi,
Thanks for the login, to add a title to a link, please edit the link in the “Text” tab of the editor:

or you could use a plugin if you want:

Best regards,
MikeHey kostertje,
After you create the two sliders on your page, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (max-width: 767px) { #top.home div#layer_slider_1 { display:none!important; } } @media only screen and (min-width: 768px) { #top.home div#layer_slider_2 { display:none!important; } }These are the default layerslider ID’s so as long as the first slider on your homepage is for desktops it should work correctly.
Just let us know if you find that it’s not working for you.Best regards,
MikeHi,
Glad Rikard could help, thanks for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHey peterolle,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.single .big-preview,#top.archive .big-preview { display: none !important; }Best regards,
MikeHey metin_aydin,
To hide the meta data, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:span.post-meta-infos { display: none !important; }To change the read more link, Try adding this code to the end of your functions.php file in Appearance > Editor:
function custom_more_link(){ ?> <script> (function($){ $(document).ready(function(){ $(".more-link").text("Curious?"); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_more_link');Best regards,
MikeHi,
Sorry for the late reply, I have tried to read the past posts in this thread to have an idea of your issue, but I’m not sure I understand your newest post.
I looked at your advanced styling settings, but I do see main menu colors and fonts options, the submenu doesn’t have these options because they get there values from the main menu options.
Perhaps if you could explain what you would like to change we could assist with some css.Best regards,
MikeHi,
Thank you for the feedback, I was able to see the site now. I didn’t see a cause for this error, please try disabling you plugins to see if this resolves this.Best regards,
MikeJanuary 12, 2019 at 8:59 pm in reply to: Border of Breadcrumb is cutting into text on mobile #1053229Hi,
Glad we could help, I assume we can close this now, but I like to ask first.
Is there anything else we can assist with on this issue?Best regards,
MikeJanuary 12, 2019 at 8:56 pm in reply to: Change font family only for one specific text blog #1053227Hi,
It should have not been necessary to upload the font, I did so to try to remove reasons for the error, you should not have to do this in the future. You can also enable the file merging once your site is done.The settings were not different for the two languages, but they were showing different for the languages, I’m not sure why this was, but as I don’t have the WPML plugin installed on my localhost I couldn’t recreate the error, I’m not saying that the plugin caused caused the error, I just couldn’t recreate the environment to test further.
I don’t expect that you will see this error again, but I will be on the look out for this in other sites. If you want to make another element a different font again I recommend following the sound steps you took by adding a custom class and adding the css rule. If you have this issue again then we will investigate if there is a conflict between the options for each language, or if it was something else. Thank you for your patience.
Best regards,
MikeHi,
Thank you for the video, I had only been looking at the mobile version and now I see the issue on the desktop version.
I believe this is due to the speed that your site is loading the css files.
I checked all of your css from the WP Customizer and the Quick CSS and found a couple of small errors and combined all of it into your child theme, then I enabled your SG Optimizer, which seems to be your control for your server cache.
I expect that once your server cache is built it should load quicker and you would not see this.Best regards,
MikeJanuary 12, 2019 at 7:03 pm in reply to: How to not display the date for blog articles (in the masonry grid) ? #1053200Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeJanuary 12, 2019 at 7:02 pm in reply to: Change font family only for one specific text blog #1053199Hi,
Thank you for explaining further, I uploaded the Lobster font from Google Fonts into your Enfold Theme Options > Import/Export > Custom Font Manager and disabled the Enfold Theme Options > Performance > JS & CSS file merging and compression thinking that would help, but I then noticed that the English site was showing the font correctly and only the German site was wrong.
After more investigation I changed the setting in the German Enfold Theme Options > General Styling > Fonts > Heading font to “default” but left the Body Font set to “Lato”, and I left the English “Heading Font” as “Lato”, this seems to have correct the issue. I checked the rest of your site for headings and even after clearing my browser cache a few times the other headings still show as “Lato”.
I’m not sure what the issue with the German site was, but it seems to have something to do with how the theme options are set for each language.
Please clear your browser cache and check.Best regards,
Mike -
AuthorPosts


