Forum Replies Created
-
AuthorPosts
-
November 9, 2013 at 3:12 pm in reply to: Transfer;IE errors;Chrome display of social bookmarks #186465
Hi!
Plugins should not be missing when you update your theme. If you want to make changes on theme files, you can create a child theme. You can find Devin’s video tutorial here http://vimeo.com/channels/aviathemes/67221517
Cheers!
YigitHey!
Please add Ismael’s code to Enfold theme options > Styling > Quick CSS
Best regards,
YigitHi!
I edited the code in my previous post. Please try adding it and flush browser cache and refresh your page a few times after applying the code
Regards,
YigitHi!
Unfortunately i do not have a chance to check your website on any tablet. Josue does have an Android device. So i tagged him. Let us wait for him to check your website.
Cheers!
YigitHi!
If you choose to display sidebars in Enfold theme options and choose No Sidebar in page settings, then sidebar should not be visible. But if you choose to display no sidebar in Enfold theme options, does not matter what you choose in page settings.
Best regards,
YigitHey!
Please add following code to Quick CSS as well
.header-scrolled .social_bookmarks { top: 44px!important; }
This should do it.
Regards,
Yigit-
This reply was modified 11 years, 8 months ago by
Yigit.
Hey markw1!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.fixed_header.social_header #main { padding-top: 117px; }
Regards,
YigitHi markw1!
Please go to Enfold theme options and make sure that you have choose to display no sidebar on pages under Sidebar tab http://i.imgur.com/pcDVqNU.jpg
Best regards,
YigitHey kevbikemad!
Please refer to this post https://kriesi.at/support/topic/change-layout-prettyphoto/#post-173889
Regards,
YigitHi ContentedKerry!
Please try replacing your code with following one
div.product .product_title { font-size: 42px; }
Cheers!
YigitHey!
1) Please refer to this post to change the width to switch to mobile menu https://kriesi.at/support/topic/collapsable-menu/#post-165144
2) Please add following code to Quick CSS in Enfold theme options under Styling tab@media only screen and (max-width: 480px; ) { .responsive .mobile_slide_out .logo { float: left; margin-left: -18px; }}
Regards,
YigitHi!
I updated the code in my previous post and added !important to force it. Please try it now
Cheers!
YigitHey!
Please add following code to Quick CSS as well
.single-post .big-preview.single-big { display: none; }
Regards,
YigitHi!
1) You can create a child theme. See Devin’s video tutorial here http://vimeo.com/channels/aviathemes/67221517
3) Please add following code to Quick CSS as well#header_meta { margin-top: -30px; }
Not sure what you meant in the second part. Can you elaborate?
Cheers!
YigitHey Sunnydog!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.iconbox .iconbox_content .iconbox_content_title { text-transform: none; }
Regards,
YigitHi!
1) Sorry did not understand it clearly. Can you elaborate?
2) Please add following code to Quick CSS as well..header-scrolled .header_color .sub_menu>ul>li>a { font-color: white!important; }
This will change the font color to white when scrolled down. Having background and resizable header is not that easy to pull off unfortunately
3).responsive #header .sub_menu { position: absolute; }
That shoud do it
Regards,
YigitHey Caleb!
You can set it up like this and add following code to Quick CSS in Enfold theme options under Styling tab to remove titles
#header .mega_menu_title { display: none; }
Best regards,
YigitHey ediblecities!
You can find recommended plugins here https://kriesi.at/support/topic/recommended-plugins-last-update-04-09-2013/
I have seen some users using ShareThis and Digg Digg as wellRegards,
YigitNovember 8, 2013 at 4:07 pm in reply to: Telephone number bigger in Enfold Header with Social Icons FIxed Navigation #186186Hey!
It is working fine now. Needed to remove h6 from the input. If you would like to change the color to black or any other color, please add following code to Quick CSS as well
.social_header .phone-info { color: black; }
Regards,
YigitHi!
Would you like to keep the border with at 20px? If so, following code should fix the header
.html_boxed.fixed_header #header { width: 1090px!important; } @media only screen and (min-width: 990px) and (max-width: 1140px) { .html_boxed.fixed_header #header { width: 970px!important; }} @media only screen and (min-width: 768px) and (max-width: 989px) { .html_boxed.fixed_header #header { width: 742px!important; } } @media only screen and (min-width: 767px) { .html_boxed.fixed_header #header { width: auto!important; }}
Regards,
Yigit-
This reply was modified 11 years, 8 months ago by
Yigit.
November 8, 2013 at 3:56 pm in reply to: Logo is being resized to 13px with inline style between 768px and 968px #186179Hi!
Following code should fix it. Please add it to Quick CSS in Enfold theme options under Styling tab
@media only screen and (min-width: 768px) and (max-width: 989px) { .logo a, .logo img { max-width: 251px!important; }}
Nice website by the way ;)
Cheers!
YigitHey!
You can use following code
#wrap_all { border: 20px solid green; }
You can change green with any hex value and width of the border width by adjusting 20px. After doing so, please let us know so we can provide you custom CSS to fix the header
Best regards,
YigitHey!
You can find iconlist.php file inside wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder in your WordPress theme directory
Best regards,
YigitHi!
Please add following code to Quick CSS as well
#wrap_all { box-shadow: 0px 0px 25px 0px black; }
Cheers!
YigitNovember 8, 2013 at 3:40 pm in reply to: Telephone number bigger in Enfold Header with Social Icons FIxed Navigation #186172 -
This reply was modified 11 years, 8 months ago by
-
AuthorPosts