Forum Replies Created
-
AuthorPosts
-
March 10, 2019 at 6:24 pm in reply to: Anzeigeprobleme bei color section mit diagonal border #1077072
Hi,
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,
MikeMarch 10, 2019 at 6:22 pm in reply to: 2 columns in socket, both 50%, one aligned left, the other right #1077068Hi,
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 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 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,
MikeMarch 10, 2019 at 6:05 pm in reply to: Pricing table column height are uneven when heading row has images #1077053Hi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.home #av_section_5 .avia-table div { vertical-align: top !important; }Then clear your browser cache and check.
Best regards,
MikeHi,
Yes this is an advance of the next update. I was able to login to your ftp, but I don’t seem to have full access, I can only see some directories but no files. Nonetheless I tried to upload the new version but about halfway it froze saying I didn’t have permission.
If you want to try yourself, please follow these steps, assuming your parent theme is in the directory “enfold”:
First extract and upload the file in the Private Content area to create the directory “enfold-new”
Then rename your current theme directory to “enfold-old” via ftp, then change the directory “enfold-new” to “enfold” and check that your site is working correctly.
Once you are happy you can delete the “enfold-old” via ftp, (not the WP theme page)
Should for some reason your site crashes or wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
Or you can give me full access and I will do this for you.Best regards,
MikeHi,
Ich bin froh zu hören, ich gehe davon aus, dass wir das jetzt schließen können, aber ich möchte zuerst fragen. Sollen wir das dann schließen?— Translated with Google —
Glad to hear, I assume we can close this now, but I like to ask first. Shall we close this then?
Best regards,
MikeHi,
Thank you for the mockup, so you want the word “MANUFAKTUR” to be in the middle of the screen, with the images above and a blank space below?
I added this css to remove the top margin from “MANUFAKTUR” and to move the words below the images up a little to give more room for the blank space.#top .wort_manufaktur_hinterleger p { margin-top: 0px !important; } #top #hometomed .icon_title { margin-top: -50px !important; }is this closer to what you had in mind?
Best regards,
MikeHi,
Thank you for the FTP access, although your homepage was still broken after your restore, I thought perhaps it be restored to a point before it was broken. I uploaded a version that has a couple of fixes, but I don’t think this is your problem. Looking at your mockup I believe that your homepage had html tags in some of the element titles, such as the word “Family” was bold and so was “Handfeste”. If these tags were not correct it would break the page and you will lose the content.
I copied most of the slider and started a new “test” page where I was able to add content successfully. Please try going to the test page and rebuild it but don’t add any special characters or html, the goal is to create a draft of your page to see at which point it was being broken.
Please let us know when you want to add the special characters or html to the page or titles and we can advise how to do so without breaking it.Best regards,
MikeMarch 10, 2019 at 2:50 pm in reply to: Anzeigeprobleme bei color section mit diagonal border #1077016Hi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.home #after_section_5,#top.home #after_section_2 { border-color: transparent !important; }Best regards,
MikeHi,
You can create a shortcode that will output the content of a post. For this example I’m going to get post ID 68
with this shortcode on my page:[postsc]I added this code to the end of my functions.php file in Appearance > Editor:
function post_shortcode( ) { $content = get_post_field('post_content', 68); return $content; } add_shortcode( 'postsc', 'post_shortcode' );Best regards,
MikeHi,
Sorry for the late reply, I believe I have created what you were looking for, the first step was to get the shortcode for the contact form, which I did by opening a new post and clicking the “shortcode wand” and then selecting the contact form.
Then follow the steps to create the form. For this example I created one basic form and then used it seven times:

Then I pasted the contact form into the tab element, creating seven tabs. Please note that when you save the tab, do so in the “Text” tab and not the “Visual Tab”:


This is how it looks on your site, please give this a try:

Best regards,
MikeMarch 10, 2019 at 2:25 am in reply to: Widgets (navigation) in sidebar have to stay visible #1076874Hey ThiloKiefer,
Sorry for the late reply, many people have posted that they did this with good results using the Sticky Menu (or Anything!) on Scroll plugin.
Please see this video for an easy walk through of the plugin.Best regards,
MikeHey OKEIwebbureau,
Sorry for the late reply, You can change the submit button by adding a code block element to the top of your page and add this script:<script> (function($){ $(document).ready(function(){ $("input[type='submit']").val("Send"); }); })(jQuery); </script>in this example please change the word “send” to your new word.
If you wish to have this active for your entire site, Then add this code to the end of your functions.php file in Appearance > Editor:function custom_script(){ ?> <script> (function($){ $(document).ready(function(){ $("input[type='submit']").val("Send"); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');Best regards,
MikeMarch 10, 2019 at 1:38 am in reply to: Pricing table column height are uneven when heading row has images #1076868Hi,
Sorry for the late reply, To center the images in the middle of the tables, please try this css:.pricing-table .avia-heading-row .first-table-item img { margin: auto !important; }Best regards,
MikeHi,
Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#av-tab-section-1 .av-tab-section-tab-title-container { width: 400px !important; max-width: 400px !important; min-width: 400px !important; }Best regards,
MikeHi,
Sorry for the late reply, 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) { main.template-page.content { padding: 0px !important; margin: 0px !important; } main > .avia_textblock p { padding-bottom: 0px !important; } #main div.flex_column { margin-bottom: 0px !important; } }Then clear your browser cache and check.
Best regards,
MikeHi,
Sorry for the late reply, I was not able to login, but perhaps you could try this css the next time the line brakes disappear. It will force the brakes after the words:span.avia-menu-text { overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; word-break: break-all; word-break: break-word; -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }Best regards,
MikeMarch 10, 2019 at 12:07 am in reply to: 3 Probleme: Mega Menu Schrift, Widgets Title und Text #1076853Hi,
Sorry for the late reply, I believe this will hide the text you don’t want to show:p.wc-gzd-additional-info.shipping-costs-info { display: none !important; }Best regards,
MikeHi,
Sorry for the late reply, are your custom menu labels in effect now? I was not able to trigger the effect with a mouse-over
.Best regards,
MikeMarch 9, 2019 at 11:14 pm in reply to: 2 columns in socket, both 50%, one aligned left, the other right #1076847Hey webWahine,
Sorry for the late reply, please try this, add this to your foot socket Copyright field:Left Text <span class="right_socket">Right Text</span>[nolink]then add this css to your Quick CSS:
#socket .copyright { width: 100% !important; } .right_socket { float: right !important; }Best regards,
MikeHi,
Sorry for the late reply, I couldn’t find the exact page on your site, but as I’m reading your post I believe that you want some links to be different from the others, which can be done by adding a class to your “special” links.
This will allow you to have any style you wish, such as a “background” which will look like using a highlighter on the page, or a box around the link, or just a plain different color for the link.
Please see this article for some inspiration for these special links.
The key is to add a “class” to the links, which you can do by adding:class="my_link"to the links. The word “my_link” can be anything.

and then you would add the css to your Quick CSS like this:a.my_link { background-color: #37fcf8; color: #000; padding: 1px; }Please let us know if you want some specific help on an effect for a link with a custom class.
Best regards,
MikeHi,
Sorry for the late reply, but I got the error “Tunnel 3872525d.ngrok.io not found”
is this on your localhost?
I have added the function from the solution that you linked to on my localhost and it is working good without the extra social media logos inside the mobile menu.
Please let us know when your site is back up some we can check the settings and functions to solve this for you.Best regards,
MikeHi,
Sorry for the late reply, I took a look at your staging site and tried to recreate the error.
I see that your Enfold “Cookie Consent Message” is active, and I disabled your “Events Manager” plugin so that I could enable your “The Events Calendar” plugin but I don’t see the jQuery error or the mixed content error.
What did I miss in recreating your error?Best regards,
MikeHi,
Sorry for the late reply, I have made another adjustment to the logo and it seems to be showing correctly now. Please clear your browser cache and check.Best regards,
MikeHi,
I was able to hide the input fields with this css:#woocommerce_price_filter-2.widget input#min_price,#woocommerce_price_filter-2.widget input#max_price { display: none !important; }But there is still a small jump in the element when the woocommerce price slider loads, because that is when the javascript adds the element.
Please clear your browser cache and check.Best regards,
MikeMarch 9, 2019 at 6:31 pm in reply to: "neuestesn Beiträge" im Footer überschneiden sich + Bilder unterschiedlich groß #1076807Hi,
Ok, to change the font size for around the 772px size, try using this css instead of the css above:@media only screen and (max-width: 800px) { h3.entry-title a { font-size: 12px !important; line-height: 12px !important; } }This sets the font size up to 800px, so it’s for all small screens.
Best regards,
MikeMarch 9, 2019 at 6:14 pm in reply to: Advanced layer slider not working displaying correctly #1076804Hi,
WordPress.com is not letting me log into your site, I think we are going to be limited on WP.com because it doesn’t allow full access. Are you planning to get a webhost for your site?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,
Mike -
AuthorPosts


