Forum Replies Created
-
AuthorPosts
-
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.page-id-8570 .pricing-table-wrap { display: table-header-group; } .page-id-8570 .avia-table { margin: 0; } .page-id-8570 .pricing-table li.avia-pricing-row { font-size: 19px; }
It should look like this after changes http://i.imgur.com/eaXfOnB.jpg
Cheers!
YigitHey Florian!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.av-special-heading { float: none; text-align: center; }
Best regards,
YigitHey ariane1001!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-slideshow-inner { overflow: visible; }
Best regards,
YigitHey!
You can post admin login here privately. Please make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Best regards,
YigitHi!
Please add following code to Quick CSS as well
.av-special-heading h5 { padding-top: 30px; }
If you would like to move the seperator, add following code too
.av-special-heading-h5 .special-heading-border { height: auto; padding-top: 30px; }
Best regards,
YigitHey ridcon!
The link you posted returns 404 error. Please post the current link of the page
Regards,
YigitHey!
Please refer to this post to decrease the height of the header https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
You can enter 100 or 90 instead of 200 thereCheers!
YigitHey sappermarine!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.entry-content-wrapper .post-title { font-size: 28px; }
Cheers!
YigitHi simplefly!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { padding-top: 20px; }
If that does not do it, please post the link to your website and point out the elements
Best regards,
YigitHey blueoxygen!
Please refer to this post https://kriesi.at/support/topic/table-in-tab-how-to/#post-186619
In your case, you can copy shortcodes and paste it inside text widget in Appearance > WidgetsRegards,
YigitHey!
At this point your header is heavily customized, so it would look like this http://i.imgur.com/bfgcL5z.jpg
Sub-menu is designed to be located in header meta only :)Cheers!
YigitHi simplefly!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.logo, .logo a, .logo img { width: 340px!important; height: 156px!important; max-width: 340px!important; }
If that does not work for you, please post the link to your website.
Regards,
YigitNovember 19, 2013 at 2:31 pm in reply to: Post featured images all different sizes.. Need consistient size #190574Hey!
You can replace previous code with following one
.big-preview img { height: 100%; width: 100%; }
They should be same size if you adjust heights before uploading
Cheers!
YigitHi!
There are JavaScript errors in console http://i.imgur.com/Pm6AQ4e.jpg
Please try re-updating the theme via FTP if you have deactivated all plugins and it did not work
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750Regards,
YigitHey!
I checked all of your pages and there seems be to no issue on my end. Which browser are you using?
Cheers!
YigitHi!
Glad you figured it out! Let us know if you have any other questions
Regards,
YigitHi!
Please add following code to Quick CSS
.home .content { background: none!important; }
If that does not work, please post the link to your website when you launch it
Regards,
YigitHi!
Once again edited the code i posted and it looks fine on my end. Please flush browser cache and refresh your page a few times.
Best regards,
YigitHey!
Point out those plugin elements when you add them on your Enfold site and we will see what we can do :)
Cheers!
YigitHey!
I just checked your website on my iphone4 ios7 and there is no issue navigating on your website on my end
Please see screenshot http://i.imgur.com/T3HngDw.pngRegards,
YigitIn second line you need to change page id ( which is 734 in the code i posted. that is page ID of homepage on my installation ) with your homepage’s page ID. Please see this post to learn how to find page ID’s using developer tools https://kriesi.at/support/topic/mini-heading-in-page/#post-188120
Best regards,
YigitHey!
You forgot to post the link to your website so i think you are using boxed layout with background image. If so, please go to Appearance > Editor and open Header.php file and find
<html <?php language_attributes(); ?> class="<?php echo " html_$style ".$responsive." ".$headerS;?> ">
and change it to
<html <?php language_attributes(); ?> class="<?php echo " html_$style ".$responsive." ".$headerS;?> " style="<?php if(is_page(734)) { echo 'background: none;'; } ?>">
Regards,
YigitHey!
Please go to wp-content\themes\enfold\js folder and open Avia.js file and find
bottom_menu = $('html').is('.bottom_nav_header'), switchWidth = 767;
and change it to
bottom_menu = $('html').is('.bottom_nav_header'), switchWidth = 800;
It will increase the width to switch to mobile menu from 767px to 800px. Please flush browser cache and settings if you are using cache plugin after making changes and refresh your page a few times.
Cheers!
YigitHey!
It seems like theme was not updated. I still see Version: 2.3.2 on the source. And errors still exist. Please try re-updating the theme
Cheers!
YigitHi!
Sorry my bad! This should do it now. i was checking wrong screensize
Cheers!
YigitHey!
:) Please add following code to Quick CSS as well
#header_meta { z-index: 1; } #header_main { border-bottom-style: none; } .container_wrap { border-top-style: none; } #header .avia_mega_div { top: 80%; } .avia-menu-fx { display: none; }
Should look like this after all changes http://i.imgur.com/ShXeLg3.jpg
Best regards,
Yigit -
AuthorPosts