This reply has been marked as private.
Hi,
I put my portfolio together about 2 weeks ago and it stopped working correctly today. They use to show my set featured images but now they just saw a white box.
You can see what I mean at devrhycom.com/portfolio (password: 1234)
Please let me know if you could help me fix what went wrong. I have Enfold verison 2.5.2 (just updated to see if that would fix it but didn’t) and I have WordPress version 3.8.1
Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
Josue
This reply has been marked as private.
If I buy WPML, the basic license (Multiligual Blog $29) will be possible to translate the content created using AVIA LAYOUT BUILDER? Or it must be the Multilingual CMS? I dont want to spend too much money with this…
Tks,
No I haven’t, but they’ve worked with no issue until the last couple of days. We did no upgrading of any plugin in that time. We are using the latest versions of Akismet (2.5.9), Gravity Forms (1.8.4), W3 Total Cache (0.9.3), and WordPress SEO by Yoast (1.4.24). I find it very odd that this is only two pages that are affected and the other one we solved by shortening the page title. It’s just in the blog posts. This is not happening on site pages.
We are also seeing comments like this: https://kriesi.at/support/topic/black-screen-when-published-enfold-theme/
Hey!
It’s not possible with that approach, you’d need to edit the header.php file and put the image there in HTML format (around line 203):
<img src="_HERO_" />
Cheers!
Josue
Worked like a charm – thanks Josue
hi there
Important urgent question if I may:
I have just imported the site from sub-directory to root (some broken links but not too bad…)
anyway, it seems that it didn’t import the styling changes that I made in Enfold Theme Options (including the quick css).
In which original file I find this changes to copy/past into the root dir?
Thanks!
Hey!
Try adding this code to the Quick CSS:
.page .breadcrumb.breadcrumbs.avia-breadcrumbs, .page .main-title.entry-title {
display: none;
}
Change .page by .page-id-0 if you want it to that specific page only.
Cheers!
Josue
Hi guys, I am looking to remove the title and breadcrumbs from a single page:
https://hazelwoodsoapcompany.com/store/products/
Thanks in advance.
Hi Yigit!
My Flash player is up to date! v12.0.0.70
MAC OS 10.9.1
Forefox 27.0.1
Enfold 2.5.2 on my website, and same result on your demo page v9… Video not playing…
But worky fine on Chrome and Safari.
Best regards,
Jul
Hi,

I would like to have a text, when opening an image of the GALLERY (within a portfolio item like here: http://kriesi.at/themes/enfold/portfolio-item/lorem-ipsum/), within the openend LIGHTBOX.
Example:

How can I do this?
Many thanks!
I’m having this same issue.
I put my portfolio grid together about 2 weeks ago and until today it was working fine. Now the images aren’t showing and they come up as just white boxes. I went to “Theme Update” but it says I have the latest theme. I currently have Enfold version 2.4.2 but you say the latest one is 2.5.2? I also have WordPress verison 3.8.1
Here is my portfolio that isn’t showing up correctly:
devrhycom.com/portfolio
(password: 1234)
Hello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
Josue
Hi!
Please try removing background image and adding following code to Quick CSS in Enfold theme options under Styling tab
html.html_boxed {
background: url(https://www.sqli-group.com/ecommerce/files/2014/02/bg_bleu_1.jpg) fixed no-repeat;
background-size: cover;
}
Best regards,
Yigit
This reply has been marked as private.
Hi guys,
I’ve found a few problems.
1: Yoast SEO plugin says that my page has no pictures. This is not true, I have quite a few pictures added by clicking ‘images’ under ‘media content’ tab of the Avia layout builder.
2: google is not showing the meta Description & meta TItle I have wrote in the Yoast SEO plugin. Google shows excerpts of the actual page content as description and title with more words added than what i wrote.
Is this Enfold’s problem or is it Yoast SEO’s problem?
Thanks !
Jason
This reply has been marked as private.
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
.responsive .logo img {
max-width: 100%!important;
}}
Cheers!
Yigit
Hi!
You can do something like that with Enfold Mega Menu feature:
Cheers!
Josue
I like your Replete theme http://kriesi.at/themedemo/?theme=replete features of the drop-down menus- for example the banner image and the custom text column on the shop item drop-down.
Is this also possible on enfold theme?
Thanks
Thanks, but unfortunately this didn’t change anything.
Cheers.
Thanks for this. The css worked. I’ll have a dig around. Do you know of any other popup plugins that people are using successfully with Enfold?
Hi indirapril!
Please add following code to Quick CSS in Enfold theme options under Styling tab to display post navigation on mobile
@media only screen and (max-width: 767px) {
.responsive #top .avia-post-nav {
display: block;
}}
Edit: Please use this plugin to change "You are here" http://wordpress.org/plugins/codestyling-localization/
Cheers!
Yigit
-
This reply was modified 11 years, 8 months ago by
Yigit.
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.ls-layer p a { padding: 10px!important; color: white!important; }
When you click on links, they go to #inline-1 as they supposed to. I do not think that it could be changed easily
Regards,
Yigit
This reply has been marked as private.
Hm, I think the URL at the browser’s adress line should be like the breadcrumbs, so the URL for this special portfolio-item should be:
meineseite.de/farbkunst/portfolio-uebersicht/magicmoment
but currently it is:
meineseite.de/werke/magicmoment
and this is just not right.
I have tried to add this to my functions.php as Dude suggested here, but it has no effect:
https://kriesi.at/support/topic/breadcrumbs-with-portfolio/
It’s really confusing … but the breadcrumbs above in the screenshot show the right hierarchy.
——————–
EDIT:
I found the same behaviour at the ENFOLD demo theme:
main URL/starting page:
http://kriesi.at/themes/enfold/
“Portfolio 3 column” link:
http://kriesi.at/themes/enfold/portfolio/portfolio-3-column/
Then, at this page, I click at the first portfolio item, which is:
http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-slider-3/
Also here is a part of path missing, i.e. “/portfolio/”
-
This reply was modified 11 years, 8 months ago by
BeeCee. Reason: Added as example the ENFOLD demo theme
You are welcome, glad we could help :)
Regards,
Josue
Perfect!! Thanks for the quick response!