Forum Replies Created
-
AuthorPosts
-
September 4, 2017 at 8:00 am in reply to: How to use Two type of Special heading and Sub heading #847543
Hi,
I checked the link but it shows 404 already. You can use it like this:
.sh .av-special-heading-tag { } .sh .av-subheading { }Also your last code has an extra } at the end, you can remove it.
Best regards,
NikkoHi,
Thanks for providing that, I have checked it and removed the code from functions-enfold.php and put it in functions.php, also noticed you are not using a child theme, I would suggest using that since the code added will be lost during theme update since it’s in the main enfold theme. try checking out the child theme: http://kriesi.at/documentation/enfold/using-a-child-theme/
As for the button, can you add this to Quick CSS (located in Enfold > General Styling):
.single-product p.cart { width: 100%; }Hope this helps :)
Best regards,
NikkoHi,
Can you try the suggestion here: https://kriesi.at/support/topic/failed-to-load-resource-the-server-responded-with-a-status-of-403-forbidden/#post-798773
Best regards,
NikkoSeptember 4, 2017 at 7:15 am in reply to: Advance Layout Editor is breaking syntax highlight #847535Hi,
There’s only one thing that can be done on that since there’s a bug with image with hotspots and that is to enable Avia Layout Debug http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ it would be a bit inconvenient but on the page you want to publish don’t use ALB so you can use the syntax highlighter and at the same time create a draft page where you enable ALB use image with hotspots copy the generated code in the other page (page to be published).
Best regards,
NikkoSeptember 4, 2017 at 7:10 am in reply to: Shortcodes NOT fully working with default WordPress editor #847533Hi,
We are very sorry to hear that, and we can’t deny that there are some bugs though no systems are perfect, but we can assure you that since this has been already listed to our bug report, Kriesi and our devs are working on fixing those issues hopefully a theme update will be released soon :)
Best regards,
NikkoHi,
Try adding this css code:
@media only screen and (max-width:767px) { .home .slideshow_inner_caption { max-width: 65% !important; } }Hope this helps. Also just a tip, you would notice all the codes I gave have this at the beginning:
@media only screen and (max-width:767px) { }You can just have one of that and whatever code I gave just put it inside it. :)
Best regards,
NikkoHi,
Sorry for that. Can you tell us what version of php you are using? and can you give us ftp access as well.
Best regards,
NikkoHey Dave,
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 a admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
#header .avia_mega_div .menu-item { width: auto !important; }Let us know if this helps.
Best regards,
NikkoHi,
The layerslider bundled in the theme does not require license, the plugin and theme version of layerslider is identical codewise but the layerslider team has decided to to have few premium features for it’s stand-alone which is activated when you enter the license code which you can get when you buy the stand-alone version.
Best regards,
NikkoHi,
Glad that John helped you. Thanks for using Enfold :)
Best regards,
NikkoHi Alex,
Can we ask for ftp access? so we can try to test it out. You can also check for woocommerce hooks since it’s what Enfold use to move woocommerce related objects.
Best regards,
NikkoHi,
Thanks for telling us how to reproduce it, I was able to add the question and the last paragraph but adding the longer text it also gives me 403, Can you try disabling all security plugins as it might be interfering with it, then check if the issue is gone, try to enable it again and adjust some settings on those security plugins.
Best regards,
NikkoHi,
Seems like the custom css added with the custom class name is interfering how layerslider calculates, I duplicated your layerslider and used it, removed the class name and used the Styles (tab) to do changes such as changing color, font-size, etc, for custom css you can’t find there’s a Custom Css field there where you can write the code you want to add.
Best regards,
NikkoAugust 31, 2017 at 11:29 am in reply to: Gallery selction of big image only, other items can be accessed via lightbox #846178Hi,
Sorry for the late response, I think it’s possible but to click on one image then a lightbox opens many images at once, would be complicated and it’s already outside the scope of our support. :(
Best regards,
NikkoHi,
Sorry I didn’t read the first post. Regarding the crayon syntax highlighter it seems to be conflicting with Avia Layout Builder, I would suggest not enabling ALB in pages/post that uses the plugin and use the shortcodes generated by the magic wand tool.
Best regards,
NikkoAugust 31, 2017 at 9:56 am in reply to: Shortcodes NOT fully working with default WordPress editor #846156Hi MD,
Sorry for the late response, as for the widget area and layout elements, I agree with you and you are free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented.
Best regards,
NikkoHi,
Sorry for the late response.
1. Try adding this at the bottom of functions.php:
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 ); add_action( 'woocommerce_after_single_product_summary', 'woocommerce_template_single_add_to_cart', 15 );3. Can you try to change the link from # to the url of your category page.
Hope this helps.
Best regards,
NikkoHey SnailMusic,
Can you try to disable all plugins and check if the error still shows up? if it still shows can you give us an admin access? so we can check the backend. Just post the details in private content.
Best regards,
NikkoAugust 30, 2017 at 10:59 pm in reply to: How to use Two type of Special heading and Sub heading #845990Hi,
You can enable Custom Css Classes by going to Enfold > Layout Builder > check Show element options for developers then add a class name to the heading’s Custom Css Class for example myclass then in css you can use:
.myclass .av-special-heading-tag { } .myclass .av-subheading { }Hope this helps.
Best regards,
NikkoHey diekavallerie,
It doesn’t have any limit how much pages it should show. Can you give us temporary admin access? so we can check on it?
Best regards,
NikkoHi,
Okay we’ll be looking into it.
Best regards,
NikkoHi,
Glad we could help. Thanks for using Enfold :)
Best regards,
NikkoHey Prudent,
It’s possible. Can you post a link to the page showing the rotatif slogan?
Best regards,
NikkoHey adriencedricchevalier,
Edit the Image with hotspots then click on one of the hotspots and you should see a new window pop-up, click on Hotspot Colors tab and modify the background color, font color and pulse color. Hope this helps :)
Best regards,
NikkoHey dbsrl,
You can try WPML: http://kriesi.at/documentation/enfold/how-to-translate-pages-built-with-enfold-using-wpml/
Best regards,
NikkoHey corina,
You might want to use the embed code generated by maps.google.com and paste it in a Code Block or Text Block. Hope this helps.
Best regards,
NikkoHey Tobiy,
Try adding this css code inside your media query:
#top .av-burger-menu-main { display: none !important; }Hope this helps :)
Best regards,
NikkoHi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.home button.mfp-arrow { display: none; }Hope this helps :)
Best regards,
NikkoHey operastl,
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 a admin user and post the login credentials in the “private data” field.Best regards,
Nikko -
AuthorPosts
