Forum Replies Created
-
AuthorPosts
-
Hi emilbroll,
I was just trying to help. I understand, I would not be happy too.
Here is the way to modify your template to get your categories back: in includes/loop-index.php find
if( strpos($blog_global_style, 'elegant-blog') !== false )
and replace with
if( strpos($blog_global_style, 'elegant-blog') !== false || empty($blog_global_style) )
You will still need to apply the old css rules, you had before.
Let us know if this was helpful.
Best regards,
VictoriaHey JGastmann,
Is this what you’re trying to achieve?
For this I used full screen slider with one image and set the height in custom.css:
#fullscreen_slider_0 .avia-slideshow-inner li { height: 250px; }
You can also specify smaller height for mobile screens if you like.
Let us know if this was helpful.
Best regards,
VictoriaHi TR0PEN,
Great job! :)
Let us know if you have any more questions.
Best regards,
VictoriaHi octaviosalles,
Here are two great articles on images and WordPress, you might find some insights there
https://mythemeshop.com/blog/how-to-prevent-wordpress-from-generating-image-sizes/
and http://kriesi.at/archives/4-key-wordpress-image-optimization-tips
Let us know if this was helpful.
Best regards,
VictoriaHi fprati,
Yes, resizing takes the aspect ration into account, so in order to get the same size thumbs, images have to have same dimensions or they will be cropped.
There are plenty of plugins that allow you to work with your images as you wish. Here is a good article about it.
Let us know if you have any more questions.
Best regards,
VictoriaHi roderickvs,
Of course, that is possible :)
Please add code in the functions.php file.
add_action('wp_footer', 'ava_new_custom_script'); function ava_new_custom_script(){ ?> <script type="text/javascript"> (function($) { function a() { $('.term-description').insertAfter('.products'); } $(window).load(function() { a(); }); })(jQuery); </script> <?php }
Let us know if you have any more questions.
Best regards,
VictoriaHi Krzysztof,
Great job! :) Here is a piece of code that you can add to enfold-child/styles.css to fix the image overlaying the price issue:
.avia_transform a:hover .image-overlay { z-index: 4; }
Let us know if you have any more questions.
Best regards,
VictoriaHi JustMusicBLN,
You can try different blog layouts here. The one selected there gives you small thumb on the left and excerpt on the right. And yes, you can also use magazine layout for you blog.
Let us know if you have any more questions.
Best regards,
VictoriaHi m9491,
Then you can try placing a div before ul#mobile-advanced and give the style to it, with same position, just a different z-index.
Best regards,
VictoriaHi m9491,
You can give any masonry an id and assign these styles to it.
Also you can always request a feature here.
Let us know if you have any more questions.
Best regards,
VictoriaMarch 24, 2017 at 3:49 pm in reply to: Fixed Height for Thumbnail of Featured Image Post Slider #766252Hey Matthew,
Can you please specify the page, where this happens?
Best regards,
VictoriaHi Luisgasser,
You can add this to your Enfold > General Styling > Quick Css
@media only screen and (min-width: 768px) { /* Add your Desktop Styles here */ #searchform { display:none; } }
Let us know if this was helpful.
Best regards,
VictoriaHi stefpasi,
You can configure Woocommerce by going Woocommerce > Settings > Products > Display. There you can find image dimension settings.
What should be the dimension of ”Image Shop Banner” ? – Depends on the design of your store.
Let us know if you have any more questions.
Best regards,
VictoriaMarch 24, 2017 at 3:30 pm in reply to: Add the search icon from header into a full width submenu? #766238Hi kieranvyas,
Can you give us a link to your website, we need to see your menu?
Best regards,
VictoriaHey rdswestnet,
Here are the style to be used in this case. Put them to Quick Css or in themes/enfold/css/custom.css
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .html_header_transparency #top .avia-builder-el-0 .slideshow_caption { padding-top: 0px; } #top .avia-slideshow-button.avia-color-light { padding: 7px 16px; } #top .avia-slideshow-button { margin-top: 0px; } }
Let us know if this was helpful.
Best regards,
VictoriaHi SmithErick,
Can you give us temporary admin access to your website in the private content box below, so that we can have a look.
Best regards,
VictoriaHi EvanMPW,
Can you give us temporary admin access to your website in the private content box so that we can check.
Best regards,
VictoriaHi fxkreative,
I think you should check the plugin and Woocommerce settings for that. Can you give us a link to you website so that we can have a look.
Best regards,
VictoriaHi Radu,
You can give the buttons a custom class a specify the rules for them or give that section an id, ad specify the rules via that id, so that other buttons on the website are not affected.
.same-width (but for the parent div better) { min-width:168px; } .same-width:first-child { margin-right: 20px; }
Let us know if you have any more questions.
Best regards,
VictoriaMarch 24, 2017 at 2:24 pm in reply to: Header with hotspot image in woocommerce product header #766193Hey Luisgasser,
Could you give us the link to your website, please.
Best regards,
VictoriaHi Raf,
Could you please make a screen shot and draw on it where is the price row or where you need to add border.
Best regards,
VictoriaMarch 24, 2017 at 2:11 pm in reply to: Search displaying products that should be hidden from search #766178Hi Natasha,
Please refer to this thread on how to add search on mobile devices.
Let us know if you have any more questions.
Best regards,
VictoriaHi Nick,
Can you please go to cPanel of ftp and check if you have this file wp-content/themes/enfold/config-layerslider/LayerSlider/static/air-datepicker/datepicker.min.js?
Best regards,
VictoriaHi AudioVoice,
Yes, you can write in German, we have German speaking guys on our team. Please, explain what is really the problem now.
Best regards,
VictoriaHi tuscan,
Can you give us a temporary admin access to your website in the private content box below, so that we can take a closer look.
Best regards,
VictoriaMarch 24, 2017 at 1:37 pm in reply to: How to Add Evergreen Last Modified Date for Posts and for SERP #766141Hi EdFritz,
Yes single.php, archive.php, include/loop-index.php, and include/loop-page.php are the templates you should look into, depending on where you want to show date modified.
Let us know if you have any more questions.
Best regards,
VictoriaHi Thomas,
Here is an explanation to what is happening with gifs.
In your masonry setting you could try to set images to full size instead of thumbs.
Let us know if this was helpful.
Best regards,
VictoriaMarch 24, 2017 at 1:24 pm in reply to: After update to Enfold 4, meta data misses in blog grid layout #766131Hi boemedia,
Here is how you can get it back. Have to set Enfold > blog layout> blog styling to elegant, not business.
Let us know if you have any more questions.
Best regards,
VictoriaHi grafixstudio,
SO you want to hide the menu with the phone numbers and about us and contact link in mobile view?
Best regards,
VictoriaHi wbitsolutions,
This is what I am seeing now. Is this how you wanted it to be or you need some more changes to be made?
Best regards,
Victoria -
AuthorPosts