Forum Replies Created
-
AuthorPosts
-
Hi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonSeptember 3, 2019 at 5:54 pm in reply to: Transparent menu and header, menu items unable to be seen in News/Posts #1133492Hi,
Thank you. Add this to quick css:
.single .sub-menu a .avia-menu-text{ color:#fff!important; }Best regards,
Jordan ShannonHey 1121,
Add this to quick css:
#av_section_2 .container .template-page.content.av-content-full.alpha.units{ z-index:9999!important; margin-top:-100px; }Best regards,
Jordan ShannonSeptember 3, 2019 at 5:38 pm in reply to: Transparent menu and header, menu items unable to be seen in News/Posts #1133473Hey Brian,
Apologies, I’m not seeing the issue. Can you screenshot it for us?
Best regards,
Jordan ShannonHey Dee,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan ShannonHi,
Thanks, we’ll try and get to the new topic ASAP.
Best regards,
Jordan ShannonHi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHey TaniaEllis_DK,
Enfold is made to work with Avia Page builder. The error is like due to the fact that a Divi function is looking for an element that does not exist in Enfold as it was not built to be used in conjunction with Divi.
Best regards,
Jordan ShannonHi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Did you add the code to the very top of quick css so it runs first? Also clear the cache a few times over.
Best regards,
Jordan ShannonHi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonSeptember 3, 2019 at 5:07 pm in reply to: Content in coloured sections not covering width of page #1133444Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Have you tried to disable all active plugins to see if the cookie issue resolves? It could be a possible scripting conflict.
Best regards,
Jordan ShannonHi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHey herzkirschen,
Can you add more context to the question? Do you want to remove the lines? Also, please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan ShannonSeptember 3, 2019 at 4:55 pm in reply to: Divi page builder plugin not working with the theme #1133436Hi,
Enfold is built to use the Avia Layout Builder. The error in the screenshot is basically saying that the Divi builder function is looking for an element that is not present within Enfold as is was not made to work with it.
Best regards,
Jordan ShannonHi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonSeptember 3, 2019 at 4:40 pm in reply to: product catalog with woocommerce without tax and shipping field #1133427Hi,
Where are the shipping costs being shown? Can you screenshot?
Best regards,
Jordan ShannonSeptember 3, 2019 at 4:39 pm in reply to: Create Drop Down Sortable Gallery With Custom Filter #1133426Hi,
Unfortunately, this feature is not native for Enfold, so if the plugin solution is not viable you would likely need a freelancer to complete this for you.
Best regards,
Jordan ShannonHi,
For this can you begin another topic? We try to keep all threads to one topic so it helps others in the future.
Best regards,
Jordan ShannonHi,
Did you need additional help on this topic?
Best regards,
Jordan ShannonHi,
Hooks are used to add content and functions to specific parts of the theme. So, you would use the following:
add_action( 'ava_after_main_title', 'add_my_custom_code' ); function add_my_custom_code() { ?> <img src"yourimg.png"/> <?php }In functions.php Add your code, in your case an image tag in place of the paragraph tags.
Best regards,
Jordan ShannonHi,
Please provide admin info so we can log in and look into this issue further.
Best regards,
Jordan ShannonAugust 30, 2019 at 10:24 pm in reply to: product catalog with woocommerce without tax and shipping field #1132458Hey rixi,
Add this to quick css:
.wc-gzd-additional-info.shipping-costs-info{ display:none!important; }Best regards,
Jordan ShannonHey Gonzo1982,
You should be able to use one of the already available hooks:
Best regards,
Jordan Shannon -
AuthorPosts
