Forum Replies Created
-
AuthorPosts
-
Hi,
I tried the code on my installation before adding it to your site and it worked great! but very sorry that the same code din’t work and broke the site it was totally unexpected. I have modified the earlier version and everything is good now please review the site.
below functions was added to child themes functions.php
function mobile_menu_social_icons(){ ?> <script> jQuery(window).load(function(){ // Add your jQuery script here var htmlString = jQuery('#header .social_bookmarks').html(); jQuery('#wrap_all').find('#mobile-advanced').prepend(' <ul class="noLightbox social_bookmarks">' + htmlString + '</ul> '); }); </script> <?php } add_action('wp_head', 'mobile_menu_social_icons');
Below css was added to child theme styles
/* Mobile menu social icons */ #mobile-advanced [data-av_iconfont='entypo-fontello']:before { font-family: 'entypo-fontello'; } #top .social_bookmarks li a:before, #mobile-advanced .social_bookmarks li a:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: normal; content: attr(data-av_icon); speak: none; } #mobile-advanced ul.social_bookmarks li, #mobile-advanced ul.social_bookmarks li a{ border:0!important; } #mobile-advanced .social_bookmarks li a:before { color: #666; font-size: 30px!important; } #mobile-advanced .social_bookmarks li > a:before { font-size: 20px; } #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { display: none !important; }
Best regards,
VinayHi,
Glad it’s sorted!
We really appreciate it if you rate our theme on themeforest :)
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold!Best regards,
VinayHey Goran,
1. The layerslider is bundled with the theme and get’s updated with the theme unlike other plugins which get’s updated separately.
2. Click on Advanced layout editor and use “Advanced Layerslider” element under Media elements. Select the slider from the drop down.
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Best regards,
VinayHi,
You are most welcome. Please not that this is a quick fix you still need to make sure your theme is updated to the latest version correctly. once it is updated to the latest version you can remove the code from functions.php and hard refresh to clear browser cache there should be no errors.
Best regards,
VinayHi,
Glad we could help! We really appreciate it if you rate our theme on themeforest :)
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold!Best regards,
VinayHi,
Glad this is sorted!
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold!
Best regards,
VinayHey hasbeat,
If you are adding link in a text widget to open them in new tab add target=”_blank”
<a target="_blank" href="http://your_url_here.html">Link</a>
If you have menu setup from Appearance > Menu and not able to find an option to set links to open in new tab please check screen option on top right and check the option that says “link Target”.
Best regards,
VinayHey gruebundmartsch,
The icons look good on my end would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
Best regards,
VinayMay 30, 2016 at 11:44 am in reply to: Change the font size for the price only in the product. #640245Hey Audiolia,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .price, #top .price span{ font-size: 20px!important; }
Best regards,
VinayHi,
We are totally committed and we work hard to resolve any issue that comes up related to our themes.
As mentioned earlier switching themes is part of troubleshooting steps and it will not break anything. It’s possible that someone was still working on your site when you check it out. I hope you understand that we are all trying to help you out! but somethings are out of our control and this is not a theme issue. Enfold works great on thousands of sites without a problem while using caching plugins. As mentioned earlier please check your server settings and error logs to see what is blocking access to the minified files.
Best regards,
Vinay-
This reply was modified 9 years, 1 month ago by
Vinay.
Hi,
Please replace the previous code with the one below:
@media only screen and (min-width: 767px) { #socket .menu { position: absolute; left: 34px; top: 40px; } }
Best regards,
VinayMay 30, 2016 at 10:42 am in reply to: Header to fade in after a certain time e.g. when a video is finished playing #640210Hey nep102,
Add your video to homepage body background or use the page ID or the below css with correct background source path.
.home { background: url('video.mp4'); }
then Please try adding this at the very end of your themes / child themes functions.php file: set delay 5000 to match the video length in line setTimeout(showpanel, 5000)
function fadein_page(){ ?> <script> jQuery(document).ready(function(){ // Add your jQuery script here jQuery('#wrap_all').addClass('hidden'); function showpanel() { jQuery('#wrap_all').fadeIn(1000).removeClass('hidden'); } // set delay setTimeout(showpanel, 5000) }); </script> <?php } add_action('wp_head', 'fadein_page');
Best regards,
VinayHi,
I want to let you know that we are committed to provide a satisfactory solution to all our users. However somethings are out of our control. Our intention was not to make you spend time trying to resolve this but we had to try out a few troubleshooting steps without which there is no way to figure out what is causing the issue.
We do not have access to your server settings so we cannot tell for sure what settings you need to change as josue mentioned please get in touch with the hosting company and let them know about this issue. Try to get any error logs from the server which may throw some light what is causing this issue.
Each site is configured differently and uses different server settings due to which what might work best for one site may not give you the same results. Check out our recommended plugin list and give it a try.
Best regards,
VinayHi,
I see that the fullwidth menu is highlighting correctly. If you like the main menu to highlight when a page in fullwidth menu is clicked then you need to make it a child page of the main menu item.
Example :
“Starters” is a child page of “Menu” so the Menu highlights when you select starter. Similarly make the rest of the pages the child page of it’s respective parent menu page.
let us know if you have any questions.
Best regards,
VinayHi,
I’m not sure why the 3rd part widget is not working. I have added your image in the sidebar using the builtin text widget. please check the about page or the screenshot in private.
Best regards,
VinayHi,
Please provide a working link to your site it will be easy to help you with accurate code. You are copying a preview link(which only admin can see) instead click view page on top tool bar and share the link.
/* Price row */ .main_color .pricing-table li.avia-pricing-row { background-color: #c3512f!important; color: #ffffff!important; } /* font size */ .pricing-table>li { font-size: 20px; }
Best regards,
VinayHey redospassos,
Please make sure your theme is updated to the latest version if you still have any issues provide a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
VinayHi,
I see all the links show up fine on chrome please check the screenshot attached. You may not see the changes until the cached files are cleared in your browser.
Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.
Best regards,
VinayMay 30, 2016 at 7:00 am in reply to: How to Mask Enfold Theme when doing a migration to another server #640143Hi,
We will close this ticket, if you have more question please get in touch via a new ticket.
Thank you for using Enfold.
Best regards,
VinayHi,
Please check the link in private. A custom class “custom_gallery” has been added to 1/1 col and the images inside it are styled as per your requirement.
/* Custom Gallery */ .custom_gallery img { width: 130px; height: 200px; } .custom_gallery .avia-image-container { float:left; margin-right:20px; } .custom_gallery .avia-image-container:last-child { margin-right:0px; } .av-image-caption-overlay-center { position: absolute; bottom: 0; transform: translateY(100%); }
Best regards,
VinayHey 1039 Online,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia_transform a .image-overlay { border-radius: 300px!important; }
Best regards,
VinayHey jeftores,
A plugin conflict may be one of the reason for this issue.
To find which plugin is causing the conflict please follow these steps:1. Go to your plugins page > Deactivate all active Plugins
2. Update WordPress and Enfold to latest version if you have not.
3. Make sure all the plugins are updated.
4. Activate jetpack and if the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.We await the results of your plugin compatibility test.
Thanks for your cooperation :)
Best regards,
VinayHey kieranvyas,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
VinayHi,
To style the phone number Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.phone-info { font-size: 20px; color: red; background:gold; padding: 10px; }
Best regards,
VinayHey richardhofer83,
Please use a fullscreen slider you can then add buttons and captions easily.
To adjust the width of the slider to container width Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-fullscreen-slider { border-top: none; max-width: 1300px!important; left: 50%; transform: translate(-50%); }
Best regards,
VinayMay 29, 2016 at 8:57 pm in reply to: Menu only visible on scroll and I would like it to be visible all the time #640032Hey sutara,
On the frontpage settings please change the header visibility to something that suits your design.
For more options please check Enfold Theme Options > Header > Header Behavior
Best regards,
VinayHey OmarZRG,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) { .responsive #header .main_menu .social_bookmarks { display: block!important; position: absolute; }}
Best regards,
VinayHi,
Glad we could help! We really appreciate it if you rate our theme on themeforest :)
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold!
Best regards,
VinayHey kopf-und-stift,
After you create a header widget make changes to the css provided in the documentation or use the below code instead to position the widget to the right.
#header .widget { right: 0%; padding-top: 0; position: absolute; top: 0; z-index: 999; }
Best regards,
VinayHi,
1. Fixed preview
Solution : Remove www. from site url in general settings.
You can also set visibility to private when you are creating a page that way only you can see it.2. I interchanged SEO and CONTENT buttons on front page and it worked fine. If yous till have any issue please elaborate which elements you are trying to change?
3. I added several icons and it worked fine (link in private).
Best regards,
Vinay -
This reply was modified 9 years, 1 month ago by
-
AuthorPosts