-
AuthorSearch Results
-
March 31, 2014 at 7:57 pm #245683
Here is a preview of a draft page in our web site. On top, how it looks now in grey. Right below it, what I’d like to see (but only managed to do it adjusting the text color to white with the text box editor).
Also at the bottom right you’ll see a Blog post except also showing in grey.
March 31, 2014 at 7:54 pm #245679In reply to: Issues with blank template
Hey psipi!
Which OS and browser are you using? I cannot see whitespace on the top of the page http://i.imgur.com/vg0Ev5I.jpg
Regards,
YigitMarch 31, 2014 at 7:45 pm #245672In reply to: Dotted overlays on color section
Ismael,
That was my thinking as well put all other color sections to the front – which works – but the color section with the overlay just shoots to the back and it is no longer part of the layout – it is actually sitting behind everything even the header. When you have a layer slider at the top it places everything including the top dotted layer right to the back at index:0 which is not ideal. As well, the section break you are trying to create with the dotted overlay is no longer part of the layout flow.March 31, 2014 at 7:37 pm #245665In reply to: Breadcrumbs disappear when blocked subtitle.
Hey eswyt!
It is actually there but invisible because it is white :) Please add following code to Quick CSS and adjust as needed
.alternate_color .breadcrumb, .alternate_color .breadcrumb a, #top .alternate_color.title_container .main-title, #top .alternate_color.title_container .main-title a { color: red; }Regards,
YigitMarch 31, 2014 at 7:29 pm #245657Topic: Issues with blank template
in forum Enfoldpsipi
ParticipantI need a blank template that has no margin.
http://www.growingyoungernow.com/
You’ll see there is a white buffer at the top of the page
this is running the 2.5 enfold from themeforest
I need a quick css fix
and also for this to be fixed in the next updateMarch 31, 2014 at 7:15 pm #245650In reply to: Dotted overlays on color section
Hi!
I know this is not practical but since you added the custom css class, you can try this. Edit all the color sections except for the section with the background overlay. Add a custom css class called section-top-index to all of them. Add this on Quick CSS:
.section-top-index { position: relative; z-index: 100; }This should move the layer position of all the section on top of the color section with the background overlay.
Best regards,
IsmaelMarch 31, 2014 at 7:07 pm #245646In reply to: Logo scaling on responsive mobile view?
Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 480px) { .responsive .logo a, .responsive .logo img { height: auto !important; } #header_main { height: 120px; } #advanced_menu_toggle { top: 130%; }}Regards,
YigitMarch 31, 2014 at 7:03 pm #245640In reply to: Enfold logo on mobile devices
Hey!
Plese add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) { #header_main { height: 120px; } #advanced_menu_toggle { top: 115%; }}Best regards,
YigitMarch 31, 2014 at 6:53 pm #245626Hi!
Please try adding !important rule as following
#top.postid-332 .alternate_color { background-color: #9dd09f !important; } .postid-332 .alternate_color.title_container * { color: #5b3b01!important; }It does work fine on my local installation. Please try flushing browser cache after applying the code
Best regards,
YigitMarch 31, 2014 at 6:52 pm #245625In reply to: Dotted overlays on color section
Ok, I tried this, and the z-index is a big issue – I use color sections all over my pages as section break banners.
I tried z-index:0, 1 .2 .3.4 for this new class. I also tried putting my section banner(s) color section on the top with z-index:999; But with everything, the layout layers just will not work. The class color section either gets pushed right to the back and disappears completely or sits on top and destroys the layout.
Anyone else tried Ismael’s suggestion, and got it to work?
Also anyone sorted out the z-index issues when using a dotted overlay on the Layer Slider WP – I would love to hear how it can be done.
Cheers,
March 31, 2014 at 6:52 pm #245624In reply to: fixed logo in print.css
Thank you! Added in just now with
#top .avia-post-navon line 116 to the general removes. Full updated rule:/*General Items*/ nav, #footer, #scroll-top-link, .image-overlay, #top #main .sidebar, #commentform, .comment_container .miniheading, .comment_container .minitext, #top .avia-post-nav {display: none;}March 31, 2014 at 6:45 pm #245617Thanks Yigit!
I’ve updated from:
#top.post-id-332 .alternate_color { background-color: #9dd09f; color: #5b3b01; }to:
#top.postid-332 .alternate_color { background-color: #9dd09f; color: #5b3b01; }Unfortunately, no changes upon saving to the enfold child theme’s style.css.
Did I somehow miss something again?
March 31, 2014 at 6:38 pm #245613Hi!
You have a little mistake in your custom CSS code. Please use following code
#top.postid-332 .alternate_color { background-color: #9dd09f; color: #5b3b01; }Cheers!
YigitMarch 31, 2014 at 6:04 pm #245580Hey!
Ok, it’s imo not related to the breadcrumb because the output is added before the breadcrumb function is even executed. I’m not sure why the plugin doesn’t work though. If you want to hide the text add this code to the quick css field:
.bbp-st-topic-support.topic-resolved{ display: none; }Best regards,
PeterMarch 31, 2014 at 5:55 pm #245571Sorry, try this
Thanks
March 31, 2014 at 5:51 pm #245563Hi!
#top .single-format-image .big-preview.single-big{ display: none !important; }Regards,
PeterMarch 31, 2014 at 5:49 pm #245561Hi!
The link http://besos.pw/forums/topic/materiale-laboratorio-21-marzo-2014/ just gives me a 404 error.
Cheers!
PeterMarch 31, 2014 at 5:42 pm #245555In reply to: Dotted overlays on color section
Hi!
Thank you for correcting me. I’m sorry about that, I must have been tired when I posted that.
Anyway, you can apply a certain background overlay on a color section but first make sure that you added the theme support for custom css class. Edit functions.php, add this code right after line 16:
add_theme_support('avia_template_builder_custom_css');This will give you the option to add a custom css class on any avia elements within the builder. So let’s get started, add a color section with the background image that you want then insert a text block inside the section. The overlay image will be added on the text block. Switch to the text/html editor mode then add this:
<img alt="" src="http://fc09.deviantart.net/fs71/f/2011/074/3/7/dotted_overlay_texture_by_nobren-d3bqt3w.png" />Scroll a bit below to add a custom css class, we’re going to use section-overlay-background for example. After that save the options then publish the page. Add this on Quick CSS or custom.css to adjust the image overlay to full width and height covering the entire color section background:
.section-overlay-background { position: fixed; top: -50%; left: -50%; width: 200%; height: 200%; z-index: 0; } .section-overlay-background img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; min-width: 50%; min-height: 50%; }Reference link is here, look for technique number 2: http://css-tricks.com/perfect-full-page-background-image/
Cheers!
IsmaelMarch 31, 2014 at 5:31 pm #245543In reply to: Enfold Padding & Margins
This reply has been marked as private.March 31, 2014 at 5:24 pm #245533Hi DStoeckl!
Thank you for the information!
Unfortunately, I’m not entirely certain of what you’re trying to accomplish. If you don’t mind adding more information, that would be great. A screenshot of the layout will surely help. You can add another element right after the toggle title using the before and after pseudo selectors. Please try this on Quick CSS or cusotm.css:
.main_color .toggler.activeTitle:before { content: ''; display: block; width: 85%; height: 2px; background: red; position: absolute; top: 19px; left: 10%; }The code will add a two pixel high red block beside the toggler title. I hope that helps a bit.
Best regards,
IsmaelMarch 31, 2014 at 5:22 pm #245530In reply to: Enfold Padding & Margins
Hi!
Please add following code to Quick CSS as well
.av-special-heading { margin-top: 20px; } .js_active .tab_content { padding: 0; }You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Unfortunately we do not have custom CSS list. But you can find some custom code snippets on documentation here – http://kriesi.at/documentation/enfold/Regards,
YigitMarch 31, 2014 at 5:21 pm #245528In reply to: How to edit Latest News widget [with Child Theme]?
Hi!
Actually the date & time output uses the same code & filter. The code I posted here: https://kriesi.at/support/topic/remove-dates-displayed-in-child-latest-news-widget/#post-241094 should remove the date & the time.
Cheers!
PeterMarch 31, 2014 at 5:18 pm #245524In reply to: Insert Social Links/Icons into Socket
Hey!
Please see Kriesi’s post here – https://kriesi.at/support/topic/kriesi-logo/#post-161892
You can hire a freelance developer if you really want to replicate it but unfortunately we cannot help you with that.
You can update the theme to the latest version 2.6.2 ( http://kriesi.at/documentation/enfold/updating-your-theme-files/ ) to have more control over header options ( http://kriesi.at/themes/enfold/headers/ )
Please add following code to Quick CSS as well#top .social_bookmarks_twitter:hover a { color: #46d4fe; background-color: transparent; } #top .social_bookmarks_twitter a { color: white; background-color: #46d4fe; } #top .social_bookmarks_facebook:hover a { color: #37589b; background-color: transparent; } #top .social_bookmarks_facebook a { color: white; background-color: #37589b; } top .social_bookmarks_linkedin:hover a { color: #419cca; background-color: transparent; } top .social_bookmarks_linkedin a { color: white; background-color: #419cca; } #top .social_bookmarks_mail:hover a { color: #9fae37; background-color: transparent; } #top .social_bookmarks_mail a { color: #fff; background-color: #9fae37; }Regards,
YigitMarch 31, 2014 at 5:04 pm #245518In reply to: Scrolling not smooth on iOS devises
Hi!
Thank you for using the support forum. I can’t test it on actual iOS device but the scrolling on a touch laptop is working properly. Let me ask Josue and Devin to check this. I also noticed that you’re not utilizing page loading optimization. You might want to add a cache and minify plugin to improve loading speed.
Cheers!
IsmaelMarch 31, 2014 at 4:10 pm #245496In reply to: Insert Social Links/Icons into Socket
Hey!
Please add following code to Quick CSS as well and adjust as needed
#top .social_bookmarks li a { font-size: 18px; }Regards,
YigitMarch 31, 2014 at 3:53 pm #245484Hi Yigit,
Yes it works fine on apple devices. But has issues with Galaxy Tab3.E.
March 31, 2014 at 3:42 pm #245481In reply to: Enfold – Mega Menu – Columns
The support here is so great! Thank you!
Is there a quick fix to the height of the column line separator? So it stops near the word “consulting”?
March 31, 2014 at 3:20 pm #245472In reply to: Ubermenu sidebar is hidden: The sequel!!
Hi!
Please add following code to Quick CSS as well
#top #main .sidebar_left .sidebar { width: 269px; }Regards,
YigitMarch 31, 2014 at 3:16 pm #245470In reply to: Insert Social Links/Icons into Socket
Hey hellovlad_!
Please refer to my post here https://kriesi.at/support/topic/footer-socket-question/#post-193649
Regards,
YigitMarch 31, 2014 at 3:01 pm #245462In reply to: Custom height for transparent Header
-
AuthorSearch Results
Viewing 30 results - 131,491 through 131,520 (of 142,907 total)
-
Search Results
-
Topic: Issues with blank template
I need a blank template that has no margin.
http://www.growingyoungernow.com/
You’ll see there is a white buffer at the top of the page
this is running the 2.5 enfold from themeforest
I need a quick css fix
and also for this to be fixed in the next update
