Forum Replies Created
-
AuthorPosts
-
Hey!
We set the crop parameter to false so that images can keep the aspect ratio. Example, if you have a person inside an image, you don’t want his/her head to get cut off, do you? This also applies in the images inside your gallery, there’s a chance that important parts of the images will get cut off if you set the crop parameter to true. That’s why it is disabled. If you don’t care about that, use this plugin: https://wordpress.org/plugins/simple-image-sizes/
Set the crop parameter, adjust the size then regenerate the thumbnails. Make sure that the size of the images is more than the set thumbnail (300x300px for example).
Cheers!
IsmaelHey David!
Thank you for using Enfold.
I’m not sure if I completely understand the inquiry but it something to do with the space between elements. Can you please provide a screenshot? Use imgur or dropbox.
Cheers!
IsmaelHi Mark_goessens!
Thank you for using Enfold.
The code on the previous thread has nothing to do with the title container. You have this code in the Quick CSS field which hides the archive title:
h1.main-title.entry-title { display: none !important; }
Remove it.
Regards,
IsmaelHey!
The theme is using the default wp comment form. If you want to edit the style of the form, edit the comments.php file then look for the comment_form() function. Refer to this link for more info: https://codex.wordpress.org/Function_Reference/comment_form
Regards,
IsmaelHi Stefan!
Thank you for using Enfold.
I’m not sure if understand the inquiry correctly but to answer your question:
1.) Once you import the demo, it will be visible in the frontend.
2.) You need to manually delete the demo pages and manually configure the theme options if you don’t want to do a wp reset. There’s no option to remove the demo content automatically.
Best regards,
IsmaelHey siddhaonline!
Thank you for using Enfold.
Video background or slider is disabled on mobile devices by default for various reasons (compatiblity, performance, bandwidth etc.). You need to add a fall back custom background image in the slider.
Cheers!
IsmaelHey!
It is hidden by default because there’s not enough space in the socket container and on mobile devices you can just double tap to scroll back to the top of the site. Maybe, you should add another menu item in the main menu with drop down, same items as the footer menu.
Or use this to enable to enable the footer menu on mobile:
@media only screen and (max-width: 768px) { .responsive #socket .sub_menu_socket { display: block !important; }}
Cheers!
IsmaelHey mexi33330!
Thank you for using Enfold.
We would like to see the actual site with the issue. Note that selecting the thumbnail or preview image size will not change the actual size of the slider container. The slider will inherit the size of the parent container.
Cheers!
IsmaelHi Bernd!
Thank you for using Enfold.
Try to adjust the height by using this code in the Quick CSS field:
@media only screen and (max-width: 767px) { .aviaccordion.aviaccordion-title-inactive.av-animation-active { height: 300px !important; max-height: 300px !important; }}
Cheers!
IsmaelMay 20, 2015 at 6:55 am in reply to: Site looks different after updating theme to most recent version #446933May 20, 2015 at 6:53 am in reply to: URGENT – Theme causing WooCommerce product not to display #446932Hi!
Alright. Without the product category hierarchy in the breadcrumb, it is working:
http://lysetremblayjewelry.ca/shop/afghan-garnet-bracelet-ly13-022b
http://lysetremblayjewelry.ca/shop/afghan-garnet-bracelet-ly13-021bYou need to add this in the Quick CSS field to fix the header container:
.stretch_full.container_wrap.alternate_color.light_bg_color.title_container { margin-top: 55px; }
This is a temporary fix. Instead of using the breadcrumb to go back to the product category, they can use the category and tag links below the add to cart button.
Cheers!
IsmaelHi!
Use this to change the background of the icon container:
.page-id-15 .avia-icon-list li:nth-child(1) .iconlist_icon.avia-font-entypo-fontello { background: black !important; } .page-id-15 .avia-icon-list li:nth-child(2) .iconlist_icon.avia-font-entypo-fontello { background: red !important; } .page-id-15 .avia-icon-list li:nth-child(3) .iconlist_icon.avia-font-entypo-fontello { background: blue !important; }
Best regards,
IsmaelHey ricardsolacasanovas!
Thank you for using Enfold.
Did you modify any files inside the child theme folder? Please try to update the theme to 3.1.5. Also, you can try the fix provided here: http://kriesi.at/documentation/enfold/enable-cors/
Best regards,
IsmaelHey!
You don’t have the latest version of the theme. Please update to 3.1.5. Remove browser cache then check the page again.
Regards,
IsmaelHi!
The code works on our installation. Ajax search result per post type is limited to 3. The excerpt should be hidden on the ajax results. Please update the theme to 3.1.5.
Best regards,
IsmaelHi dmstore!
Thank you for using Enfold.
The flat demo is using the transparent header. If you want to move the bar below the menu items, add this in the Quick CSS field:
.avia-menu-fx { bottom: 20%; left: 0; }
Regards,
IsmaelHey alfaweb2!
Thank you for using Enfold.
Try this in the Quick CSS field:
#mobile-advanced li.menu-item-has-children > a:before { content: ""; position: absolute; background: gray; width: 40px; height: 100%; top: 0; right: 0; }
You can add the arrow as background.
Regards,
IsmaelHi Nick!
Thank you for using Enfold.
Can you please provide a screenshot of what you’re trying to do? If you want to remove the background of the full width sub menu element, add this in the Quick CSS field:
.main_color.av-submenu-container, .main_color .av-subnav-menu a { background: transparent; }
Best regards,
IsmaelHi!
Can you please provide a link to the website? We would like to check it. Make sure that you have the latest version of the theme running on wp 4.2.2.
Best regards,
IsmaelMay 20, 2015 at 3:18 am in reply to: How do I hide the enfold.css reference to make the theme look personal to my client #446873Hi!
If you want to change the name of the enfold.css file to something else, you need to rename the theme in the style.css file but it will deactivate the theme and you will lose the theme options. And reset all layout options on each page. You should have done this at the very start.
Theme Name: Enfold
Or rename the child theme to something else then toggle any theme options to resave the css file. Create a backup of the site and a restore point before doing anything.
The code above (https://kriesi.at/support/topic/how-do-i-hide-the-enfold-css-reference-to-make-the-theme-look-personal-to-my-client/#post-446873) should remove the debug info inside the head tag.
Regards,
IsmaelMay 20, 2015 at 3:05 am in reply to: URGENT – Theme causing WooCommerce product not to display #446869Hey!
I’m sorry if this issue is getting a bit too long to resolve. If possible, please give us the ftp credentials so that we can debug the issue further. Is the product category hierarchy in the breadcrumb important to you? If not, you can add this in the functions.php file to hide it:
remove_filter('avia_breadcrumbs_trail','avia_woocommerce_breadcrumb', 10);
The code should fix the issue as well.
Cheers!
IsmaelHey kathrynmichaud!
Thank you for using Enfold.
Add the [nolink] tag in the copyright field.
Cheers!
IsmaelHey!
Add this in the Quick CSS field:
.html_header_transparency .avia-blank #main { background: transparent; } .avia-blank .container_wrap.fullsize { background: transparent; border: 0 !important; } .avia-blank #wrap_all #main .container { background: #fff; }
Best regards,
IsmaelMay 19, 2015 at 4:42 am in reply to: Remove that overlay when linking a picture…and responsive questions. #446194Hi MMA_Impact!
Thank you for using Enfold.
1.) Which slider are you trying to use? Try to add this in the Quick CSS field:
.image-overlay { display: none !important; }
2.) We need to see actual page in order to see the issue.
3.) Go to Enfold > Header > Mobile Menu panel. Adjust the Header Mobile Menu activation settings.
Best regards,
IsmaelHi!
We created an example for you here, check the hover layer: http://alextomaszewski.com/wp-admin/admin.php?page=layerslider&action=edit&id=24
This is preview: http://alextomaszewski.com/test-2/
And the code in the Quick CSS field to create the hover effect:
.menu-item-1 { width: 241px; height: 106px; background-image: url('http://alextomaszewski.com/wp-content/uploads/2015/05/Hyperlink-Film-Portfolio-White.png'); } .menu-item-1:hover { background-image: url('http://alextomaszewski.com/wp-content/uploads/2015/05/Hyperlink-Film-Portfolio-Blue.png'); }
Of course, you remove the transition and adjust the position of the menu item.
Best regards,
Ismael -
AuthorPosts