Forum Replies Created
-
AuthorPosts
-
September 8, 2015 at 7:33 am in reply to: layerslider – how to make items sit on different widths? #499683
Hey!
It will not work on the layer slider preview but the shortcodes should be rendered properly on the frontend. Please try it.
Cheers!
IsmaelHey!
Did you happen to subscribe the site on a cdn? Another user is having the same issue. This is how they solved it:
https://kriesi.at/support/topic/problem-with-forms/#post-392020
https://kriesi.at/support/topic/contact-form-resetting-to-defaults/#post-391712Cheers!
IsmaelHey!
I have the same version of the browser and the parallax effect is working. If you can inspect the element, you’ll see that the css transform: translate3d property of the av-parallax container is changing whenever you scroll the page. I’ll ask the rest of the support team to check it.
Cheers!
IsmaelSeptember 8, 2015 at 7:11 am in reply to: Table in grid row overlaps on mobile and not able to scroll anymore #499670Hey!
Please edit the grid row with the table element. Add a value to the Section ID. Use “custom-grid” for example then add this in the Quick CSS field:
@media only screen and (max-width: 1200px) { #top #custom-grid .no_margin.av_one_half { width: 100%; display: block; }}
You can do the same thing for the other issue.
Regards,
IsmaelHey!
Thank you for using Enfold.
I tried to login to the site but the login credentials above are not working. Please check.
Regards,
IsmaelHi!
Add this in the Quick CSS field to adjust the product image:
#top .product div.images img { max-width: 325px; margin: 0 auto; }
Cheers!
IsmaelSeptember 8, 2015 at 7:00 am in reply to: Standard Kategorieanzeige zeigt falsches Bildformat / Woocommerce Kategorieseite #499667Hey!
So you’re trying to set the sub category page to have one column instead of three? Is that right? Add this in the Quick CSS field:
.tax-product_cat .products .product-category { width: 100%; text-align: center; }
Cheers!
IsmaelHi!
Alright. Thank you for the info. Unfortunately, those features can’t be added immediately, it will require major modifications on the theme which we will not be able to provide here. Please contact codeable if you want this additional features: http://kriesi.at/contact/customization
You can also request those features here: https://kriesi.at/support/enfold-feature-requests/
Cheers!
IsmaelHey!
We set the width to 100%. Please remove browser cache then reload the page: http://beta.dagmars-bodyshop.com/gutscheine/
Best regards,
IsmaelSeptember 8, 2015 at 5:33 am in reply to: WooCommerce product price on single page not showing with advanced editor #499656Hey!
You need to add the price manually by adding a text or a code block as stated on the previous posts. Please create another thread. We will close this one for now.
Best regards,
IsmaelHi!
You can apply a minimum height to the main container:
.html_boxed #main { min-height: 900px; }
Use css media queries to adjust the height on different screen sizes.
Best regards,
IsmaelSeptember 8, 2015 at 5:22 am in reply to: Unable to clear selection in WooCommerce Layered Nav Filter #499650Hey!
I can’t seem to access some of the panels in the dashboard ( ex: Appearance > Themes, Appearance > Editor ). It redirects me to a 404 page. And the sessions expired after a minute. I have to login back again. Please try to deactivate all plugins (except woocommerce) especially the cache plugin then test the shop page again. Make sure you’re not looking on a cached version of the page.
Best regards,
IsmaelSeptember 8, 2015 at 5:15 am in reply to: How to change Menu Button Colours so only one is highlighted #499649Hi erusko!
Thank you for using Enfold.
Use this in the Quick CSS field:
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text { background-color: transparent; color: black; border-color: transparent; } #top #wrap_all .header_color .av-menu-button-colored:hover > a .avia-menu-text, #top #wrap_all .header_color .current-menu-item > a .avia-menu-text { background-color: #016852; color: #ffffff; border-color: #004630; }
Regards,
IsmaelSeptember 8, 2015 at 5:09 am in reply to: Full-Width Easy Slider caption location/appearance on mobile #499647Hi!
Use this css selector for the title:
.responsive #top .slideshow_caption h2
… and this one for the actual caption:
.responsive #top .slideshow_caption .avia-caption-content
Best regards,
IsmaelSeptember 8, 2015 at 5:05 am in reply to: how to get background color to reach the edges on Masonry #499646Hey Nicola!
Thank you for using Enfold.
Do you really need the portfolio grid element? You can use the column layout or the grid row element to separate Image elements.
Regards,
IsmaelHi MA09633!
Thank you for using Enfold.
If you are able to recreate the page then the issue returned once you put back all the content then one or a combination of the advance layout builder elements must be causing the issue. Please try to remove the elements one at a time to find the issue. Did you add any custom script or elements inside this page? Is the page somehow longer than usual pages?
Regards,
IsmaelHi!
1.) Remove the border with this:
.html_header_left #main { border-left: 0; }
2.) Enable it in the Appearance > Menus > Screen Options.
3.) Use css media queries to apply a different image on mobile. Follow the solution provided here:
https://kriesi.at/support/topic/use-a-different-logo-on-smartphone/
http://kriesi.at/documentation/enfold/change-logo-on-mobile/Regards,
IsmaelHi!
I’m sorry but I can’t reproduce the issue either. The css transition for the social icons are still there:
.small-preview, .avia-post-nav .entry-info-wrap, .avia-post-nav, .avia-menu-fx, .team-social, .button, .related-format-icon, .avia-slideshow-controls a, #top .social_bookmarks li a, .fallback-post-type-icon, #scroll-top-link, #advanced_menu_toggle, #advanced_menu_hide, .avia-slideshow-button { -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
Best regards,
IsmaelHey DionRaath!
Thank you for using Enfold.
Unfortunately, it’s not possible to modify the email output or appearance that you receive from the form. You will have to use another plugin capable of that. Note that you need to have basic knowledge of html and basic inline css to be able to modify the email output: Try these plugins
https://ninjaforms.com/
https://wordpress.org/plugins/contact-form-7/We recommend that you visit codeable: http://kriesi.at/contact/customization
Regards,
IsmaelHey MA09633!
Thank you for using Enfold.
The social media icons should be hidden on mobile device by default. Can you please provide a screenshot of the issue?
Best regards,
IsmaelHi Hoerlski!
Thank you for using Enfold.
You can modify the header.php file directly or try to add something like this in the functions.php file:
add_action('ava_after_main_container', function() { $output = '<div id="left-nav">'; $output .= '<ul><li><img src="ICON IMAGE URL HERE"></li></ul>'; $output .= '<li><img src="ICON IMAGE URL HERE"></li>'; $output .= '<li><img src="ICON IMAGE URL HERE"></li></ul>'; $output .= '</div>'; echo $output; });
Add this in the Quick CSS field to position the container to the left edge of the screen:
#left-nav { position: fixed; left: 0; top: 30%; z-index: 1000; }
Regards,
IsmaelHi!
Inside the color section with the map, add three 1/3 column layout. We will then give you the appropriate css to place the columns above the map.
Cheers!
IsmaelSeptember 7, 2015 at 8:23 am in reply to: File to change the speed of the fullscreen slider transitions #499091Hey!
Can you please provide a link to the page with the slider? We would like to check it.
Regards,
IsmaelHi!
Did you copy the code right from your email? Please copy the code directly from the forum. Make sure that all symbols (parentheses, semicolons etc) are intact.
Best regards,
IsmaelHey!
For the masonry element, try to adjust the width of the image before uploading. Make sure that it is not wider than 705px. Adjust the dimension of this image ( http://www.rorygibsonarchitects.co.uk/wp-content/uploads/2015/05/Synton-5.jpg ) to 705x286px.
Cheers!
IsmaelSeptember 7, 2015 at 8:11 am in reply to: theme shortcode button looses target "_top", but "_blank" works #499084Hey!
Please turn on the custom css class field. http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Modify the buttons that requires a target=”_top” attribute. In the custom css class field, add something like “custom-button”. Update the page. Add this in the functions.php file afterwards:
// target _top function add_custom_script(){ ?> <script> (function($) { $('.custom-button a').each(function() { $(this).removeAttr('target'); $(this).attr('target', '_top'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');
If you’re working on a shortcode, just add this parameter inside the button shortcode:
custom_class='custom-button'
Regards,
IsmaelSeptember 7, 2015 at 8:01 am in reply to: Place an image betwen the top of page and the header #499081Hi!
There is no default option for adding elements above the header so you have to modify the theme files directly. Go to the Appearance > Editor panel. Modify the header.php file. Look for this code:
if(!$blank) //blank templates dont display header nor footer { //fetch the template file that holds the main menu, located in includes/helper-menu-main.php get_template_part( 'includes/helper', 'main-menu' ); } ?>
Above that, you can add another container. Something like this:
<div class="custom-background-image container_wrap"></div>
Use the Quick CSS field to apply the image as background.
Regards,
IsmaelSeptember 7, 2015 at 7:56 am in reply to: Individual size of pictures doesn't work in Blogposts #499078Hey!
I’m sorry but I’m not sure I understand it clearly. What do you mean by ” I gave the picture a individual size “? How did you do that? Please provide a screenshot so that we can understand it better.
Cheers!
Ismael -
AuthorPosts