Forum Replies Created

Viewing 30 posts - 24,631 through 24,660 (of 34,878 total)
  • Author
    Posts
  • in reply to: Vertically align text to icon list #1023739

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

    in reply to: Mail Chimp Form Align Right #1023735

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

    in reply to: Icons in line problem #1023731

    Hey doug123,
    I took a look at your footer, and on the page that you are having the issue there is a link break between each icon, please remove these.
    2018-10-18-215610

    Best regards,
    Mike

    in reply to: author page #1023725

    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: Single Blog-Page "you might also like" #1023724

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

    in reply to: Can't find demo import #1023721

    Hi,
    To remove the comments and comment number, in the backend, hover over a post title and click “Quick Edit”:
    2018-10-18-195456
    then un-check the comment box:
    2018-10-18-195538
    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:
    2018-10-18-201755
    but without a sidebar the image is in the center:
    2018-10-18-202055
    is this what you mean? If so please read this post

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

    in reply to: Can't find demo import #1023348

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

    in reply to: Mobile Posts display #1023341

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

    in reply to: sub navigation left position #1023316

    Hi,
    Glad to help, shall we close this then?

    Best regards,
    Mike

    in reply to: Getting Multi Columns using Contact Form 7 #1023311

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

    in reply to: Single Blog-Page "you might also like" #1023168

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

    in reply to: Align logo to the center #1023158

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

    in reply to: Table showing coding instead of data #1023152

    Hey greennrgdesign,
    I believe the symbols are braking the layout because it being interpreted as code.
    as a alternative you could try using this solution

    Best regards,
    Mike

    in reply to: Update 4.5. / Warning / Imossible to update #1023146

    Hi,
    Thank you for the update, we will leave this open to hear back from you.

    Best regards,
    Mike

    in reply to: problem update 4.5 failed #1023144

    Hi,

    @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

    in reply to: Produktseite bearbeiten #1023136

    Hi,
    Danke, ich bin glücklich zu helfen. Wir werden das jetzt schließen. Danke für die Benutzung von Enfold. Zu Ihrer Information können Sie sich die Dokumentation hier ansehen . Für weitere Fragen oder Probleme, können Sie gerne neue Themen unter starten Enfold Unterforum und wir werden gerne versuchen, Ihnen zu helfen :)

    — Translated with Google —

    Thank you, I’m happy 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: Can't find demo import #1023134

    Hi,
    You don’t see it as in this screenshot:
    2018-10-17-230705
    For the back to top, please try this css:

    #scroll-top-link {
    background-color: red !important; 
    }

    please adjust color to suit.
    For the timeline please see this post
    For the contact form please see this post
    To add a sidebar go to Enfold Theme Options > Sidebar & also ensure your sidebar is activate on the page.
    When you link to an anchor, please don’t use the last back slash before the tag, like this:
    http://www.ideenovation.eu/wordpress#team

    Best regards,
    Mike

    in reply to: sub navigation left position #1023126

    Hi,
    I made some adjustments, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Getting Multi Columns using Contact Form 7 #1023087

    Hi,
    Sorry the datepicker is from the jQuery ui library and I couldn’t find a way to increase it’s size because it’s created on the fly in the DOM.

    Best regards,
    Mike

    in reply to: Add Meta tag to the Homepage #1023080

    Hi,
    Very good then, thanks for using Enfold.

    Best regards,
    Mike

    in reply to: content boxes empty #1023079

    Hi,
    Hopefully restoring from a backup will correct the issue, considering that the first time that we tried to view your site it was not loading, it’s hard to tell what the issue could be.
    Please try to ensure that your site is using PHP v5.6 minimum, do you know what version of Enfold you were using?

    Best regards,
    Mike

    in reply to: Single Blog-Page "you might also like" #1023060

    Hi,
    Glad to hear, I assume we can close this now, but I want to ask anyways :)
    Shall we close this?

    Best regards,
    Mike

    in reply to: Update Enfold when using Child theme #1023058

    Hi,
    That’s great news :)
    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: mobile header #1023057

    Hi,
    Thanks, we will leave this open to hear back from you.

    Best regards,
    Mike

    in reply to: Can't find demo import #1023055

    Hi,
    Have you tried the “social share” element in the advanced layout builder?
    I assume you are referring to advanced layout builder posts & pages.

    Best regards,
    Mike

    Hi,
    Please check our trouble shooting post

    Best regards,
    Mike

    in reply to: Lightbox in Masonry gallery not showing correct #1023051

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Can't find demo import #1022769

    Hi,
    Please go to Enfold Theme Options > Header > Extra Elements > Phone Number or small info text to show text in a small bar at the top. Then go to Enfold Theme Options > Header > Extra Elements > Header Social Icons to show social icons at the top.

    Best regards,
    Mike

    in reply to: Single Blog-Page "you might also like" #1022767

    Hi,
    What I meant was right now you don’t have very many posts, but I understand now that you have a lot of content to add.
    As an example, I copied your related post element from one of your pages, you can paste the code in the file that is in the Private Content area, into a “code block” on your advanced layout builder page and it will show 4 related posts. Probably not a long term solution because it’s manual html.

    Best regards,
    Mike

    in reply to: Single Blog-Page "you might also like" #1022576

    Hi,
    Here is a nice list: 9 Of The Best Related Post Plugins
    Another option, I see that you only have a few post on your site, so if every page is going to have the same list of related posts we can copy your element from a default editor page and add it to your advanced layout builder page. This would keep the Enfold style.
    Probably not what you had in mind, but I thought I would offer.

    Best regards,
    Mike

Viewing 30 posts - 24,631 through 24,660 (of 34,878 total)