Forum Replies Created
-
AuthorPosts
-
Hey Oliver!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
p.toggler.activeTitle { background-color: #ededed; }Best regards,
YigitJuly 7, 2014 at 10:38 am in reply to: Commun top navi but 4 different "main menus" – possible? #287889Hey robertwood04!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
section#text-4 * { font-size: 13px; }Cheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#advanced_menu_toggle, #advanced_menu_hide { top: 120%; } #advanced_menu_toggle:before { content: 'Menu'; font-size: 12px; }Cheers!
YigitHey Frederic!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
img.avia_image.avia_image_team { float: left !important; }and post the link to your website if that does not work
Regards,
YigitHi!
Please try adding following code to Functions.php file in Appearance > Editor
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery(".avia-testimonial-meta-mini").prependTo(".avia-testimonial-content"); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Best regards,
YigitHi geneluvn!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_transparency #top #wrap_all #main { padding-top: 0!important; }Regards,
YigitHi changegroup!
@media only screen and (max-width: 768px) { .avia-section .flex_column { margin-bottom: 0!important; } .avia-section .content { padding-bottom: 0!important; }}Cheers!
YigitHey!
Please use following code in Quick CSS
@media only screen and (min-width: 989px) { .home #main { padding-top: 215px!important; } }Regards,
YigitHi Corina!
I checked your website on my iphone 4 and this is how it looks on my end – http://i.imgur.com/C16cDXT.png
Have you fixed it already?Cheers!
YigitJuly 5, 2014 at 6:12 pm in reply to: Blog does not resize on mobile… fix broke full size blog #287531Hey kirkmc!
Can you post a screenshot and show how you would like it to look?
Best regards,
YigitHey kirkmc!
Can you post the link to your website? Enfold is fully compatible with bbPress and applies its styling to the plugin
Cheers!
YigitHey!
Please go to Enfold theme options > Header Layout > Header Behaviour and uncheck “Shrinking Header”
Best regards,
YigitHi David!
Please see – http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/
Regards,
YigitHi kimchan2!
Please see – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
Best regards,
YigitJuly 4, 2014 at 5:46 pm in reply to: How to use the default social media icons at the bottom of posts? #287312Hi Mkieling!
1- Please go to Enfold theme options > Blog Layout and check social media under “Share links at the bottom of your blog post” – http://i.imgur.com/ZljR22Z.png
2- Please add Animated Numbers element to your page under Content Elements in Advanced Layout builder – http://i.imgur.com/uQoXndp.png
3- Enfold relates blog posts depending on the tags you use. If you would like to display 2 blog posts as related, please give them the same tagCheers!
YigitHey!
You are welcome Keith, glad we could help :) Have a nice weekend!
Best regards,
YigitJuly 4, 2014 at 5:29 pm in reply to: Center Main Navigation Bar & Reduce white space under header on iPad #287298Hi!
Please try deactivating all active plugins and check if that helps
Regards,
YigitJuly 4, 2014 at 5:27 pm in reply to: Change number of posts/columns displayed in post slider on mobile version #287295Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .slide-entry { width: 100%; }}Regards,
YigitHi!
Please change the code to following one
@media only screen and (min-width: 990px) { .home #main { padding-top: 215px!important; }}Best regards,
YigitHi keithcrest!
Please update header.php file in your child theme as well
Regards,
YigitHi!
:D You are welcome, glad if i could help! You too have a nice weekend! Let us know if you have any other questions :)
Best regards,
YigitHey!
Done. Please review your website now. If you would like to change the background color from gray to some other color, please use following code
.rounded-container .iconfont { background-color: white !important; }Cheers!
YigitHey!
Can you post the link to your blog page? I could not find it, sorry
Regards,
YigitHi!
You can increase the top padding only on your homepage with following code
.home #main { padding-top: 215px!important; }Regards,
Yigit -
AuthorPosts
