Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.logo { height: 102%; }
Your logo has white background, if you make it transparent, you can increase more
Best regards,
Yigit
Hi,
Having made the code change shown here
https://kriesi.at/support/topic/i-can-not-create-any-3d-transitions-enfold-responsive-multi-purpose-theme/#post-26497
The error shown on that thread has now been fixed for me. However, the transitions still don’t fire, even after selection and saving in the UI.
Also, in the transition builder section of Layerslider WP, the ‘add new’ buttons don’t trigger. I’m guessing there are some files missing somewhere.
So, I downloaded the theme from themeforest, unzipped it, and compared the js directories with my local setup. They are the same.
Can someone in support please check back in your version control for missing files?
kindest regards,
PPCHOund
Hi, I previously had the error message described in this post: https://kriesi.at/support/topic/strange-error-message-on-layerslider-wp-transition-builder/
Then I followed the instructions on this post as you advised me to: https://kriesi.at/support/topic/i-can-not-create-any-3d-transitions-enfold-responsive-multi-purpose-theme/#post-130631
See screenshot of code change I made as advised: http://screencast.com/t/uvo6h2hyGz
This has removed the error message (thank you): http://screencast.com/t/DkKM3yN6tJ
But I still cannot create new transitions. When I click “Add New” (either 3D or 2D), then the only thing that happens is that the URL changes from:
http://www.devicage.com/wp-admin/admin.php?page=layerslider_transition_builder
To:
http://www.devicage.com/wp-admin/admin.php?page=layerslider_transition_builder#
But nothing else happens. Screenshot: http://screencast.com/t/3p5FJQlDDWJ
Can you please help me solve this problem? Aside from this, I have not done any other code customizations. This is a vanilla install. Latest Enfold version being used (don’t know where to see the version number but in the Enfold folder it says I am on the latest one.)
-
This topic was modified 12 years, 4 months ago by
yusufhgmail. Reason: Small clarification
Hi xxtita!
Adaik there’s a “Duplicate Button: http://www.clipular.com/c?6460588859326464=nhKXUaqD_3Y4lktpu9HGzqeELoo&f=.png which helps you to copy the entire post data to the translated post. Afterwards you just need to click the “Translate Independently” button: http://www.clipular.com/c?5987066567458816=1wEH-lhA7UwQw1JjvUaUZht13Es&f=.png to translate the post.
Cheers!
Peter
Hey!
I did not test this modification but try to adjust the height variable in wp-content\themes\enfold\js\shortcodes.js to calculate the new height. Search for
this.$slider.height(slide_height);
and replace it with
this.$slider.height(slide_height);
if($('body').hasClass('.page-id-3014')) this.$slider.height(slide_height) = this.$slider.height(slide_height) - 100;
Note that the code will only work on the page with the id 3014. By going this way we avoid to break other sliders on different pages.
Cheers!
Peter
Thanks again..
I’ve done that but I still have the same problems:
1) Section 1 menu item is always underlined with red.
2) The menu items do not highlight in yellow when I scroll to them in the viewport.
Am I doing something wrong? Are you seeing these problems too?
thanks,
kheong
I’m creating a site in spanish/russian, http://www.ilovespain.co with the Enfold theme and WPML plugin. When I copy the portfolio to Russian is everything ok (translating of the portfolio-items, tags, categories, etc ..) less the category sorting. The sorting in Russian doesn’t work.
I’ve tried to sincronize categories in Spanish/English (English like Russian) and it works, in Spanish/Spanish (Spanish like Russian) and it works. But when it takes categories of sorting put in Russian it doesn’t work.
Also I’ve tried to inactivate WPML plugin and made all the tests only in Russian (all the site in Russian without translating). If I put the categories in latin characters it works perfectly, BUT if I use them in Russian (cyrillic characters) filtering doesn’t work.
Any help, please?
Hello,
I’m not really that used to setting up a blog (I use WP for other purposes) so forgive me if these questions seem rather simple:-)
On the blog pages (add posts) is there no page builder element? I can only use WP basic?
I would like to add a social share bar at the bottom of blog entries before the comment section, this is quite standard really – is this option available in Enfold?
Categories – is is possible to show blank category names in the widget? I would like to show a list but of course not all categories currently have information so if I could list the category name followed by 0 (just like when you an item in a category it tells you how many posts there are in there)
Thanks for the advise
Andrew
Hey Michae1!
Enfold doesn’t support such an effect. You can suggest it in the feature requests thread or hire a freelancer to implement it.
Best regards,
Peter
Hey Michael!
You have two options:
1) Insert the code at the very beginning of functions.php – below the first <?php line.
2) If you don’t want to modify the functions.php file after every update you can place the code in your child theme functions.php. WordPress will load this file first and then it will load the Enfold parent theme.
Regards,
Peter
Hi,
i have added the debug code to the functions.php file within the enfold theme directory.
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug() {
return "debug";
}
Although ‘Avia Layout Builder’ and ‘custom fields’ are active i dont get displayed the debug field to manually edit the code. What have i done wrong?
Btw. editing the functions.php seems to be a bad idea because i guess you will overwrite this file with any update. Wouldn’t it be much better to have a functions-custom.php included like the functions-enfold.php?
Regards
Michael
Hi!
I noticed that Kriesi uses another function to include the character map if the new icon font uploader is used. Please revert the change and in /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php replace
$this->paths['pluginUrl'] = apply_filters('avia_builder_plugins_url', plugins_url().'/'.$this->paths['pluginDir']);
with
$this->paths['pluginUrl'] = apply_filters('avia_builder_plugins_url', plugins_url().'/'.$this->paths['pluginDir']);
$this->paths['pluginUrl'] = !empty($_SERVER['HTTPS']) ? str_replace('http://', 'https://', $this->paths['pluginUrl']) : $this->paths['pluginUrl'];
Regards,
Peter
Hey!
It works on my end. Please move the jQuery code on avia.js below this code:
$(document).ready(function()
{
Cheers!
Ismael
Hey!
Maybe you need to install a smtp plugin like: http://wordpress.org/plugins/easy-wp-smtp/
Regards,
Peter
Hi sdaly18!
What Blog Style are you currently using? Please check on Enfold > General Settings > Blog Style. Please give us a link to the Blog page.
Cheers!
Ismael
Hello,
I have right aligned an image in the main paragraph tag and linked it to another page – no custom CSS applied. The text wraps nicely around the image, until you hover over the image. When you hover over the image, all of the wrapped text jumps down below the image. This happens in both Chrome and Firefox. I have updated Enfold to the most recent version this evening. The problem occurs at http://blueunderground.com/services/website-design-development. Can you please advise?
Thanks!
This is what I want the content between the header and footer to look like: Correct with no enfold. It’s just an html file that has references to the css and js it needs.
This is what it ends up looking like: Enfolded
I have the enfolded one running as a child theme where I use the child functions.php to put in the js and css necessary for the html file using the wp_register and wp_enqueue functions. It’s also set up only to run for the hitachi page. And it mostly works, the tabs work (although there spacing isn’t correct), most of the styling is there, but there are paragraphs out of place and the content header images aren’t lined up and the fonts aren’t loading properly either. What I imagine is happening is the css from enfold is affecting the main content area. What I need is to have the enfold header and footer menus, with correct looking content between them. And I apparently don’t know how to do it.
Can you help?
But, doesn’t the Ajax portfolio in the Demo show several different kinds of layouts? http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/
Hi CAUM!
I’m not sure if codestyling localization will help but you can use the Widget Logic plugin with the WPML plugin combined: http://wpml.org/2011/03/howto-display-different-widgets-per-language/
Regards,
Ismael
Hi!
@minestelecom: Thanks you for this. This will help a lot. :)
Cheers!
Ismael
Hi!
Clear the cookies and cache in your browser. Close all browsers, reopen it and try logging back into your WP Admin. Change the permalink structure on Settings > Permalinks then save it. Do this a few times. In the Settings > General, make sure that the WordPress address (URL) and the Blog address (URL) match.
Cheers!
Ismael
Hi DavyE!
What type of header are you using right now? Please check Enfold > Header > Header type. You can adjust the header menu width by increasing the padding between menu items.
.main_menu ul:first-child > li > a {
padding: 0 15px;
}
Use Media Queries to adjust it on different screen sizes.
Best regards,
Ismael
Hey!
It is not possible to direct the link of the product grid manually. They will always link to the product pages. Enfold 2.4 will be release soon and I think the masonry gallery layout will be available on the theme.
Regards,
Ismael
Hey gianmarizzi!
Can you please give us a link to the website? Please download Enfold 2.3.2. The logo issue on IE browser has been fix on the latest Enfold update.
Cheers!
Ismael
Hi!
I performed some tests, no issues so far:
http://screencast.com/t/yX8ZkYK4pdq
Best regards,
Josue
This reply has been marked as private.
Hello!
Yes it could, but that is a very deep customization. perhaps can be added as a feature request, If you really need it try hiring a freelancer for the job.
Cheers!
Josue
Hi,
I have:
Theme: Enfold
Version: 2.3.2
Installed: enfold
AviaFramework Version: 1.8.5
AviaBuilder Version: 0.4
ML:256-PU:40-PLA:13
Is this the latest one?
Hi Andrew!
You can set a fixed layout here (Enfold > General Settings):

Cheers!
Josue