Forum Replies Created
-
AuthorPosts
-
Hi lbeneby,
Please add this CSS code:
#top #header .avia-menu.av-main-nav-wrap { width: 100%; } #top #header .av-main-nav { align-items: stretch; justify-content: space-evenly; } #top #header .av-main-nav > li { width: 100%; border-right: 1px solid white; text-align: center; } #top #header .av-main-nav > li > a .avia-menu-text { border: none; }As for enlarging the logo, I believe you have already done so :)
Best regards,
NikkoHi milkrow,
I apologize for misunderstanding, if I’m not mistaken you just want to have an image gallery but instead of opening in a lightbox it does go to the image attachment page?
Please use Masonry Gallery instead, in the Content (tab) > Captions > Element Title and Excerpt, set this to Display Neither, then in Styling (tab) > Sizing Settings > set this to Perfect Grid.
Then set other settings such as Gap between elements and No of columns.To add a custom link to each image, select an image and you should see Custom Link in the right side and add a link to it.
If it contains a link it should open the link but if it’s not set it opens a lightbox.Best regards,
NikkoHi cacvaquero,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Anita,
Since you are using a pricing table, unfortunately, there’s no way to make the whole column a link :(
Best regards,
NikkoHi osovskie8,
Can you give us the username as well?
Best regards,
NikkoJuly 2, 2020 at 5:30 am in reply to: Deprecated: WC_Cart::get_cart_url since WooCommerce plugin update #1227374Hi joanna_foodnation,
If used on the same site, then there’s no need to purchase a new one, you can just download it in themeforest.
Login to your account (used to purchase Enfold) in themeforest and you should be able to download the updated version.Best regards,
NikkoHi cacvaquero,
Thanks for giving us admin access.
This function is not in Enfold but was defined in your child theme’s functions.php (line 326-346):add_action('after_setup_theme','avia_load_additional_widget'); function avia_load_additional_widget() { if (!class_exists('avia_customcptbox')) { class avia_customcptbox extends avia_newsbox { function avia_customcptbox() { $this->avia_term = 'news-announcements'; $this->avia_post_type = 'news-announcements'; $this->avia_new_query = ''; //set a custom query here $widget_ops = array('classname' => 'newsbox', 'description' => 'A Sidebar widget to display latest News & Announcements entries in your sidebar' ); $this->WP_Widget( 'customcptbox', THEMENAME.' News & Announcements', $widget_ops ); } } register_widget( 'avia_customcptbox' ); } }I believe the developer who added this code should be able to help you with this.
Best regards,
NikkoHi frsecurewp,
Thanks for the FTP access.
Can you please post the staging site wp password as well in private content? so all of us administrators can check and respond.Best regards,
NikkoHi schweg33,
The link you gave requires admin access to view.
Please post us your login credentials (in the “private data” field)- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi webdesignaustria,
No, the code should be added in your child theme’s functions.php.
If you don’t have a child theme yet, then you can download and find instructions here: https://kriesi.at/documentation/enfold/child-theme/Best regards,
NikkoHi lbeneby,
That’s great, as for the burger menu, please use this CSS code:
.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::before, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::after { background-color: black; }Best regards,
NikkoHi Kaleidoscope_Advertising_and_Design_Inc,
The only question I have on these items has to do with the “Home Footer” CSS. I will be wanting to switch the site back to its original coding later. Is all I need to do is to delete the Quick CSS code below?:
Since I gave you 3 CSS codes, I believe it’s a no, you will need to remove all 3 of them :)
But if you want to show the footer back in the homepage then definitely that is the code you need to remove.Another question regarding the image in the footer: I actually want to put a different image in the footer of each page of the site, while leaving the home/landing page without a footer image. The code you sent me earlier works to leave the home/landing page without a footer image while all other pages can have one. But they would all share the same image.
You can use this plugin for that type of functionality: https://wordpress.org/plugins/widget-logic/
Please read in its description the basics so you will know what conditions to use but most likely you’ll be using is_page(‘about’)
Hope this helps.Best regards,
NikkoHi osovskie8,
I see, I have checked the thread and Yigit mentioned he added it in Quick CSS.
Please do the 2 steps I mentioned above or you can atleast give us both admin and FTP access, then we can do it for you.Best regards,
NikkoHi osovskie8,
Did you make changes in Enfold > General Styling > Quick CSS or modified it directly in the theme file’s CSS? if it’s in the Quick CSS, then there should be no issue.
There’s no other way except using a child theme (this is recommended way by WordPress) since any customization we made on the parent theme (Enfold) will be lost during theme update and you will need to add it again every theme update.Best regards,
NikkoHey Stepconsulting,
Please try adding this CSS code:
#top .pricing-table li, #top .pricing-table.avia-highlight-col .pricing-extra { background-color: white; } #top .pricing-table li { border-top: none !important; }Best regards,
NikkoHi gooflo,
The issue with icons has been fixed with Enfold 4.7.x
I have checked some pages and the icons are visible (link in private content).
Can you tell us where the social media icons are placed on your site? I tried to check on the header or socket but I could not find any social media icon when I inspect the element.Best regards,
NikkoHey hercules297,
Yes it’s possible.
You can import this: https://ufile.io/5v6bqcb8
Hope it helps.Best regards,
NikkoHi ClarifyDesigns,
Here’s the hosting requirement for Enfold: https://kriesi.at/documentation/enfold/hosting-requirement/
As for updating the theme please go to Enfold > Theme Update.
Make sure that your envato Token’s permission is sufficient: https://kriesi.at/documentation/enfold/theme-registration/#toggle-id-5Best regards,
NikkoJune 30, 2020 at 2:24 pm in reply to: Problems with quantity field on WooCommerce shop pages #1226754Hi wpsonja,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey Xavier Menut,
Thanks for contacting us!
Envato isn’t using the API key anymore to update the theme.
As long as you can login to your envato/themeforest account used to purchase Enfold, you should be able to download it again.
As for updating the theme, envato uses token now, here’s how you can register your theme with a personal token: https://kriesi.at/documentation/enfold/theme-registration/Best regards,
NikkoJune 30, 2020 at 2:18 pm in reply to: SOLVED – Product image in shop overview – Hover effect not working #1226752Hi WebbR,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey webdesignaustria,
This part should be changed in both codes: GTM-0000000′
Can you give us a link to your site? so we can try to inspect if the script isn’t showing.Best regards,
NikkoJune 30, 2020 at 2:05 pm in reply to: Deprecated: WC_Cart::get_cart_url since WooCommerce plugin update #1226746Hi joanna_foodnation,
You’re using a very old version of Enfold, please update to the latest version which is 4.7.5
The theme update won’t be working anymore since 3.4.7 is using envato API key and envato has already changed to use tokens.
Please make a backup first on your site then do the following:- Put your site in maintenance mode using a third party plugin
- Go to Appearance > Themes and switch from Enfold (or enfold child theme) to any default WordPress Theme
- Go to envato/themeforest and download the latest version of Enfold
- Unzip the downloaded file, the generated folder should contain enfold.zip
- In Appearance > Themes, delete the Enfold theme and upload enfold.zip
- Activate the new Enfold theme (or child theme), and disable the maintenance mode
Hope this helps.
Best regards,
NikkoHey Suze,
Please try to add this CSS code in Quick CSS:
#top .avia-testimonial { padding: 30px; }The default padding is 20px, just change it as you see fit.
If you’d like to use different padding for top/bottom and left/right use this:#top .avia-testimonial { padding: 30px 20px; }This second code is 30px top/bottom and 20px left/right.
Hope this helps.Best regards,
NikkoHey schweg33,
I can only see 2 layersliders even when I inspect the page:
@media only screen and (max-width: 767px) { #layer_slider_2 { display: block !important; } }You can use layerslider ID to force it to show on mobile.
Just replace #layer_slider_x
Hope this helps.Best regards,
NikkoHi shedoesitcoaching,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey osovskie8,
Here are the steps to do that:
1. (skip if you have one) Use a child theme, you can download it and find instructions here: https://kriesi.at/documentation/enfold/child-theme/
2. Please add this code in the child theme’s functions.php://--------------------------- // Open masonry gallery links in new window //--------------------------- function add_custom_target(){ ?> <script> jQuery(window).load(function(){ jQuery('.av-masonry-container a ').attr('target','_blank'); }); </script> <?php } add_action('wp_footer', 'add_custom_target');You can also refer to our documentation: https://kriesi.at/documentation/enfold/masonry-gallery/#toggle-id-1
Best regards,
NikkoHi lbeneby,
Please don’t use inline CSS as it’s not a good practice and also bad for responsive versions.
You can use CSS Classes instead and just define the CSS code in Quick CSS.
You can hide the header widget via CSS and not remove it, so we can inspect it and then try to give you CSS code that should properly place it.Best regards,
NikkoJune 30, 2020 at 10:57 am in reply to: Issue with uploading theme for first time – now locked out of WP admin #1226683Hi Rob,
We’re glad to hear that :)
Just to answer your previous question, as far as I know this is the minimum requirement:- PHP version 7.0 or greater
- MySQL version 5.6 or greater
- HTTPS support
You can check our full documentation for hosting requirement here: https://kriesi.at/documentation/enfold/hosting-requirement
Thanks for using Enfold and have a great day!
Best regards,
NikkoHi Kaleidoscope_Advertising_and_Design_Inc,
Please add this CSS code in Quick CSS:
.home #footer { display: none; }As for changing font size of Small bar above main menu, still in Quick CSS, add this code but don’t make it too big as that bar has fixed height:
#header .phone-info { font-size: 14px; }Just change the font size as you see fit.
Best regards,
Nikko -
AuthorPosts
