Forum Replies Created
-
AuthorPosts
-
August 28, 2015 at 3:35 pm in reply to: Portfolio Item pages to have different BG color than rest of site #494891
Hi!
If you want it done on every portfolio post then add this to your custom CSS.
.single-portfolio .header_bg, .single-portfolio .main_color, .single-portfolio .stretch_full { background: red !important; }Cheers!
ElliottHi!
I don’t see it on my end. Can you take a screenshot and highlight what your seeing?
Regards,
ElliottAugust 28, 2015 at 3:30 pm in reply to: How to add a different header for the 404 and Search Results pages? #494884Hi connect4consulting!
You could try using the do_shortcode function, https://developer.wordpress.org/reference/functions/do_shortcode/, in the 404.php and search.php files around line 30.
I’m not sure if the color section or other fullwidth shortcodes are going to work like that though as they are more complex and require changing the layout.
Regards,
Elliott-
This reply was modified 10 years, 5 months ago by
Elliott.
Hi!
CSS will work fine but if your trying to edit the Woocommerce templates in the plugin files then that is not going to work as Enfold uses the Woocommerce filters to make it’s own “template”. You can find all of this code in /enfold/config-woocommerce/config.php.
Send us a link to your page and take a screenshot highlighting the CSS changes your wanting to do and we’ll see if we can help you out but if your doing lots of customizations to the plugin then it would probably be best to hire a freelancer to help you out.
Best regards,
Elliott-
This reply was modified 10 years, 5 months ago by
Elliott.
Hey!
On this line,
$('body').avia_scrollspy({target:'.main_menu .menu li > a'});You could copy it and add it beneath again to change where you want to target.
$('body').avia_scrollspy({target:'.main_menu .menu li > a'}); $('body').avia_scrollspy({target:'.customLink'});Best regards,
ElliottHey!
Well if you give them a class you could use some CSS like this.
.yourClass { width: 49% !important; float: left !important; }Regards,
ElliottHey!
Ok, try adding this to your custom CSS.
.avia-testimonial-content img { width: 100% !important; }Cheers!
ElliottHey Marco!
Go ahead and update to the latest version, 3.3.2, and deactivate all plugins while testing.
Best regards,
ElliottHi Rafíyel!
Not really sure I understand what your trying to do but if your looking for the script that controls the smooth scrolling then you can find it around line 90 in the /enfold/js/avia.js file.
Best regards,
ElliottHey Peter!
You’ll need to contact Woocommerce support about this. Perhaps there is an extension which allows this functionality.
Best regards,
ElliottHi djcopywriter!
Are you using some kind of newsletter plugin?
Cheers!
ElliottHi JVW234!
Add this to your custom CSS.
.entry-content p a { color: #0044cc !important; }Cheers!
ElliottHey JVW234!
Can you send us a link to your page so we can take a look? Any of the fonts you select in the Enfold settings will work fine on all computers, it doesn’t matter if it’s a google font or websafe.
Regards,
ElliottHi!
You can add this to your custom CSS to get rid of that small gap at the bottom.
.avia-video { margin-bottom: 0px !important; }For the buttons you can have them both aligned left or one aligned left and the other right. Or add two 1/2 columns and place one in each.
Cheers!
ElliottHi anniet!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Best regards,
ElliottHey mediax2014!
That’s not a template file so that’s not going to work.
If you look inside though you’ll see all of the functions are wrapped in the if function exists checks.
if(!function_exists('avia_option')) { function avia_option($key, $default = "", $echo = true, $decode = true) { $result = avia_get_option($key, $default, false, $decode); if(!$echo) return $result; //if we dont want to echo the output end script here echo $result; } }So when you see those just copy the whole thing to your child theme functions.php file and it will use that function instead of in the parent theme.
Regards,
ElliottHey xenophonstrategies!
Is it an SVG file? See here, https://github.com/fontello/fontello/wiki/How-to-use-custom-images.
And then see here for how to add them to Enfold, http://kriesi.at/documentation/enfold/custom-social-icons/.
Best regards,
ElliottHey Peter!
Try adding this to your custom CSS.
.grid-content { min-height: 100px !important; }Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Best regards,
Elliott-
This reply was modified 10 years, 5 months ago by
Elliott.
Hi michelow!
Hmm, it seems more like a server issue than the theme. Does it do the same when the default theme is activated? Check your server error logs to see if there is any useful information in there.
Best regards,
ElliottHey xandria!
Have you contacted the plugin author? If you cannot get it working then try the official twitter plugin out.
Cheers!
ElliottHi royaltask!
If your using the latest version of the theme then the layout builder should be displayed on your custom post types as well. Take a screenshot and highlight what is going on so we can get a better idea.
Regards,
ElliottHey dominiquehurley!
I’m sorry but I’m not sure what you mean there. Take a screenshot and highlight exactly what your trying to do so we can get a better idea.
I don’t see the opt-in box your referring to either.
Cheers!
ElliottHi Gavin!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Best regards,
ElliottHi codecreative!
Add them in 1/2 columns. You can enable the debug view, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, to copy the code and paste it into a text widget.
Cheers!
ElliottHey Aline!
Add this to your custom CSS.
label span { font-weight: bold !important; }Cheers!
ElliottHi xandria!
Add this to your custom CSS.
.mega_menu_title { text-align: left !important; }Cheers!
ElliottHi!
Are you wanting the header to stay at the top (non sticky)? Or are you wanting it to have a white background (non transparent)? Go ahead and highlight in your screenshot exactly what your trying to do so we can get a better idea.
Best regards,
Elliott-
This reply was modified 10 years, 5 months ago by
Elliott.
Hi frankbarthen!
I’m sorry but we do not support third party plugins. It would be best to contact the plugin authors if your wanting to change how it works.
Regards,
ElliottHi Enffie!
Your getting an error saying the latitude or longitude is missing from the map. Make sure you fill out all of the options.
Regards,
ElliottHi TheMoBrozer!
Go ahead and delete all copies of Enfold on your desktop and try it again. If it still says the wrong version then contact themeforest support and let them know about this.
Regards,
Elliott -
This reply was modified 10 years, 5 months ago by
-
AuthorPosts
