Forum Replies Created
-
AuthorPosts
-
Hi!
Please replace
nav.main_menu { background-color: rgba(0,0,0,0.2); border-radius: 10px; } .header-scrolled nav.main_menu { background-color: transparent; }with
.home nav.main_menu { background-color: rgba(0,0,0,0.2); border-radius: 10px; } .header-scrolled nav.main_menu { background-color: transparent; }Best regards,
YigitJune 18, 2014 at 3:37 pm in reply to: Changing the Styling via Enfold Theme Options in backend does not work #280607Hi!
Great! Let us know if you have any other questions or issues :)
Best regards,
YigitHey!
You do not need to email login credentials to that email address. You can post them here privately by checking “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Regards,
YigitHey curmi01!
Please go to Enfold theme options > General Styling tab and change main colors to #AD0004
Regards,
YigitHi!
Please add following code to Quick CSS as well
.breadcrumb-trail { width: auto!important; }Best regards,
Yigit-
This reply was modified 10 years, 10 months ago by
Yigit.
Hi!
You are welcome, always glad to help! :) Let us know if you have any other questions or issues
Regards,
YigitHey Angiec13!
1- I went through all of your pages and socket displays on all of them on my end. Which page it does not show on your end?
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab.footer_color .widget_nav_menu ul:first-child>.current-menu-item, .footer_color .widget_nav_menu ul:first-child>.current_page_item { background: transparent!important; box-shadow: none!important; }Cheers!
YigitHi!
Please try the code Peter posted here – https://kriesi.at/support/topic/enfold-https-issue/#post-279993
Cheers!
YigitHi!
You are welcome, glad we could help! Let us know if you have any other questions or issues!
Best regards,
YigitHey!
You can take a look at Enfold showcase thread for inspiration – https://kriesi.at/support/topic/enfold-showcase/
I was able to display Sanitary Ware menu item as Mega Menu. Please review your websiteBest regards,
YigitHey!
Please add following code to Quick CSS and adjust as needed
.iconbox_icon.heading-color { font-size: 30px; border: 1px solid orange; border-radius: 100px; padding: 20px; line-height: 0px; text-indent: -13px; }Best regards,
YigitHi leesberg!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.post-meta-infos { display: none!important; }You can also go to Enfold theme options > Blog Layout and uncheck unwanted post meta
Regards,
YigitJune 18, 2014 at 2:29 pm in reply to: Changing the Styling via Enfold Theme Options in backend does not work #280568Hi!
Please make sure that wp-content>uploads folder has correct permissions ( 755 )
Cheers!
YigitHi!
Oh, i thought you are using icon box on top and not on the left, sorry. Please try following code
.iconbox_icon.heading-color { color: red; }Best regards,
YigitHey!
Please see – http://vimeo.com/channels/aviathemes/92503669
If that does not help, please post a temporary admin loginCheers!
YigitHey!
Please try deactivating all active plugins and check if that helps
Regards,
YigitHi!
Please add following code to add padding to right side of search icon
.html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a { padding-right: 14px; }Other changes you have mentioned can be done but transition would not be as smooth. You can try with following code
.av-main-nav > li > a { line-height: 30px!important; height: 30px!important; } nav.main_menu { margin-top: 30px; height: auto; }Cheers!
YigitHi!
You are welcome, glad we could help! Let us know if you have any other questions or issues
Best regards,
YigitHi effectandaffect!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.template-blog .post .entry-content-wrapper { clear: left; }then add this code to Functions.php file in Appearance > Editor
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery(".single-post .avia-breadcrumbs").appendTo(".single-post .big-preview.single-big"); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Best regards,
YigitHi kimogroup!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (min-width: 1140px) { .responsive .container { width: 1030px!important; }}Best regards,
YigitHi!
Can you post the link to your page where you have icon box element? Have you flushed browser cache after applying the code? If not, please do so, it may be a caching issue
Cheers!
YigitHey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) { .responsive #header_meta .sub_menu>ul>li { padding: 0; } .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul { float: left; }}Regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
nav.main_menu { background-color: rgba(0,0,0,0.2); border-radius: 10px; } .header-scrolled nav.main_menu { background-color: transparent; }Best regards,
YigitJune 18, 2014 at 1:26 pm in reply to: My Portfolio links are all wrong.. Can anyone help me out? #280528Hi!
Now you can activate them one by one to find the culprit :)
You are welcome, glad we could help!Cheers!
YigitHi!
Please add following code to Quick CSS as well
.main_color.iconbox_top .iconbox_icon { background-color: red; color; green; border-color: purple; } .alternate_color.iconbox_top .iconbox_icon { background-color: yellow; color; blue; border-color: red; } .iconbox_top .iconbox_icon { font-size: 24px; }Regards,
Yigit -
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
