Forum Replies Created
-
AuthorPosts
-
October 20, 2018 at 3:49 am in reply to: Portfolio grid isn’t affected by any quick CSS changes anymore #1024280
Hi,
Perhaps you are missing a bracket in your Quick CSS, that would allow some of the css to work to a point and then starting with the missing bracket the rest of the code won’t work.
A easy way to check is to copy all of the css and paste it into the WordPress > Customize > Additional CSS field.
WordPress will alert you to code errors and often how to fix it.Another possibility is that the sector in the rule has a missing dot for one of the classes, or a space were there should not be, or everything could be fine, but you need to add “!important;” to the end.
Please try checking your css in the WordPress > Customize > Additional CSS first, as often that is often the issue.
Best regards,
MikeHey James,
Please try starting each search with “Enfold” and use the Boolean search operator “AND” like this if you wanted to search topics about the header color:enfold AND header AND colorbut please note that the words “header” and “color” are very common in css code snippets, so this search returned 1600 topics.
I would recommend using Google with the word “enfold” as the first word and then a natural language question, Google is very good at returning a relevant result.
This is how I search the forums and I often see results that are only a few hours old.Best regards,
MikeOctober 20, 2018 at 2:57 am in reply to: Editing Mailchimp Signup element changed contact form as well. #1024266Hi,
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,
MikeOctober 20, 2018 at 2:55 am in reply to: newsletter signup widget in footer not showing confirmation text #1024265Hey bobfurgo,
Sorry for the late reply, I tested the signup form and saw the error, have you tried disabling your plugins?
The success message would be in a h3 heading, do you have any custom javascript in your functions.php that could be changing a h3 tag?Best regards,
MikeHi,
@gwn sorry for the late reply, please read this postBest regards,
MikeHey kreazwo,
Sorry for the late reply, I tried to login but could not, please check.Best regards,
MikeHi,
I took a look at your page and see where the shortcode should have been, I also tried the shortcode in my localhost, and the shortcode was not stripped out. I then tried other shortcodes, that were installed on my localhost, and they worked correctly

Have you tried disabling your plugins? If that resolves the issue, reactivate each one individually until you find the cause.
Also, do you have any custom javascript installed in your functions.php, please try removing it temporary to see if that is causing a conflict.If this doesn’t help, please include a admin login in the private content area so we can take a closer look.
Best regards,
MikeHi,
@laptophobo I will ask @Gunter to take another look, but It like there is not a WP admin login, I do see the ftp login & the site url. Please include WP login as it may help.
Thanks for your patience.Best regards,
MikeHi,
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,
MikeOctober 20, 2018 at 1:24 am in reply to: Error in structure data (Error: SomeProducts is not a known valid target type) #1024247Hi,
Please try this plugin: WPSSO Schema JSON-LD Markup it says that it address it.Best regards,
MikeHi,
We don’t have a built-in function for this, but if you tell me which element and page you would like to use and how many images you would like to be like this, I will take a look at trying to achieve this.Best regards,
MikeHi,
Glad it’s working for you, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHi,
For the milestone year date, Please try this code in the General Styling > Quick CSS field:#top.home .av-milestone-date { color: #fff !important; }For sub-page anchor links in Safari please read this solution
To open a new thread, simply go to Enfold subforum and click blue button at the top, or use this link – https://kriesi.at/support/forum/enfold/#new-post to start a new threadBest regards,
MikeHi,
To move the last menu item image down some, try changing the last number from a percentage to a px in this css:li.my-class-vitamin { background-image: url(//youthfulnewyou.com/wp-content/uploads/2018/10/iv-drip-tab.png); background-size: contain; background-repeat: no-repeat; background-position: 50% 3px; }right now in your code it’s “-1%”, changing to “9px” moves it down even more.
For the phone number, Please try this code in the General Styling > Quick CSS field:#header .phone-info span font { font-size: 30px !important; } #header .phone-info { margin-top: 15px !important; }Best regards,
MikeHey timchurchman,
Please try this code in the General Styling > Quick CSS field:#top.home h4.av_iconlist_title.iconlist_title { margin-top: 9px !important; }Best regards,
MikeHey SileeBailey,
To make the button white with gray text, Please try this code in the General Styling > Quick CSS field:#top.page-id-320 .av-custom-form-color.av-light-form.avia-mailchimp-form .button { background-color: #fff !important; color: gray !important; }To float the elements to the right, Please try this code in the General Styling > Quick CSS field:
#top.page-id-320 .avia-mailchimp-form #element_avia_0_1 { float:right !important; } #top.page-id-320 .avia-mailchimp-form p.av-last-visible-form-element { float:right !important; }Best regards,
MikeHi,
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,
Glad to have this sorted out, 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,
To remove the comments and comment number, in the backend, hover over a post title and click “Quick Edit”:

then un-check the comment box:

if you already have a comment in the post you will need to delete it.
About the sidebar, as you said, you know how to add a sidebar,But where can work how the single post page should look like?
sorry I’m still unsure, but I think you mean that the “single author” layout with a sidebar has a small image to the left of the post:

but without a sidebar the image is in the center:

is this what you mean? If so please read this postTo show the back to top button on mobile devices, Please try this code in the General Styling > Quick CSS field:
.responsive #scroll-top-link { display: block !important; }I tried your contact link in the menu from a few pages, such as IMPRESSUM, in mobile and seemed to work fine, please explain a little more. Thanks for your patience.
Best regards,
MikeHi,
For the years color in your timeline, please link to the page so we can check. Please also link to your contact page, so we can see your contact form font. Typically we don’t support third party plugins, but we will take a look.For the “different project” please open a new thread, because typically we request that we address one issue per thread so that the threads don’t become so long, this one is now 5 pages long.
Most importantly I ask that you open a new thread because I don’t have Safari and won’t be able to assist, thanks for your patience.Best regards,
MikeHi,
I notice you have a few jQuery errors, so I removed the code to try to resolve these errors first, and cleared your cache.function switch_mobile_columns(){ ?> <script> (function($){ $(document).ready(function(){ if ($(window).width() <= 766) { $(function() { $('#top.single-post.rtl_columns .post-entry .flex_column_div.first').insertAfter('#top.single-post.rtl_columns .post-entry .flex_column_div.el_after_av_one_half.el_before_av_one_half'); }); } }); })(jQuery); </script> <?php } add_action('wp_footer', 'switch_mobile_columns');Can we try disabling your plugins to find the error? Please print copies of your plugin settings in case the settings are lost when disabling the plugin.
Best regards,
MikeHi,
Glad to hear, 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,
*update*
I have been trying to figure out how to add the related posts to the advanced layout builder pages and I came up with a shortcode that works, Try adding this code to the end of your functions.php file in Appearance > Editor:function related_posts_shortcode( $attr ) { ob_start(); get_template_part( 'includes/related-posts' ); return ob_get_clean(); } add_shortcode( 'rpost', 'related_posts_shortcode' );and then add this code in a “code block” element to display the related posts element:
[rpost]Also be sure that your page shares tags with other posts, as this is what the element uses to get the other posts.
Best regards,
MikeHi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top #header.header-scrolled .logo { margin-top: 0px !important; }it will remove the top margin when the page is scrolled.
Best regards,
MikeHey greennrgdesign,
I believe the symbols are braking the layout because it being interpreted as code.
as a alternative you could try using this solutionBest regards,
MikeHi,
Thank you for the update, we will leave this open to hear back from you.Best regards,
MikeHi,
@saucyhotdesign if your server is using PHP 5.5 that could explain the issue, we have been recommending v5.6 for a while and v5.4 does cause errors, but v5.5 is iffy.
I believe you are going to want Enfold v4.3, I will link it for a day or two.Best regards,
Mike -
AuthorPosts


