Forum Replies Created
-
AuthorPosts
-
Hi,
It’s not possible with css, you will need to use javascript or jquery to do that one.
Best regards,
NikkoHi,
Can you try to deactivate all plugins except woocommerce? it might be caused by some plugin conflict. If that fixes the issue, try to activate the plugins one by one to determine which plugin causes the issue, if it doesn’t help, can you give us temporary admin access and permission to deactivate plugins?
Best regards,
NikkoHi,
Glad we could help. Thanks for using Enfold :)
Best regards,
NikkoHi John,
Glad to hear that! Thanks for using Enfold :)
Best regards,
NikkoHi Lyse,
Seems like there’s caching issue on your site, which prevents css changes to be shown, also the code I gave you please remove it and replace it with this:
@media only screen and (max-width: 480px) { #av_section_titles { height: auto !important; } }Hope this helps.
Best regards,
NikkoMay 2, 2017 at 3:34 pm in reply to: Redirect Woocommerce Category to a Custom Page possibility? #786435Hi,
Enfold only uses hooks to modify woocommerce layout, you can check it in enfold/config-woocommerce/config.php, if you don’t want to use hooks you use the method specified here: https://docs.woocommerce.com/document/template-structure/
Best regards,
NikkoHi Lyse,
I think it is still cached. I have posted screenshots and links in Private Content, the first one is the screenshot on style.css in the editor and it shows that the code has been added. But if you check on the site and view source, then find the link of child theme’s style.css and view the code, you should see the code is not showing up there (screenshot 2). Can you disable the caching plugin? and check if the code is working.
Best regards,
NikkoMay 2, 2017 at 2:52 pm in reply to: HTTP 500 Error on my wp-admin page after upadate the theme #786394Hey Ayumi,
I tried checking out the files via ftp but I am getting this error:
Response: 550 PWD: Permission denied Error: Failed to retrieve directory listingBest regards,
NikkoHi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHi,
Glad that you found out the missing {}. Is it working fine now?
Best regards,
NikkoHey Tobias,
I have checked your site and I couldn’t any issue when I add to cart, can you give us a screenshot showing the issue? you can upload the screenshot in http://imgur.com/ and post the link here.
Best regards,
NikkoHey troupdim,
In the WordPress Dashboard, try going to Enfold > Header > Header Layout (tab) > Header Title and Breadcrumbs and set this to Display only breadcrumbs. Hope this helps :)
Best regards,
NikkoMay 2, 2017 at 2:22 pm in reply to: Which file do I need to duplicate for making an own page template? #786364Hey Chris,
You can duplicate page.php from the enfold theme, just make sure you add the template name after the opening php tag:
/* Template Name: My Custom Page */You can use this as a reference to add the widget area on the Customized page: https://codex.wordpress.org/Function_Reference/dynamic_sidebar
Hope this helps.Best regards,
NikkoHi,
Justify Text in Content Editor doesn’t really show up in WordPress, you can try to use a default WordPress theme such as twentyseventeen and notice that it’s not available, if you want to justify a content, select the whole content and press shift + alt + j, if you want to have that button, please check this post: http://www.wpbeginner.com/plugins/how-to-add-underline-and-justify-text-buttons-in-wordpress/
Hope this helps :)Best regards,
NikkoMay 2, 2017 at 2:11 pm in reply to: Media Library in Grid Mode not loading | List Mode is working #786351Hi,
Thanks for using Enfold :)
Best regards,
NikkoHey steviger,
1.) Yes, you can copy single.php to your child theme and you don’t need to add anything in functions.php to make it work. This is how wordpress uses templates for single post page, it looks for single.php in the child theme, if it can’t find any, it will check the parent theme for it, so since single.php of the child theme is prioritized it will be used instead of the one in the parent theme.
2.) I tried to check the link of the site that shows the 3 columns however I am getting this (I just replaced the url):
This site can’t be reached www.domain.com’s server DNS address could not be found.Can you try to give us a screenshot instead? you can upload the screenshot to imgur.com and post the link here. :)
Best regards,
NikkoHey Gareth,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a { padding-right: 13px; }Let us know if that helps :)
Best regards,
NikkoHi,
Thanks for providing the ftp access, I have checked it and it seems it’s done already, it was just cached that’s why it doesn’t change the behavior, I have cleared the cache in WP Rocket and it’s working, also since I’ve seen you are already using child theme and any changes done to the parent theme will be gone after an update, I have created a js folder in your child theme, copied shortcodes.js from parent theme to the child theme and then added this code in functions.php so it uses shortcodes.js in the child theme:
// Replace shortcodes.js function change_shortcodesjs() { wp_dequeue_script( 'avia-shortcodes' ); wp_enqueue_script( 'avia-shortcodes-child', get_stylesheet_directory_uri().'/js/shortcodes.js', array('jquery'), 2, true ); } add_action( 'wp_enqueue_scripts', 'change_shortcodesjs', 100 );Let us know if it’s all good on your end :)
Best regards,
NikkoHey Gareth,
Can you post a link to your site? so we can take a closer look. You can put the link in Private Content if you want it to be visible only to moderators.
Best regards,
NikkoHi,
Thanks for providing the login details, can I request for the ftp access? it’s much safer to do it via ftp than editing files in WP Dashboard.
Best regards,
NikkoHi,
You’re welcome. Thanks for using Enfold :)
Best regards,
NikkoMay 2, 2017 at 12:37 pm in reply to: WooCommerce Variable Product check out button is missing #786302Hey icodesign,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.single_variation_wrap { width: 100%; }Let us know if this helps.
Best regards,
NikkoHey fcp,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .big-preview img { max-width: 100%; width: auto; }Let us know if this helps :)
Best regards,
NikkoHi,
Glad we could help! Thanks for using Enfold :)
Best regards,
NikkoHi,
Glad we could help. Let us know if you need more assistance regarding this topic or if we can close it :)
Best regards,
NikkoHey Flavio1963,
Can you post a link to your page? so we can check the logo.
Best regards,
NikkoHi,
I just checked the code I gave in private content but it seems some code were missing, try to use the code I have uploaded in pastebin, link in private content. Hopefully that works well :)
Best regards,
NikkoHi Frederic,
Try creating a js folder in the child theme and put the modified shortcodes.js file there then in functions.php of the child theme, add this code:
// Replace shortcodes.js function change_shortcodesjs() { wp_dequeue_script( 'avia-shortcodes' ); wp_enqueue_script( 'avia-shortcodes-child', get_stylesheet_directory_uri().'/js/shortcodes.js', array('jquery'), 2, true ); } add_action( 'wp_enqueue_scripts', 'change_shortcodesjs', 100 );Hope this helps :)
Best regards,
NikkoHey mcraig77,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .av-tab-section-image { filter: none; }The default value was:
filter: grayscale(1);If you want to change it to something else other than no filter, you can check the options here: https://www.w3schools.com/cssref/css3_pr_filter.asp
Hope this helps :)Best regards,
NikkoHi Jenny,
I would gladly do so but I’m afraid it’s not me since I don’t have any admin access to your site. Usually when someone gives their admin access, I add some codes and tell them what I did to fix it. :)
Best regards,
Nikko -
AuthorPosts
