Hey cuboliquido!
No, there’s no limit and the child theme will use the all parent theme functions to make WPML fully compatible with Enfold. I recommend to set the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP because the child theme and the WPML plugin probably require more memory and with 128M you’re on the safe side.
Cheers!
Peter
OK – I solved it myself. Hope this may help someone else having the same problem –
In the file ‘themes > enfold > config-templatebuilder > avia-shortcodes > portfolio.php’ around line 455 there is the following line of code:
if(in_array($category->term_id, $current_page_cats, true))
Change the ‘true’ to ‘false’ so it reads:
if(in_array($category->term_id, $current_page_cats, false))
(The Kriesi team might want to make the change above in a future update??)
Cheers
-
This reply was modified 12 years, 3 months ago by
pixelboy1.
Hi djg970!
Please check if this file exist wp-content/uploads/dynamic_avia/enfold.css. Reset the predefined color scheme on Enfold > Styling to flush the css settings. Do this a few times. Please give us a a link to the website.
Best regards,
Ismael
Hi!
It seems like the return value of the category id is not an integer but a text since 3.8 and the new variable type breaks our in_array() check. Open up /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php and replace
if(in_array($category->term_id, $current_page_cats, true))
with
if(in_array($category->term_id, $current_page_cats))
and afterwards edit /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php and replace
if(in_array($term->term_id, $current_page_terms, true))
with
if(in_array($term->term_id, $current_page_terms))
I’ll ask Kriesi to release an update asap.
Regards,
Peter
Hey!
What type of header do you have? Please check on Enfold > Header > Header style.
Regards,
Ismael
Hey!
Yes, the WPML permalink function causes issues on some servers (actually only a few servers because we received maybe 10 similar bug reports and I posted some code to temporarily fix the issue here: https://kriesi.at/support/topic/404-strange-permalink-problems-ii/
I already notified Kriesi about the issue and I created a fix for it but I’m still waiting for his feedback. Basically I’d like to remove the “slug” option from the Enfold theme option panel and instead add it to the Settings > Permalink page. Then I want to wrap the slug text into a _x() function which should allow WPML to translate the slug with the “String Translation Management” extension. I’ll try to get this patch into the next update (Enfold 2.5).
Regards,
Peter
Hi all,
I’d like to have some pages in which when they load, a colour section automatically takes up the height of the browser window, and scales up or down accordingly if you change your browser window size. Essentially it’s a fullscreen color div, and the content beneath only appears once you start to scroll the window.
I have experimented with different approaches (such as setting a 100% height for a custom ID applied to the color section DIV, but it doesn’t work.
Does anyone know if it’s even possible with Enfold?
Thanks,
G
Hi,
I am trying to put the site at a folder and only a redirect page at the root. Say the default page would redirect visitors to /home. Is there a plugin would do that? Would you suggest me to do that? Is Enfold capable of doing it?
thanks,
Hi bvalliance!
You can do that on Settings > General > Date Format, select custom then add this format M j, Y.
Best regards,
Ismael
Hi MtnStreamGroup!
1.) What do you mean by automatic year php? Is this a code that you add on the footer? Please post it here.
2.) Go to Enfold > Footer > Copyright. Place the [nolink] tag.
3.) Edit footer.php, find this code on line 115:
</div>
<!-- ####### END SOCKET CONTAINER ####### -->
</footer>
You can manually place the second logo on top of it.
Regards,
Ismael
Hello Enfolders
Tonight my questions are about the MENU.
I want to create menus that drop down instead of aligning horzontially.
I also want to change the highlight color of the highlighted dropdowns, somehow I was able to change one color but can’t recall how?
“rookie!”
Can someone throw me a hand?
oohh bad..
So far I know google will need to re-crawl my sites and might read it as a new list, as the structure is changed. all the links that I mae in the previous website will also changed. And it could also affect my clients, who already know the link.
Redirects could be one of the solution but, it would be perfect if Enfold could discard this unneeded permalinks.
Well with the post (not portfolio) the permalinks is ok, there is no any additional link in the middle.. But why there is no Avia layout builder there??? :(
1.) I tried to put automatic year php in the copyright field but it didn’t work. Is there a way to put an automatic copyright year in this field?
2.) Can we remove the Enfold Theme by Kriesi link in the socket?
3.) Is it possible to put a logo in the socket on the opposite side of the copyright information?
Hi!
First thing to try is to update your theme files to the 2.4.2 version with those two additional bug fix releases (you are on 2.4).
On my end I’m not actually able to reproduce the issue. Is this with iOS7? I’m not sure any of us have an iPad mini specifically to test with but I’ll tag the rest of the support crew to see.
Cheers!
Devin
Hi NaturaIntegrativeMedicine!
For 1) Check here: http://kriesi.at/documentation/enfold/setting-your-home-and-blog-pages/ as it explains a bit about setting/unsetting the blog page. The quick version is that to use the individual blog pages settings you need to un-set the option in the theme options.
2) Youtube video is showing on my end.
3) Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.fullsize .big-preview.single-big {
padding: 20%;
padding-bottom: 10px;
padding-top: 0px;
}
Best regards,
Devin
Same issue. You can right click on this site.
http://paulraffstudio.wpengine.com/portfolio/ (hosted on WPengine)
Hi kudesign!
Can we see the site live so we can inspect it with IE directly? You can respond with the url as a private reply (set private reply checkbox) so that only we can see.
Regards,
Devin
Hi wittwer!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.logo, .logo a, .logo img { max-height: 116px!important; }
.social_header #header_main .container, .main_menu ul:first-child > li > a {
height: 116px!important;
line-height: 116px!important;
}
Regards,
Yigit
Hi,
I like to renew my website, the Enfold seems perfect to me, but I have problem in the portfolio permalinks that have to be http://www.website.com/something/portfolioname. And I do not want to use the /something/ as it will make change in my google crawl history.
Please advise how to discard this, or please add feature to get rid of the portfolio permalink.
Thanks
Surya
Hi!
@swarez Can you enable right click on your website so we can inspect elements?
Cheers!
Yigit
Hi there,
I’ve inserted a basic Masonary grid gallery however, on load of the webpage there is an error displayed
Warning: Division by zero in /***/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 592
Warning: Division by zero in /***/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 592
I’ve no idea what’s the problem. Is there a way to hide it or what could be the source of the problem. Do assist. Thanks.
Regards,
Robert Chai
Hi,
The styling on my site broke once I changed the permalinks. We are using Enfold design. I saw that others have posted about the same issue but I did not see a resolution. If someone can please let me know as soon as possible would be greatly appreciated.
Thank you.
AHHHH. I had uploaded the wrong zip file from themeforest, because I had purchased the same theme twice, for two different clients, and the new 2nd zip name was the same as the first zip, and I did not know how to find a version notice… So I had inadvertently uploaded the old version which didnt have masonry. All good now; I have rectified that by simply overwriting the folder enfold\config-templatebuilder\ which was in the zip.
Hey Yigit
Must join the conversation…
WP 3.8 results in the Portfolio categories (in Ajax view) disappearing… Any ideas? Using 2.4.2 on a fresh install (from 3 days ago)…
Screenshot here: http://www.swarez.co.uk/images/Untitled-1.jpg
I used to have all my Portfolio Categories in here… HELP!!!!
Ed
Hey!
Can you post the link to your website?
Cheers!
Yigit
Hi there, I have a client complaining about the blog page is distorted and has compatability issues. Please see screen grab of the problem. I was wondering if you or someone could advise as to where to look to correct this bug, look forward to your reply soon! Best regards, Joseph

Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.single-small .post_author_timeline { display: none; }
Regards,
Yigit
Hi guys,
I’m wondering what template file to modify to change the date format for the multi-author blog posts archive.
I’d like it in this format for December 12: DEC 12 (or php ‘M D’).
In case it matter, the method I’m using for the blog page is per Ismael / Devin’s directions: I’m using a page called ‘Blog’ and I have the blog posts item inserted via the advanced layout builder.
If at all possible, I’d like to do this in my ‘enfold_child’ based child theme so I can keep the core parent theme intact for future updates. If that’s not possible, that’s ok.
I don’t need detailed directions like how to capitalize or anything CSS-related, just the location of the proper include template file ;-)
Perfect! Worked like a charm.
Now – to try to figure out another issue…
what do I need to do to make the default width of the blog posts 633px wide / centered?
After you answer this, I’ll post it as a question/answer so it exists independently.
Thanks Yigit.
Hi,
After activating a child theme for Enfold, The portfolio categories are no longer appearing correctly above the Portfolio grid on my main Portfolio page. ‘All’ is the only portfolio category that is displayed. Note: Problem persists even if I re-activate Enfold theme rather than using child.
I have all categories selected in the Portfolio Grid Settings window as well as ‘Sortable?’ set to ‘yes’. All Portfolio Items have valid portfolio categories assigned to them.
Any help would be much appreciated.
The page I’m talking about can be viewed here: http://www.pixelboy.com.au/portfolio/
Cheers
-
This topic was modified 12 years, 3 months ago by
pixelboy1.