Forum Replies Created
-
AuthorPosts
-
Hi Ryan,
Can you try adding this CSS code in Quick CSS:
#top .avia-icongrid-flipbox li .avia-icongrid-front .avia-icongrid-inner, #top .avia-icongrid-flipbox li .avia-icongrid-flipback .avia-icongrid-inner { padding: 0; }Best regards,
NikkoHi Morticka,
Thanks for giving us screenshots :)
For dropdown, I have added this CSS code at the top of Quick CSS:#top .av-subnav-menu > li ul { width: 240px; }As for the burger menu white space, I have added this CSS code in your media query:
#top .sticky_placeholder { display: none; }Best regards,
NikkoHi Ryan,
I have checked it in Microsoft Edge and could see some movement where the text is a bit blurred for a moment then it becomes clear and causing that slight movement, this seems to be a browser glitch and we are using standard CSS to do that flip behavior, unfortunately, we can’t resolve this type of issue :(
On firefox (version 77.0.1 (64-bit)), I don’t see any text movement at all.
Best regards,
NikkoHi hotspot,
I apologize I missed some steps and posted a wrong code, please replace this code:
case '6': $grid = 'av_one_seventh'; break;to
case '7': $grid = 'av_one_seventh'; break;and on the same file, please find this code (line 224):
__( '6 Columns', 'avia_framework' ) => '6'replace it with:
__( '6 Columns', 'avia_framework' ) => '6', __( '7 Columns', 'avia_framework' ) => '7'and finally on your Content Slider, change the number of columns to 7. :)
Best regards,
NikkoHi thomasfelshart,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi hotspot,
You will need to do the following steps:
1. (skip if you have one) Use a child theme. Instructions and the child theme can be downloaded here: https://kriesi.at/documentation/enfold/child-theme/
2. Next, you’ll need to tweak the Content Slider, Add this code in your child theme’s functions.php:add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }3. Then copy this folder from the Enfold theme is wp-content > themes > enfold > config-templatebuilder > avia-shortcodes > contentslider
4. In your child theme create a folder named shortcode then paste the copied folder inside it.
5. Inside the contentslider folder, edit contentslider.php and find this code (should be in line 677):case '6': $grid = 'av_one_sixth'; break;below it, add this:
case '6': $grid = 'av_one_seventh'; break;Hope this helps. :)
Documentation Link: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-albBest regards,
NikkoHi Anna,
We’re glad that it’s fixed :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi new350eugwebsite,
We’re glad to hear that and yes, it’s most likely caused by cache.
Thanks for using Enfold and have a great day!Best regards,
NikkoHey thomasfelshart,
Please add this CSS code in Quick CSS, located in Enfold > General Styling:
#top .av-masonry-date { display: none !important; }Best regards,
NikkoHi,
I still can’t access via FTP :(
As for Related Products, you can disable this by adding this code in your child theme’s functions.php:remove_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_output_related_products', 20);Best regards,
NikkoHi Resonanz,
Thanks for helping out :)
Best regards,
NikkoHi Morticka,
Thanks for giving us admin access.
I have modified this code in your Quick CSS:.menu li > a:after { content: ' ▾'; }to:
.menu li > a:after, #top .av-subnav-menu .menu-item-has-children > a:after { content: ' ▾'; }Best regards,
NikkoHi Shepstar,
Thanks for giving us admin access.
I have checked for those posts and it’s accurate based on the excerpt’s content however the excerpt field itself is hidden.
To those fields that doesn’t contain excerpts, please fill them and you should see it working.
The excerpt field is located at the bottom.Best regards,
NikkoHi fcp,
Thanks for understanding, let us know if you need further assistance or if we can close this thread.
Best regards,
NikkoHi frsecurewp,
Thanks, I tried to check on it but I could not really find where it’s coming from.
One of the js files in your screenshot is this one: fbevents.js however Enfold theme doesn’t contain it.
Can you try to create a staging site? so we can try to disable plugins and switch themes and be able to isolate the issue without risking your live site.
Here’s how you can create a staging site: https://themeisle.com/blog/wordpress-staging-site/
Then please give us access to the staging site and also FTP access to it and remove our access to your live site.Best regards,
NikkoJune 20, 2020 at 8:33 pm in reply to: Resume playback for logged in users with video element #1224314Hi Morticka,
I could not find any that matches what you wanted, which I believe is a feature similar to Youtube where you last left off.
I think the only workaround is an embedded youtube video. :(Best regards,
NikkoHi MM,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Ingermanland,
You’re welcome and we’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi muvolab,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey Gene,
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 cacvaquero,
I checked the latest versions of Enfold and avia_customcptbox doesn’t exist anymore.
Do you have a child theme that uses this code? if not, 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,
NikkoHey Holger,
The only workaround that I could think is for the 5-6 to have a Color Section and add a background color to it.
Then put 4 1/4 Columns inside it and for each column, put a Widget Area.Then in Quick CSS (located in Enfold > General Styling), hide the footer for this 5-6 pages, using this code:
.page-id-1 #footer-page, .page-id-2 #footer-page, .page-id-3 #footer-page, .page-id-4 #footer-page, .page-id-5 #footer-page .page-id-6 #footer-page { display: none; }You’ll also need to replace the page-id-x (x is the page ID) with the correct ID.
Hope this helps.Best regards,
NikkoHey muvolab,
Please try adding this CSS code in Quick CSS, located in Enfold > General Styling:
#top div .product_on_sale .inner_product_header { position: static; } #top .inner_product_header_cell .onsale { position: absolute; top: 8px; }Best regards,
NikkoHey Stefan,
Can you tell us what code are you using?
Also 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,
NikkoJune 20, 2020 at 12:54 am in reply to: Resume playback for logged in users with video element #1224197Hi Morticka,
Unfortunately, there’s no easy way to do that. :(
Enfold uses WordPress Video player and I can’t seem to find one that behave that way (like Youtube).
I think you can try to check in envato/themeforest if there are paid wordpress plugins that have that feature.Best regards,
NikkoHey Morticka,
Can you give us the specific page/link? so we can try to inspect why your code isn’t working.
Best regards,
NikkoHi Ingermanland,
Thanks for giving us admin access.
The mixed content issues are fixed.
This is how it got fixed: Disabling CSS file merging and compression and Javascript file merging and compression, then enabling them again in Enfold > Performance :)
The merged and minified scripts and stylesheets are still using http but after those scripts and stylesheets are regenerated, https is used.Best regards,
NikkoHi Rhodo,
Unfortunately, this isn’t something that we can help as it takes a lot of time to do and test as well but we can give you some directions on how you can safely modify the Toggle element.
1. (skip this if you have one) You will need a child theme, you can download and find instructions in our documentation: https://kriesi.at/documentation/enfold/child-theme/
2. Follow the instructions in our documentation: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
Toggle can be found in enfold > config-templatebuilder > avia-shortcodes > toggles folder.
Hope this helps.Best regards,
NikkoHi beyond-flora,
Unfortunately, it won’t autoplay based on the Autoplay Policy of the browsers: (chrome) https://developers.google.com/web/updates/2017/09/autoplay-policy-changes
The only way to make it autoplay is to mute the Video on the slider.Best regards,
NikkoHi Joana,
Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:
#top #header #avia-menu ul.sub-menu { margin-top: -56px; }Best regards,
Nikko -
AuthorPosts
