Hi Guys,
I’m a noobie to Enfold and your framework so please bear with me. On http://mandarineweb.com you will see that I’m using a colour section as my landing image, with a Special Heading and then a Text Block.
Using http://mobiletest.me I see that this “section” is almost responsive but it “bleeds” off slightly to the right.
Any suggestions please?
regards
AndrewJ
Hi codepantry!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#timemanagement div .av_one_third {
margin-left: 0!important;
}
Best regards,
Yigit
Hello everyone, as the title suggests I would like to get some advice on:
1 – Best guides and tutorials (in your opinion: D)
2 – SW and on-line tools (I use google chrome on Ubuntu 12.04 LTS)
3 – Where are the files to edit?
4 – Are there files apart for plugin? Where I can find it?
5 – Is there a hirarchy of css stylesheet ?
Thaanks!
I apologize if the topic was not relevant for the purpose of the Forum but since I’m using and I think I’ll use your theme in the future I’d like to find something that can adapt quickly to it.
It’s always the little things :-).
Fixed and thank you!
At the end you have an unclosed h5 rule:
h5 {
font-weight: 400;
font-size: 26px;
It needs the } so that the css after that rule actually works.
h5 {
font-weight: 400;
font-size: 26px;
}
Hi!
There is closing curly bracket missing. Please replace your Style.css file with this one http://pastebin.com/f4s5M6sd
Cheers!
Yigit
Hey psipi!
Please try updating manually via FTP – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Yigit
Hi!
You may have punctional mistake in custom css code. You can paste the content of your style.css file on http://pastebin.com/ and post the link here so we can check it
Regards,
Yigit
Hello Yigit,
Added to the bottom of the Style.css file. No change.
However, I then tried adding it to the Enfold “Quick CSS” option and it worked! Any idea why it might work in the Quick CSS but not the /enfold-child/style.css ?
Ideally, I’d like to keep all the CSS in one place for potential future edits.
Hey codepantry!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.header-scrolled .logo, .header-scrolled .logo a, .header-scrolled .logo img {
max-height: 66px!important;
}
Cheers!
Yigit
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
Hey Konstantin!
Please go to Enfold theme options > General Settings and choose to display Responsive Layout
Best regards,
Yigit
Hi frobi!
Thank you for using the theme!
We greatly appreciate any feedback or requests from you, that’s why we created the Enfold Feature Request page. You can vote for the feature that you want or post your own feature request. We cannot provide an exact timeline on when a particular feature might be added to the theme but you’ll see it on the theme changelog if ever.
Regarding the Ken Burns effect, you can replicate the same animation using the Layer Slider. Utilize the Transition In > ScaleY and ScaleX options combined with the Duration.
Cheers!
Ismael
Hi DStoeckl!
Thank you for using the support forum!
In order to help you with the problem, we would like to know if you have the latest version of Enfold. The latest release of the theme includes a header option to move the position of the logo to the right, left or center. Regarding the button, we would like to ask for a screenshot of what it is you’re trying to do. We’ll be happy to assist you after we have a better understanding of the situation.
As always, thank you so much for using the theme!
Regards,
Ismael
Hey!
Please try adding the code to bottom of Style.css file of your child theme in Appearance > Editor
Best regards,
Yigit
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,
Yigit
Thanks Yigit!
Added the above to the style.css (and deleted the old) before launching “private” / incognito mode for IE 11 and Firefox 27.0.1 to avoid cache issues. Unfortunately still no change.
Any ideas as to what could be causing it?
Marc
Hi David!
Please add following code to Quick CSS in Enfold theme options under Styling tab
strong, b { font-weight: 400 !important; }
.main_color strong, .alternate_color strong { color: green; }
Cheers!
Yigit
This reply has been marked as private.
Hi! Hi have a problem with the logo on mobile devices because is bigger than specifications and it’s partially hidden by the main menu selector. Is it to place the logo a little bit lower on mobile devices? How can I solve this problem? thank you in advance.
Hi!
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,
Yigit
Hi!
Thank you for using the support forum and the info.
You can check for the theme version on Appearance > Themes or check the style.css on Appearance > Editor.
Regards,
Ismael
Hey tomgraziani!
Thank you for using the support forum!
1.) Please add this on Quick CSS or custom.css:
#text-5 > div > article {
padding-right: 1px;
}
2.) I’m not sure why it’s adding the before pseudo selectors, you can use this to remove the dots:
#adrotate_widgets-4 .clearfix::before, #adrotate_widgets-4 .flex_column::before {
content: '';
}
3.) Edit header.php, find this code on line 34:
<link rel="profile" href="http://gmpg.org/xfn/11" />
Do the instruction on the tutorial. After that, edit functions.php then add the code provided on the tutorial at the very bottom.
Best regards,
Ismael
Thanks 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?
Hi anjusaranarts!
Can you post the link to your website so we can provide you more accurate custom CSS code?
Regards,
Yigit
Hi!
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!
Yigit
Hi frogdogz!
Have you made any changes on theme files? Please try deactivating all active plugins and check if that helps. You can remove the footer manually by adding following code to Quick CSS in Enfold theme options under Styling tab
#footer { display: none; }
Regards,
Yigit
Hello Ismael,
Thanks for appreciation.
While i will follow your suggestion with next update. But do you mean to say, that i should overwrite all files except style.css
But what would happen, if the file style.css also gets updated with any update of theme. Means if Kriesi and team also updates style.css with any of the coming update.
In that case, should I also overwrite style.css and then just change the following lines from file manager inside cPanel (or first change the below lines on my computer and then upload that file)-
For Parent theme –
under style.css = Theme name: labhanshi
(means changing the name from Enfold to labhanshi)
Or is there some another way or procedure to follow the update process in order to overwrite the style.css also.
Kindly suggest.
Another thing-
One of my query asked above (in my 2nd response) still remains unanswered for point 3.
That is, My query regarding Grid Layout. Is there any way i can use Grid Layout using images.
For your kind reference, i wanted to have this sort of Grid Layout
Thanks
-
This reply was modified 11 years ago by
Labhanshi.
Hi!
Ok, I think I found the problem. We’ll fix it with the next update. For now please hide the time with css or delete this line in enfold\framework\php\class-framework-widgets.php
echo "<span class='news-time'>".get_the_time($time_format)."</span>";
Cheers!
Peter