Hi!
If you enable the advanced layout builder debug field on each domain you can copy the raw shortcode data from one and paste it into another.
Just be careful if you edit it as the field modifies the data directly and if a shortcode gets incorrectly edited it may need to get re-made as the builder wont be able to open up its dialog window any longer.
Edit: forgot to include the link to the docs on enabling the field: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Cheers!
Devin
-
This reply was modified 12 years, 3 months ago by
Devin.
Hi!
You can use this plugin to fix it http://wordpress.org/plugins/codestyling-localization/
I will let Peter and Kriesi know about it
Best regards,
Yigit
Hi!
Please go to Appearance > Editor and open functions-enfold.php file and find
'html' => "<div class='{class} title_container'><div class='container'><{heading} class='main-title entry-title'>{title}</{heading}>{additions}</div></div>",
and comment it out
Best regards,
Yigit
Hi guys
This is for the Kriesi team or the Dutch translators and techies.
I don’t know where and how to fix this, but there’s a little yet big translation error in the Dutch files. The “you are here” has been translated as being “U bevind zich hier”. Yet, that should be “U bevindt zich hier”.
Could someone fix that? And keep it like that, surviving future theme updates :$ Sorry, this seems really lazy… but I really don’t know.
Thanks
Remco
Sollicitering.nl
Hi AdFX!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container { display: none; }
Regards,
Yigit
Hi, long term graphic/visual designer here, however new to the WP theme tuning and the like…
I’m just loving the ENFOLD theme and the Avia advenced visual editor. Spent last few days designing the future pages for a client’s site, and at the moment everything’s allright except for the portfolio thing.
However, I’m definitely struggling on this. I’ve been trying back and forth setting up portfolio items, categories, portfolio grids, masonry, non-masonry, etc, etc. Setting up “normal” pages whit portfolio grids, etc…
And after last weekend working on that, watching the video tutorials (is a Portfolio dedicated one that I’m missing?), re-reading the on/off-line documentation, etc, I still can’t figure out where to start. All my portfolio-related site previews show up blank or with no changes at all…
My idea is to create a /Services/ page in a “portfolio” styling. If I can accomplish this, maybe I can override those /Services/ submenus…
For the record, I have to say that I’m setting up the pages on their own. That is I’m designing each one of them and saving as draft in order to show the client screenshots, meet possible changes and leaving the menu structure and final publishing of the pages for the end…
Not sure if I’ explaining well, will be happy to provide further information as required.
Thanks!
Kriesi.at is not the demo for the theme.
The demo is here: http://kriesi.at/themes/enfold/forums/
That page is using the default, un-altered bbPress forum set up following the guides from bbPress for which we are *not* support for. If you set up forums using bbPress then that is the result you will get which inherits the theme’s styling options.
Full bbPress docs can be viewed here: http://codex.bbpress.org/
The demo data doesn’t include some pages and settings which aren’t able to be imported like bbPress settings. For everything else Kriesi has tried to include as much demo data as possible to show examples of everything without weighing the import down so that a user doesn’t have to delete a lot of extra pages, posts, images and settings which are really only useful as a demo and not something that could be modified to fit a need.
Peter & all
It seems that the new Wistia code now works within Enfold, within a text block, within the Advanced Layout Editor.
It shows well in the page itself to the users, and Yoast now sees it within the Video SEO element, which should now be passed t Google.
I have asked Peter to check this out and ensure its all working as it should, but it looks like we are there.
Awaiting your confirmation Peter.
MAny thanks to all involved.
Graham
Hi!
Can you please post a screenshot and show the changes you would like to make? I am not sure if i understood you clearly
Best regards,
Yigit
This reply has been marked as private.
This reply has been marked as private.
We changed DNS-Servers (the error messages were from the old site), now the change should be done and the new site with enfold is online on http://www.neulinger.at. In the meantime i found out whats the cause for the problems: WOOCOMMERCE. When i deactivate it the widgets on the front page are working, when i acitvate it the widgets on the front page are not working.
With activated WOOCOMMERCE the widgets on all other pages are working as they should, but not on the frontpage.
Is there a trick that can do the magic? :-)
Great Job on the enfold theme and everything you guys do. I love how clean the site looks. I would really like to add the facebook, twitter widget that you have on http://kriesi.at/.
http://testsite.crossexamined.org/wp-content/uploads/2014/01/Untitled-11.png
Hey!
I created 2 additional menus for “French” and I didn’t notice any issues: http://baiecom.biznessacademy.com/wp-admin/nav-menus.php?lang=fr – maybe the problem is client/browser related.
I’m not sure if the “conditional menu” works with a multi site setup – I never tested it on WPMS and I can’t promise it works. You must make sure that the enfold/functions.php file contains following code
add_theme_support('avia_conditionals_for_mega_menu');
If it doesn’t work in the functions.php file create a new php file, insert this code
<?php
/*
Plugin Name: Enfold Menu Plugin
Plugin URI: http://kriesi.at
Description: Enfold Developer Plugin
Version: 1.0.0
*/
add_theme_support('avia_conditionals_for_mega_menu');
and upload the php file into the plugin folder. Then activate the “Enfold Menu Plugin” plugin.
Best regards,
Peter
Hey!
You can try deactivating all active plugins and check if that helps. This is definitely not theme related. You can try updating to version 2.4.5
Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Yigit
This reply has been marked as private.
This reply has been marked as private.
Hi Ismael –
Did you manage to find anything else that I might try..? The problem is still there – it is taking a day to update the changes for some reason..??
Will updating to 2.4.5 version fix?
Thanks
Thanks Ismael. We are using a child theme, with this css adjustment to the header to make it less thick …
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 48px; line-height: 48px; }
.fixed_header.social_header #main{ padding-top:72px; }
It was working previously for windows machines, but not now.
We have just overwritten the theme files via ftp … still the same issue.
Here’s a screenshot …

Is there something we need to add to the custom css above to make it work for windows machines?
Hi!
I have added the code in Quick CSS in works fine now. I noticed that you are not closing custom CSS codes. The code i posted was added as
.grid-entry .inner-entry { box-shadow: none;
while it should be with a closing curly bracket as
.grid-entry .inner-entry { box-shadow: none; }
Other custom CSS code you have in Quick CSS was also missing closing curly bracket.
Cheers!
Yigit
This reply has been marked as private.
Hi!
Please refer to this post https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
200 should work fine for you as well.
Best regards,
Yigit
This reply has been marked as private.
This reply has been marked as private.
Hey Kaija!
Can you please go to Enfold theme options > Header tab and change “Responsive Header Main Menu” to “Display as Slide out menu” and check if that helps?
Cheers!
Yigit
Hey jumpcs!
Can you post the link to your website so we can take a look what type of header you are using?
Best regards,
Yigit
Hi iwanhaex!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.grid-entry .inner-entry { box-shadow: none; }
Cheers!
Yigit
Client has asked me to change the logo on the site to a 64px wide by 200px tall version. When the logo is inserted into the header, it gets resized to a scaled down version of itself. Is there any way to stop the scaling (it resizes it down to 25×88 which is pretty minuscule).
Hello can you tell me how i can remove the borderline in the portfolio grid?
Thanks
Iwan
This reply has been marked as private.