Forum Replies Created
-
AuthorPosts
-
December 27, 2015 at 2:46 am in reply to: New page vanished after 6hrs work – tried to make it home pg, custom link – help #557539
Hi!
I’m sorry but I’m still not sure I understand. You were having a problem with your homepage and it turned out to be your child theme? Perhaps take a screenshot and highlight what is going on?
Glad you got it sorted though. Let us know if you have any other questions.
Regards,
Elliott-
This reply was modified 9 years, 3 months ago by
Elliott.
Hey Brad!
Navigate to Dashboard > Enfold > General Layout > Dimensions and decrease the “Maximum container width” value.
Cheers!
ElliottHey!
Did you make sure to change “Other-font” with the actual font you want to include?
Cheers!
ElliottHey ginigarbick!
Are you writing HTML inside the textblock? If so then make sure to close each of your tags. If your placing anything else besides text in there then it would be better to use a codeblock element instead.
Best regards,
ElliottHey mdxclr!
I am not sure. You can find the LayerSlider documentation here though, http://www.docs.purethemes.net/sukces/layerslider/documentation/documentation.html.
Cheers!
ElliottHey vblaes!
It looks like you currently have 3.3.1 installed. Go ahead and completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. This will ensure all of the files are up to date.
http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/
Regards,
ElliottHi!
I’m getting a 500 internal server error when trying to view your site now. Please check that.
Best regards,
ElliottHi!
Well as you can see in my screenshot it looks fine on my end so we need to figure out what is different on your installation. You did mention what browser versions your using but not what operating system your using.. i.e. mac, linux, Windows 7, 8, 10, etc etc?
Regards,
Elliott-
This reply was modified 9 years, 3 months ago by
Elliott.
Hi!
Are you trying to figure out how to add the arrow? When you edit your color section elements it’s the “Section bottom border styling” option.
Cheers!
ElliottHi entrepreneur41!
I don’t think that would be an easy thing to do. You can send us a link to your page and we can take a look but it sounds like you would need to hire a freelancer to do this customization.
Cheers!
ElliottDecember 27, 2015 at 2:08 am in reply to: See no options to import IMGs into any type gallery, Seriously tried everything. #557516Hi toddhaney!
You need to create posts and set the featured image of each post. Please watch this video, https://vimeo.com/92503992.
You can find our other documentation videos here, http://kriesi.at/documentation/enfold/videos/.
Regards,
ElliottHi!
Add this to a codeblock element in the page content.
<style type = "text/css"> #av_section_1 .entry-content-wrapper > div { position: absolute; bottom: 0px; } </style>
Or add this to your custom CSS.
#yourID .entry-content-wrapper > div { position: absolute; bottom: 0px; }
And give your color sections a custom ID named “yourID”.
Regards,
ElliottDecember 27, 2015 at 2:01 am in reply to: Large spaces around image elements & button spacing #557514Hey!
Use two 1/2 columns and add the buttons inside each column and set them to align left and right. Let us know when your done and we’ll give you some CSS so they are centered when they stack on top of each other on smaller screens.
Regards,
ElliottHi Annelies!
You can change the thumbnail size for those on line 122 in the functions.php file.
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
Use this plugin to regenerate the thumbnails after doing the change, http://wordpress.org/extend/plugins/regenerate-thumbnails/.
Best regards,
ElliottHi!
Try commenting out line 209 in the /enfold/includes/loop-index.php file.
echo $title;
If you want to do this in a child theme then copy the file to your child theme and edit it there, /child-theme/includes/loop-index.php.
Regards,
Elliott-
This reply was modified 9 years, 3 months ago by
Elliott.
December 24, 2015 at 4:59 am in reply to: Footer: clickable responsive Banner instead of Footer #557346Hey!
You can use the “Widget Area” element with some columns and then add a grid row element beneath them to get the image to go fullwidth.
Your other option would be to set a background to the footer but it’s still probably not going to look good on smaller screens.
Other than that you would need to edit the templates but that is going to take a bit of work and it would be best to hire a freelancer to help you out with that.
Cheers!
ElliottDecember 24, 2015 at 4:56 am in reply to: Product Grid element – Categories not displaying to select #557344Hi vegaspro!
It looks like your using Enfold 3.4.5. Go ahead and completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. You should be using version 3.4.7 now.
And after that deactivate all of your plugins and clear your cache and try again.
If your still having the problem after that then let us know and we’ll take another look.
Regards,
Elliott-
This reply was modified 9 years, 3 months ago by
Elliott.
December 24, 2015 at 4:52 am in reply to: Code to "Not crop the grid view of posts" no longer working? #557343Hey!
Whenever you change the sizes try regenerating the thumbnails again with this plugin, http://wordpress.org/extend/plugins/regenerate-thumbnails/.
Best regards,
ElliottHi MindSpark!
No, I don’t think we have any documentation for that. It’s pretty easy, just drop it into the child theme style.css file. If it does not get applied then try using !important to make sure it overrides any other CSS.
a { color: red !important; font-size: 10px !important; }
Not sure about your second question. Are you trying to apply CSS in the dashboard? If so then try the “admin_head” hook, https://codex.wordpress.org/Plugin_API/Action_Reference/admin_head.
Best regards,
ElliottHi!
I checked your page but it looks like your getting some errors currently.
Warning: Division by zero in /home/.sites/494/site1603/web/Wordpress/wp-content/plugins/woocommerce/templates/content-product.php on line 38 Warning: Division by zero in /home/.sites/494/site1603/web/Wordpress/wp-content/plugins/woocommerce/templates/content-product.php on line 41
Cheers!
ElliottHey!
You should be able to create that in the advanced layout editor. Drag a color section or grid row element to your post content and set the image as the background.
Send us a link to the exact post if your still having issues and we’ll take a look.
Regards,
ElliottHey!
It looks like you forgot to attach the screenshot. Go ahead and add that so we can get a better idea of what your trying to do.
Best regards,
ElliottHey!
You have to add the code into your functions.php file. Please read the link again and copy the code it gives you into your child theme functions.php file.
add_theme_support('avia_template_builder_custom_css');
And it will show up in the layout builder so you can add custom classes to your elements.
Best regards,
ElliottDecember 24, 2015 at 4:28 am in reply to: The Events Calendar events not showing on blog archives page #557334Hey!
You can try adding this to your child theme functions.php file but it might have unexpected results.
function enfold_customization_change_query( $query ) { $query->set( 'post_type', 'any' ); } add_action( 'pre_get_posts', 'enfold_customization_change_query' );
Best regards,
Elliott-
This reply was modified 9 years, 3 months ago by
Elliott.
Hey Fabian!
What happens when you add this to your custom CSS?
figcaption { position: absolute !important; top: 40px !important; }
Cheers!
ElliottHi!
Hmm, it doesn’t seem to be happening on my end either. I’m on Windows 10, checked in IE11. What operating system are you using? Is compatibility view turned off?
Regards,
ElliottHey!
This is what I see. What operating system are you using? Is zoom set to 100%?
Cheers!
ElliottHi DerNeumi!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Cheers!
ElliottHi agenceism!
Can you send us a link to your page and highlight the exact areas that your trying to change the color? You can set your reply as private if you wish.
Regards,
ElliottHey Denis!
Please see here, https://kriesi.at/support/topic/enfold-remove-the-fade-animation-of-icons-loading/.
Best regards,
Elliott -
This reply was modified 9 years, 3 months ago by
-
AuthorPosts