Forum Replies Created
-
AuthorPosts
-
Hi jnightingale!
Yes it looks like they are having trouble displaying for some reason. Have you done any customizations?
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
3. Clear your browser cache.
If they are still not displaying after doing the above three steps then let us know and we’ll take another look.
Cheers!
ElliottHey nanotips!
You have to remove the “youtu.be” part at the end of your URL. I edited the first one so you can see what it should look like. Basically you just view your video in youtube and then copy the URL in the address bar and use that.
Cheers!
ElliottHey kgflash1!
What structure were you using before? I updated your permalinks to the postname structure and they appear to be working fine for me.
Regards,
ElliottHey Tad30!
Add this to the bottom of your functions.php file.
add_action( 'wp_head', 'enfold_customization_add_header_script' ); function enfold_customization_add_header_script() { ?> your script goes here <?php }And replace the text with your script.
Regards,
ElliottHi ouranos3!
The post slider would be the best option for this. Add this to your custom CSS.
.avia-content-slider-inner .slide-content { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4); bottom: 6px; padding: 50px; position: absolute; } .avia-content-slider-inner .slide-content * { color: white !important; }To get the captions to display on top of the image.
Best regards,
ElliottMarch 31, 2015 at 8:20 pm in reply to: Change title location to within the main content area #421529Hi bodhimcgee!
There is no filter for that so it would take quite a bit of customization to do. You might be able to create a shortcode for it but it’s going to take a lot of time and code and would have to be considered custom work.
You could create a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest we may see something get added in a future update.
Regards,
ElliottHey Santos Ramos!
Did you remember to refresh the thumbnails after changing the sizes? You can do it easily with this plugin, https://wordpress.org/plugins/regenerate-thumbnails/.
Regards,
ElliottMarch 31, 2015 at 6:44 pm in reply to: Allowed html tags below comments – setting not working anymore #421453Hi!
I added it to our bug list. In the meantime you can use this CSS.
.form-allowed-tags { display: none; }Best regards,
ElliottHi!
It looks fine on Android. I don’t have a windows phone to test on. Can you take a screenshot of what your seeing?
Best regards,
ElliottMarch 31, 2015 at 6:27 pm in reply to: Smooth scrolling doesn't function for two of seven sections #421441Hey Daniela!
The only differences I see between those two URLs and the URLs that are working is that the ones that are not working do not have “www” in the URL when compared to the others.
Try adding that in, if it does not help then send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottHey profil77!
Do the products in the page have prices set? If I remember right WooCommerce has it set to not display unless there are a couple of different prices to filter through.
Send us a link and deactivate all of your other plugins except WooCommerce and we’ll take a look.
Regards,
ElliottHi kmac!
It’s not displaying in the bottom left corner of your Dashboard?

Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Best regards,
ElliottHi!
Try the solutions in these threads.
https://kriesi.at/support/topic/partner-logos-in-greyscale-coloured-at-mouseover/
https://kriesi.at/support/topic/partner-logo-slider-greyscale-and-colour-on-hover/You’ll need to upload the images in full color instead of greyscale.
Best regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hey CortiCoop!
It’s loading pretty fast for me. The best way to speed up a WordPress site is to install a caching plugin. The BWP minify plugin also helps to compress your CSS and JS, https://wordpress.org/plugins/bwp-minify/.
Also make sure to optimize your images for web.
Cheers!
ElliottHey!
Add this to your custom CSS.
#av_section_1 .av_textblock_section { background: rgba(0,0,0,0.6); padding: 20px; }It would be best to give the color section an ID and then change the CSS to this.
#yourID .av_textblock_section { background: rgba(0,0,0,0.6); padding: 20px; }Cheers!
ElliottHi!
1. I don’t see the CSS anywhere. Did you remove it? Add it in Dashboard > Enfold > General Styling > Quick CSS. Also add this for the title.
.avia-caption-title { margin: 0px !important; }3. Hmm, I wasn’t seeing it yesterday but I do today. Try adding this to your custom CSS.
.caption-container * { animation: none !important; }5. Take a screenshot and highlight exactly how your trying to style it and we’ll see if it’s possible.
Cheers!
ElliottHey VinzentE!
Try this out, http://kriesi.at/documentation/enfold/enable-cors/, and then clear your browser cache and any caching related plugins you might have installed and check to see if it happens again.
Best regards,
ElliottHey!
Hmm, the HTML looks fine. You have a border color set though which should not be an option. Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. After doing this you should be using Enfold 3.1.2 instead of 3.0.8.
If that does not fix it then send us a WordPress login so we can take a closer look.
Cheers!
ElliottHey!
So it’s kind of like a “load more” button then? The closest thing we have to this is an accordion element. I suppose you could try creating a custom style on the accordion to make it look like a button.
If that sounds like something you would like to try then setup your page with an accordion and send us a link and we’ll take a look. Or you could try finding a plugin but I do not know of any that I can recommend.
Cheers!
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi pinterenvantocom!
When you say, “envato wordpress template”, are you referring to one of our themes such as Enfold? If you purchased something from another author then you will need to contact them for support instead of us.
If your wondering how to translate Enfold then please see here, https://kriesi.at/support/topic/translate-enfold/.
Cheers!
ElliottHey 2SINN!
In the slider settings tab make sure the “Responsive” and “Fullwidth” options are turned on and that the “Responsive under” container is set to a value of 1000px or higher.
Regards,
ElliottHi!
You haven’t changed your custom code yet. Change it as Yigit instructed and let us know when your done so we can check on our end.
Also be sure to clear your browser cache and any caching related plugins you might have installed.
Best regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hey!
You could try using an iframe, http://www.w3schools.com/tags/tag_iframe.asp.
Add a codeblock element to your page and add this inside to test it out.
<iframe src="http://www.w3schools.com"></iframe>Best regards,
ElliottHi!
Add this to a codeblock element in the page.
<style type = "text/css"> .tab_titles > div:nth-child(2) { background: red; } .tab_titles > div:nth-child(3) { background: green; } </style>Best regards,
ElliottHi!
Are you using WPML? If so then it would be best to contact them about this.
I found this which may help, https://wpml.org/forums/topic/search-not-working-3/.
Cheers!
ElliottMarch 31, 2015 at 4:51 pm in reply to: Wie mobiles Menü + Scroll to Top Button immer sichtbar machen #421327Hi Maik!
Can you send us a link to your page so we can take a look?
For the scroll to top button add this to your custom CSS.
#scroll-top-link { display: block !important; }Best regards,
ElliottHi Alex!
If you don’t have a child theme already then download one here, http://kriesi.at/documentation/enfold/downloads/, and then add this to the bottom of the child theme functions.php file.
add_action( 'init', 'enfold_customization_swtich_fonts' ); function enfold_customization_swtich_fonts() { global $avia; $avia->style->print_extra_output = false; } add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Test'] = 'Test'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Test'] = 'Test'; return $fonts; }And change all areas of “Test” with the name of your font you wish to use. You should then be able to select your new font in the enfold theme options. You still have to link to it via CSS but I think this should work if you want to disable google fonts and use your own.
Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi!
A plugin such as WP SMTP, https://wordpress.org/plugins/wp-smtp/, will switch WordPress to use SMTP mail instead of PHP mail.
Regards,
ElliottHey!
That section is called the “Related entries” and you can change it’s style in Dashboard > Enfold > Blog Layout > Related Entries.
Cheers!
Elliott -
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
