Forum Replies Created

Viewing 30 posts - 15,811 through 15,840 (of 25,536 total)
  • Author
    Posts
  • in reply to: Custom Social Bar Icons (Replace/Add) #976274

    Hi misterxaav,

    Thanks for giving us admin access.
    I was able to select Kozi Kaza which is located at the bottom of the dropdown.
    Though the problem is the icon itself doesn’t show, can you give us ftp access also? since we can’t access Appearance > Editor via WP Dashboard.
    Just post the details in private content.

    Best regards,
    Nikko

    in reply to: Tab section Mobile #976269

    Hi pddcoms,

    Sure, feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

    in reply to: Strange behaviour of Enfold Child theme options and CSS #976267

    Hi Monique,

    Glad we could help :)
    If you are still in the stage of making changes to your site, you can disable merging and compression and enable it once it’s ready for production.
    If you need to remove the old js/css file, you can check Delete old CSS and JS files? (still in Enfold > Performance) and save changes so it fetches the new css/js code.

    Best regards,
    Nikko

    in reply to: Logo area higher #976260

    Hi SvHa,

    To make the whole header sticky instead of just the menu, you can use this css code:

    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all #header {
        position: fixed;
        top: 0;
      }
    }

    Best regards,
    Nikko

    in reply to: Tab section Mobile #976258

    Hi pddcoms,

    Glad that Ismael helped you :)
    Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

    in reply to: Polylang 'pll_the_languages' on mobile #976256

    Hey Ikyo,

    You can add this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #polylangMenu {
        display: none !important;
      }
    }

    Hope it helps :)

    Best regards,
    Nikko

    Hi snxodesk,

    Try adding this php code at the bottom of your functions.php:

    remove_action( 'woocommerce_before_shop_loop_item', 'woocommerce_template_loop_product_link_open', 10 );

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Sidebar background colour #976243

    Hi ac,

    Can you try adding this code:

    @media only screen and (min-width: 768px) {
      .responsive .sidebar_right .container {
        display: flex;
      }
    
      .responsive .sidebar_right .container .sidebar {
        width: 24% !important;
      }
    }

    Best regards,
    Nikko

    in reply to: Text animation Fullwidth-Slider #976240

    Hey frankeee,

    Can you give us a link to the page where the css code is supposed to take effect? so we can take a closer look.

    Best regards,
    Nikko

    in reply to: Strange behaviour of Enfold Child theme options and CSS #976239

    Hey Monique,

    I think that’s because of the optimization feature added to Enfold.
    Try to disable CSS file merging and compression found in Enfold > Performance.
    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: table in posts scrollable #976237

    Hi Chris_85,

    Can you try adding this css code also:

    @media only screen and (max-width: 767px) {
      .responsive #top, 
      .responsive #wrap_all, 
      .responsive .template-blog .post .entry-content-wrapper {
        overflow-x: visible !important;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Sticky header in mobile #976232

    Hey 4EPIU,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all #header {
        position: fixed !important;
      }
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Weird error while editing text #976227

    Hi yaelbar,

    The dropbox link you gave doesn’t seem to work.
    Can you try to upload it in https://imgur.com/ and post the link here.

    Best regards,
    Nikko

    in reply to: Custom Social Bar Icons (Replace/Add) #976224

    Hey Xavier,

    I tried the code you used on local server, Enfold 4.4.1, WP 4.9.6 and it works fine.
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: WYSIWYG-editor disappears when Enfold is activated #976207

    Hi Erwin,

    I checked it using Chrome and Safari but it works fine on my end (see screenshot in private content for both browsers).
    I do see mixed content errors which might cause problems on your end (2nd screenshot).
    This can be fixed using search & replace plugins and replacing http:// to https://

    Best regards,
    Nikko

    in reply to: Define Menu Underline Width .avia-menu-fx #976202

    Hi Dennis,

    Yes, I understand though we can fix it but if it’s translated the length is different.
    Can you try to add this php/js code at the bottom of your functions.php:

    function fx_width(){
    ?>
    <script>
    $( document ).ready(function() {
    	$( "#avia-menu > li > a" ).each(function( index ) {
    		var width = $( this ).find( ".avia-menu-text" ).width();
    		$( this ).find( ".avia-menu-fx" ).width( width ).css('margin-left', '13px');
    	});
    });
    </script>
    <?php
    }
    
    add_action('wp_footer', 'fx_width');

    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: How to Center Footer Nav Menu with Copyright Below? #976187

    Hi Moondreamer21,

    Yes, try replacing this code I gave:

    #socket {
        background-size: cover;
    }

    to:

    #socket {
        padding-top: 30px;
        margin-top: -30px;
        background-color: transparent;
        background-size: cover;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: LayerSlider Positioning Problem #975826

    Hi newlyswissed,

    Glad that you were able to pull it off.
    Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

    in reply to: Unable to redirect from CF submition. #975825

    Hey Amol,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Define Menu Underline Width .avia-menu-fx #975824

    Hi Dennis,

    Hmm, is the one on the screenshot (link in private content) the effect you get?
    Yes, it’s not really an elegant solution, a js solution would be better since it automatically calculate the width and apply it to those lines.

    Best regards,
    Nikko

    in reply to: How to Center Footer Nav Menu with Copyright Below? #975821

    Hi Moondreamer21,

    To make the background size cover the whole width, add this css code:

    #socket {
        background-size: cover;
    }

    As for making it one line in mobile, it doesn’t seem possible (if you want the text to be still readable) I think the minimum based on the number of menu items you have is atleast 3 lines for it, which is adjusting the font size smaller. Would you be okay with this option? I also don’t see the menu links overlap, can you post a screenshot so I can see how it looks on your end.

    Best regards,
    Nikko

    in reply to: Tab section disappears after a split second #975817

    Hi Tammy,

    Yes, I suggest using youtube or vimeo works better. Hosting videos on your site would take a lot of resource, so I think using those particular sites mentioned would be the cheaper and faster option without affecting the functionality of site.

    Best regards,
    Nikko

    in reply to: Error fetching content #975813

    Hi kbeggan,

    Glad that we could help :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Logo centered, menu right and left #975812

    Hi seykom,

    The change doesn’t really have that impact since it’s just moved up 2px.
    Maybe adjusting the white space in the logo itself would help.

    Best regards,
    Nikko

    in reply to: Define Menu Underline Width .avia-menu-fx #975809

    Hi Dennis,

    Yes, it woiuldn’t. Just add this css code in Quick CSS (located in Enfold > General Styling):

    #top #avia-menu #menu-item-224 .avia-menu-fx {
        margin-left: 13px;
        width: 50px;
    }
    
    #top #avia-menu #menu-item-483 .avia-menu-fx {
        margin-left: 13px;
        width: 35px;
    }
    
    #top #avia-menu #menu-item-1573 .avia-menu-fx {
        margin-left: 13px;
        width: 51px;
    }
    
    #top #avia-menu #menu-item-551 .avia-menu-fx {
        margin-left: 13px;
        width: 83px;
    }
    
    #top #avia-menu #menu-item-292 .avia-menu-fx {
        margin-left: 13px;
        width: 58px;
    }
    
    #top #avia-menu #menu-item-291 .avia-menu-fx {
        margin-left: 13px;
        width: 47px;
    }
    
    #top #avia-menu #menu-item-246 .avia-menu-fx {
        margin-left: 13px;
        width: 59px;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Chiuld style.css not loading properly #975807

    Hi Fras,

    No worries, it’s better if you enable it but probably when you load the site the cached version of the css is loaded and that’s why it seems that it’s not working.
    Anyway, just glad that we could help :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Logo area higher #975803

    Hi SvHa,

    Just to clarify what you’re trying to achieve, do you perhaps want it to stick on top when scrolling?

    Best regards,
    Nikko

    in reply to: WYSIWYG-editor disappears when Enfold is activated #975750

    Hi Erwin,

    Thanks for giving us a screenshot, I think that’s the default Editor which shouldn’t show up when Advance Layout Builder is enabled.
    This is removed since we have Text Block to use instead of the default editor. If I misunderstood it please let me know.

    Best regards,
    Nikko

    in reply to: Logo centered, menu right and left #975747

    Hi seykom,

    Try to replace this code I gave:

    .html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main {
        padding-top: 120px !important;
    }

    to:

    .html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main {
        padding-top: 118px !important;
    }

    I think that is the limit, you should see it in the screenshot I posted in private content.

    Best regards,
    Nikko

    in reply to: Change date format to mm/dd/yy #975745

    Hi fxkreative,

    You can add another conditional statement that Victoria gave and just copy it and replace 709 with 23, the code should look like this:

    add_filter('avf_datepicker_dateformat', 'new_date_format');
    
    function new_date_format() {
    	if(is_page(709)) {
    		$date_format = "mm / dd / yy";
    	}
    
    	if(is_page(23)) {
    		$date_format = "mm / dd / yy";
    	}
    
    	return $date_format;
    }
    
    add_filter('avf_datepicker_date_placeholder', 'new_date_placeholder');
    
    function new_date_placeholder() {
    	if(is_page(709)) {
    		$placeholder = "MM / DD / YY";
    	}
    
    	if(is_page(23)) {
    		$placeholder = "MM / DD / YY";
    	}
    
    	return $placeholder;
    }

    Hope it helps.

    Best regards,
    Nikko

Viewing 30 posts - 15,811 through 15,840 (of 25,536 total)