Forum Replies Created
-
AuthorPosts
-
Hi,
Oh! No, you don’t put this in General Styling. You need to add it into the Functions.php file in Appearance > Editor.
Let us know if you need further help.
Best regards,
SarahHi! We’re glad that Yigit 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,
Thank you for sharing that. Good luck! Please don’t hesitate to open a new topic if you need assistance with anything else.
Thank you for using Enfold. Cheers!
Best regards,
SarahHey cgoldhawk,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
SarahAugust 5, 2017 at 11:31 am in reply to: Why is "Product Archive" the tab name and FB Share name for my Shop? #834713Hello there!
We’re glad that Günter was able to help you. Do you need further assistance with this topic?
Best regards,
SarahHi,
We’re glad that everything is working for you now! :D Please don’t hesitate to open a new topic if you have other questions.
For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
Cheers!
Best regards,
SarahAugust 5, 2017 at 11:27 am in reply to: Mai contant background image no option for full width? #834705Hey KaJoHa,
Thank you for using Enfold!
Were you looking for the Color Section Element, perhaps? kriesi.at/themes/enfold-2017/elements/color-section/
If not, let us know more about what you would like to so we can help you. Would you mind also providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
SarahHey sniper-x,
Quotation marks in code should be directionless. Please make sure that you’re not useing left and right quotes
‘’
and“”
.Please try this instead:
add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if( is_page(3364) ) { $logo = "http://splinter.care/wp-content/uploads/2017/08/Telefoonnummer-magenta.png"; } return $logo; }
Let us know if that works for you.
Best regards,
SarahHi!
It would be best if we can see what you’re seeing. You can upload a screenshot to imgur.com or Dropbox or a similar service, then share the link here. :)
Best regards,
SarahAugust 5, 2017 at 10:22 am in reply to: Social Media Sharing Posts Only show cropped Site Logo #834675Hey nscalessa,
Facebook determines what which image to use. Plugins like Yoast will attempt to tell Facebook what to use but it isn’t always 100% reliable.
Do you have a Featured image set for this post? If not, please try adding one, then get Facebook to re-scan the page by checking the url here: https://developers.facebook.com/tools/debug/
Let us know how it goes.
Best regards,
SarahHey Charlotte,
1. The dotted line is the bottom border of each blog post in your homepage. You can remove it for the last blog post by adding this in Quick CSS:
.home .post-entry.post-entry-last {border-bottom:none;}
Alternatively, you can add a space after it, instead, so that the pagination doesn’t hit it. To do that, please use this in Quick CSS:
.home .post-entry.post-entry-last {margin-bottom:20px;}
2. Please use this in Quick CSS:
.home .pagination-meta {display:none;}
I hope that helps!
Best regards,
SarahHi Gary,
Please try the solution presented here: http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/
Please let us know if that works for you.
Best regards,
SarahHey sgaulton,
Do you mean that when you press Enter, if becomes a new paragraph, you only want it to be in the next line? This is how WordPress’ editor works. Please press SHIFT and ENTER together instead. :) You can check out this page for more info: http://www.wpbeginner.com/beginners-guide/how-to-add-single-double-line-spacing-in-wordpress/
I hope that helps!
Best regards,
SarahHey yifatcohen,
Please try going to Appearance > Widgets and check the widget area called “Displayed Everywhere”. If this widget is there, simply remove it. :)
I hope that helps!
Best regards,
SarahWe’re glad that the team 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!
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/
Hey mcraig77,
Please try this in Quick CSS:
.iconbox_icon {border-width:5px !important;}
Best regards,
SarahHey sgaulton,
Columns 2, 3, and 4 each have a left margin of 6%. This is what you should adjust. To do that. please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#footer > .container > .av_one_fourth:nth-child(2) {margin-left: 4%;} #footer > .container > .av_one_fourth:n-thchild(3) {margin-left: 8%} #footer > .container > .av_one_fourth:last-child {margin-left: 4%}
You can adjust the values to fit your preference. Just make sure that the numbers combined will not exceed 18. :) (For example, the margins can also be 3, 10, and 3).
I hope that helps! If you need further assistance, it would be best to provide a precise link to your site, showing the elements in question.
Best regards,
SarahHey Stephan,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
SarahAll right, we’ll close this thread now. Please don’t hesitate to open a new one if you have other questions. Thank you!
Best regards,
SarahAugust 5, 2017 at 7:14 am in reply to: Woo booking + accommodations + variable product ( extra bed) #834609We’ll close this thread now. If you have questions about Enfold, please don’t hesitate to open a new topic, and we’ll do our best to help you!
Cheers,
SarahHi there!
Do you need further help with this topic, or can we close this thread? :)
Best regards,
SarahThanks for helping out, @chrisbryant!
@Tier1Graphics do you need further help with this topic?Best regards,
SarahHi! We’re glad that Yigit 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!
SarahAugust 2, 2017 at 6:23 am in reply to: Remove Separator Between Social Icons and Menu Items & Larger Margins on Header #833180Hi!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.avia-menu.av_menu_icon_beside {border-right: none!important;}
Let us know if that works for you. :)
Best regards,
SarahHi Carsten!
We’re glad that Yigit was able to help you. Do you need further help with this topic, or can we close this thread?
Best regards,
SarahHey there!
The scroll to top arrow is hidden for mobile view. You can try this in Quick CSS to display it
@media only screen and (max-width: 767px) { .responsive #scroll-top-link { display: block !important; } }
Let us know if that helps.
Best regards,
SarahWe’re happy to hear that, Xander. :) Do you need further help with this topic?
Best regards,
SarahHi! We’re glad that Nikko 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!
SarahAugust 2, 2017 at 5:54 am in reply to: Are Enfold inserted icons suppose to provide mouse over/hover functionality? #833165Hi Dave,
Can you provide us with admin access in the Private Content section of your reply so we can take a closer look?
Best regards,
SarahAll 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.
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!
Sarah -
AuthorPosts