Hey!
What changes are you trying to make on the Styling option?
Did you use set the Blog on Enfold > Theme Options > “Where do you want to display the blog?” ? If yes, then you should change the Blog Style on Enfold > General Settings > Blog Style. If you add the Blog using the Blog Post element, don’t set the page as Blog on Theme Options.
Regards,
Ismael
Hi headbentdesign!
You can switch to the French language on the dashboard then place the css on Enfold > Styling > Quick CSS.
Regards,
Ismael
This reply has been marked as private.
Legendary. That’s fixed it here too. Weird that display-block wasn’t the culprit. Thanks heaps for your help and persistence.
A surprisingly large portion of my customers use IE8, so this was an important one to fix for me.
Cheers,
Jason
@mayerkim87 Lookup the Firebug addon for the Firefox browser. It resides in the browser toolbar and gives a host of tools for viewing what’s happening in the browser. You can mouseover images and elements and the CSS rules will be highlighted in a sidebar window in your browser. I would suggest you watch some Youtube tutorials about how to use it first because it can be a tad daunting until you know what you’re looking for. I know CSS pretty dang well and it can still be a bit difficult to figure out nested rules like you have in Enfold. Without Firefox or some other tool, you are truly wasting a bunch of time shooting in the dark.
There appears to be a conflict with the current version of Enfold and Events Calendar by Modern Tribe (3.x).
With either the Enfold parent or child theme activated when you install Events Calender everything is fine, however upon attempting activation, the entire website white screens; it requires the removal of Events Calendar via FTP to get the site working again. So far this is the only plugin that I have found giving this issue.
If I switch to a different theme, such as Twenty Thirteen/Twelve etc., I am able to successfully activate Events Calendar without white screening.
Any suggestions to stop this from happening?
Hey @mgould!
Create a .php file in your server containing this:
mail(' (Email address hidden if logged out) ', 'test', 'test');
Put your email and run it (access it via browser: http://yoursite.com/mailtest.php).
That will test if the mail() function is working on your server.
Regards,
Josue
Hi Josue
I am doing that, but I also like new admin update and I tought that there is a solution for this.
There is the same issue with woocommerce (slovenian language is not included) and works well when putting custom language in wp-content/languages/woocommerce.
I was trying to add language where packs for twentyeleven … are, but no luck.
Since I’m using child-theme, maybe I should put it there. Any idea?
Tomaz
Hey!
As Dude said. Its currently not planned but you can always submit a feature requests here and if enough people support the request we will add it:
https://kriesi.at/support/topic/enfold-feature-requests/
Best regards,
Kriesi
Ok. was able to finally find and reproduce the problem here. its actually the missing width attribute (seriously IE?)
make the img and a img in base.css read:
img, a img {
border:none;
padding: 0;
margin:0;
display:inline-block;
max-width: 100%;
height:auto;
width:auto;
image-rendering: optimizeQuality;
}
and it should work fine. this fix will be added to the next release
This reply has been marked as private.
located on your test site here: http://enamellers.org/bsoe/ ?
I cant see any issues on my installation any longer…
Hey smithds!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_menu ul:first-child > li > a { font-size: 15px; color: white!important; }
.main_color.iconbox_top .iconbox_icon { background-color: green; color: red; border-color: blue; }
Cheers!
Yigit
Hey JS!
You can update it manually. You just need to go to ThemeForest > Downloads and download it.
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 you have not made any changes on theme files, nothing will change. If you made changes on files and if you are not using a child theme, then you will lose those changes.
Regards,
Yigit
Guten Abend
Ich bin begeistert von eurem Template Enfold. Jetzt habe ich noch einige Fragen.
Ist es möglich Events von wp Event Manager mit dem Blog Beiträge (Avia Layout builder) anzuzeigen?
Zeigt Blog Beiträge (Avia Layout builder) nur Blog einträge und Portfolio an oder ist hier mehr möglich?
Vielen Dank für eine Antwort
Please add functionality for Masonry to be added in a layout section rather than just full-width.
It’s useful as full-width, but looks out of kilter with the rest of the site which all sits nicely within e.g. the color sections with consistent edges / padding.
Hey!
You can request these features here https://kriesi.at/support/topic/enfold-feature-requests/
Kriesi may consider add them
Cheers!
Yigit
Hey!
For that kind of a customization, you are going to need to hire a freelance developer. You can request such feature here as well https://kriesi.at/support/topic/enfold-feature-requests/
you can privately post screenshots here. Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Regards,
Yigit
-
This reply was modified 9 years, 10 months ago by
Yigit.
Hey Mayer!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container .breadcrumb { left: -2px; top: 90%; }
.title_container { height: 70px; }
Best regards,
Yigit
Thanks.
Actually, I just realised I had omitted a closing ‘}’ from the css above.
That’d do it.
Thanks again.
Edited config.php at line 898 – got this error:
Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /home/lindapir/public_html/grossdyg52/wp-content/themes/enfold/config-woocommerce/config.php on line 903
Also, I did not do this edit yet: do I need to edit the single product thumbnail size in config.php if I have not imported all my images yet?
Thanks – by the way, check out my opening sliders at http://75.103.91.29/grossdyg52/ – I love this theme!!
Hi cj_envato!
You can try adding !important to force it. i.e.:
figcaption.av-inner-masonry-content.site-background {
background-color: rgba(0,0,0,0.8) !important; }
Cheers!
Yigit
Hi!
1) Because Masonry Gallery element is a Fullwidth element. Fullwidth elements such as Fullwidth Masonry Gallery and Color Section element cannot be added in Layout Elements.
2)Sure, please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_color .av-inner-masonry-content, .av-masonry-entry .avia-arrow { background-color: blue !important; }
3)You can add and adjust following code
.av-masonry-entry { width: 19.9%; }
Best regards,
Yigit
Hi.
I have enfold with a child theme installed on my site.
When I add the following to my enfold-child/style.css, everything works as expected and the caption area for Masonry turns dark with some transparency:
figcaption.av-inner-masonry-content.site-background {
background-color: rgba(0,0,0,0.8);
However, in order to change the text colour of the same caption to white, if I paste this into the same file:
h3.av-masonry-entry-title.entry-title {
color: white;
}
Nothing happens.
I have to pasted it instead into:
enfold/css/custom.css
Then it works as expected.
Can you please help me to understand why I can’t keep all the css edits in my child theme style.css? When I look at the source code for the page, this is the last css loaded, so should (in theory – I thought anyway) override any of the styles above?
Thanks for your help
Hey mxm33!
1) Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-icon-list li { min-height: 90px; }
2) I checked your menu on FF on Win7 but on my end they are all underlined on hover. Can you post a screenshot and show the issue?
Best regards,
Yigit
Hey Gary!
Following code is not being applied
.avia-icon-list .iconlist_content_wrap { margin-right: -20px!important; }
Cna you try adding it to custom.css file inside Enfold/css folder and let me know so i can check it on my iphone?
Best regards,
Yigit
mine is working perfectly with chrome but not with the latest mavericks safari
…
the sample page http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/ do not work with safari 7
I have Mavericks and the latest Safari and it’s working fine for me.
I have updated the them by FTP, now showing as version 2.4.1
Sorry to say though that the problem with the content ‘jumping’ is the same, on both OSX and Windows version of Google Chrome.
Hello,
With the site now live for you to view, can you help with css for the following from my initial post in this thread?
3. How do I make each individual tab and text of tab (not container) a different color in only one set of tabs on a page? Pls provide css code.
Please see the page below that I want to make the tabs/toggles different colors.
http://amplidata.com/amplistor/architecture-2/
Thanks,
Seth