Forum Replies Created

Viewing 30 posts - 14,161 through 14,190 (of 25,536 total)
  • Author
    Posts
  • in reply to: Enfold Showcase #1055500

    Hi Mehraj,

    I think you can improve it by using sharper images and probably using custom google fonts.
    You may also check for some designs in our demo: https://kriesi.at/themes/enfold-overview/
    Also check out some links posted by other users in this thread which also showcase a lot of great design ideas :)

    Best regards,
    Nikko

    in reply to: Sticky Footer and Socket while Overlapping Content #1055496

    Hi AK,

    Glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Resize Image Sizes #1055111

    Hi kcloud3,

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

    Best regards,
    Nikko

    in reply to: I need to centre buttons in portrait version of website #1055108

    Hi Kim,

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

    Best regards,
    Nikko

    in reply to: Missing Facebook Blog Icon #1055106

    Hi mary301187,

    Glad that we could help :)

    Best regards,
    Nikko

    in reply to: Layer slider – mobile settings (hide layer) and shadow #1055104

    Hi c3idesign,

    Glad that you found an alternative solution. :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Enfold Showcase #1055098

    Hi unicaweb,

    Looks great! :)
    Thanks for sharing it.

    Best regards,
    Nikko

    in reply to: Sticky Footer and Socket while Overlapping Content #1055096

    Hi ak-muc,

    I have added this css code on top of Quick CSS:

    #footer {
        min-height: 268px;
    }
    
    #footer .container {
        position: fixed;
        bottom: 54px;
    }
    
    #socket {
        min-height: 54px;
    }
    
    #socket .container {
        position: fixed;
        bottom: 0;
    }
    
    #main > div {
        position: relative;
        z-index: 5;
    }
    
    #main #footer, 
    #main #socket {
        z-index: 1;
    }

    However I did need to disable CSS Merge in Enfold > Performance since it still fetches the old css even when cache is flushed out.

    Best regards,
    Nikko

    Hi mkammes,

    Can you try adding this php code in functions.php:

    function avia_add_social_share_link_arguments($args) {
    	$args['twitter']['pattern'] = 'https://twitter.com/share?text=[title]&url=[permalink]';
    	return $args;
    }
    
    add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1);

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Footer page not displayed #1054933

    Hi kanedaham,

    Can you give us a screenshot when logged in and logged out? I see the same on both.
    The only reason I could think of why that is happening is because of caching.
    Some hosting have caching enabled by default even without installing a plugin on your site.
    Try using another browser which haven’t opened your site before and check.

    Best regards,
    Nikko

    in reply to: Missing Facebook Blog Icon #1054918

    Hi mary301187,

    Go to Settings > General > Site Language > set to: English (United States)

    Best regards,
    Nikko

    in reply to: Enfold upgrade #1054910

    Hi Manfredi,

    I apologize for the late response.
    However I could not seem to login to your site with the credentials you gave, please check.

    Best regards,
    Nikko

    in reply to: I need to centre buttons in portrait version of website #1054909

    Hi Kim,

    Can you give a screenshot on how it looks on your end? since I can’t seem to see it on my end.
    Would you prefer if the font size is adjusted? maybe that’s causing the issue or maybe just change the 3 columns to 1?

    Best regards,
    Nikko

    in reply to: Enfold Heading Tags too many "term_taxonomy_id" #1054905

    Hi yasodaran,

    I have checked your site with https://www.seocentro.com/tools/search-engines/metatag-analyzer.html and I don’t see anything wrong and regarding the links you mentioned are you referring on:

    URLs found in the page.
    Found 163 urls from where 128 unique.

    or the header results (screenshot in private content), however I couldn’t really find any issue.
    .htaccess file seems fine.

    Best regards,
    Nikko

    in reply to: Enfold upgrade #1054181

    Hi Manfreddi,

    You should see it just below the textarea/editor you’re using to reply to us.
    Here is a screenshot showing it: https://imgur.com/a/fyWcZ2X

    Regards,
    Nikko

    in reply to: Product Page – Hide Meta Information #1054177

    Hi jenzai,

    Glad that it is resolved :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Icon Box Big without border #1054042

    Hi Dizasta,

    I’m not really sure why that’s happened but some inline css is causing it.
    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.

    As for your 2nd question it’s possible.

    Best regards,
    Nikko

    in reply to: Resize Image Sizes #1054041

    Hi kcloud3,

    Try to add this code in functions.php:

    add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
      $size['square'] = array('width'=>250, 'height'=>250);
      return $size;
    }

    then you’ll need to re-add the image for it to trigger this function.
    However if you have already lots of images uploaded, you should use this plugin: https://wordpress.org/plugins/regenerate-thumbnails/ to regenerate images.

    Best regards,
    Nikko

    Hey mkammes,

    It should share the url based on the permalink set.
    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: Easy Slider image sizes #1054035

    Hey fusedmanagement,

    Slider Images will stretch images depending on the size of the slider though the source image will be changed.
    If you want to shrink the size, you’ll need to put the easy slider inside a column like 1/2 column.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Excerpt length on blog posts #1054032

    Hey Elisabeth,

    Can you try to add this code in functions.php:

    function av_custom_excerpt_length( $length ) {
        return 80;
    }
    add_filter( 'excerpt_length', 'av_custom_excerpt_length', 999 );

    Just replace 80 (words) with any number, just increase or decrease it as you like.

    Best regards,
    Nikko

    in reply to: Adding Snapchat icon to social bar #1054030

    Hey BSHosts,

    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: Default and advanced editor #1054028

    Hi fusedmanagement,

    Glad that we could help :)
    Enfold in it’s latest update has backend for disabling gutenberg, you should find it in Enfold > Theme Options > Select Your Editor > Use WP Classic Editor.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Buttons not working #1054025

    Hey kashcroft,

    I checked the buttons and it’s linked to #tale however there’s no section with an ID of tale that’s why it’s not working.
    Try creating a section and the Developer ID set to tale

    Best regards,
    Nikko

    in reply to: Missing Facebook Blog Icon #1054023

    Hey mary301187,

    You should be able to find it in Advanced Layout Builder > Content Elements > Social Share buttons.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Footer page not displayed #1054022

    Hey kanedaham,

    I have checked your backend especially Enfold > Footer however Default Footer & Socket Settings is set to Show Footer Widgets & Sockets.
    Setting that to Select a page to display as a footer should work properly, I have tested it and returned it back to its original setting.

    Best regards,
    Nikko

    in reply to: Mobile Menu Not working #1054017

    Hi Art,

    Glad to hear that it’s working fine again.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Mobile Burger Menu x2 #1054016

    Hey stratpricing,

    I tried to login with the login credentials you gave however it doesn’t work, please check.

    Best regards,
    Nikko

    in reply to: Enfold: Sidebar left padding or margin #1054014

    Hey TheGrinch18,

    I tried to check on your site however it returns:

    DNS Lookup for "www.yoursite.com" failed. System.Net.Sockets.SocketException No such host is known

    Best regards,
    Nikko

    in reply to: LayerSlider Issue with latest WP Update #1054013

    Hey thibmedia,

    I tried to login with the credentials you gave however I could not login with it, please check.
    I think it’s not because of WordPress is updated but because PHP is updated to 7.2 which deprecates the create_function.
    I have checked that you are already using Enfold 4.5 and looking into this version’s config-layerslider > Layerslider > wp > widgets.php line 4 and couldn’t find the create_function.

    Best regards,
    Nikko

Viewing 30 posts - 14,161 through 14,190 (of 25,536 total)