Forum Replies Created
-
AuthorPosts
-
The option in the Gallery pop-up with the title and description “Gallery Preview Image Size – Choose image size for the small preview thumbnails” lets you choose the size of images used in the thumbnails.
September 13, 2013 at 12:45 pm in reply to: Icon Lists & Icon Boxes – Content Disappearing and strange rollover effects #137612The current version of Enfold is 2.1. Your site is pulling up with just the default Apache server information right now so I can’t check its version but if you aren’t on 2.1 you should first try updating the theme files.
As far as I know, the only menu that supports the mega menu is the main menu. That said, I just tested the site and top menu on my iPad and the dropdowns work fine.
Inside the color section are you still using column elements (1/1 for full width)?
The only other thing I can think of trying is to remove all of your custom css and then re-add it in one block at a time.
Safari is no longer supported on non OSX computers so we no longer offer support for it either unfortunately.
I’ll tag the other support crew but testing on the most recent OSX version and Safari 6 and Chrome I had no issues. On Windows 7 Chrome, FF and IE i’m also getting no issues.
Regards,
Devin
Hi andrebraga,
When you say you have tried other contact forms, have they been on the same server? Are you using an email address based on the same domain as the site for the contact form? Some servers have issues sending out email if the form data isn’t going to something based on the same domain to prevent spam.
Regards,
Devin
Hj sunshineh,
As of version 2.1 there is an auto update option from within the theme options.
Regrds,
Devin
Hi MHM,
Where did you make the change? Are you using a child them by chance?
Regards,
Devin
Try changing this custom css you have:
.main_menu ul:first-child > li > a {
display: inline-block;
font-size: 13px;
font-weight: 300;
margin-right: 20px;
padding: 80px 9px;
text-decoration: none;instead of using 300 for the font-weight try just normal:
.main_menu ul:first-child > li > a {
display: inline-block;
font-size: 13px;
font-weight: normal;
margin-right: 20px;
padding: 80px 9px;
text-decoration: none;That seemed to fix it on my end. Not sure why Safari has an issue with it or if that is truly the cause but it worked via dev tools.
September 12, 2013 at 1:41 pm in reply to: Enfold Fixed Layout – page width varies on mobile devices #140350Try adding the following to your Quick CSS (located in the styling tab of the theme options) or the child style.css:
.container_wrap.fullsize {
overflow-x: hidden;
}Regrds,
Devin
Hi cdapex,
In addition to what colorit2 linked to, you also need to update your theme to the most recent version since 1.9.1 is no longer the most recent version with all available bug fixes.
Regrds,
Devin
Hi Sebastian,
I just took a look at your site in both Chrome and Safari and am not having any issues with the elements you mentioned. Can you point out a specific page where there is an issue?
What version of Safari and OSX are you running as well.
Regrds,
Devin
Hi jvranckaerts,
No there is not. There should be a plugin that integrates well for it and has better support for the newest SEO standards.
Regards,
Devin
Hi Mitch,
I can’t really think of a reason why a single persons wouldn’t be loading in but you could try re-creating just that one team member item. Eg, add a new one with all of the same information and see if it works. If so, delete the previous one.
Regards,
Devin
Not sure what changed with the recent update to the plugin but I can’t see how it should or would be modifying the single product page. It really shouldn’t be to have maximum compatibility.
So if its working with 1.04 version of it I would suggest keeping that installed and if they update it further give the later updates a try.
September 11, 2013 at 9:57 pm in reply to: Enfold + WPML = Do settings once for all languages? #140481Looks like you found the feature request topic and posted already :)
Hi klear,
You can check for updates by re-download the theme files from your downloads on ThemeForest.
If you have any active plugins installed, disable them (including all drop-ins like JetPack) and see if that helps.
LayerSlider has already been updated to 4.6.0 which is the version the plugin page shows as the newest: http://codecanyon.net/item/layerslider-responsive-wordpress-slider-plugin-/1362246
Regards,
Devin
Hi klear,
Not really sure what you mean. I just tested renaming slide and have no issues doing so with Enfold version 2.1.
LayerSlider has already been updated to 4.6.0 which is the version the plugin page shows as the newest: http://codecanyon.net/item/layerslider-responsive-wordpress-slider-plugin-/1362246
Regards,
Devin
Hi pmconsulting
You can turn on the class field for all of the avia elements by adding the following to your functions.php file:
add_theme_support('avia_template_builder_custom_css');
This will allow you to add your own singular class name via a new field at the end of the elements when editing them in the advanced layout editor.
Regards,
Devin
Hi JoshMetz,
Using something like w3tc as mentioned above or any of the caching plugins in addition to minifying your site code and optimizing your images is the best route to go.
Regards,
Devin
September 11, 2013 at 9:22 pm in reply to: Googlemap : how to center the pin upon windown (responsive) resizing #140541Hi Alexoidea,
As far as I know we can’t do anything about that. Once the parameters are set on the map the map would need to be reloaded or modified as the screen gets adjusted.
Regards,
Devin
Hi micronda,
What version of IE is that and on what OS? I’m not getting the same issue on my end either.
Regards,
Devin
Hi Susanne,
#1 – The product slider allows you to select which categories to display. You can create a category called Featured and then only put those items you want to show in the slider in to it.
#2 – You can set WooCommerce to show your categories as shop items. Go go the WooCommerce>Settings>Catalog tab and the options are under the top “Catalog Options” header. The Shop Page Display dropdown and Default Category Display are what you are looking for.
Regards,
Devin
Hi Evan
I’m not sure if there will ever be support for it. Its a very singular fringe case where you would be embedding a post within a post within a page and I’m not sure Kriesi would want to add the additional css support for it.
I’ll add it as a feature request in the Enfold feature request topic however since ultimately it is up to Kriesi on what features get added in.
Regards,
Devin
Hi gianmarizzi,
Can we take a look at the site live? That will be the best way to see what might be happening.
Have you installed any new plugins, updated anything or modified any files recently?
Regards,
Devin
Hi Ivana,
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:
#top.page-id-481 .ajax_form.avia-builder-el-4 {
background: rgba(255, 255, 255, 0.9);
padding: 10px;
}And adjust as needed.
Regards,
Devin
Hi robertnobel
Typically this is associated with too low of a php memory limit. This is a good post on the different ways to increase it and we recommend going up to 128m http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Devin
September 11, 2013 at 5:06 pm in reply to: WooCommerce "Store Page" not recognizing layout options #139761Follow the guide here in creating your own template for the woocommerce main shop page: http://docs.woothemes.com/document/template-structure/
Use the themes page.php as a model except hard code in the grid size and remove the sidebar.
Hi mikesir87,
I have never found WordPress code or pre to be very good so I typically put my code into gists and then add the gist code into my personal site. It may work for you as a temporary solution as I’m not sure what can be done to keep the pre data in place but I’ve tagged the head of support and Kriesi on the issue.
Regards,
Devin
-
AuthorPosts