Forum Replies Created
-
AuthorPosts
-
Hi trianglehomeware_,
Thanks for giving us admin access.
This is now fixed.
Your child theme has a file called single.php and it has nothing on it which caused the issue, I just deleted the file and it works properly.Best regards,
NikkoHi odiyuda,
Thanks for giving us the link to the site.
I have checked it and I could see it showing up, is it only on specific pages?Best regards,
NikkoHi Rob,
You’re welcome :)
You can put this in that box: rounded-button
It’s just a class name, it’s basically just a pointer to that element.
The part where it rounds the button is the CSS code above.Best regards,
NikkoHi jhoelzl,
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,
NikkoFebruary 5, 2021 at 10:30 am in reply to: How to add left sidebar to Enfold search results page #1277928Hi Frank,
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 DeMamp,
You can actually find it there.
enfold > framework > php > class-framework-widgets.php (line 232):'url' => 'https://www.facebook.com/kriesi.at',Other default values are shown at the bottom of this line of code.
Best regards,
NikkoFebruary 5, 2021 at 8:22 am in reply to: Hiding postdate, comment count, and category at /category/blog-posts #1277895Hi davidsimsatbillsimscom,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi lzevon,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Nico Basten,
We apologize for the inconvenience, you can refer on Yigit’s answer here: https://kriesi.at/support/topic/update-for-wp-5-6/#post-1277120
Best regards,
NikkoFebruary 5, 2021 at 8:18 am in reply to: Change color of flat rate shipping amount Enfold/Woo #1277891Hi Denise,
I checked your site and I could see Rikard’s code working properly on my end, (except for the $), please add this CSS code as well:
#top label .woocommerce-Price-currencySymbol { color: #fff; }Then clear your browser’s cache (or press ctrl + f5)
If you’re using Google Chrome, try using incognito mode.Best regards,
NikkoHi Clemens Johannes,
Do the following:
1. In Enfold > Blog Layout, set the following:
– Blog Styling: Modern Business
– Blog Layout: Use the advance layout editor to build your own blog layout2. Edit the Blog page, use the Advanced Layout Builder. Add two Blog Posts.
3. On the first (top) Blog Post, use the following settings:
– Blog Style: Single Author, big preview Pic
– Blog Content Length: Full Content
(Filter)
– Offset Number: Do not allow duplicate posts on the entire page
– Conditional display: Remove element if the user navigated away from page 1 to page 2,3,4, etc
(Styling > Pagination)
– Post Number: 1
– Pagination: no4. On the second (bottom) Blog Post, use the following settings:
– Blog Style: Grid Layout
– Blog Content Length: Title and Excerpt
(Filter)
– Offset Number: Do not allow duplicate posts on the entire page
– Conditional display: Always display the element
(Styling > Appearance)
– Blog Grid Columns: 2
(Styling > Pagination)
– Post Number: 2 (you can set this to any even values)
– Pagination: yes
Hope this helps.Best regards,
NikkoHi Kevkulbacki,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi jordip,
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 goldengate415,
Yes, instead of using Custom ID Attribute use Custom CSS Class instead and put rounded-button
Then in Enfold > General Styling > Quick CSS, add this CSS code:#top .rounded-button a.avia-button { border-radius: 20px; }Just adjust the value as you see fit.
Hope it helps.Best regards,
NikkoFebruary 5, 2021 at 7:48 am in reply to: Play YouTube video within page by clicking static image #1277875Hi CharlieTh,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoFebruary 5, 2021 at 7:47 am in reply to: How to modify "add to cart" button in product sheet? #1277873Hi Domenico,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi osmegas,
I’ll be closing this thread since this is a duplicate of your other post.
We’ll be answering you and continue our discussion in the other thread.Best regards,
NikkoHi osmegas,
If you try to use Advanced Layout Builder on the Product Pages, it will no longer use the default template so you’ll have to add this manually.
Instead of doing that, you can do the following:
1. You’ll need to use a child theme (skip this step if you have one), you can download and find instructions in this link: https://kriesi.at/documentation/enfold/child-theme/
2. Go to functions.php of your child theme and add this code at the bottom:function builder_set_debug() { return 'debug'; } add_action( 'avia_builder_mode', 'builder_set_debug' );3. Create a separate page for the menu and search, once you have made it, go to the bottom of the builder, you should see a Textarea where some shortcodes are generated, copy all these codes.
4. In functions.php again of the child theme, add this code:
You can try adding this code in your child theme’s functions.php file:function product_after_main_container() { if (is_product()) { echo do_shortcode("SHORTCODE"); } } add_action( 'ava_after_main_container', 'product_after_main_container', 12 );replace SHORTCODE with the shortcodes you copied in step 3.
Hope it helps.Best regards,
NikkoHi allespalettibystefan,
We’re glad to hear that :)
Let us know if you need further assistance.Best regards,
NikkoHi AFEC,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
.html_header_top.html_header_sticky.html_large #main { padding-top: 59px !important; }Best regards,
NikkoHi Khaja,
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 leadingnorth,
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 Kevkulbacki,
Please go to Enfold > General Styling > Quick CSS, then add this CSS code:
#top.home #av_section_1 .av_two_third { background-color: rgba(255,255,255,0.2) !important; }Let us know if you need adjustments (I hope I got it right :) )
Best regards,
NikkoHi bethperkins,
Can you try the solution posted on this thread: https://kriesi.at/support/topic/the-grid-with-products-does-not-work-pagination/#post-1254673
Hope it helps.Best regards,
NikkoHi zibbaldone,
Thanks for giving us admin access.
I tried to check on your site however it seems jquery isn’t loaded, tweaking some settings does not seem to help.
Can you try to reinstall WordPress then Enfold? also make a backup and disable the caching plugin before you reinstall.Best regards,
NikkoHi Hafeez Ullah,
You can do it like this (however not advise this as you will be editing directly to the core):
$ad = "<div>adsense here</div>"; if ( $echo ) { echo $breadcrumb . $ad; } else { return $breadcrumb . $ad; }Instead just use a hook just like this: (it’s basically the same thing as above)
add_filter('avia_breadcrumbs', function($breadcrumb) { $breadcrumb .= "<div>adsense here</div>"; return $breadcrumb; }, 10, 1);Best regards,
Nikko-
This reply was modified 5 years ago by
Nikko. Reason: wrong variable
February 5, 2021 at 6:23 am in reply to: PLEASE HELP!: ENFOLD THEME NOT SHOWING ON WORDPRESS #1277851Hi Scott_hmltn,
Thanks for giving us the link to your site.
Which demo did you try to import?
Can you reset the site? you can use the plugin mentioned here: https://kriesi.at/documentation/enfold/import-demos/#remove-demo-data
Once it is reset, give us admin access and we’ll try to import it for you.
Just post the credentials in private content.Best regards,
NikkoFebruary 5, 2021 at 6:20 am in reply to: “Saving didn’t work! Please reload the page and try again.” #1277849Hi pippylu,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Greg,
Unfortunately, that’s not possible with just CSS.
You would need a lot of tweaking in HTML and Javascript in order to do this which would take a lot of time and testing and also out of our scope :(Best regards,
NikkoHi Stefan,
We’re happy to hear that :)
Let us know if you need further assistance.Best regards,
Nikko -
AuthorPosts
