Forum Replies Created
-
AuthorPosts
-
Hi Peter!
Try line 788 in the /enfold/config-templatebuilder/avia-shortcodes/slideshow.php file.
if(trim($title) != "") $title = "<h2 {$title_styling} class='avia-caption-title' $markup_name>".trim(apply_filters('avf_slideshow_title', $title))."</h2>";
Cheers!
ElliottHey Peter!
Use a plugin such as WordPress SEO, https://wordpress.org/plugins/wordpress-seo/, to easily set title / description for archives.
Regards,
ElliottNovember 6, 2015 at 4:39 pm in reply to: Remove space between Enfold header & Visual Composer #531513Hi Jon!
Well it looks like you have some customization going on so it’s hard to tell what it could be from but you can fix it by dragging a codeblock element to the page and add this inside.
<style type = "text/css"> #main { padding-top: 44px !important; } </style>
Cheers!
ElliottHey Jordan!
Try using a grid row element instead. It’s cells will resize depending on the screen size.
Regards,
ElliottHey akzleung!
It looks like your server has some restrictions setup so directories cannot be created. Try contacting your hosting provider about this.
Or you can update via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Regards,
ElliottHi Lanceezy!
It looks like your using the regular easy slider instead of the fullscreen slider. Send us a WordPress login and we’ll take a closer look.
Regards,
ElliottHey NMOI!
Perhaps the information you input has a typo or there is an issue with your server. Try updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Best regards,
ElliottNovember 6, 2015 at 4:23 pm in reply to: Add a small "button" in the left upper corner of each slider photo! #531503Hey Younis_FARES!
Are you wanting to display it on all of the slides so it does not disappear when transitioning? If so then you can do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, and then add it inside a text widget and use CSS to position it over the slider.
Otherwise you could add it to the slide caption you want it to display on and use CSS to position it in the top left corner.
Go ahead and add it in and let us know when your done and we’ll give you some CSS to use.
Regards,
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hi turistai!
Add this to your custom CSS.
.slide-image img { width: 100% !important; }
Best regards,
ElliottHey decode!
Try adding this to your custom CSS.
@media screen and (min-width: 767px) { nav.main_menu, .logo { transform: translateY(100px) !important; } }
Best regards,
ElliottHi eisrina!
Try adding this to your custom CSS.
.tab_titles > div { font-size: 13px !important; font-family: verdana !important; }
Cheers!
ElliottHi Roy!
It looks like your using a plugin for that and it’s causing a javascript error. I added our google maps shortcode to the page instead and it’s displaying fine.
It would be best to contact the plugin author about this.
Regards,
ElliottHey knitsfor!
If you use the Masonry there is an option you can set which will make the images either landscape or portrait depending on which tag you give them. If you use the automatic setting then the photos should display either landscape or portrait automatically depending if they have the correct aspect ratio.
Cheers!
ElliottHi renner28!
Try completely deleting all copies of Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
See here for how to upload via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Cheers!
ElliottHi mhcnc!
You would need to use CSS to give it an absolute position and set it’s top / right values to the corner you want.
Send us a link when you go live and we’ll take a look.
Cheers!
ElliottHi oroshazimedia!
Click on the big blue “Templates” button in the layout builder and you can save a template of the current content you have in the page and load it on other pages.
Regards,
ElliottNovember 6, 2015 at 3:54 pm in reply to: Multiple Media Sizes Being Saved / LayerSlider Site Speed Issues #531478Hi allyson2!
Check your site out here, https://developers.google.com/speed/pagespeed/insights/, and do the suggestions it gives you to speed up your site.
A good plugin for minifying the JS/CSS is BWP Minify. A caching plugin would be good also. Those are the best ways to speed up a WordPress site.
As for the thumbnail sizes that get created when you upload an image you can remove them around line 130 in the functions.php file.
Regards,
ElliottHey Gloria!
Add this to your custom CSS.
article .post_delimiter { padding: 0px !important; }
Best regards,
ElliottHey Vikab!
You can use CSS to give stuff certain styles only on small screens like so.
@media screen and (max-width: 767px) { h1 { font-size: 15px !important; } }
Send us a link to your page and take a screenshot highlighting the exact changes your trying to do.
Best regards,
ElliottHey stedia!
Give your blog page a sidebar and it will display like the archives. If you do not want to display the sidebar on the blog page then drag a codeblock element to the page and add this inside.
<style type = "text/css"> aside { display: none !important; } </style>
Regards,
ElliottHi kaloenneli!
Add this to your custom CSS.
.av-masonry-date { display: none !important; }
Regards,
ElliottHey!
Ok, sorry, your screenshot confused me. You can add inline content to the popup but I’m pretty sure the hotspots would not work there.
Regards,
ElliottHi!
You can target the buttons on the cart page only in the page content by adding this in front of your CSS.
.woocommerce-cart .entry-content
So for example your first CSS rule would look like this.
.woocommerce-cart .entry-content div a.button{ background-color: #F64C3F!important; font-size: 14px; border-color: #F64C3F; }
Best regards,
ElliottNovember 5, 2015 at 6:33 pm in reply to: MailChimp Intregration – Blog response to subscriber #531075Hey!
Try adding this to your custom CSS.
.mc4wp-alert.mc4wp-error { clear: both; }
Regards,
ElliottHey!
Yes, go ahead and try it out.
Regards,
ElliottHi!
All the countdown element does it count down to a date. Your expected to remove it at the specified date and add something else, etc etc.
Cheers!
ElliottHey!
Would hovering work? If so then add this to your custom CSS.
.avia_mega_div .sub-menu .sub-menu .sub-menu { display: none; } .avia_mega_div .sub-menu .sub-menu > li:hover .sub-menu { display: block; }
Cheers!
ElliottHi!
So those flags in your screenshot is supposed to be the google translator plugin?
If your trying to add a shortcode to the header then you can do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, and then add the shortcode to a text widget.
Best regards,
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hey!
You could try giving the unhovered state a bottom padding as well so it doesn’t move the other elements.
.avia-button, .button { border-bottom: 5px solid blue !important; } .avia-button:hover, .button:hover { border-bottom: 5px solid red !important; }
See here for how to do shadows, http://www.cssmatic.com/box-shadow.
Cheers!
ElliottHey jpdietz!
I see it on the second slide but not the first. Go ahead and update Enfold to 3.4.1 and deactivate all plugins. If that does not help then send us a WordPress login and we’ll take a closer look.
Regards,
Elliott -
This reply was modified 9 years, 8 months ago by
-
AuthorPosts