Forum Replies Created
-
AuthorPosts
-
Hi,
I
ve checked and there
s a media query applying this custom font size, so, add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS@media only screen and (max-width: 767px) and (min-width: 470px) { .responsive #top .slideshow_caption h2 { font-size: 9px !important; } }
Best regards,
John TorvikApril 8, 2017 at 6:05 am in reply to: Consulting demo – new sections expands to the full with of the screen #774281Hey blueberry25,
Apply a background color and add a unique id on the section using the For Developers: Section ID field. Use “boxed-section” for example then use this on Quick CSS or custom.css:
#boxed-section .container { max-width: 1030px; }
Use CSS media queries to adjust the width of the section container on different screen sizes.
Best regards,
John TorvikHey Serg,
First off, thanks for using the Enfold.
This link should help you: https://docs.woocommerce.com/document/fixing-blurry-product-images/
Best regards,
John TorvikHi,
I am sorry but I can`t access your dashboard because the credentials are wrong.
Best regards,
John TorvikHi,
Let us know if you have any other questions or issues :)
Best regards,
John TorvikApril 8, 2017 at 5:54 am in reply to: Disable AJAX menu in the header and replace it with the default search function #774275Hi,
May you share with us your website link and the WP credentials, please?
Best regards,
John TorvikHey adelaided,
First off, thanks for using the Enfold.
To fix it, just add the following code at Enfold Theme Options > General Styling > Quick CSS
.robots-nocontent { display: none !important; }
Best regards,
John TorvikHey m9491,
First off, thanks for using the Enfold.
To fix it, just the following custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.linkbox-clickable a { padding: 37px 48px; }
Best regards,
John TorvikHi,
It
s strange because I
ve checked your site yesterday and the stars were working. To investigate it, may you share your WP credentials, please?Best regards,
John TorvikHi,
This link should help you: https://docs.woocommerce.com/document/configuring-woocommerce-settings/ – just find by “out of stock” on the page.
Best regards,
John TorvikHi,
I
ve disabled the plugins and your site is working normally. Now, enable one by one to find the plugin that
s causing the conflict.Best regards,
John TorvikApril 7, 2017 at 8:00 am in reply to: Contaco form submit button pading and others questions #773747Hey fedepazm,
First off, thanks for using the Enfold.
Follow the answers below:
1. To add this extra space, use the following custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.form_element input[type=submit]{ margin-top: 40px !important; }
As you`re using the twitter,facebook, instagram and youtube social icons, to remove the background color on hover, add this custom CSS code:
/* this code will remove the twitter background hover color*/ #top #wrap_all .av-social-link-twitter:hover a { background: transparent; color: #aaa; } /* this code will remove the facebook background hover color*/ #top #wrap_all .av-social-link-facebook:hover a { background: transparent; color: #aaa; } /* this code will remove the instagram background hover color*/ #top #wrap_all .av-social-link-instagram:hover a { background: transparent; color: #aaa; } /* this code will remove the youtube background hover color*/ #top #wrap_all .av-social-link-youtube:hover a { background: transparent; color: #aaa; }
3. The Enfold default font is the Open Sans. I`ve checked your site and the default font is the same.
Best regards,
John TorvikHi,
Let us know if you have any other questions or issues :)
Best regards,
John TorvikHi,
Let us know if you have any other questions or issues :)
Best regards,
John TorvikHi,
You allow that me disable all the plugins and switch the theme to check somethings?
Best regards,
John TorvikHey Synthea79,
First off, thanks for using the Enfold.
This link should help you: https://docs.woocommerce.com/document/fixing-blurry-product-images/
Best regards,
John TorvikHey doug123,
First off, thanks for using the Enfold.
May you share some screenshots with the place that the map would be?
Best regards,
John TorvikHey Sean Eaton,
This link should help you: http://kriesi.at/themes/enfold-overview/
Best regards,
John TorvikHey Kyle,
First off, thanks for using the Enfold.
To fix your problem, just increase the height with some pixels. Use this custom CSS code at Enfold Theme Options > General Styling > Quick CSS:
.av-logo-container { height: 124px !important; }
Best regards,
John TorvikHey gzelasco,
Please, may you share screenshots and tell which small screens?
Best regards,
John TorvikApril 7, 2017 at 6:52 am in reply to: Footer text color displayed differently between Safari and Chrome #773704Hi,
You can see that there`s the border, but the color is dark, so, to fix it, add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.special-heading-border { color: #fff; }
Best regards,
John TorvikApril 7, 2017 at 6:41 am in reply to: Why is the featured image of my post included in the photo gallery? #773702Hey Dandelion222,
First off, thanks for using the Enfold.
May you share your WP credentials? This way our support team can check some settings.
Best regards,
John TorvikHi,
I have a question: Are you hosted your own videos?
Best regards,
John TorvikHey Andrea,
First off, thanks for using our theme.
I recommend this plugin: https://www.wpmayor.com/best-directory-plugins-for-wordpress/ and may be this link should help too: https://www.sourcewp.com/best-directory-wordpress-plugins/
Best regards,
John TorvikHey HickoryFlats,
First off, thank you for using our theme.
I need to check your dashboard and I know that you provided it on the private content, but I think that you forgot the website link to access it.
Now, before it’s important that you check two things:
1. Disable all the plugins and check if the import function is working.
2. Enable your WP_Debug following this article: https://codex.wordpress.org/WP_DEBUG and check if some issue is showed.
Best regards,
John TorvikHey dchcolorado,
First off, thank you for using Enfold.
To decrease or increase the site width, you can add or remove the values from this rule:
#top { width: 500px !important; }
P.S: Add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
Best regards,
John TorvikHi,
Let us know if you have any other questions or issues :)
Best regards,
John TorvikHey Aldo,
Please, you already created a thread with this problem and I already answered it, just check my answer :)
Best regards,
John TorvikApril 7, 2017 at 6:18 am in reply to: Enfold Theme…WooCommerce Product Images not showing as of 4-4-17 #773687Hi,
It
s strange because this problem was solved by the Woo team, so, you can check if it
s a cache problem, try to clearing your cache.If it didn`t work, add the following custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.woocommerce-product-gallery { opacity: 1 !important; }
And check this link: https://docs.woocommerce.com/document/fixing-blurry-product-images/
Best regards,
John TorvikHey brecollie,
First of all, thanks for using our theme.
As you don
t have the website online and isn
t possible to provide the URL and WP credentials, the resolution process can be slower.When you change some styles using custom CSS code, you must have sure that you`re putting the code at Enfold Theme Options > General Styling > Quick CSS and some custom rules needs the !important property after the main property, this link should help with it: https://css-tricks.com/when-using-important-is-the-right-choice/
Now, about the font`s problem, is important to check this article from our documentation: http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/
Best regards,
John Torvik -
AuthorPosts