Forum Replies Created

Viewing 30 posts - 21,691 through 21,720 (of 34,223 total)
  • Author
    Posts
  • 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,
    Mike

    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,
    Mike

    in reply to: Widget Abstände mobil #1077066

    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,
    Mike

    in reply to: space between logo #1077063

    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,
    Mike

    Hi,
    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,
    Mike

    in reply to: Using Enfold shortcodes inside taxonomy.php #1077039

    Hi,
    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,
    Mike

    in reply to: Widget Abstände mobil #1077038

    Hi,
    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,
    Mike

    in reply to: scrolling not jumping #1077037

    Hi,
    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,
    Mike

    in reply to: Avia Layout Builder crashed site #1077027

    Hi,
    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,
    Mike

    in reply to: Anzeigeprobleme bei color section mit diagonal border #1077016

    Hi,
    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,
    Mike

    in reply to: Insert Advanced Layout page into a normal Post #1076883

    Hi,
    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' );

    2019-03-09-204909

    Best regards,
    Mike

    in reply to: Blog no longer work after upgrade to Enfold v4.5.4 #1076879

    Hi,
    Sorry for the late reply, Please see Private Content area

    Best regards,
    Mike

    in reply to: Different contact form in the same IFrame #1076878

    Hi,
    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:
    2019-03-09-194410
    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”:
    2019-03-09-195210
    2019-03-09-195400
    This is how it looks on your site, please give this a try:
    2019-03-09-195554

    Best regards,
    Mike

    in reply to: Widgets (navigation) in sidebar have to stay visible #1076874

    Hey 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,
    Mike

    in reply to: Google ReCAPTCHA – how to change "Submit" #1076873

    Hey 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,
    Mike

    Hi,
    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,
    Mike

    in reply to: Problems with spacing in tabs'menu #1076860

    Hi,
    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,
    Mike

    in reply to: Widget Abstände mobil #1076858

    Hi,
    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,
    Mike

    in reply to: Line Breaks in Main Navigation dissapearing #1076855

    Hi,
    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,
    Mike

    in reply to: 3 Probleme: Mega Menu Schrift, Widgets Title und Text #1076853

    Hi,
    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,
    Mike

    in reply to: primary menu label change on mouse over #1076850

    Hi,
    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,
    Mike

    Hey 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; 
    }

    This is the expected results:
    2019-03-09-160953

    Best regards,
    Mike

    in reply to: Blog post font doesn't change, headers do #1076837

    Hi,
    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.
    2019-03-09-151908
    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,
    Mike

    in reply to: Social Media Icons in Mobile Menu #1076832

    Hi,
    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,
    Mike

    in reply to: Non-SSL compliant Enfold gif preloader image #1076828

    Hi,
    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,
    Mike

    in reply to: explorer header menu move to the right #1076817

    Hi,
    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,
    Mike

    in reply to: some WOO questions #1076815

    Hi,
    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,
    Mike

    Hi,
    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,
    Mike

    Hi,
    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,
    Mike

    in reply to: Enfold 4.5.4 Widgets with Shortcodes not visible #1076796

    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,
    Mike

Viewing 30 posts - 21,691 through 21,720 (of 34,223 total)