Forum Replies Created
-
AuthorPosts
-
Hi frankpty,
Can you try doing this procedure to update (make sure to have a backup first):
1. Switch to a default wordpress theme like twentynineteen
2. Delete the Enfold theme
3. Upload the latest version of Enfold (enfold.zip) then set it as the active theme again.
Next time you update you just need to go to Enfold > Theme Update, for now just use this procedure since themeforest/envato had made changes to their API and Enfold 4.4.1 code for theme update didn’t contain the code to adapt to this change.Best regards,
NikkoHi hulisescontreras,
I have checked it and it seems to be working fine now.
Let us know if you need further assistance.Best regards,
NikkoHi RS,
Try adding these codes in Quick CSS, located in Enfold > General Styling):
I’m trying to change the active state in the sub-nav. I want it to be bold and black. The other links should be default black with an underline.
#top #wrap_all .av-subnav-menu li a .avia-menu-text { text-decoration: underline; } #top #wrap_all .av-subnav-menu li.current-menu-item a .avia-menu-text { font-weight: bold; text-decoration: none; color: black; }
I’m also trying to update the main menu (in main nav) to be black, with underline in hover state, and white in active state (with no underline) – except on homepage
It seems you have already done this.
Best regards,
NikkoHi adaptiveseosolutions,
Can you try including this code:
@media only screen and (max-width:767px) { #top #header #header_main, #top #header #header_main .av-logo-container, #top #header #header_main .inner-container, #top #header #header_main .logo { max-height: 100px; } #top #header #header_main .logo { display: block; padding-top: 10px; } }
Best regards,
NikkoHi brandgeist17,
Try adding this code in functions.php:
add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 ); function enfold_customization_modify_thumb_size( $size ) { $size['shop_catalog'] = array('width'=>200, 'height'=>300); return $size; }
Best regards,
NikkoHi formelfun,
I just checked it and it seems fine on my end.
The accordion slider is showing on top of the page.
Screenshot in private content.Best regards,
NikkoMarch 28, 2019 at 2:16 am in reply to: utiliza un formato que coincida con el solicitado, cantidad #1083865Hi hsanz,
Thanks for pointing it out.
I tried to login however I could not go to the login page.
Using wp-login.php returns a 502 bad gateway (screenshot in private content)
wp-admin returns redirected too many times.Best regards,
NikkoMarch 28, 2019 at 1:55 am in reply to: Problem with view of Layout-Builder / Avia Layout Architekt #1083861Hi ceiton,
Glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey sdigit,
In your WordPress Dashboard, go to Enfold > Header > Extra Elements (tab) > Phone Number or small info text, there should be a logo there.
Best regards,
NikkoHi hsanz,
Thanks, will reply to you on the other thread.
Best regards,
NikkoHi sugadaddy,
Try setting it’s position to relative.
z-index will not work when position is set to static, it only works when it’s relative or absolute.Best regards,
NikkoHi chajecdawid,
Glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoMarch 28, 2019 at 1:34 am in reply to: [solved] boxed content with stretched header and footer background #1083852Hi biomeris,
Glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Maureen van Goethem,
Can you try doing this instead, please add:
if( is_front_page() ) {
below this code:
function avia_post_slide_query_mod($query, $params) {
then add this code:
}
just above:
return $query;
Best regards,
NikkoMarch 27, 2019 at 10:38 am in reply to: "fake" facebook widget remove or replace the community picture of kriesi #1083505Hi Roger,
That’s just a static image, you can use this css code and place it in Quick CSS, located in Enfold > General Styling:
#top .avia_fb_likebox .av_facebook_widget_imagebar { background-image: url(image_url); }
just replace image_url with the community image of Ellenas Kitchen.
Best regards,
NikkoMarch 27, 2019 at 10:20 am in reply to: WP like button on Enfold theme, each language, each button, each page. #1083499Hey blacknetguy,
There’s a hook called ava_after_body_opening_tag which you can use for the same purpose, here’s an example of how to use it:
function after_body_opening_tag_fn(){ echo '<div id="fb-root"></div>'; } add_action('ava_after_body_opening_tag', 'after_body_opening_tag_fn');
so you don’t need to modify header.php and just make changes inside your child theme’s functions.php
What you suggested also works (and if hooks are not available this would be a goto solution) the only problem I see with it is when there are new changes in Enfold’s header.php file, you’ll need to update your header.php file again then re-add the modifications made.Best regards,
NikkoHi jumamedia,
We apologize for the delayed response.
What php version are you using? and what version of Enfold are you using?Best regards,
NikkoHi Michael,
Glad to hear that it’s working properly now. :)
Thanks for using Enfold and have a great day!Best regards,
NikkoMarch 27, 2019 at 9:55 am in reply to: Woocommerce measurements and price calculator, can`t add products into the cart #1083487Hi mzgn,
Thanks for helping out and posting the solution.
Best regards,
NikkoHey formelfun,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- 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
( do 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 RS,
The login credentials didn’t work, please check.
The code you’re using seems to be correct but I could not verify why it’s not working on your site since there’s no submenus on your main menu.Best regards,
NikkoHey scorpion10,
Where and how can we see this error? for the meantime try doing this procedure to update (make sure to have a backup first):
1. Switch to a default wordpress theme like twentynineteen
2. Delete the Enfold theme
3. Upload the latest version of Enfold (enfold.zip) then set it as the active theme again.Best regards,
NikkoHi ycinformatik,
This issue has been resolved in the latest release of Enfold version 4.5.5 which includes this fix:
- fixed: an issue with pagination links in WordPress 5.1
Try to update it to the latest version but don’t forget to make a backup first just in case.
You can check on the latest changes and fixes in the latest version in our changelog: https://kriesi.at/documentation/enfold/changelog/Best regards,
NikkoHi Frank,
You can check it in Layerslider WP > Options > System Status.
Or you can just go to the link below in private content.
The php version you have is 5.4.45, however the minimum required for the latest versions of Enfold is 5.6.3 but I suggest using 7.x versions of php.Best regards,
NikkoHi Joerg,
The defaults in Enfold are:
$avia_config['imgSize']['shop_thumbnail'] = array('width'=>120, 'height'=>120); $avia_config['imgSize']['shop_catalog'] = array('width'=>450, 'height'=>450); $avia_config['imgSize']['shop_single'] = array('width'=>450, 'height'=>999, 'crop' => false);
but this can be overriden in the Theme Customizer > Woocommerce.
I can’t really find 192 x 290px image dimension anywhere in the code, can you point us to the right page? maybe it’s css.Best regards,
NikkoHi Linseed_Studio,
Can you try to check your file and folder permissions?
Try to set your folder permission to 755 and file permissions (except .htaccess) to 644? let us know if this helps.Best regards,
NikkoMarch 27, 2019 at 5:56 am in reply to: Position caption title and button in full-width slider #1083400Hi Brautgalerie,
I see, on my end it looks great (screenshot in private content).
However in a smaller screens the text goes on top of those leaves and flowers, I tried adjusting the background position however changing it doesn’t really look nice.
Try adding this css code instead:#top.home #fullscreen_slider_1 h2.avia-caption-title { background-color: rgba(255,255,255,0.6); display: inline-block; padding: 4px 8px; }
It will add a white semi-transparent background which should make the text more readable.
Best regards,
NikkoHi chajecdawid,
I have disabled the classic editor plugin.
Then in Enfold > Theme Options > Select Your Editor > Use WP Classic Editor.
The page now loads properly on my end, let us know if you need further assistance.Best regards,
NikkoHi blakehagemeier,
Can you create a staging site? basically it’s just a duplicate of your live site, we would like to check on this issue further however we will need to debug and isolate the issue and it would mess up your live site since it may involve enabling deactivating plugins, switching themes and errors display on the site and we don’t want to risk your live site since you may have some visitors checking up on your site at the time of our testing.
Here’s a tutorial on how to create a stage site: https://themeisle.com/blog/wordpress-staging-site/
Please include an ftp access for the staging site as well.Best regards,
NikkoHi adaptiveseosolutions,
You just need to adjust the minimum height in this code:
.logo ,.logo a,.logo img { min-height: 120px; }
Best regards,
Nikko -
AuthorPosts