Forum Replies Created
-
AuthorPosts
-
Hi!
Please add following code to Quick CSS as well
.header_color .main_menu .menu ul li a { color: white; }Cheers!
YigitHi Frederic!
Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.
Regards,
YigitJune 24, 2014 at 4:04 pm in reply to: Questions about full screen slider and and logo header #283101Hi!
Please add following code to Quick CSS
.html_header_top #top .av_logo_right .logo { right: 46%; }You may need to adjust the value to center the logo perfectly.
I will ask @ismael and @josue to check the example site you posted here – https://kriesi.at/support/topic/questions-about-full-screen-slider-and-and-logo-header/#post-282983
Best regards,
YigitHey!
You can remove the date with following code
.slide-meta { display: none; }As you can see here on demo site – http://kriesi.at/themes/enfold/blog/blog-grid/ category is not displayed on blog grid
Regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div#header_main .container, .logo, .logo a, .logo img { width: 100%; margin: 0; padding: 0; }Cheers!
YigitHi bitinteractive!
Please add following code to Quick CSS
.html_boxed #main { overflow: visible; }Cheers!
YigitHi!
Please review your website. You can find custom CSS code i added in the bottom of Quick CSS field :)
Cheers!
YigitHi!
You are welcome, glad we could help! Let us know if you have any other questions or issues :)
Regards,
YigitHey originaltours!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { $length = 100; return $length; }Best regards,
YigitHi Butterfly44!
Please go to Enfold theme options and choose “Home” as your Frontpage – http://i.imgur.com/J8W4uxw.png
Regards,
YigitHi!
You can simply click on “Insert More Tag” to add read more button to your blog posts http://i.imgur.com/4RmtaLS.jpg
Cheers!
YigitHi AdriaWave!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.post-meta-infos { display: none; } .page-id-2131 .post-meta-infos { display: block; }Please replace the page ID in the second line with the page id of your blog grid page. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Regards,
YigitJune 24, 2014 at 2:59 pm in reply to: Questions about full screen slider and and logo header #283055Hey!
1- I cannot open the example site :/
2- Please refer to Peter’s post here – https://kriesi.at/support/topic/image-overlapping-header-and-main-content/#post-281128Regards,
YigitMerhabalar,
Sag menu sayfa siralamasini kullanarak sayfalarin siralamasini yapiyor. Bu eklentiyi kullanarak sayfa siralamasini degistirebilirsiniz – https://wordpress.org/plugins/post-types-order/
Butun sayfalar icin Page Attributes bolumunden bagli olunan ust sayfayi sectiniz mi – http://i.imgur.com/fAOGA4k.png ?Best regards,
YigitHey!
Please add following code to Appearance > Editor > Functions.php file as well
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery(‘img’).removeAttr(‘title’); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
YigitHi!
Please review your website now. I have successfully added the code Josue posted here – https://kriesi.at/support/topic/standard-editor/#post-262652 to Functions.php file and now you can see shortcodes in Standard editor
Cheers!
YigitHi!
You can go to Appearance > Widgets and place an empty text widget inside “Display everywhere” widget area to not to display default widgets
Regards,
YigitHey!
You are welcome! :) Let us know if you have any other questions or issues
Cheers!
YigitHi!
Login credentials you have posted earlier are not working for me, could you please check them once again?
Regards,
YigitHi kimogroup!
You can add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .container .av-masonry-entry { width: 24.80%; }Regards,
YigitHey!
Please try following code
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { color: black !important; }If that does not work, please post the link to your website
Cheers!
YigitHi!
Please try using this plugin – http://wordpress.org/plugins/wordpress-mobile-pack/
Cheers!
Yigit -
AuthorPosts
