Hello,
please, I have 2 Question:
1)I create a page with name Blog. I define in theme Option the “blog” page to display the blog.
then i went to general setting and choice the blog style. In this case, Grid.
Now I have the problem that is not possible to add at the Blog page any kind of content; cannot make different footer, can’t add a single text as title and so on. The other problem is that for example is not possible to hide the header trough the page option, but only via css.
Now i guess that if the blog page is defined in theme option, this has nothing to do with the page i create with name “blog”.
But, where can I find the page Blog from Enfold to make change or add content? Or is not possibile at all, becouse if the blog page is defined, then is a fix layout with no possibility to add or change content?
2) If is not possible, i have the permalink problem as from this post:
https://kriesi.at/support/topic/h1-permalink-takes-to-home-page-not-archive-page-for-posts/
is it possible to make the change in the child template? If yes, how?
thank you
Antonio
Yes, that’s the right URL Kriesi.
I installed the latest version of Enfold by FTP, copying the entire new Enfold folder over the old installation in the site’s Themes directory.
This morning, on Chrome (Mac and Windows) I see:
As each new image appears in the slider, it makes text and images below, in the main content area of the page, nudge very slightly to left and then back. All of the text lightens in colour slightly for a second. This only happens to content in the second (and greater) columns – first column content on the left border does not seem to be affected. Once all of the images in EasySlider have run through once, this problem stops. But if I refresh the page, then it all happens again.
Hi Jean,
you see the Test-account-credentials?? Hey Dude, the there is a real problem with your description that only admins can see private posts…!
-
This reply was modified 12 years, 6 months ago by
mlkg.
I also agree…
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 colour sections with consistent edges / padding.
Keep up the great work love this theme!
Hi!
I’m not sure why the Grid Layout is not working. Can you please upgrade to Enfold 2.4? It is available on your themeforest account. Download it then update the theme via FTP.
Regards,
Ismael
Hi Dude,
I understand.
I’ll see how much they charge for that on codable.io…
Thank you
Hey!
The site http://www.safetyrevolutionltd.com/ is not using Enfold. Can you please provide us with the correct link?
Regards,
Ismael
This reply has been marked as private.
This reply has been marked as private.
Hey sorry,
this topic is closed, but the problem is still there:
https://kriesi.at/support/topic/white-space-between-navbar-and-layerslider-ipad-landscape-enfold/
1. White Space between the Navigation and the Layerslider on iPad
2. Fixed Backgroundpictures in Color-sections work not right on iPad
Regards
Hi
I have never uploaded any icons in Enfold theme option.
I’m using only default ones.
Thanks.
Hi Yigit,
It’s a presale question – I’ve already got Angular theme, where 8 columns portfolio is not possible.
I hope Enfold enables more than 4 columns.
Thanks
being able to add iconfonts to any menu items would be great.
Also being able to control the menu font separate to the other fonts would be nice, as would being able to customise the breadcrumb bar colour separate to other alternate colours.
-
This reply was modified 12 years, 6 months ago by
THP Studio.
Hey Stephanus!
You could try uploading Enfold into that WP installation and then simply switch between both themes, all the content will be kept.
Cheers!
Josue
Hi!
If you want to change the style of a specific page or post, you can use the Google Chrome Inspect Element. Look for the unique css body class.

On the example above, the page’s unique selector is .page-id-2251 but in your case the page id is .page-id-544. We can use it to change the element within that page.
.page-id-544 .main_color .toggler, .main_color .toggle_content {
background: blue;
color: white;
}
.page-id-544 .main_color .toggler:hover {
background: red;
color: white;
}
Best regards,
Ismael
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