Forum Replies Created
-
AuthorPosts
-
Hey peterolle,
Try adding this code in your functions.php file:
if(!function_exists('avia_debugging_info')){ function avia_debugging_info() { // } }Hope it helps.
Best regards,
NikkoHey John,
You can see it in base.css file.
Default font is “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif (in that order).
Default font-weight is 600 for h1-h6.
For other properties:h1 { font-size: 34px; line-height: 1.1em; margin-bottom: 14px;} h2 { font-size: 28px; line-height: 1.1em; margin-bottom: 10px; } h3 { font-size: 20px; line-height: 1.1em; margin-bottom: 8px; } h4 { font-size: 18px; line-height: 1.1em; margin-bottom: 4px; } h5 { font-size: 16px; line-height: 1.1em; } h6 { font-size: 14px; line-height: 1.1em; }Hope it helps.
Best regards,
NikkoHi whdsolutions,
Thanks for giving us admin access.
We have checked the homepage and inner pages and though they use the same CSS, font-weight does not seem to work properly on inner pages when montserrat font is used, though this is only happening on your site :(
I’m not really sure why this happens, can you try to update your site to the latest version of Enfold? maybe it will help, just make sure to have a backup first.Best regards,
NikkoHi apajo,
We’re glad to hear that :)
av_uid serves as a unique ID attribute key used in the shortcode, it’s randomly generated but should be unique in each one.
You can just make it up, just follow the pattern av- followed by some alphanumeric characters.Best regards,
NikkoHi Susanne,
This code can set the minimum height however this will also stretch the image:
@media only screen and (max-width:767px) { .home #full_slider_1 .avia-slideshow-inner, .home #full_slider_1 .avia-slideshow-inner img { min-height: 240px; } }Best regards,
NikkoHi kellyCraftMedia,
I checked for the SKU on your product page but I could not see any SKU visibly showing.
An example of a product page I checked is in private content.
If there are pages that show the SKU, just point us to it so we can give you some CSS code that should hide it.Best regards,
NikkoJanuary 11, 2020 at 11:41 am in reply to: When is the update being released to fix the recent bugs? #1172364Hi,
With regards to the icons, there are 2 known issues.
The recent one is social icons are not shown, the fix is posted by Rikard on this thread: https://kriesi.at/support/topic/missing-icons-after-updating-to-wordpress-5-3-1-and-maintenance-releases/
The other one is the icons are not showing and replace with some rectangular boxes, if this is the issue, please refer to our documentation: https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes-
I hope it helps.Best regards,
NikkoHi domchocolate,
Thanks for posting the solution that worked for you, here’s some suggestion since avia_post_nav_entries is deprecated, please use avf_post_nav_entries in version 4.5.6 and above. Also I think $entries[‘prev’] and $entries[‘next’] isn’t needed, here’s another version of your code which works similarly:
add_filter( 'avf_post_nav_entries', 'enfold_customization_postnav', 10, 2); function enfold_customization_postnav($entries, $settings) { if($settings['type'] == 'portfolio') { $settings['same_category'] = true; } return $entries; }Best regards,
NikkoJanuary 11, 2020 at 3:17 am in reply to: Background video on color section (muted BG video) – playing audio #1172329Hi alexx8675,
If the issue is not appearing consistently then it’s most likely to be a caching or minification issue.
Can you try to clear cache then temporarily disable caching? also clear out autoptimize caching then disable it temporarily, then check it for some time.
Let us know your feedback after doing our suggestion.Best regards,
NikkoHi dondela,
Thanks for the information, the issue you’re having with social icons is a bug in version 4.6.3.
Please refer to the solution posted by Rikard in this thread: https://kriesi.at/support/topic/missing-icons-after-updating-to-wordpress-5-3-1-and-maintenance-releases/
Let us know if you need further assistance.Best regards,
NikkoHi wtek,
Thanks for the information, you can check your site now.
We have replaced this hook ava_before_bottom_main_menu to ava_main_header since it does not work when main menu is not located at the bottom of the logo.
After that, we have added this CSS code in Quick CSS, located in Enfold > General Styling:#header #media_image-2 { position: absolute; top: 0; right: 140px; width: 208px; }Let us know if you need further assistance.
Best regards,
NikkoHi BlackSeriesCamper,
Can you try to enable WP_DEBUG_LOG in wp-config.php? since the behavior is inconsistent, we’ll need to at least figure out the error causing it.
Here’s an article that may help: https://www.wpsecurityauditlog.com/wordpress-admin/enabling-wordpress-debug/Best regards,
NikkoJanuary 11, 2020 at 1:55 am in reply to: When is the update being released to fix the recent bugs? #1172323Hi hylandgraphics,
We apologize for the inconvenience.
Our devs have found some things that need to be fixed before releasing the latest version of Enfold :(
Please rest assured that they are doing their best to release it as soon as possible but there’s no ETA being announced to us atm.
We are sincerely hoping for your patience.In the meantime, let us know the problems you have that we may be able to assist you in fixing it.
Best regards,
NikkoHey whdsolutions,
Please add this css code as well:
#mc_embed_signup .clear { width: auto !important; }Hope it helps.
Best regards,
NikkoHi edendesign,
Thanks for providing admin access.
The play button was inside the video iframe, to fix it, please use a child theme, here’s a link where you can find the child theme and how to use it: https://kriesi.at/documentation/enfold/child-theme/
Then add this code in functions.php:add_filter('avf_vimeo_video_url', 'avf_vimeo_hide_controls'); function avf_vimeo_hide_controls($video_url) { $video_url = esc_url( add_query_arg( array( 'controls' => 0 ), $video_url ) ); return $video_url; }Best regards,
Nikko-
This reply was modified 6 years ago by
Nikko.
Hi wtek,
We’re glad to hear that :)
Maybe it was just a caching issue that’s why it took some time.
Thanks for using Enfold and have a great day!Best regards,
NikkoJanuary 8, 2020 at 1:14 pm in reply to: no icons (social, Woocommerce & custom) showing (PHP & CSS fix not working) #1171413Hi Yannick77,
You’re welcome :)
As far as I know the releasing of the next Enfold update is within this week or atleast this month.Best regards,
NikkoHi Noah Smock,
Thanks for your inquiry!
Can we request for a link to your site and a screenshot on the warning? you can post the screenshot in https://imgur.com/ or other online image sharing sites and post the link here.Best regards,
NikkoHi daniejm,
We’re glad that Victoria could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi schwabino,
Thanks for giving us access, upon checking your site’s frontend, I see this error in the web console:
Access to font at '/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff' from origin 'http://youosite.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.Please refer to this solution on our documentation: https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes-
Hope this helps.Best regards,
NikkoHey Jen,
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
( 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 Daniel,
Happy New Year :)
This is a bug on Enfold 4.6.3.1 and our official fix is posted by Rikard on this thread: https://kriesi.at/support/topic/missing-icons-after-updating-to-wordpress-5-3-1-and-maintenance-releases/
This will be fixed on the next release of Enfold which will be released this month :)Best regards,
NikkoHi Andrew,
Thanks for giving us access.
I can still see this error in the web console:Access to font at 'enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff' from origin 'http://yoursite.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.Can you give us ftp access? so we can check the htaccess file.
Best regards,
NikkoHi Andrew,
We have seen your other post which has similar title but has more details.
We’ll close this thread and post a reply on your other thread.Best regards,
NikkoHi wtek,
Thanks for giving us admin access.
I could see the flaticons properly on my end.
Here’s the screenshot that I took: https://imgur.com/NCVvF2L
Is this already fixed?Best regards,
NikkoJanuary 8, 2020 at 6:50 am in reply to: no icons (social, Woocommerce & custom) showing (PHP & CSS fix not working) #1171329Hi Yannick77,
I apologize, I was looking at @freepixelweb’s posted image and have concluded with the link as the solution for it.
But after checking your site, I see some CORS policy issue, and to fix it, you’ll need to do what’s instructed in the documentation: https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes-
Hope it helps.Best regards,
NikkoJanuary 8, 2020 at 6:45 am in reply to: Need to add version number to child theme to avoid cache issue #1171328Hey pepin,
Can you try to replace $theme_num with a string of number? for example ‘1.0.1’
If that still doesn’t append 1.0.1 to it then maybe you have some custom code that removes query strings from static sources or maybe this is removed by a plugin.
Here’s an example of the custom code that might have been added: https://www.hostinger.com/tutorials/remove-query-strings-static-resources/Best regards,
NikkoHi Hanafi,
I checked it on my desktop and it’s around 1920px wide (screen) and I can see the logo just fine.
Can you tell us what browser (chrome, firefox, safari) and OS (windows 10, mac, linux) you’re using?Best regards,
NikkoHi ESWEENEY113,
Please try the solution posted on our documentation: https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes-
Hope it helps.Best regards,
NikkoJanuary 8, 2020 at 4:36 am in reply to: How to display a single complete post on i.e. the startpage #1171314Hi Herbert_R,
The last link you gave is the solution, use a 2/3 and 1/3 column.
I think you can do it as well on your testblog page, if you are using Advanced Layout Builder.
Are you trying to use a blogpost element and have it’s featured image on the left and content on the right? if that’s the case then you’ll have to manually add an image to the left and blogpost content on the right. Let us know if there are some misunderstanding.Best regards,
Nikko -
This reply was modified 6 years ago by
-
AuthorPosts
