Forum Replies Created
-
AuthorPosts
-
Hi all,
LayerSlider 6.2.2 update is available with Enfold 4.0.5, please check you theme versions and update, if necessary.
If you need further assistance please let us know.
Best regards,
VictoriaHey cosmicresearch,
It’s the border, you can make it invisible.
Here is the code you can put this in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css.main_color div { border-color: #f2f2f2 }If you need further assistance please let us know.
Best regards,
VictoriaHey adferger1,
It was mostly the LayerSlider update. That’s all I can tell you now.
Are you experiencing some issues?If you need further assistance please let us know.
Best regards,
VictoriaHi Wazzabi,
Could you give me a link to the page where this portfolio is rendered and what did you put in your child theme portfolio.php. Could you use https://pastebin.com/ to show me the code?
Best regards,
VictoriaApril 1, 2017 at 5:39 pm in reply to: Image with Zoom In effect when hover and getting cut off #770376Hi fcp,
I think it should be something like:
.custom-class:hover { -webkit-transform: scale(1.06); -moz-transform: scale(1.06); transform: scale(1.06); -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;} .custom-class { -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }If you need further assistance please let us know.
Best regards,
VictoriaApril 1, 2017 at 5:30 pm in reply to: customize the mobile menu to be : logo+search icon+cart icon+menu icon #770375Hi YongyanLi,
Here is the code you can put this in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) { #menu-item-shop { min-width: 130px; margin-right: 20px; } }and this to functions.php
add_action('wp_footer', 'ava_new_custom_script'); function ava_new_custom_script(){ ?> <script type="text/javascript"> (function($) { function a() { if ($.avia_utilities.isMobile) { $('#menu-item-search').appendTo($('#menu-item-shop')); } } $(window).load(function() { a(); }); })(jQuery); </script> <?php }If you need further assistance please let us know.
Best regards,
VictoriaHi Pixelbits,
You could achieve it with an image, just prepare the image with necessary dimensions and transparent background.
Another way to do it is by using css.If you need further assistance please let us know.
Best regards,
VictoriaHi all,
It might be that LayerSlider’s new update (yes, another one, v 6.2.2) that is not in Enfold yet, is picked up by WordPress as a plugin that needs update, but since it’s not in your plugins tab, it’s not seen there.
The issue should resolve with the new version of Enfold with LayerSlider updated.If you need further assistance please let us know.
Best regards,
VictoriaApril 1, 2017 at 4:39 pm in reply to: 'Slide Linking' no longer working correctly after recent update. #770360April 1, 2017 at 4:31 pm in reply to: How to change the "send" button at the contact form to green? #770356Hey Leonsz,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHey mariasol3,
Here is a nice article on the topic.
If you need further assistance please let us know.
Best regards,
VictoriaHey Joe McGrath,
Try removing the avia.js from child theme and using the one in parent theme (especially if there were no modifications to avia.js and your parent theme has been updated).
Also, the error is in Isotope which you have v2.0.0 and current is v3.0.2. So you can put a fresh avia.js into child theme folder and see what happens.
Let us know if the problem persists.
Best regards,
VictoriaHi CloudChoice,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
This can be done via color section settings, no need for additional css.Best regards,
VictoriaHey kopilot,
Tab section ignores this “#tab-id-2” and does not open the tab you need, so might as well make you links like this http://rubiconco.dk/produkter/ and user will have to click on the section himself.
If you need further assistance please let us know.
Best regards,
VictoriaHey vonwelzen,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHey snitt,
Here is the code you can put this in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia-tooltip { min-width: 220px; word-wrap:break-word; font-size: 0.7em; }If you need further assistance please let us know.
Best regards,
VictoriaHi Gleechme,
Glad we could help and glad you enjoy Enfold! Happy exploring, building and optimising! :)
Best regards,
VictoriaHi sudhafen,
Here is the code you can put this in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) { .caption_fullwidth.av-slideshow-caption.caption_left { padding: 10px; background: rgba(255, 255, 255, 0.8); } }If you need further assistance please let us know.
Best regards,
VictoriaHi Sigmund,
Please add this code to your /themes/enfold-child/style.css
#top .av-masonry-load-more:hover { letter-spacing: 1px; }If you need further assistance please let us know.
Best regards,
VictoriaHi Neil,
Here you can pick one, depending on your OS.
If you need further assistance please let us know.
Best regards,
VictoriaApril 1, 2017 at 3:06 pm in reply to: Apply external link to a language flag inside language selector #770327Hey Uroš,
Could you please add this code using the code button, so that it gets pasted correctly and
could you please give us a link to your website, we need more context to be able to help you.Best regards,
VictoriaHi ChristianEnglen,
Well, you cannot execute php there, but you might be able to use a shortcode there.
Here is some reading on the subject:
https://www.sitepoint.com/custom-shortcodes-for-wordpress/
http://www.wpbeginner.com/beginners-guide/7-essential-tips-for-using-shortcodes-in-wordpress/
https://wp-types.com/documentation/user-guides/shortcodes-within-shortcodes/If you need further assistance please let us know.
Best regards,
VictoriaApril 1, 2017 at 2:44 pm in reply to: Form email is not successfully sent, but there is no log (or is there?) #770324Hi Daryi,
You can use WordPresses hooks and filters instead of modifying that class. Please refer to this thread for a possible solution.
If you need further assistance please let us know.
Best regards,
VictoriaHi webdesign,
Yes, it is possible. In WordPress the body element gets the class of post ID or page ID, so you can target header for the pages or posts that you need.
If you need further assistance please let us know.
Best regards,
VictoriaApril 1, 2017 at 2:34 pm in reply to: Theme update caused ALL WordPress media images to disappear.. Please help! #770321Hi gosupersisters,
I looked at your website, seems like the images are there. Do you still need help with this issue?
Best regards,
VictoriaHi agameseo,
For the LS you can try setting the “Calculate position from” to sides of the screen.
Do you still need any help with tab section?
Best regards,
VictoriaHey sanb,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHey Jessica,
Please remove the code that is breaking things for you and refer to this thread for a possible solution.
If you need further assistance please let us know.
Best regards,
VictoriaApril 1, 2017 at 2:21 pm in reply to: WOOCOMMERCE – BACKORDERS DISABLED BUT CUSTOMER WAS ABLE TO BACKORDER #770316Hey tankerhq,
Enfold does not do any manipulation with products. Maybe it was a concurrent request issue, but then again, it’s not Enfold, it’s server/database transactions/Wordpress issue. In Enfold + WooCommerce, Enfold is just presentation, plus plugins and custom functionality you might have added.
If you need further assistance please let us know.
Best regards,
VictoriaApril 1, 2017 at 2:13 pm in reply to: Change color of header phone number & social icons on mobile #770314Hey Insight_PR,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria -
AuthorPosts
