Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you very much, that’s indeed helpful :) I have modified enfold/config-layerslider/config.php (line 70, Enfold 4.0.5):
$layerslider = get_template_directory() . '/config-layerslider/LayerSlider/layerslider.php';and replaced it with:
$layerslider = get_template_directory_uri() . '/config-layerslider/LayerSlider/layerslider.php';it seems to have fixed the error (I have updated 1 plugin and seen the error, I changed the code and updated another plugin and no error is displayed). Can you try it again to update another plugin and check if it’s good :)
Best regards,
NikkoHey Nordavind,
Can you try to upload the logo with a height of 88px. It seems like scaling down your current logo makes it look blurry.
Best regards,
NikkoHi,
It would be difficult for us to give you accurate answer since we can’t inspect the site, but you might try adding this css code in Quick CSS (located in Enfold > General Styling):
#top #menu-item-search { background: transparent !important; }Let us know if this helps :)
Best regards,
NikkoHey vksouza,
Yes, can you give us a link to your page using the same portfolio section? so we can compare how it looks, you can post the link in private content, so only moderators can see.
Best regards,
NikkoMay 10, 2017 at 4:08 am in reply to: Only a specific page has a different font color on the footer area #790789Hi,
Thanks for providing the login, I have found out that the 4th Color Section uses 1/5 for image and 1/4 for content is causing the issue.
I duplicated the page you mentioned (since I don’t want to mess with the live page) with by saving it as a template and name it Newfront – Test then created a new page called it Test (set this to private) and imported the template there, then changed the 1/5 column to 1/4 so the whole section will be filled, you can check on the Test Page I have created (link in Private Content). Try to change it in the newfront page and it should be fixed. Hope this helps :)
Best regards,
NikkoHey k593,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .shop_columns_3 .products .product { margin-right: 3.5%; width: 31%; }Hope this helps :)
Best regards,
NikkoHi,
That’s great! Glad that you figured it out :)
Best regards,
NikkoHi,
Glad to hear that. Let us know if you need more assistance or if we can close this thread :)
Best regards,
NikkoHey mmentuccia,
Try adding this code at the bottom of functions.php:
global $woocommerce; if( version_compare( $woocommerce->version, '3.0.0', ">=" ) ) { add_theme_support( 'wc-product-gallery-zoom' ); add_theme_support( 'wc-product-gallery-lightbox' ); function avia_woocommerce_gallery_thumbnail_description($img, $attachment_id, $post_id, $image_class ) { return $img; } function avia_woocommerce_post_thumbnail_description($img, $post_id){ return $img; } }Let us know if this helps :)
Best regards,
NikkoHi,
If you have set Blog to grid, the archive and categories would use the same, you can test it out and see what I mean :)
Best regards,
NikkoHi,
That’s great to hear. Glad that it’s fixed :)
Best regards,
NikkoHi,
Glad to hear that it works :)
Best regards,
NikkoHi,
Sorry my mistake, I didn’t notice that it #top is appended on the link of the current page. It’s weird that it’s behaving this way and the work around I made was to remove the # on the links (seems like as long as there is # in the menu link, #top automatically adds to the current menu item, which I could not reproduce on my end). And I added this css code in Quick CSS (located in Enfold > General Styling):
#avia-menu a { cursor: pointer; }Let us know if this is good on your end also :)
Best regards,
NikkoHi,
Thanks for providing the ftp, I noticed you used a child theme and the avia.js you modified was the one in the child theme, the problem however is it isn’t called that’s why there were no changes, I have added this code in functions.php so it fetches avia.js from child theme instead of the parent theme:
function change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_enqueue_scripts', 'change_aviajs', 100 );Try to check it. I have screenshot of the difference in Private Content. Hope this helps. :)
Best regards,
NikkoMay 9, 2017 at 3:52 pm in reply to: Equal distance between one post and another in a custom blog layout – Again #790395Hi,
Yes, Thanks for using Enfold :)
Best regards,
NikkoHi,
You’re always welcome man! Thanks again for using Enfold XD
Best regards,
NikkoHi,
I have checked it and it’s being overriden by this style:
#top .all_colors p { font-size: 13px; line-height: 1.7em; font-weight: normal; margin: 0.5em 0; }Please remove the code I gave and replace it with this one:
#top #wrap_all .all_colors p { margin-bottom: 1.2em; }Best regards,
NikkoHi,
Thanks for that, it’s removed, I went to Appearance > Menus, removed the Home link and re-added it again and the #top is gone. Let me know if this is fixed on your end as well :)
Best regards,
NikkoHi Roger,
Great! Thanks for using Enfold :)
Best regards,
NikkoHi,
Glad to hear that. Thanks for using Enfold :)
Best regards,
NikkoHi ccyran,
You’re very much welcome! Thanks for using Enfold :)
Best regards,
NikkoHey ccyran,
I think that depends on what a person prefers since both have pros and cons though em is more fluid. Also em should be vs px, since em can be is a value which you can assign on a margin or padding. Try using this css code:
#top .all_colors p { margin-bottom: 1.2em; }Just adjust the bottom margin as you see fit. Hope this helps :)
Best regards,
NikkoHi,
You should be able to fix it in Appearance > Menus. I’d like to fix it for you however the temporary access you gave is just a subscriber level.
Best regards,
NikkoHey Zaccc,
Sure, you might want to do it the easy way, try to go to Enfold > Demo Import, and try to import One Page Portfolio Demo (there are to other demos that are One Page that you might want to use). :)
Best regards,
NikkoHi,
You’re very much welcome. Thanks for using Enfold :)
Best regards,
NikkoHi,
You’re always welcome, glad that we could help. Thanks for using Enfold :)
Best regards,
NikkoHi Thorsten,
You’re very much welcome, glad that we could help. Thanks for using Enfold :)
Best regards,
NikkoMay 9, 2017 at 2:58 pm in reply to: HELP!!! URGENT CLIENT DEMAND !!! – Theme crashed and does not reload! No Restore #790322Hi,
We are willing to help you that’s why I asked for the ftp access, so I can also check it. Based on what you posted I could say the single and double quotes would probably crash the site, you might want to manually replace the single and double quotes.
Best regards,
NikkoHi,
I have successfully imported the Medical Demo (though I did get 502 Bad Gateway error but have managed to import successfully), I have to deactivate w3 Total cache plugin. It does seem that the site has been allocated with few resources which makes it unstable. You would probably need to increase the memory limit to 128Mb, try to check this post: https://docs.woocommerce.com/document/increasing-the-wordpress-memory-limit/
Best regards,
NikkoHi,
Try adding this css code in Quick CSS:
.home #av-layout-grid-2 .flex_cell.av_four_fifth { width: 100%; max-width: 800px; display: block; }Just adjust the max-width value. Hope this helps :)
Best regards,
Nikko -
AuthorPosts
