Forum Replies Created
-
AuthorPosts
-
Hi 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!
YigitHey Laureninthailand!
It uses “Baskerville” font family. You can add following code to Quick CSS to remove its color, font family and font size
.special_amp { font-family: inherit; font-size: inherit; color: inherit!important; }Regards,
YigitHey Arran!
Please add following code to Quick CSS as well
body { font-family: allerregular, sans-serif; }Regards,
YigitHey VVV!
Please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
and try deactivating all active plugins and check if that helps. As far as i know, no other user reported such issueBest regards,
YigitHey Avraam!
Seems like it is working now – http://i.imgur.com/u14oAoQ.jpg
It could be a caching issue. Please flush browser cache and refresh your page a few times after making changes.Regards,
YigitHey Martin
Please make sure that their sizes are proportional and alignment should be fine. There is no easier way to center as far as i know
Regards,
YigitHi oliviad!
Please add following code to Quick CSS
.image-overlay { z-index: 999; }Cheers!
YigitHi VinzentE!
Can you post the link to your website please so we can provide you accurate custom CSS code?
Best regards,
YigitJuly 30, 2014 at 2:42 am in reply to: Make a Portfolio Grid on one line and scrollable horizontally #297512Hi!
Please go to Enfold/config-templatebuilder/avia-shortcodes folder and edit portfolio.php file
Best regards,
YigitJuly 30, 2014 at 2:40 am in reply to: Can I create a page template like 'without header, but with footer' #297510Hi!
Please add following code to Quick CSS in Choices theme options under Styling tab
h1.logo.bg-logo, .header_meta { display: none; } .home h1.logo.bg-logo, .home .header_meta { display: block!important; }Cheers!
Yigit -
AuthorPosts
