Forum Replies Created
-
AuthorPosts
-
Hi,
Sure, please add following code to Quick CSS as well
#advanced_menu_toggle { right: auto; left: 0; color: orange; border-color: green; background-color: blue; }:)
Best regards,
YigitHi,
Please change the code to following one
@media only screen and (min-width: 990px) { .container.av-logo-container { display: none; } .html_header_top.html_header_sticky.html_bottom_nav_header #main { padding-top: 50px !important; }}Best regards,
YigitHey Willyth!
Thank you for contacting us!
Please go to – http://kriesi.at/theme-overview and click “e-Commerce” from the filter to see our e-commerce themes.
We would definitely recommend Enfold theme as it is the most powerful, flexible and user-friendly theme we have ever created. You can check out demos here – http://kriesi.at/themedemo/?theme=enfold-overview which are available for import with a single click in Enfold theme options > Demo Import tab.
If you are planning to use the layouts as is, you can check out other themes as well but older ones have different template builder than Enfold. Advanced Layout Builder is currently only available on Enfold and since it is one of the most popular WordPress themes on the market right now, more plugin developers are making sure that their plugins are compatible with Enfold, comparing to other themes.
Let us know if you have any other questions and we will gladly try to help you :)
Best regards,
YigitHey Dragend,
Can you please create a temporary admin login and post it here privately and then point out the page where you would like to add LayerSlider?
You can create a page, add Product Grid element under Plugin Additions tab of Advanced Layout Builder and to display your products using ALB and add Advanced Layer Slider :)
Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.container.av-logo-container { display: none; } .html_header_top.html_header_sticky.html_bottom_nav_header #main { padding-top: 50px !important; }Best regards,
YigitHey rikkerthuinder,
Please add following code to Functions.php file of your child theme in Appearance > Editor
add_filter( 'avf_avia_builder_masonry_lightbox_img_size', 'enfold_customization_change_popup_size' ); function enfold_customization_change_popup_size( $size ) { return 'fullsize'; }Loved the photos by the way!
Best regards,
YigitJanuary 2, 2017 at 4:46 pm in reply to: How to make the field names inline on a mailchimp newsletter element? #728678Hi,
You are welcome! Let us know if you have any other questions! :)
Best regards,
YigitHi,
You could try using this one – http://www.ihomefinder.com/products/optima/
They are using Enfold on their site so i am guessing it should be compatible but again, to be on the safe side, it is recommended to contact plugin authors first :)Best regards,
YigitJanuary 2, 2017 at 4:39 pm in reply to: How to make the field names inline on a mailchimp newsletter element? #728675Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#header_meta .avia_wpml_language_switch_extra { display: none; }Best regards,
YigitHey Vinay!
We have not tested the plugin with Enfold however it should work fine. To be on the safe side, can you please contact plugin authors and ask if they had any experience with Enfold? :)
Best regards,
YigitHey,
Please refer to this post – https://kriesi.at/support/topic/missing-category-info-in-post-meta-infos-using-alb/#post-588985
Best regards,
YigitJanuary 2, 2017 at 4:07 pm in reply to: How to make the field names inline on a mailchimp newsletter element? #728665Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.homepage-signup label { visibility: hidden; }Best regards,
YigitHey!
Not at all!
Let us know if you have any other questions or issues :)Best regards,
YigitHi!
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Regards,
YigitJanuary 2, 2017 at 3:49 pm in reply to: How to make the field names inline on a mailchimp newsletter element? #728646Hey DROR,
Please add following code to Functions.php file in Appearance > Editor
function av_mailchimp_placeholders(){ ?> <script> jQuery(window).load(function(){ jQuery('.your-custom-class input#avia_0_1').attr('placeholder','Email Address *'); jQuery('.your-custom-class input#avia_1_1').attr('placeholder','First Name'); }); </script> <?php } add_action('wp_footer', 'av_mailchimp_placeholders');Then Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ edit your element and give it a custom CSS class
Best regards,
Yigit-
This reply was modified 9 years, 3 months ago by
Yigit.
Hi,
Please refer to this post – http://kriesi.at/documentation/enfold/enable-cors/
Best regards,
YigitJanuary 2, 2017 at 3:40 pm in reply to: size circles of navigation "easy slider" and Gap between elements in masonry #728643Hey!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-slideshow-dots a { height: 6px; width: 6px; padding: 5px; } .av-1px-gap.av-flex-size .av-masonry-entry .av-inner-masonry { position: relative; margin-right: 2px; margin-bottom: 2px; }Best regards,
YigitHi,
Can you please try changing the code to following instead
.entry-content p a:hover { text-decoration: none!important; border-bottom: 1px dashed #000!important; }That should apply to links that are wrapped in P tags
Best regards,
YigitHi,
Thanks! Hope you are doing well as well :)
Happy new year!There were some errors in your custom CSS. I corrected them. Can you please try again now?
If that still does not work, please point out the page you are working on :)Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.entry-content a:hover { text-decoration: none!important; border-bottom: 1px dashed #000!important; }Best regards,
YigitHi,
Yes, i tried. I tried changing permissions on folders but that does not work either. Could you please try re-installing everything?
Please also see – http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.slide-meta-comments a:hover,span.blog-categories a:hover { text-decoration: none!important; border-bottom: 1px dashed #000!important; }Best regards,
YigitHi,
Following code should have worked
#slider { z-index: 1; }Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitHi!
Please try following
main.content a:hover {text-decoration: none!important; border-bottom: 1px dashed #000!important;}Cheers!
YigitHey Harry!
Can you please contact your hosting provider and ask if there is some sort of server side caching? Custom CSS code i add to Quick CSS field is not being applied as well
Best regards,
YigitHey DD!
1- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#footer #simple-social-icons-2 { margin-top: 0!important; } #footer #wysiwyg_widgets_widget-2 { margin-bottom: 5px; }2- Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_title_tag','avia_new_title'); function avia_new_title() { $title = get_bloginfo('name'); return $title; }Best regards,
YigitHi!
Can you please post the link to your page and point out the links you would like to target?
Best regards,
YigitHey!
Thank you for contacting us!
Please refer to this post – http://kriesi.at/documentation/enfold/portfolio-item/install-enfold-theme-with-ftp/ and try installing the theme via FTP.
If you would like us to install the theme for you, please post WP admin logins and FTP logins here privately and upload Enfold.zip file somewhere on your serverRegards,
YigitHey Anton,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia_textblock a:hover {text-decoration: none!important; border-bottom: 1px dashed #000!important;}Best regards,
Yigit -
This reply was modified 9 years, 3 months ago by
-
AuthorPosts
