Forum Replies Created
-
AuthorPosts
-
Hi Pandora,
We’re glad to hear that it’s resolved :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Jeepkid99,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi lmzucker432,
The option with styling it is limited, the menu colors is chosen from the colors in Main Content, Alternate Content, Logo Area, etc.
If you need some custom CSS to help with it, then we’ll provide it, just give us the values for the font size, color and hover color.Best regards,
NikkoHi BrendaSarg,
Is this already fixed?
I have checked your site, check the whynopadlock result you’ve shown and test your site in whynopadlock again and it’s showing a pass.You have no mixed content.Best regards,
NikkoHey lmzucker432,
You can change it by adding this CSS code in Quick CSS, located in Enfold > General Styling:
#top.page-id-172 #header #avia-menu .avia-menu-text { color: green; }Just replace 172 with the page ID of the specific page.
If you apply it in multiple pages, just copy and paste the code then replace the page-id and the color.Best regards,
NikkoHi lmzucker432,
Unfortunately, there’s no option to do that, it is only possible through some javascript/jquery codes but it would take a lot of time to do it (including tests), and it’s outside the scope of our support.
The only way to do it is to use a single fullwidth menu and put all those menu items in there.Best regards,
NikkoHey lmzucker432,
Please try to add this CSS code in Quick CSS, located in Enfold > General Styling:
.html_header_sidebar .logo { padding-right: 10px; padding-left: 10px; }Hope it helps.
Best regards,
NikkoHey lmzucker432,
Please try to add this CSS code in Quick CSS, located in Enfold > General Styling:
.html_header_left #main { border-left-width: 0; }Hope it helps.
Best regards,
NikkoHey mburrough,
Try adding this CSS code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:767px) { .responsive #top #wrap_all #header { position: fixed !important; } }Hope it helps. :)
Best regards,
NikkoHi margiela,
Hope it’s all good on your end :)
Let us know your feedback, so we can try to help further.Best regards,
NikkoHey manjii,
Try to use this code:
@media only screen and (min-width:1025px) { #header_main { padding: 20px 0; } }Hope it helps :)
Best regards,
NikkoHi sealmaster,
We’re glad to hear that. :)
It’s probably due to some caching, you may need to temporarily disable CSS/JS merging and minification if this happens again.
Thanks for using Enfold and have a great day!Best regards,
NikkoJanuary 31, 2020 at 6:30 pm in reply to: Sidebar showing under page content on one page only #1180329Hi 1lizcollins,
This is fixed.
The last textblock was the cause of the issue for unknown reasons, I just removed it and rewrite the paragraph.
Let us know if you need further assistance.Best regards,
NikkoHi OfficeShopNL,
You have a CSS code that forces it not to display.
Please remove this code in Quick CSS (located in Enfold > General Styling):#top .cart_dropdown { display: none; }Best regards,
NikkoHi raisonbrands,
We’re glad that you’ve found the cause of the issue.
Let us know if you still need further assistance or if we can close this thread.Best regards,
NikkoJanuary 31, 2020 at 6:13 pm in reply to: Problems loading Advanced Layout Editor with Safari/Mac #1180318Hi fabienneRedUmb,
Can you try to check if there are js errors showing in the console?
Does it work properly when using Chrome or Firefox?Best regards,
NikkoHi Elodie,
We have imported the demo on your site.
Let us know if you need further assistance.Best regards,
NikkoJanuary 31, 2020 at 11:35 am in reply to: Blog archive with white background preview text and dissapearing icons in footer #1180230Hi PresentIT,
I have checked the shortcode you used and it worked fine on my end but surprisingly it’s the linkedin icon is not working when linktarget is set to _blank on your site.
The facebook icon works fine on your site even when linktarget is set to _blank.Best regards,
NikkoHi burdeMedia,
Please try to edit the page, then in the sidebar find Header visibility and transparency then select Header is invisible and appears once the users scrolls down .
Let us know if this helps :)Best regards,
NikkoHi Amel,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
@Guenni007 thanks for helping out :)Best regards,
NikkoHey G4Design,
You can use #header .menu-item instead of just .menu-item.
Let us know if this helps.Best regards,
NikkoHi killyman,
You would need to use avf_modify_thumb_size to override it in the child theme, so use this code:
function enfold_customization_modify_thumb_size( $size ) { $size['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry return $size; } add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );Then you can remove Simple Image Sizes plugin.
Best regards,
NikkoHi nox07,
You’re using a very old version of Enfold and envato has already changed the method in which they update the theme and the current version you have will not be able to go through.
Please follow michaelH’s suggestion in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/page/2/#post-1022160Best regards,
NikkoHi navindesigns,
I apologize, and you’re right it’s for Quick CSS. :(
I have modified my previous response.Best regards,
NikkoHi eliseneonrhino,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi AstridBerkhout,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey webtigerwebsites,
Try adding this code in your child theme’s functions.php:
function remove_tabjs() { wp_dequeue_script( 'avia-module-tabs' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_enqueue_scripts', 'remove_tabjs', 100 );Hope it helps.
Best regards,
NikkoHey theartninja,
I tried to login using the credentials you gave however it doesn’t work, please check.
Best regards,
NikkoHey Bill,
You can do that using 1/3 column, use a Grid Row then click on Add Cell, so the columns become 3 instead of 2 (by default).
Best regards,
NikkoHey pabloeduardo,
Can you create a staging site first (basically a clone of your site located on your subdomain)?
Here’s a tutorial on how to do it: https://themeisle.com/blog/wordpress-staging-site/
Then do the update on the staging site and if the error arise again, please provide us admin access and ftp access, just post it privately.Best regards,
Nikko -
AuthorPosts
