Forum Replies Created
-
AuthorPosts
-
Hey danieltjohnston!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.page-id-1167 .av-special-heading { margin-top: 0; } .avia-builder-el-2 .avia_textblock p { margin: -1px 0; }
Regards,
YigitHi kennyleung!
You can choose to display one of non-fixed header types in Enfold Theme options > Header > Header Type
Cheers!
YigitHey!
On my end there are only 2 lines in each page and they appear on 3rd swipe in portrait mode in the same location on every page. Please try replacing the code i posted above with following one
@media only screen and (max-width: 767px) { .page-id-21 .avia-builder-el-7 { visibility: hidden!important; }}
Regards,
YigitHi simplyaha!
You can import dummy data from Enfold theme options and sample pages will be imported. You can find copy of Contact page under Pages menu item.
Best regards,
YigitHey!
Can you try deactivating all active plugins and check if that helps?
Updating your theme might help as well. You are currently using version 2.2. You can download version 2.4.2 from ThemeForest
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/67209750Cheers!
YigitHey jklillibridge!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.flex_column .template-blog .post .entry-content-wrapper { font-size: 13px!important; }
Best regards,
YigitHi covaun!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust it as desired
.main_menu .menu ul { top: 80%; }
Regards,
YigitHi!
Please make sure that you are using the latest version of the theme which is 2.4.2.
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/67209750
If it does not help, please refer to Kriesi’s fix here https://kriesi.at/support/topic/enfold-easyslider-two-questions/#post-180216Cheers!
YigitHey!
You can contact Kriesi directly using contact form on Contact page and ask your pre-sale questions to him.
Cheers!
YigitHey!
Seems like you have removed the content from your page. If you have created elsewhere, can you post the link to that page? And if you do not mind, please create a temporary admin login and post it here privately so we can take a look at it personally
Cheers!
YigitNovember 7, 2013 at 10:30 pm in reply to: Main header scrolling underneath pictures on homepage #185833Hi!
Please replace previous code with following one
#header_main .container_wrap { z-index: 1!important; }
Regards,
YigitHey!
Please add following code to remove those images on mobile view
@media only screen and (max-width: 480px) { #av_section_3 img { display: none; }}
I think you can add Color Section element, give it an ID and add 1/1 column element inside of that color section and then we can provide you custom CSS. It should work
Cheers!
YigitHey!
Yes, it certainly is :) Can you please try removing second line of code i posted about and add following one instead
.header-scrolled .main_menu ul:first-child > li a { height: 58px!important; line-height: 58px!important; }
Regards,
YigitNovember 7, 2013 at 9:36 pm in reply to: menu hover color; heading font size; remove borders #185824Hey dbardits!
1) Please add following code to Quick CSS in Enfold theme options under Styling tab
.header_color .main_menu ul:first-child > li.active-parent-item > a,.header_color .main_menu ul:first-child > li > a:hover { color: #f0fffb } .header_color .main_menu ul:first-child > li > a { color: white; }
2) You can add !important to change font size of headings i.e.:
h3 { font-size: 22px!important; }
3)
.content, .sidebar, .header_color div, .alternate_color, .main_color { border: none!important; }
Best regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.social_header .main_menu ul:first-child > li a { height: 100px!important; line-height: 100px!important; } .header-scrolled .social_header .main_menu ul:first-child > li a { height: 58px!important; line-height: 58px!important; } .fixed_header.social_header #main { padding-top: 131px; }
Regards,
YigitHi!
Please try deactivating all active plugins and flush browser cache on your mobile device and check if issue remains
Cheers!
YigitHey!
Yes they are visible on my end as well. Can you try adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) { .page-id-21 .avia-builder-el-7 { display: none!important; }}
and check the line in “girlfriendsconf.com/media/ [ it occurs right under the Apple and Andriod buttons]”?
Regards,
YigitNovember 7, 2013 at 5:29 pm in reply to: How to adjust Blog posts grid 3 column to 2 column layout mobile phone view #185718Hi!
The problem is, there are entry wraps after each 3rd post. But if you would like to display them in one column, please undo custom CSS code i provided earlier and add following instead
@media only screen and (max-width: 767px) { .responsive #top .slide-entry { width: 100%; margin-left: 0!important; }}
Regards,
YigitNovember 7, 2013 at 5:24 pm in reply to: I want to show Gallery without thumbnails, under each other. #185717Hey!
It displays first image 756x1030px in lightbox which is the actualy size of the image as you can see here http://i.imgur.com/AEVzJXV.jpg
You should choose to insert images fullsizeCheers!
YigitNovember 7, 2013 at 5:17 pm in reply to: Enfold – Scroll header menu until certain point and fix it then #185713Hey!
Please see Kriesi’s post here https://kriesi.at/support/topic/kriesi-logo/#post-161892
I would sugest you to check Blog page time to timeBest regards,
YigitHi!
Seems like it is working fine right now? If not, please post a screenshot
Regards,
YigitNovember 7, 2013 at 4:32 pm in reply to: how to make a button who link to something in the same page #185689Hey Delphiine!
Let us say that you have a page with http://www.yourwebsite.com/button added Color Section element to your page and give it “customid” ID then you should add a button somewhere on your page with manual link http://www.yourwebsite.com/button/#customid and that should do it
Regards,
YigitNovember 7, 2013 at 4:28 pm in reply to: Header in different colors and portfolio image size #185685Hey jansthh!
1) Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_main { background-color: grey; } .home #header_main { background-color: white; }
2) You can add image in header.php file.
3)You can add following code and adjust it as well.no_margin.av_one_fourth { width: 22%; }
Regards,
YigitNovember 7, 2013 at 4:13 pm in reply to: Enfold Theme – Wrong Logo adaptation when viewing in smartphone mode #185673Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) { .responsive .logo { margin-left: 50px; }}
Regards,
YigitHi seremot!
Please try this plugin http://wordpress.org/plugins/codestyling-localization/
You should rescan the files to add missing strings.Regards,
YigitNovember 7, 2013 at 4:07 pm in reply to: logo size different in safari and firefox. How to make it standard? #185666Hi!
You can try adding the code i posted here https://kriesi.at/support/topic/logo-resizing-troubles/#post-185565 and adjust it. I wanted to see the your website to provide more accurate custom CSS code but that should work
Best regards,
Yigit -
AuthorPosts