Forum Replies Created

Viewing 30 posts - 16,561 through 16,590 (of 25,536 total)
  • Author
    Posts
  • in reply to: Seperator – padding and 100% #948811

    Hi bmwa,

    I think you can enable Custom CSS Class: https://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    then add a class name to the Grid Row, and go to Enfold > General Styling > Quick CSS then add this css code:

    .my-class-name {
      margin: 0 !important;
      padding: 0 !important;
    }

    just replace my-class-name with the class name you used (don’t remove the dot).
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Custom Email Subject From Forms #948807

    Hi davidm290,

    I have tested the same code on my end and it works fine, so I’m not really sure why it’s not working on your end.
    Can you try to give us temporary admin access? so we can check your backend settings.
    Just post the login details in private content.

    Best regards,
    Nikko

    in reply to: Space between lines #948799

    Hey fionayoung,

    Can you give us a link to the page mentioned? and screenshot on how it looks on the backend, so we can make a comparison and check further.

    Best regards,
    Nikko

    in reply to: Advanced layout editor won't open #948797

    Hi,

    Glad to hear that it’s resolved :)
    Please feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Upload broke with 4.3 #948796

    Hi agolden85,

    If you recently updated enfold theme to 4.2.6 and get an HTTP 500 error here is what you should do to resolve this issue:

    1. Deactivate all plugins.

    2. Update the PHP version being used by your hosting server to PHP 7 by getting in touch with your hosting company.

    Access your site with FTP or log in to your control panel and access the site via File Manager and perform the below steps:

    3. Replace the header.php file in wp-content/themes/enfold folder with an updated version of the header.php file.

    4. Access your WordPress site root folder and rename the current .htaccess file to .htaccess.bak. Login to WordPress admin area go to settings > permalinks > select “Post name” and save changes.

    5. Define a higher memory limit in WordPress and if possible increasing the memory on the hosting server.

    To increase the WordPress memory limit please access wp-config.php file and add the below line

    define('WP_MEMORY_LIMIT', '256M');
    

    For a detailed explanation please check this link http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
    and you can contact your service provider to increase the memory limit.

    If none of the above works for you please go ahead and delete the “enfold” folder in wp-content/themes/ and upload a fresh copy of the “enfold” theme files.

    Best regards,
    Nikko

    in reply to: Enfold Facebook Likebox #948794

    Hi MSchrauf,

    Glad that Jordan helped you. :)
    Please feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Self-hosted video not working #948783

    Hi SiGun,

    Can you try the solution posted here by Ismael:

    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: Double URLs in Breadcrumb #948782

    Hi Danny,

    Can you try to change this part of the code I gave:

    else if(tribe_is_month() || (tribe_is_upcoming() && !is_singular())) 
        {
    	$trail[] = $events_link;
        }

    to:

    else if(tribe_is_month() || (tribe_is_upcoming() && !is_singular())) 
        {
    	//$trail[] = $events_link;
        }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Active menu indicator position #948763

    Hi Maaike,

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

    Best regards,
    Nikko

    in reply to: wrong email #948761

    Hi sandro_risuleo,

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

    Best regards,
    Nikko

    in reply to: Home page Hangs when Preloader is on #947106

    Hi John,

    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: social icons in footer #947104

    Hi Lara,

    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: social icons in footer #947069

    Hi Lara,

    I see, try to use this code instead:

    #top #footer .av_font_icon {
        margin-right: 17px !important;
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Hover on logo #947065

    Hey Lara,

    Thanks for giving us admin access.
    I added this class to your first image remove-overlay then added this css code in Quick CSS (located in Enfold > General Styling):

    #top .remove-overlay .avia_image .image-overlay {
      display: none !important;
    }

    Let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: adjust z-index in product page elements #947060

    Hey Nick,

    I have checked your site and it seems like you have already fixed it.
    I have posted a screenshot on what your product page looks on my end.
    (Screenshot link in private content)

    Best regards,
    Nikko

    in reply to: social icons in footer #947057

    Hey Lara,

    Thanks for giving us admin access.
    The reason it’s having spaces in the homepage is because of this code:

    .home .av_font_icon {
        margin-right: 17px !important;
    }

    please replace it with:

    .home .textwidget p span.av_font_icon {
        margin-right: 17px !important;
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Problem opening page #947055

    Hi marko7,

    You could also try that one.
    Just try to update every time you finish a single section.

    Best regards,
    Nikko

    in reply to: Custom Email Subject From Forms #947044

    Hi davidm290,

    Can you post again what the new code looks like now?
    And also post here the result or what Subject you’re receiving.

    Best regards,
    Nikko

    in reply to: Cannot upload images #947042

    Hi Malene123,

    Can you try to clear the browser cache or try a different browser?
    If you’re using Google Chrome, try to open the web console by pressing ctrl + shift + i then go to the Console (tab):
    https://developers.google.com/web/tools/chrome-devtools/console/
    If you get any please post the screenshot here, so we can see.

    Best regards,
    Nikko

    in reply to: Cart page customization #947038

    Hi Nick,

    Thanks for your kind words, we appreciate it a lot :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Masonary Gallery #947036

    Hi Sheri,

    I’m not sure which hosting you are on but you can try to check the following instructions:
    https://my.bluehost.com/hosting/help/ftpaccounts
    https://www.youtube.com/watch?v=_jBmo3GAVV4 (video)

    Best regards,
    Nikko

    in reply to: iframe not fully responsive #947033

    Hi tdproperty,

    Yes, can you try adding this css code as well:

    .page-id-6249 #header {
        display: none;
    }
    
    .page-id-6249 #main {
        padding-top: 0 !important;
    }
    
    .page-id-6249 #main .entry-content p {
        margin: 0 !important;
    }

    Best regards,
    Nikko

    in reply to: Problem opening page #947031

    Hi marko7,

    Thanks for giving us ftp access, but I still could not figure out why it’s not working when the 2nd section on that page is loaded.
    Can you try to update the theme to the latest version? make sure also to make a backup on your site first, or create a stage site where you make the updates first, in case there’s a problem, your live site won’t be affected.

    Best regards,
    Nikko

    in reply to: Bug: Product info tab not showing on AVL product pages #947007

    Hi wzshop,

    Thanks for giving us admin access.
    I have checked on it and I am able to replicate the same issue on my end. We have already reported this to Kriesi and our devs, I hope you’ll be patient enough to wait until a fix will be released. For the meantime, can you use the default editor for the single products page.

    Best regards,
    Nikko

    in reply to: How to RTL align the blog comments section? #947003

    Hi bakbek,

    I have checked it but I don’t see the comments anymore, seems like its replaced with facebook comments.
    Maybe adding !important would help so it wouldn’t get overridden.

    Best regards,
    Nikko

    in reply to: Seperator – padding and 100% #947002

    Hi beste_medien_werbe_agentur,

    Grid Row comes in quite handy :)
    Glad that we could help! Let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: Need help updating my framework php #946999

    Hi cassidydiehl,

    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: How can I change the fontsize in the headermenu? #946997

    Hi Carsten,

    Glad that we could help. :)
    If you need further assistance or have questions to ask, please feel free to comeback.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Mobile Header CSS issue with colors #946995

    Hi rpichler,

    Glad that Vinay helped you.
    Please feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day! :)

    Best regards,
    Nikko

    in reply to: Youtube video loop #946994

    Hi elee1007,

    They are the same basically, can you try do this instead, Add a Grid Row, remove the 2nd column and add the Video inside the grid row, that should make it fullwidth.
    Let us know if this helps.

    Best regards,
    Nikko

Viewing 30 posts - 16,561 through 16,590 (of 25,536 total)