Forum Replies Created
-
AuthorPosts
-
Hi!
It looks like bloc-droite is also the av_one_third that you’re trying to target. Please try this:
.bloc-droite.av_one_third { margin-left:0 !important; }
Let us know if that works!
Best regards,
SarahThat’s great! Let us know here in the forums if you need help with anything else.
Best regards,
SarahHello Marco,
Do you still need further help with this topic, or can we close this thread? :)
Best regards,
SarahGreat! Let us know here in the forums if you need further help.
Best regards,
SarahHi there!
avia-builder-el-3 is the button element after the paragraph we were trying to fix. avia-builder-el-1 is the 1/3 column (one of its classes is flex_column). For the Chocolate column, 6 is a button…What you need is the flex_column div.
Basically, you need to see the div that wraps around the element you’re trying to fix.
It might be helpful for you to turn on the custom class field for ALB elements: kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/This way, you can assign classes like, “chocolate-col” or “biscuits-col” :)
Best regards,
SarahAugust 1, 2017 at 1:23 pm in reply to: Erweiteter Layout Editor / enhanced layout editor Problem after FTP Installation #832849Hi!
We’re glad that Rikard was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Thank you for using Enfold.
Cheers!
SarahHello there!
I checked your website, and I don’t see a hamburger menu. Do you still need help? :) If so, can you send us a screenshot of what you’re seeing? You can upload a screenshot to imgur.com and share the link here so we can help you better.Thank you!
Best regards,
SarahHi,
All right, we’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
Thank you for using Enfold.
Cheers!
SarahHi there! :D
We’re happy that Ismael was able to answer the other questions you have. Do you need further help?
Oh, and just for reference: bumping or replying to your own thread pushes it back to the end of the queue, and we won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.
Cheers!
SarahHi Michael,
We’re glad you were able to solve it. Do you need further help with this topic?
Best regards,
SarahHi,
I see. Thank you for that link. May we also have admin access so we can take a closer look at how this page was created?
Best regards,
SarahHi! We’re glad that Victoria able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
Thank you for using Enfold.
Cheers!
SarahHi!
Just to clarify: were you able to find a solution? :)
Best regards,
SarahGreat! We’re happy to help. Let us know here in the forums if you need help with anything else.
Best regards,
SarahI see! I’m glad you were able to sort it out. Sometimes it’s the plugins that confuse us :D
We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
Thank you for using Enfold.
Cheers!
SarahHey laptophobo,
Would you mind providing a precise link to your page, showing the elements in question? Thank you! We may also need admin access as well.
Best regards,
SarahHi!
Thank you for using Enfold.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.av-masonry-container a.porfolio { pointer-events: none; }
Let us know if that helps!
Best regards,
SarahHey mcraig77,
Have you tried clearing your browser and WordPress cache so that the changes take effect?
If you need further help, please provide us with admin access for this specific website so we can take a look. Thank you so much!
Best regards,
SarahHi!
We’re glad that you were able to find a solution! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
Thank you for using Enfold.
Cheers!
SarahHi there! Thanks for that. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
Thank you for using Enfold.
Cheers!
SarahAnd if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
Hi! We’re glad that Jordan was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
Thank you for using Enfold.
Cheers!
SarahHey Sophung,
It takes the Highlight Color. You can using Advanced Styling, or adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.main_color .button.single_add_to_cart_button {background-color:red !important;}
Then change the background color to suit your preferences.
Let us know if that helps!Best regards,
SarahOur team is happy to help! For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
Thank you for using Enfold.
Cheers!
SarahJuly 31, 2017 at 6:08 pm in reply to: Are Enfold inserted icons suppose to provide mouse over/hover functionality? #832320Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:.avia-builder-el-5 > .av_textblock_section > .avia_textblock > div > .av_font_icon:first-child > .av-icon-char:hover { /* twitter */ color:#46d4fe !important; } .avia-builder-el-5 > .av_textblock_section > .avia_textblock > div > .av_font_icon:nth-child(2) > .av-icon-char:hover { /* linkedin */ color:#419cca !important; } .avia-builder-el-5 > .av_textblock_section > .avia_textblock > div > .av_font_icon:nth-child(3) > .av-icon-char:hover { /* facebook */ color:#37589b !important; } .avia-builder-el-5 > .av_textblock_section > .avia_textblock > div > .av_font_icon:last-child > .av-icon-char:hover { /* googleplus */ color:#de5a49 !important; }
Please note that this is dependent on the current order of the icons. If you move them, you may need to change the CSS code as well. It might be easier if you turn on the Custom CSS Class field for ALB elements: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
If you do that, you can do something like:
.twitter-texticon:hover { color:#46d4fe !important; }
I hope that helps! Let us know if you need further help.
Best regards,
SarahJuly 31, 2017 at 5:49 pm in reply to: Starting to receive Spam Enquiries from Contact Form on Website #832300Hi,
@JPOsteen We’re glad that the solution worked for you!
@topsignshexham Did the solution work for you as well? Do you need further help?
Best regards,
SarahHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.text-sep.text-sep-date {display:none!important;}
Let us know if that helps! :)
Best regards,
SarahJuly 31, 2017 at 5:34 pm in reply to: Could you inform us how to be shown just like the Enfold Default Demo? #832285Hello Adrien,
To Import the Demo, please go to Enfold > Demo Import, then click on the Default Demo.
Importing the demo will not remove the posts, pages, etc. that you already have. It will import new pages and posts and change your theme options. You can go to Enfold theme options > Import&Export and export your current theme options, just in case you might need it later.
I hope that helps! Let us know if you need further assistance.
Best regards,
SarahHi! We’re glad that Victoria was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
Thank you for using Enfold.
Cheers!
SarahHi!
We’re glad that John was able to help you! Do you need further assistance with this?
Thank you for using Enfold.
Cheers!
SarahHi,
We’re glad you were able to find a solution. Do you need further help with this?
Best regards,
Sarah -
AuthorPosts