Hi nyh,
I’ve not had any issues for any of the sites I’ve built or the demo of Enfold with my Galaxy S2, S1 or S3. The S2 is my personal phone and the others I’ve tried out at various times in testing.
My guess is that you have too many big images trying to load in on the home page at once which is causing mobile browsers to have issues.
The big background images in your slider and even the image of the books is a bit big for web use and could use with being optimized to create smaller files.
Regards,
Devin
You should have the login info now. Let me know if you don’t get it.
I’ll email you the login data, but I think you’re missing the part where I said to put it in a 1/3 width section.
That should work for you but let us know if you have any other issues :)
Regards,
Devin
Hi
I am using The Events Calendar plugin (http://wordpress.org/plugins/the-events-calendar/) on my test site which seems to work really well with Enfold. The only issue I am having is getting the calendar to display on a page without the sidebar showing. Here is my live page currently: http://www.robgibbs.co.uk/SRtestsite/events/
I cannot see a way of removing the right sidebar. Any recommendations?
Thanks,
Rob
The problem is I can’t reproduce this bug on my test servers. When I add the shortcode into a page it displays just fine: http://test.inoplugs.com/impressum/
Please create me a wordpress admin account and send me the login data to: (Email address hidden if logged out) – I’ll look into it.
I think you’re probably using the same debug method I just tried, so I’ll save you a bit of time. If I ‘inspect element’ on chrome and find the 60px line you had me add, I can then edit it down to 40px, and on my display it suddenly looks great. However, once I actually plug 40 into the code you gave me in the Quick CSS box and refresh, the volume slider still drops below the player. I suspect maybe some javascript rewriting is going on perhaps? Maybe I’m on the wrong track there, but hopefully that helps you test it on your end.
By the way, in case you want to try to re-create this somewhere else for testing, all you’re seeing there is an icon box in a 1/3 width section. Inside the icon box, for the actual content part of it, I have this audio tag:
Code:
[audio src="https://www.secondshifters.com/interviews/Cell_Division_Interview.mp3"]
Hi Peter,
Thanks for getting back with me. The volume slider is what I was referring to; you are correct. Sadly, your CSS didn’t do the trick though: http://www.secondshifters.com/music/cell-division/
Just updated Enfold. and the LayerSlider works now fine! Thank you guys!
Hi,
Hope you can help – I’ve installed the latest versions of WP and Enfold and for some reason my folio sliders and ajax portfolio elements aren’t working:
http://krisfosh.com/shortcodes/easy-slider/
http://krisfosh.com/what/
Not sure where I’m going wrong!?
Thanks,
Kris
This is the code from the 404 template as it is now.
<!–end content–>
</div>
<?php
//get the sidebar
$avia_config = ‘page’;
echo ‘<div class=”sidebar sidebar_right three alpha units”><div class=”inner_sidebar extralight-border”>’;
dynamic_sidebar( ‘404’ );
echo ‘</div></div>’;
</div><!–end container–>
The site is at http://www.zatches.org – If you do a search for the keyword “anything” you can see the 404.
Thanks,
-David
I will create a new topic from now on, I just couldn’t locate where to add one. I still don’t see a place to add a new topic.
Also, I tried the code above and created a new widget named 404 and it’s still displaying the other sidebar instead of the new custom sidebar.
Thanks,
-David
Hi
I’m placing a google map to all the portfolio items.
I tried a few plugins for that, but they all have some issues to display the map properly, like the marker is not in the middle.
Only in internet explorer it works fine. In firefox and chrome id don’t
1. I m not sure, if this is a problem from the plugins ore from the enfold theme. ?!?
the link on my site:
http://maurilux.com/portfolio-item/beach-villa-calodine/#tab-id-4
the plugin im using:
http://wordpress.org/plugins/oppso-maps/
2. If it is a problem of the plugin, does someone know a good alternative?
By the way, i had the same problem, with the enfold map widget.
Thanks for answers
Updated the latest version of Enfold (after installing WP 3.6) but the issue of EasySlider not changing after 2nd slide still remains.
Issue update:
Have upgraded both Enfold to 1.9.1 and WP to 3.6 to see if the problem exists. Have performed a full uninstall and deleted the /enfold theme directory.
This is what I found:
Using the global background instead of per-slide background has resolved the disappearing text issue. This looks like a major bug with LayerSlider.
The demo Enfold slide uses a different image from slide 1 and slide 2, and the problem occurs still.
Obviously a global BG isn’t suitable if we’re using multiple slides.
We need a resolution soon, please!
Hi,
I’m new to the whole WordPress scene so I’m nervous about installing the latest version of Enfold because I don’t want to lose any of the work I’ve already done. Am I just supposed to upload the new version as I did with the version I purchased and everything will transfer over?
Thanks,
Erin
Hey!
1) Please update Enfold to v1.9.1
2) Deactivate all third party plugins – maybe a plugin is not compatible with wp3.6…
Best regards,
Peter
Please use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to translate the theme text strings. Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
Hi there, I have built a site for bamboofloors.com.au using the Enfold theme, and since the wordpress update the site has had many issues, the main one is adding images to blog posts. It simply will not let me, and the whole site freezes and locks up.
Please help, great f*&^%in theme by the way.
Nathan-Australia
Hey!
Please update to WP3.6 and Enfold 1.9.1. If the issue still persists please create me a wordpress admin account and send me the login data to: (Email address hidden if logged out) – I’ll look into it.
Best regards,
Peter
Hi!
Please read: https://kriesi.at/support/topic/advanced-layout-editor-dissappeared-please-help – does the answer solve your problem too?
Best regards,
Peter
Hey!
Please update Enfold to v1.9.1 and update WordPress to v3.6. If the issue still persists post a link to the slider page please.
Best regards,
Peter
In the theme options (Enfold > Sidebar) select the “no sidebar” (all dropdowns). Then open up wp-contentthemesenfoldforum.php and replace
global $avia_config;
with
global $avia_config;
$avia_config['layout']['current'] = $avia_config['layout']['sidebar_right'];
$avia_config['layout']['current']['main'] = 'sidebar_right';
Then open up wp-contentthemesenfoldfunctions-enfold.php and replace
if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
with
if($breadcrumb && is_bbpress()) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
Hi,
Easy slider and post sliders not working after 1.9 enfold update. Easy Slider is stuck on first slide. Post slider gets stuck after one forward/backward click. here is a link for you: http://thepsychreport.com/
thanks,
evan
Hi!
Great, I’m sure it will help some users who prefer the informal version :)
Regards,
Peter
You can use the menu builder (Appearance > Menus) to create your custom menus. Add a new menu, select the pages/categories, etc. on the left side and add them as menu items to the menu. You can also rename the menu items or add custom links to your menu. Then save the menu and assign it to the right theme location (i.e. to “Enfold Main Menu”).
hi guys.
I have Enfold installed – latest version of WP 3.6.
I created pages a while ago and now the pages are still there look good in the browser (non logged in) but the content has completely disappeared from the edit page – meaning that I cant edit the pages at all anymore. i have print screens but dont know how to upload.
Cheers
Mani
Hi,
Please download the latest version of Enfold which is 1.9.1. It will fix the slider issues.
Regards,
Ismael
Hi!
The only small glitch I noticed is the volume bar position. You can fix it with following css code.
.mejs-controls div.mejs-horizontal-volume-slider {
width: 60px;
}
Best regards,
Peter