Forum Replies Created
-
AuthorPosts
-
Hey!
To remove the border please use the css below to remove it.
p.demo_store { box-shadow: none!important; }
Best regards,
VinayApril 2, 2016 at 5:36 pm in reply to: One Page Menu Not Highlighting Correctly to Color Section #607006Hey!
Please refresh your browser cache and check again r0cket l3ads works fine the Internet Marketing site has the menu highlight issue… if you find any issue with r0cket l3ads please elaborate it so we can help you fix it.. :)
Cheers!
VinayHi!
You can find most of the border styling options in Enfold > general Styling > socket > Delete the Border colors value and save it.
If this still don’t work for you please upload the screenshot to imgur.com or dropbox and share the link here so we can provide you with custom css :)
Regards,
VinayHi!
Glad we could help :) We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Regards,
VinayHey KVSchneppenheim!
We checked for the issue and we care able to view all the Advanced Layout Editors content and elements.
Please check private content for screenshot…If you still see this issue please let us know more details which browser and system you are using and if there were any changed done?
You can also try to find if this is 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 updatedCheers!
VinayHey!
@mmagnani thank you for sharing your tip :)if you are not working with a child theme already please check this link http://kriesi.at/documentation/enfold/using-a-child-theme/
Let us know if you tried the solution provided earlier and it worked for you.
Best regards,
VinayHey!
Glad we could help! We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Best regards,
VinayHi SaraMichelle!
The page is responsive… please refresh your browser cache and check again. if you still cannot see anything similar to the screenshot in private please let us know more info which mobile or browser you are viewing it in?
Cheers!
VinayHi blaircomm!
Please remove the css which did not work for you and share a link to page where we can inspect the element in question. i checked you site but could not make out which banner you are referring to… you can find most of the options in Enfold > general Styling >
However if you cannot find what you want there we will provide you custom css for this. please let us know acurite info.
Regards,
VinayHi modernme!
It is not a standard feature of the theme you need a lot of custom code to do it. Instead try a plugin like
https://wordpress.org/plugins/search.php?type=term&q=sticky+sidebar
https://wordpress.org/plugins/advanced-floating-content-lite/
https://wordpress.org/plugins/cbxdynamicsidebar/
https://wordpress.org/plugins/sm-sticky-featured-widget/
Best regards,
VinayHi UntappedA!
The featured image option was hidden in the screen options which is on the top right
Please check the blog post now the images are visible :)
Best regards,
VinayHi AsadIC!
This might be an issue with 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!
Thank you for the suggestions XML files are currently not available as public download we might add it int he future.
Will keep this ticket open in case you have any questions :)Regards,
Vinay- This reply was modified 8 years, 7 months ago by Vinay.
Hey!
@Ivne I think your issue is a different one you can change the menu order from Appearance > Menu > Select the menu you want to change and drag the menu items to the top or bottom of the list to change order.if this is not what you are looking for please open a new ticket and provide a link to the site where we can inspect the element in question.
Cheers!
VinayHi!
Glad we could help! you too have a nice weekend :) We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Best regards,
VinayApril 2, 2016 at 8:58 am in reply to: One page menu not highlight correctly to color section! URGENT! #606909Hi!
Great! We have replied to you on the new ticket. :)
Cheers!
VinayApril 2, 2016 at 8:42 am in reply to: One Page Menu Not Highlighting Correctly to Color Section #606907Hi!
Bumping will not help in getting faster replies. the system marks it as answered and push it to the bottom of queue. Please wait while we get yo your ticket and answer it will be much faster.
We are working on your ticket please wait while we update the results here soon.We have added the below code and fixed the issue please check the site and let us know if you have any questions
custom css
/* onepage nav active menu item*/ @media only screen and (min-width: 769px) { .current_page_item .avia-menu-text, .active-menu-item { color: #b70e14!important; } } .active-menu-item .avia-menu-fx{ opacity: 1; visibility: visible; background-color: #719430; border-color: #507210; height: 2px; width: 100%; } /*remove default styles*/ .current-menu-item .avia-menu-text { color: #0a5476!important; } .current-menu-item .avia-menu-fx { display: none!important; }
onepage scroll jQuery
//One page nav highlight function activateMenuItem(){ ?> <script> jQuery(document).scroll(function() { var sections = jQuery('.avia-section'), menu = jQuery('.avia-menu'), nav_height = menu.outerHeight(); jQuery(window).on('scroll', function() { var cur_pos = jQuery(this).scrollTop(); sections.each(function() { var top = jQuery(this).offset().top - 300, bottom = top + jQuery(this).outerHeight(); if (cur_pos >= top && cur_pos <= bottom) { menu.find('a').removeClass('active-menu-item'); menu.find('a[href="#' + jQuery(this).attr('id') + '"]').addClass('active-menu-item'); } }); }); }); </script> <?php } add_action('wp_head', 'activateMenuItem');
Regards,
Vinay- This reply was modified 8 years, 7 months ago by Vinay.
Hey!
1. Once you add the code correctly in functions.php depending on the type of menu you use
2. Then create a header widget in “Custom Widget Area” which you can find in Appearance > Add Widget Area
3. Add a text widget to the header widget area and insert the logo image as shown in the below screenshot.
To show two logos you can add another text widget and add a custom class name to the logo as Ismale mentioned above logo and logo-2 or something similar and style it using CSS…
Cheers!
VinayHey!
We would have surely helped you if there was anything we could really do about it at all… but at the moment there is not an easy way to do it.
We really appreciate your kind words and thanks for understanding!
Cheers!
VinayApril 1, 2016 at 8:29 pm in reply to: One page menu not highlight correctly to color section! URGENT! #606857Hi!
@chrisbelote we will take a look at your site as well many issues in one tickets usually lead to confusion and please create a new ticket with proper description of the issue and the private content is visible to both mods and the person who created the ticket.
@matgreat please let us know if you have any questions.Thank you for using Enfold!
Cheers!
VinayHey!
Thanks for sharing the tip @cherrmann
I hope it helps you… there are many out there but we haven’t tried any you should probably give it a shot and if you find anything good please feel free to share them here so others can benifit from it :) https://kriesi.at/support/topic/recommended-plugins/
Regards,
Vinay- This reply was modified 8 years, 7 months ago by Vinay.
Hey volpagirl!
You can change the menu in Appearance > Menu
Select the main menu (it is the one usually selected by default)
Uncheck use mega menu to make it a vertical menu
Cheers!
VinayHi!
We cannot see the menu the page is password protected.
To remove separators got to
Enfold > Header > Header layout > Separator between menu items > No Separator
To hide the social icons on only one page replace the xxx in page-id-xxx below with the correct page ID and use the rest of the code as is…
.page-id-xxx .social_bookmarks{ display:none; }
Cheers!
VinayHi!
One of the plugins that you are using is causing a conflict. Everything works fine on mobile when we checked for the issue…
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 updatedBest regards,
VinayHey!
Why don’t you suggest to your client to click on “Advance Layout Editor” button so the “Add Media” button will be visible? When they are finished with work in media library they can click again on “Advance Layout Editor” button.
Apart from this suggestion as mentioned earlier to go to the media library while using the advanced layout builder you need to add a image element and click on it or access media link on the wordpress sidebar options. Sorry but at the moment it is not possible to have the “Add Media” button visible while working in Advanced Layout builder.
Regards,
VinayApril 1, 2016 at 4:02 pm in reply to: HEADER with dfferents menus and logos in the same website #606746Hey!
Thank you for the kind words :)
Please us the below css in Enfold > General Styling > Quick CSS to remove the header border
#header_main { border: none!important; }
Best regards,
VinayHi!
We created a test page and checked all the elements. The page builder is working fine please delete the empty blocks and add your content.
Regards,
Vinay- This reply was modified 8 years, 7 months ago by Vinay.
April 1, 2016 at 3:27 pm in reply to: One page menu not highlight correctly to color section! URGENT! #606716Hi!
There are some steps that we need to check before custom coding to avoid conflicts and thank you for co-operating with us. However we could not re-produce this issue so we created a new custom script, disabled default styles and added custom styles for highlighting a menu.
//One page nav highlight function activateMenuItem(){ ?> <script> jQuery(document).scroll(function() { var sections = jQuery('.avia-section'), menu = jQuery('.avia-menu'), nav_height = menu.outerHeight(); jQuery(window).on('scroll', function() { var cur_pos = jQuery(this).scrollTop(); sections.each(function() { var top = jQuery(this).offset().top - 300, bottom = top + jQuery(this).outerHeight(); if (cur_pos >= top && cur_pos <= bottom) { menu.find('a').removeClass('active-menu-item'); menu.find('a[href="#' + jQuery(this).attr('id') + '"]').addClass('active-menu-item'); } }); }); }); </script> <?php } add_action('wp_head', 'activateMenuItem');
Below is the CSS we added in Enfold > General Styling > Quick CSS
/* active menu item*/ @media only screen and (min-width: 769px) { .current_page_item .avia-menu-text, .active-menu-item { color: #b70e14!important; } .active-menu-item .avia-menu-fx { content: ''; position: absolute; display:block!important; left: 50%; transform: translateX(-50%); bottom: .5em; height: 2px; width: -0; background: #b70e14!important; transition: all 0.3s ease; z-index:99999!important; } } /*remove default styles*/ .current-menu-item .avia-menu-text { color: #0a5476!important; } .current-menu-item .avia-menu-fx { display: none !important; }
Please review the site now it should work fine :)
Cheers!
Vinay- This reply was modified 8 years, 7 months ago by Vinay.
Hi!
The method suggested earlier gives you a fine control to choose the button style.
We can provide you with CSS to change almost any button on the site.Please add the below css to change all the button styles to look like your mockup.
.gform_button.button, input.wpsg_button { color: #ffffff!important; border-color: #455483!important; background-color: #6776a5!important; border-radius: 3px!important; text-decoration: none!important; display: inline-block!important; border-bottom-style: solid!important; border-bottom-width: 1px!important; margin: 3px 0!important; line-height: 1.2em!important; position: relative!important; font-weight: normal!important; text-align: center!important; max-width: 100%!important; transform:all .3s ease; } .gform_button.button:hover, input.wpsg_button:hover { background-color: #88BBC8!important; }
Best regards,
VinayHi morecolor!
Please edit the themes\enfold\footer.php file and add your code before </body>
We recommend using a child theme to do any custom modificationsRegards,
Vinay -
AuthorPosts