Forum Replies Created
-
AuthorPosts
-
Hi!
Great! Let us know if you have any other questions or issues :)
Best regards,
YigitHi Bruno!
Please try adding following code and adjusting it
.html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main { padding-top: 147px; }If that does not work, please post the link to your website so we can take a look
Best regards,
YigitHey!
Please contact GoDaddy about the issue. I try Josue’s code on my local installation and it does work fine for me. Maybe you can also firstly set up a local installation and then move it to live server. Please see – http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
Regards,
YigitHi!
You can simply add Text widget in Appearance > Widgets with title “Interesting Links” and add the links you want manually
Best regards,
YigitMarch 31, 2014 at 2:45 pm in reply to: Follow on from previous thread about responsive text size in slider #245455Hi!
You just need to edit the last CSS code i posted to adjust the font size. Line height and paddings are set to minimum already
Cheers!
YigitHey carlectra!
Please try deactivating all active plugins as well and check if that helps. Can you also post the link to your website so we can take a look? We may need a temporary admin login too
Cheers!
YigitHi rikv!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.tagcloud a { min-width: 30%; }Cheers!
YigitHi rikv!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#footer .flex_column { width: 100% !important; margin-left: 0 !important; }Cheers!
YigitMarch 31, 2014 at 2:00 pm in reply to: Follow on from previous thread about responsive text size in slider #245440Hi!
You can use following code
@media only screen and (max-width: 479px) { .responsive #top .slideshow_caption h2 { font-size: 13px; } .caption_framed .slideshow_caption .avia-caption-content p { font-size: 12px; }}In the example, 13px is for heading and 12px for content which would be applied on screens smaller than 479px
Best regards,
YigitHey!
1- You have following code added in Quick CSS section, it does move the special heading to the top
.content { padding-top: 10px !important; }You can add following code to Quick CSS to decrease the bottom padding
.content { padding-bottom: 10px !important; }2-
#layer_slider_1 { background: white!important; }3-
#after_layer_slider_1 { border-top: none!important; }Cheers!
YigitHey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#menu-item-2289 .mega_menu_title a { color: white!important; }You should change menu item ID with the ID of the menu item you would like to hide. You can right click on Chrome or Firefox to inspect elements to find menu item ID http://i.imgur.com/HyPTCRg.jpg
Regards,
YigitHey Coronacom!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.page-id-1122 #header_meta { display: none; }You should change page ID to match your page's ID. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Cheers!
YigitMarch 31, 2014 at 1:43 pm in reply to: FULLWIDTH EASY SLIDER – CHANGE caption title e caption text #245433Hi bborsi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { background: transparent; color: black; }Best regards,
YigitMarch 31, 2014 at 1:41 pm in reply to: Follow on from previous thread about responsive text size in slider #245432Hey!
It seems like only options are; making the font size smaller on mobile, changing height to fixed value ( which will look like this http://i.imgur.com/zhlBQxs.jpg ), removing the description section on mobile or making the text shorter
Regards,
YigitMarch 31, 2014 at 1:34 pm in reply to: Image sizes on blog posts, pin it button and mobile version error #245430Hey Hande!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-#top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; }2-
@media only screen and (max-width: 767px) { #header_main { height: 110px; } #header_main .social_bookmarks { top: 110%; }}3- Please try using this plugin https://wordpress.org/plugins/pinterest-pin-it-button/
Regards,
YiğitMarch 31, 2014 at 1:19 pm in reply to: Follow on from previous thread about responsive text size in slider #245422Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 500px) { .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { line-height: 1em !important; }}Please flush browser cache on your mobile devices after applying the code
Cheers!
YigitHi mworley!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) { #mobilehometwo a { z-index: 99 !important; }}Cheers!
YigitMarch 31, 2014 at 1:11 pm in reply to: Main menu showing active area with single page navigation #245417Hi berlinval!
1- Which version of the theme are you using? If not the latest version 2.6.2, please firstly update the theme – http://kriesi.at/documentation/enfold/updating-your-theme-files/
2- You can go to Appearance > Menus and add new link to main navigation ( example http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/#portfolio )
3- You can find some of the custom CSS snippets here http://kriesi.at/documentation/enfold/
We can also help you with basic css changesBest regards,
YigitMarch 31, 2014 at 1:07 pm in reply to: Follow on from previous thread about responsive text size in slider #245416Hey Soapmarine!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.av-main-nav > li > a { font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }Best regards,
YigitMarch 31, 2014 at 1:03 pm in reply to: Follow on from previous thread about responsive text size in slider #245413Hey!
Please try adding following code to Quick CSS as well
@media only screen and (max-width: 990px) and (min-width: 768px) { div .slideshow_caption h2 { font-size: 18px !important; }} @media only screen and (max-width: 500px) { .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { padding: 2px!important; } div .slideshow_caption h2 { font-size: 12px !important; } .caption_framed .slideshow_caption .avia-caption-content p { line-height: 1em !important; }}Regards,
YigitHey!
Please add following code to Quick CSS as well
.avia_transform .avia-icon-list .iconlist_icon { opacity: 1!important; -moz-transform: scale(1)!important; -webkit-transform: scale(1)!important; -ms-transform: scale(1)!important; transform: scale(1)!important; }Best regards,
YigitHey!
Can you try adding the code to Custom.css file inside Enfold/Css folder? The code I and Ismael provided should work but it is not being applied. If you are using minifying plugin, please try deactivating it and check if that helps
Regards,
YigitMarch 31, 2014 at 12:38 pm in reply to: Top navigation (Drop down) not clickable in mobile device #245401Hi!
I have tested your website on my iphone 4 and it does work fine on my end – http://i.imgur.com/GWVc3Mc.png
Regards,
YigitHi!
Can you post the link to your website and point out the section so we can take a look?
Please also try adding following code to Quick CSS.container_wrap { border-top-style: none; }Cheers!
Yigit-
This reply was modified 11 years, 11 months ago by
Yigit.
March 31, 2014 at 12:15 pm in reply to: Gallery Thumbnail Title's Display on Hover even when Tool-Tip Caption Is Chosen. #245392Hey Reidable!
Please see Josue’s post here https://kriesi.at/support/topic/how-to-remove-tooltips/#post-224464
Regards,
YigitHey!
Please add following code to Quick CSS as well
div .av_one_third { margin-left: 3%; width: 31.333333%; }Regards,
YigitMarch 31, 2014 at 11:58 am in reply to: Add image or text at top of homepage between top logo and menu on right #245377Hey!
@garbath Can you post the link to your website so we can take a look and provide you more accurate custom CSS code?Best regards,
YigitMarch 31, 2014 at 11:50 am in reply to: BUG: Partner/Logo element doesn't preserve transparency when linked #245373 -
This reply was modified 11 years, 11 months ago by
-
AuthorPosts
