Forum Replies Created

Viewing 30 posts - 25,651 through 25,680 (of 34,550 total)
  • Author
    Posts
  • Hey HexaG,
    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,
    Mike

    in reply to: Turn off mobile view for tables only #991155

    Hey millend,
    Please include the url to the table in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Top Bar Padding #991148

    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: 2 columns row for mobile devices #991146

    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: Add nofollow attribute to external links in buttons #991143

    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: Layerslider white line on left #991133

    Hi,
    Thanks for the details, I do see it in your screenshot now. But I couldn’t recreate it in my browsers at full screen. I also try dragging my browser across two screens to make in very large.
    I checked in Chrome, Firefox, Edge & IE11.
    But on a hunch I’m going to suggest this css in your WordPress > Customize > Additional CSS, because it will take precedence.

    #top.home .avia-layerslider .ls-wp-container {
        margin: 0px !important
    }
    #top.home .ls-wp-container,#top.home .ls-wrapper.ls-bg-wrap {
    background-color: #000 !important;
    }

    Best regards,
    Mike

    in reply to: Add js file and change footer.php in my child theme #991101

    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: Latest Enfold – All demo images not importing! #991100

    Hi,
    The default demo doesn’t include all of the images like the other demos do
    2018-07-29_105102
    if you would like to start with more complete demo, and you are going to build a one page site, I would suggest one of the others.

    If we reset, you will lose your current content and settings.
    I tested the ftp and was able to login, but remember a issue with TsoHost in the past, but I’m sure we can get the demo installed for you. Would you also like to have a child theme installed?
    Just let us know if you want to continue with the reset and which demo you would like.

    Best regards,
    Mike

    in reply to: Can't show show create date below title in a blog post #991095

    Hi,
    I was not sure if you wanted the tags also moved, so this code leaves it in place.
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_move_date_script(){
      ?>
      <script>
      jQuery(window).load(function(){
      jQuery( '.post-entry' ).each(function() {
      jQuery( this ).find( 'span.post-meta-infos' ).insertBefore( jQuery(this).find('.av-vertical-delimiter') );
      });
      });
      </script>
      <?php
      }
      add_action('wp_footer', 'custom_move_date_script');

    then add this code in the General Styling > Quick CSS field:

    #top.single-post span.post-meta-infos {
    margin-top: 0px !important; 
    padding-top: 0px !important;
    }
    #top.single-post span.av-vertical-delimiter {
    display: none !important;
    }

    Please see screenshot in Private Content area.

    Best regards,
    Mike

    Hi,
    Glad to hear that it helped. Without looking, I’m not sure why this happened, but I have seen some plugins setting css rules using the “*” which tends to effect other elements, and I’ve seen minifying plugins that cause odd issues with their aggressive space saving techniques.
    But glad it’s solved now, shall we close this then?

    Best regards,
    Mike

    Hey radnerreyes,
    I see that your page is giving the js error: “Uncaught ReferenceError: jQuery is not defined”
    Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    If this doesn’t help, please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Menu text appears twice in the mobile version. #991013

    Hey karowebdesign,
    Please check if Enfold Theme Options > Burger/Mobile Menu > Clone title menu items to submenu is set to “Create a clone for the title menu item”

    Best regards,
    Mike

    in reply to: is there a versioning for the menu ? #991011

    Hey karowebdesign,
    Sorry, the versioning is a wordpress core function and it is only for pages and posts.
    Is there a chance that a different menu was selected and your menu is in tact and just not selected?

    Best regards,
    Mike

    in reply to: Latest Enfold – All demo images not importing! #991010

    Hey LCCleworth,
    Which demo do you wish to install, and which webhost are you using?
    Can we reset your site and install it for you?
    Please include FTP access in the Private Content area so we can assist.

    Best regards,
    Mike

    in reply to: Website Creation Attribution #991007

    Hi,
    Glad Rikard could help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Full screen slider / image with footer #991006

    Hey pistachiouk,
    Which slider are you going to be using? Adding this css to your Quick CSS works with the easy slider:

    #socket {
        position: fixed;
        bottom: 0;
        width: 100%; 
    }

    Best regards,
    Mike

    in reply to: Layerslider white line on left #991005

    Hi,
    Sorry, I’m having trouble making out the issue in your screenshot, please draw a arrow on the image to point it out.
    It’s not the slideshow control above the slideshow image is it?

    Best regards,
    Mike

    in reply to: Embedding Comodo Seal in Footer #991004

    Hey Alexander,
    I’m not sure which footer seal you are referring to, it seems that your footer items are already on all pages. Please include a screenshot of the item. You can use https://postimg.cc to post the image.
    Please also include admin access to your site so we can assist.

    Best regards,
    Mike

    in reply to: Add social and a button before burger #991003

    Hey webWahine,
    Do you already have the button in the header? We can assist with moving it and the social icons to the left of the menu with some javascript.
    Please link to the page so we can take a closer look.

    Best regards,
    Mike

    in reply to: Can't show show create date below title in a blog post #991000

    Hey pawder,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Main Menu problem #990998

    Hey takozzo,
    This is because the menu item has no url. Typically on one page sites the link that is for the main url or #top is the one that is assumed for the page.
    We can hide the it’s selection on the homepage if you wish. When going to any of it’s sub-menu pages it is also selected because it is the page’s parent, which is correct.
    Would you like to have no menu items selected at the top of the homepage?

    Best regards,
    Mike

    Hey aderal2016,
    The only information I could find on this was doing so with woocommerce shortcodes

    [product_attribute attribute="color" filter="black"]

    Perhaps the woocommerce support forum will already have this solution.

    Best regards,
    Mike

    in reply to: external links in main menu, with wpml #990995

    Hey tinderella,
    Looking at the code above I would guess it is coming from the plugin that is adding the flag
    “/wp-content/plugins/sitepress-multilingual-cms/”
    If this doesn’t help, please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Add nofollow attribute to external links in buttons #990994

    Hey Andreas_BS,
    If you want to place the no-follow only on external links, please turn on the custom CSS field for Advanced Layout Builder elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    Then add this custom class (rel-nofollow) to buttons you would like to have rel=’nofollow’ – http://i.imgur.com/KOaCgrv.png
    and go to Appearance > Editor and open Functions.php file and add following code:

    function custom_class_rel(){
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery('.rel-nofollow a').attr('rel','nofollow');
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'custom_class_rel');

    If this doesn’t work please try this instead:

    function custom_class_rel(){
    ?>
     <script>
    jQuery(window).load(function(){
      jQuery( '.rel-nofollow' ).each(function() {
      jQuery( this ).find( 'a' ).attr('rel','nofollow');
      });
      });
     </script>
    <?php
    }
    add_action('wp_footer', 'custom_class_rel');

    Best regards,
    Mike

    in reply to: Change field size contact form #990983

    Hey DianaLoola73,
    Adding the page ID to your css will solve, please try this:

    #top.page-id-3313 .avia_ajax_form #avia_4_1 {
         width: 100px;
      height: 44px;
    padding top: 8px;
    }

    Best regards,
    Mike

    in reply to: Moving the categories to the end of the post? #990982

    Hi,
    I checked the link and it is the includes/loop-index.php file.

    Best regards,
    Mike

    in reply to: Issues on mobile #990981

    Hi,

    @ExquisiteRetail

    I found a different thread of yours that pointed to another site, please see in the Private Content area.
    But I’m not sure that it contains the issue you wrote about here, please include a screenshot so we are sure to be looking at the right issue. You can add a screenshot with https://postimg.cc

    Best regards,
    Mike

    in reply to: Issues on mobile #990979

    Hi,

    @mamaimam
    if I understand correctly, your current mobile menu was a full screen overlay, and your example site is a flyout menu.
    I went to Enfold Theme Options > Main Menu > Burger/Mobile Menu > Menu Overlay Style and changed it to “Sidebar Flyout Menu (Classic)”
    Please check that this is what you wanted.
    I see your menu items are very large, so you will want to make them smaller.
    If you have any more questions Please open a new thread so we can assist, as this is not your thread your login info will not be private here and I removed it for your security.

    Best regards,
    Mike

    in reply to: Flaticon #990977

    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: arrange icons in line #990976

    Hi,
    Sure, add the custom id “af_social” to the section you want the social icons in, then add this Quick CSS:

    #af_social .av_font_icon {
    display: inline-block !important;
    }
    #af_social {
    text-align: center !important; 
    }

    Best regards,
    Mike

Viewing 30 posts - 25,651 through 25,680 (of 34,550 total)