Forum Replies Created
-
AuthorPosts
-
Hey!
I checked the page but I don’t see any line covering the text under the slider. Are you trying to move this text so that it is visible above the fold?
Best regards,
IsmaelSeptember 9, 2015 at 6:27 am in reply to: Custon bullet List inside caption text in Fullwidth Easy Slider #500193Hey!
Add this in the Quick CSS field:
.avia-caption-content.av_inherit_color { text-align: center; } .lista-maxitracce { display: inline-block; }Cheers!
IsmaelHi!
I checked the page on IE 11 and the images are displaying as expected. On what version of IE did you test this?
Cheers!
IsmaelHi!
Can you please re-create the user? I can now access the wp-login page but the login credentials above are not working.
Cheers!
IsmaelHi!
The code should be:
<?php _e('World-Class Active Vacations', 'avia_framework'); ?>Register the string in the es_ES.po file located on enfold > lang folder. Should look something like this:
# @ avia_framework #: name-of-the-file-where-the-string-is-located.php:189 msgid "World-Class Active Vacations" msgstr "TRANSLATION HERE"Adjust the file name and line of code value where the code is located. Go back to the Loco Translate panel, select the spanish language then sync the language files.
Cheers!
IsmaelHey!
Please post the login details for the wp dashboard, we would like to check it. The size of the featured image should be not more than 705px (width and height), for the masonry element, if you want to have the exact thumbnail size.
If you’re referring to the bottom part of the image not being displayed, it is actually being covered by the masonry content container.
Best regards,
IsmaelHey!
Please refer to the following link for a possible solution. https://codex.wordpress.org/Login_Trouble
Regards,
IsmaelSeptember 8, 2015 at 7:33 am in reply to: layerslider – how to make items sit on different widths? #499683Hey!
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-contentBest 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,
Ismael -
AuthorPosts
