Forum Replies Created
-
AuthorPosts
-
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,
NikkoHey 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,
NikkoHey 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,
NikkoHi,
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,
NikkoHey svweb,
I have checked it using Windows 10 and Microsoft Edge and it works properly, screenshot in private content.
Best regards,
NikkoHi,
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,
NikkoHi 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,
NikkoHi,
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,
NikkoHey 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,
NikkoHi,
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,
NikkoHi,
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,
NikkoHey 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,
NikkoHey 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,
NikkoHey 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,
NikkoHey RoyalFlushGroup,
Can you give us ftp access? so we can try look deeper into the issue.
Best regards,
NikkoHi,
I apologize but can you use this public key instead, since I can’t open the key file I generated yesterday.
Best regards,
NikkoHi,
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,
NikkoMarch 13, 2018 at 12:32 pm in reply to: How can I add the Author name below single post content using ALB? #926046Hi,
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,
NikkoHi,
That’s great news! glad that it’s working fine again :) Thanks for using Enfold and have a great day too :)
Best regards,
NikkoHi,
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,
NikkoHi,
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,
NikkoHey 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,
NikkoHey 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,
NikkoHi,
Glad that you found the solution. Thanks for using Enfold and have a great day! :)
Best regards,
NikkoHi Corina,
Glad that we could help. Thanks for using Enfold and have a great day! :)
Best regards,
NikkoHi 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,
NikkoHi 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,
NikkoMarch 13, 2018 at 4:58 am in reply to: How can I add the Author name below single post content using ALB? #925859Hi,
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,
NikkoHi William,
Can you tell us what version of Enfold you’re referring that it’s working?
Best regards,
NikkoMarch 13, 2018 at 4:20 am in reply to: Trying to Add JS Particles Background via Enfold theme #925852Hi,
Glad to hear that :) Let us know if you need further assistance.
Best regards,
Nikko -
AuthorPosts