Forum Replies Created
-
AuthorPosts
-
Hey!
Please upload the screenshot to imgur.com or dropbox and share the image link here.
Cheers!
VinayHey!
We checked the site in latest version of the FF on windows 8.1 and did not notice any issue while scrolling. We are unable to re-produce the issue please elaborate the issue you are facing with the homepage and if possible send us a screenshot of the same.
Sometimes it could be because of a plugin conflict to find the plugin in conflict please follow the below steps
1. Goto plugins page > Deactivate all active Plugins
2. Updated WordPress and Enfold to latest version if you have not.
3. Activate one plugin at a time… refresh the page and check for the issue.
4. Make sure the plugins are all updatedRegards,
VinayHi Bahar!
We are working on your ticket please wait while we update the results here soon.Please select Logo Center menu below from Header > Menu and logo Position
Then from Header > Extra Elements > check the search icon.
Add the below css in Enfold > General Styling > Quick CSS
feel free to adjust margin right to match the logo width or slightly more/*Split menu*/ .av-logo-container { position: absolute; left: 50%; transform: translateX(-50%); } .av-main-nav li:nth-child(3) { margin-right:350px; }
Cheers!
Vinay-
This reply was modified 9 years, 2 months ago by
Vinay.
Hey John!
The design you are looking for is a custom design and using Enfold you can easily achieve something similar but not 100% same.
Please go to Enfold > Header
And under “Menu and Logo Position” select logo left and menu below.
And in header behavior please make sure “Let logo and menu position adapt to browser window” is unchecked.
Once you have the basic setup the menu and logo
Adjust the header background color from Enfold > General Styling > Logo Area background color
Add the following CSS in Enfold > General Styling >Quick CSS
.html_header_top #top .av_menu_left .main_menu { background: #FFF; }
Cheers!
VinayHey!
If your icons are showing as a blank rectangle please follow the steps in the below link
Regards,
VinayHi!
Glad it’s working for you now. To find out the syntax errors may be this is a bit helpful for you http://esprima.org/demo/validate.html
We really appreciate if you rate our theme on themeforest :)
Thank you for using Enfold.
Best regards,
VinayHi soulmatesanimalsociety!
The page is locked for public viewing i guess… but if you are talking about the screenshot attached on this page the background is coming from the below css
#wuc-wrapper { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-image: url('../img/bg_pattern.png'); z-index: 9; }
Cheers!
VinayHey!
Glad we could help :)
If you have more questions please feel free to get in touch with us.Best regards,
VinayHey!
Glad we could help you with this. We have put together some useful info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
we really appreciate if you rate our theme on themeforest.
Thank you for using Enfold :)
Regards,
VinayHi!
Glad we could help you with this. we really appreciate if you rate our theme on themeforest :)
Thank you for using Enfold :)
Regards,
VinayHi onedesignprint!
Please change the menu font size from Enfold > Advance Styling options
Regards,
VinayHey!
Not sure if you got this resolved but I see normal bullets in the mobile menu
Best regards,
VinayHey!
Thank you for the kind words :) You too have a nice day !
Thank you for using enfold.
Best regards,
VinayHi!
Please use the below CSS in Quick CSS in Enfold > General Styling
html.html_av-framed-box .av-frame { height: 5px!important; } html.html_av-framed-box .av-frame { width: 100px!important; }
Regards,
VinayHi!
No if you deactivate enfold and activate other themes you will not lose any content all tho on the page you might see some shortcodes. But do not worry about that it will look fine with you activate the enfold theme back again. Let us know if you are able to view the admin bar in default theme.
Best regards,
VinayApril 11, 2016 at 9:43 am in reply to: Multi-step Checkout Plugin by mubashir CSS NOT working with Enfold Theme #611074Hi!
We can assure you that Enfold will not overwrite the plugin styles 100% may be there is a possibility that the plugin author is using same class names which might cause a conflict but we do not see the plugin in action on your site. Please provide us with a link to the page where we can see the plugin and the issue. So we can take a closer look at it and if it is a minor conflict we can help you with custom CSS.
Regards,
VinayHey anywayanyway!
If you are using shortcode in the text area of the tab’s after you enter the button short code don’t hit the enter key as it will display in the next line… please place the shortcode in same line
Just copy and paste the below shortcode for buttons to be on the same line :)
[av_button label='Click me' link='manually,http://' link_target='' size='small' position='left' icon_select='yes' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class=''] [av_button label='Click me' link='manually,http://' link_target='' size='small' position='left' icon_select='yes' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class='']
Regards,
VinayHey!
@jeff Most of the time the emails are delivered into spam folder. Have you check it? If you still have issues we need to take a closer look at it please create a new ticket and provide us with your site details in private content so we can login and take a closer look at the issue.Best regards,
VinayHi!
Glad we could help! We have put together some useful info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Thank you for using Enfols :)
Regards,
VinayHey!
We checked the settings in the backend everything looks good.
I highly suspect that this issue is related to Enfold. However we are more than happy to help you.
First de-activate enfold theme and check with wordpress default theme and let us know if you are able to see the admin bar while viewing the site.
Cheers!
VinayHey!
Glad we could help! Thank you for using Enfold :)
Best regards,
VinayHi!
We are working on your ticket please wait while we update the results here soon.
Please review the site now we have added the following code in function.php
/* External links */ function external_links(){ ?> <script> jQuery(window).load(function(){ jQuery("a[href^='http:']").not("[href*='denvermediapro.com']").attr('target','_blank'); }); </script> <?php } add_action('wp_footer', 'external_links');
Regards,
Vinay-
This reply was modified 9 years, 2 months ago by
Vinay.
April 11, 2016 at 6:56 am in reply to: Homepage video background showing black space on left and right side #611011Hi!
That is the perfect way to show the LS on mobile version only. You can use the css below to hide the desktop version in mobile and hide the mobile version in desktop…
/*Show only in mobile or desktop*/ @media only screen and (min-width: 769px) { .only_mobile { display: none !important; }} @media only screen and (max-width: 768px) { .only_desktop { display: none !important; }}
Cheers!
VinayHey!
Please refresh the browser cache and review the site now we have added the below css
/* Fullwidth Insta */ .responsive #top #wrap_all .fullwidth-insta .container { width:100%!important; max-width:100%!important; }
Regards,
VinayHey dewasurya!
Please add the below code in functions.php to enable shortcode in excerpts.
add_filter('the_excerpt', 'do_shortcode');
Best regards,
VinayHey!
There is not much we can do about it as this is a wordpress core feature. May be you can try one of the plugins available like https://wordpress.org/plugins/automatic-updater/ we haven’t tested it but you can try it on you own and you might find it useful :)
Cheers!
VinayHi Lindberg!
We have put together some useful info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
There is no specific guide for a one page setup as most of the elements are common in all layouts.
However one thing to keep in mind is the same page scroll menu.
To setup a one page menu the URL or link should not be http://www.sitename.com/#ID but just add the #ID so the links are scrolled in the same page and the page won’t refresh :)
If you need any help please let us know.
Cheers!
VinayHey!
Glad it worked for you :) We have put together some useful info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Regards,
VinayHi curtdonohue!
We need to take a closer look at it please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.
Best regards,
VinayHi!
Glad we could help! We have put together some useful info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Best regards,
Vinay -
This reply was modified 9 years, 2 months ago by
-
AuthorPosts