Forum Replies Created

Viewing 30 posts - 17,371 through 17,400 (of 25,536 total)
  • Author
    Posts
  • in reply to: change color of shopping cart notification banner #926513

    Hey Colferg,

    There’s no option to change that color, however you can use this css code in Quick CSS (located in Enfold > General Styling):

    #top #wrap_all div.woocommerce-message {
        border-color: black;
        background-color: darkgray;
        color: white;
    }

    Just change the color values. Hope it helps :)

    Best regards,
    Nikko

    in reply to: remove the line that follows text on the H1 heading #926511

    Hey Colferg,

    I have checked your site and I don’t see any line near your h1 heading, is this already fixed? if it isn’t please give us a screenshot on how it looks on your end.

    Best regards,
    Nikko

    in reply to: Custom background Image #926510

    Hey akwebster1,

    There’s no exact background image dimension, as it resizes the background image to cover the entire container, even if it has to stretch the image or cut a little bit off one of the edges. I would suggest using your screen size as its base size.

    Best regards,
    Nikko

    in reply to: Enfold Theme Update Issue 4.2.6 #926503

    Hi,

    Glad that it’s fixed. The error you’re seeing appears when you’re using php version that is less than 5.6.

    Best regards,
    Nikko

    in reply to: layer slider don't work well in Edge #926500

    Hey svweb,

    I have checked it using Windows 10 and Microsoft Edge and it works properly, screenshot in private content.

    Best regards,
    Nikko

    in reply to: The Events + page customization #926496

    Hi,

    I have copied the elements on your Sales Tools page multiple times and didn’t have any issue and no errors in the console.

    As for the custom css, it won’t work, unless the code I gave is added, I checked your functions.php and the code I added wasn’t there, did you update the theme?

    Best regards,
    Nikko

    in reply to: Catchable Fatal Error #926492

    Hi Nik,

    You’re always welcome and just glad that we could help :) I have disabled debugging in your wp-config.php:

    define('WP_DEBUG', false);

    As for my ip it’s still the same, I haven’t turned off my modem so it doesn’t change my ip, anyway glad that it’s all good and thanks for letting us know there’s an issue with GeoDirectory plugin. Thanks also for using Enfold :)

    Best regards,
    Nikko

    in reply to: slider padding #926489

    Hi,

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

    @media only screen and (max-width:767px) {
      .home #fullscreen_slider_1 .avia-slide-wrap .avia-slideshow-button {
        margin-left: auto !important;
        margin-right: auto !important;
        display: block;
      }
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Back in Maintenance Mode #926165

    Hey samdive,

    This is not something Enfold related, you can test this when you try to update wordpress, plugins or other themes, during the update your site will be on maintenance mode until the update is finished. I think this feature of WordPress is really nice.

    Best regards,
    Nikko

    in reply to: Can't save/publish new post #926160

    Hi,

    Thanks I was able to check your files via ftp and enabled debugging (not displaying but just logging the errors), by adding this code in wp-config.php:

    define( 'WP_DEBUG', true );
    
    // Enable Debug logging to the /wp-content/debug.log file
    define( 'WP_DEBUG_LOG', true );
    
    // Disable display of errors and warnings 
    define( 'WP_DEBUG_DISPLAY', false );
    @ini_set( 'display_errors', 0 );

    I have done the same as what you did in the video (youtube) and I didn’t experience any issue, as for the js errors in the console, it goes away when I disabled Yoast SEO, probably it’s just an issue with the plugin or probably an update is need for the plugin.

    Best regards,
    Nikko

    in reply to: Slow loading connection error #926154

    Hi,

    I have checked your site again, tested zenfold and return it back to enfold, and moved zenfold in the wp-content folder to make sure it doesn’t cause any conflict as it is has the has the same Theme Name with Enfold. I also tried to make an update however I was disconnected in the middle of uploading files, and noticed that you have already removed the error showing in 4.0.2, let us know if you still need further assistance.

    Best regards,
    Nikko

    in reply to: After update all pictures got removed #926150

    Hey FinHenri,

    Thanks for providing admin access, it seems to be a caching issue, I emptied out the cache and disabled w3 total cache and the images showed up.

    Best regards,
    Nikko

    in reply to: banner above header #926145

    Hey hcassin,

    Can you try using a child theme instead: https://kriesi.at/documentation/enfold/using-a-child-theme/ then copy header.php from the Enfold theme to the child theme and put your image below this line of code (line 77):

    <div id='wrap_all'>

    I would suggest wrapping the image inside a div and probably few css tweaks. Hope it helps :)

    Best regards,
    Nikko

    in reply to: Customize Icons – Add our own color icon #926064

    Hey vegaspro,

    There’s already an icon similar to that which you can use in the Icon Element and you can also change its color in the Color tab: https://imgur.com/a/WeuhU
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Blog Post Publish Error #926061

    Hey RoyalFlushGroup,

    Can you give us ftp access? so we can try look deeper into the issue.

    Best regards,
    Nikko

    in reply to: Can't save/publish new post #926057

    Hi,

    I apologize but can you use this public key instead, since I can’t open the key file I generated yesterday.

    Best regards,
    Nikko

    in reply to: Catchable Fatal Error #926053

    Hi,

    I’m still getting the same problem trying to access your site, I only changed wp-config.php file yesterday and enabled debugging, so if I get the chance to check again, I can get some error logs to check on, I have added this in wp-config.php:

    define( 'WP_DEBUG', true );
    
    // Enable Debug logging to the /wp-content/debug.log file
    define( 'WP_DEBUG_LOG', true );
    
    // Disable display of errors and warnings 
    define( 'WP_DEBUG_DISPLAY', false );
    @ini_set( 'display_errors', 0 );

    Best regards,
    Nikko

    Hi,

    Glad that you figured it out and it’s a pleasure to help you :) Thanks also for using Enfold and have a great day! :)

    Best regards,
    Nikko

    in reply to: website in error 500 after update 4.2.5 #926044

    Hi,

    That’s great news! glad that it’s working fine again :) Thanks for using Enfold and have a great day too :)

    Best regards,
    Nikko

    in reply to: Enfold theme update 4.2.6 'Error 500' crash #926004

    Hi,

    No worries, I have made changes on header.php, your site is up again, I noticed that you are still using php version 5.4.45, to prevent this issue in the future, I would advise updating it to atleast 5.6.3, though we recommend using 7+ :)

    Best regards,
    Nikko

    in reply to: website in error 500 after update 4.2.5 #925984

    Hi,

    I have checked it again however display_errors is set to off on your site and I could not see the error even if debugging is turned on in wp-config file, which makes it difficult to know what’s causing the issue and fix it. Can you turn it on?

    Best regards,
    Nikko

    in reply to: WHAT DO YOU HAVE TO DO TO GET SUPPORT-ENFOLD THEME?? #925971

    Hey marcelimo,

    Rikard has already responded to your original thread, please stick to it. Also the issue you are having seems to be coming from your .htaccess which seems to be too complicated.

    Best regards,
    Nikko

    in reply to: Fatal Error after update. #925949

    Hey omarkrad,

    Can you try the solution posted in this thread: https://kriesi.at/support/topic/enfold-update-causes-error-500/#post-925508
    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Webpage broke after update to 4.2.6 #925876

    Hi,

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

    Best regards,
    Nikko

    in reply to: Blank WooCommerce Product Page #925874

    Hi Corina,

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

    Best regards,
    Nikko

    in reply to: Catchable Fatal Error #925871

    Hi Nik,

    I still see the same as Victoria when trying to access your WP Dashboard, ftp is working fine though. Also, where can we see the error you posted above?

    Best regards,
    Nikko

    in reply to: Tab Section #925863

    Hi Frida,

    Thanks for giving us admin access, can you try the solution posted in this thread: https://kriesi.at/support/topic/tabsection-broke/#post-920319
    If you need assistance in doing the solution, please give us ftp access. :)

    Best regards,
    Nikko

    Hi,

    There’s a filter which we can use, try adding this php code at the bottom of your functions.php:

    add_filter('avf_template_builder_content', 'av_add_author', 20, 1);
    
    function av_add_author($content) {
    	
    	if( is_single() ) {
    		$author = "<p class='alb-author'>By: <span class='entry-author-link'><span class='vcard author'><span class='fn'><a href='" . get_the_author_link() . "' title='Posts by " .get_the_author() . "' rel='author'>" .get_the_author() . "</a></span></span></span></p>"; 
    		$content = $content . $author;
    	}
    	
    	return $content;
    	
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Mobile: header menu bar not sticky #925853

    Hi William,

    Can you tell us what version of Enfold you’re referring that it’s working?

    Best regards,
    Nikko

    in reply to: Trying to Add JS Particles Background via Enfold theme #925852

    Hi,

    Glad to hear that :) Let us know if you need further assistance.

    Best regards,
    Nikko

Viewing 30 posts - 17,371 through 17,400 (of 25,536 total)