Forum Replies Created
-
AuthorPosts
-
Hi!
Sorry i realized i made a mistake. I meant to say Footer.php file. You can also add following code to Functions.php file to add your script
function add_my_custom_script(){ ?> <script> PASTE YOUR CODE HERE </script> <?php } add_action('wp_footer', 'add_my_custom_script');Cheers!
YigitHi!
Please flush browser cache. It does seem to work fine on my end – http://i.imgur.com/ffGCPat.png
Cheers!
YigitJuly 30, 2014 at 2:31 pm in reply to: Turn off Icon Tooltip in mobile view on smartphone and tablet only #297728Hi Barb!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) { #top .avia-icon-tooltip { display: none !important; }}Cheers!
YigitHey!
He should add font family as well, as following
.image-overlay .image-overlay-inside:before { content: '✒'; font-family: 'entypo-fontello'; }Thanks for your help Guenter! Let us wait to hear from Mcraig77
Regards,
YigitHi Charlie!
Please try re-updating the theme via FTP and make sure to overwrite all files – http://vimeo.com/67209750
Cheers!
YigitHi Richard!
Please use following code
.page-id-2439 .iconbox_top { margin-top: -280px; }Regards,
YigitHi merlinmedia!
1- It states that Enfold is compatible with those plugins. You still should manually install them in Plugins > Add New in WordPress dashboard
2- Please add following code to Quick CSS in Enfold theme options under General Styling tabbody { text-transform: none!important; }Regards,
YigitHi courtney_martin!
Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.
Cheers!
YigitHi!
Can you post the link to your page where you have partner logo element please?
Regards,
YigitJuly 30, 2014 at 1:46 pm in reply to: A semi-transparent area below the navigation covering the slider #297706Hi paola86pp!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div#WFIheader { display: none!important; }If that does not work, please elaborate. A screenshot showing the changes you would like to make would help
Best regards,
YigitHi!
You are welcome! Let us know if you have any other questions or issues
Regards,
YigitHey satucker!
Please edit your magazine element and make sure to uncheck “Display the tabs for each category selected above” option in Magazine element – http://i.imgur.com/8YgArZP.png
Best regards,
YigitHey satucker!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single .entry-content-wrapper li { padding: 1px 0; }Regards,
YigitHey!
I do not have a chance to check your website on an actual iPad but i cannot reproduce the issue on your screenshot when i resize browser window. I tried ipad simulator as well but seems fine. Have you flushed browser cache on your ipad after applying the code?
Cheers!
YigitHey Willem-Paul!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header .avia_mega_div { background-color: white; }Cheers!
YigitJuly 30, 2014 at 12:49 pm in reply to: Move menu in the header without breaking sticky feature #297680Hi!
Please try adding following code to Quick CSS
#top .main_menu .menu > li > a { height: 60px!important; line-height: 60px!important; } .header-scrolled .main_menu .menu > li > a { height: 88px!important; line-height: 88px!important; }Best regards,
YigitJuly 30, 2014 at 12:44 pm in reply to: A semi-transparent area below the navigation covering the slider #297677Hi Rustybucket!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.fixed_header.social_header #main { padding-top: 167px; }Best regards,
YigitHey!
Please try adding !important rule as following
body { font-family: allerregular, sans-serif !important; }Cheers!
YigitHey!
Please refer to my post here – https://kriesi.at/support/topic/header-logo/#post-280126
Best regards,
YigitHi royaltask!
Unfortunately, currently there is no easy way of doing it. You can try applying minimum height to sidebar as a temporary work around but that may not work fine for all pages
Cheers!
YigitHi tomitos!
Please add following code to Functions.php file in Appearance > Editor
add_action( 'pre_get_posts', 'set_posts_per_page' ); function set_posts_per_page( $query ) { global $wp_the_query; if ( ( ! is_admin() ) && ( $query === $wp_the_query ) && ( $query->is_archive() ) ) { $query->set( 'posts_per_page', 2 ); } return $query; }and change 2 to neeeded number
Best regards,
YigitHi Hansnmgn!
You can add Google Analytics code in Enfold theme options > Google analytics field.
For any other code you need to add, please go to Appearace > Editor and open Header.php file and </body>Cheers!
YigitJuly 30, 2014 at 3:25 am in reply to: Can I create a page template like 'without header, but with footer' #297540Hey!
The code i posted here – https://kriesi.at/support/topic/can-i-create-a-page-template-like-without-header-but-with-footer/#post-297510 should remove everything but main menu on all pages and header should look the same on homepage. Please use that code instead
Cheers!
YigitHey!
I have added the code to Quick CSS field. Please flush browser cache and review your logo now
Best regards,
YigitJuly 30, 2014 at 3:13 am in reply to: Can I create a page template like 'without header, but with footer' #297534Hey!
If you do not mind posting the link to your website, we could gladly look into it as well
Cheers!
YigitHi!
There is only small padding around logo image and you can remove it with following code
.logo img { padding: 0; }Best regards,
YigitHey!
Please see – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
Cheers!
Yigit -
AuthorPosts
