Forum Replies Created
-
AuthorPosts
-
Hi nggrozev!
Regards,
YigitJune 18, 2014 at 5:33 pm in reply to: Just dates instead of dates & time displayed for each comment #280649Hi murphy88!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-menu-fx { bottom: 80px; }if that does not work, please post the link to your website
Cheers!
YigitHey roemer!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home .content { padding-top: 0; }Regards,
YigitHey connect4consulting!
Please go to Appearance > Editor and open Helper-main-menu.php file and at the bottom add following code
<?php echo do_shortcode("[shortcode goes here]"); ?>You can enable debugging mode to get the shortcode of your element – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Regards,
YigitHi!
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 11 years, 8 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,
Yigit -
This reply was modified 11 years, 8 months ago by
-
AuthorPosts
