Forum Replies Created
-
AuthorPosts
-
November 13, 2013 at 5:33 pm in reply to: Thumbnail sharpness in WooCommerce, responsive layout #187856
The size getting created is 172×97.jpg
So you can use this plugin to find that size and then change it http://wordpress.org/extend/plugins/simple-image-sizes/
After you save you will need to regenerate thumbnails to have the new image shown.
November 13, 2013 at 5:31 pm in reply to: display woocommerce .dropdown_link in the .bottom_navigation style header #187855Hi ghrahams!
You would also need to change its position to absolute:
.bottom_nav_header .cart_dropdown { display: block !important; position: absolute; }
Regards,
DevinNovember 13, 2013 at 5:22 pm in reply to: How to customize Enfold on a live site without transition period? #187853Hey!
The only other option I can think of would be to do the initial customization with the copy on your test server and then switch over the theme onto the live site when you have a typical low activity period.
Then just re-do your set up quickly and using your test site as the reference.
Regards,
DevinHey tomerus!
No, that isn’t available at the moment though I know it has been requested a few times already so Kriesi may add it in later on.
Regards,
DevinHey!
As mAqq said that will add it in. We don’t have “official” support for the advanced layout editor on posts or custom post types but it should work as noted above.
Cheers!
DevinHi!
Is this the fix you used or are you asking if that is the fix? I’m not getting the same kind of issue on a demo install either locally or live so if its an issue that needs to be fixed in an update I’d like to test the same circumstances and debug it from there.
Regards,
DevinHey SRD!
We are not able to debug customizations you’ve made to the theme/layout. However, it looks like you have an unnecessary width:100% value on the custom logo css.
Regards,
DevinI’m not sure what else could be effecting it then. I’ve tagged Peter on the topic since he wrote the script to resize the header and should be able to shed some additional light on it.
November 13, 2013 at 3:48 pm in reply to: woocommerce drop down "category" and "Sort" don't react on iPad 1 #187785Hi!
My iOS devices are all updated to ios7 since it hit 70% install rate. Typically with iOS there isn’t much testing/support for older gen items but it should work for the most part.
I’m not sure if any of us have an ipad1 or original iphone to test on or to debug on unfortunately.
Regards,
DevinHi ondrej!
You can use the built in lightbox script to have an iframe open via lightbox. See: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/
Best regards,
DevinHey mhiller!
If you mean the debug box this is that function:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
Best regards,
DevinIts available from the pop up when editing the button code so you can add in the options window without having to just use the shortcode.
That can happen sometimes if an update doesn’t quite write a file completely or something like that. It isn’t overly common but if you’ve worked with WordPress enough you will run in to it at least a handful of times.
Glad its working for you now and let us know if you have any other questions.
Regards,
Devin
November 12, 2013 at 10:11 pm in reply to: Enfold – Combo Widget – Popular Posts as standalone like Latest news #187471Hi Bruno!
You could duplicate the widget from the enfold theme files and then modify it to do that yes. But it isn’t something we have available right now however.
Regards,
DevinNovember 12, 2013 at 10:10 pm in reply to: I don't know where to go to create my portfolio content :s #187470Hi!
I’m working on new video tutorials for the portfolio items but they aren’t quite ready unfortunately.
The single portfolio view is exactly like creating a page. You add in your content and it gets shown.
When viewing a group of portfolio items you use a regular page and add in a portfolio element from the Advanced Layout builder to that page and then select what groups and how many to display.
The Featured Image (http://en.support.wordpress.com/featured-images/) you set on each portfolio item will get shown in that grid display. When clicked, it takes you to the single portfolio item page.
If you choose to use the Ajax portfolio where the items appear on the same page as the portfolio grid then the content for that individual portfolio item needs to be set in the meta box under the visual editor:
http://i39.tinypic.com/2rq0jo7.pngBest regards,
DevinHey!
Because the menu items you have are so wide, when IE8 views the site they cause the last icon to wrap. IE8 doesn’t have media query support so it drops down to the smallest default grid size the theme has instead of the wider size you see in other browsers.
What you can do is use a plugin like this to add in IE8 specific css to increase the container width for the header nav: http://wordpress.org/plugins/ie-css-definer/
#header #header_main_alternate > .container { width: 930px; }
On every other device and browser however i’m having no issues with the icon wrapping.
Best regards,
DevinHey!
You can pick the colors directly to prevent the button from inheriting that content sections overall style. Eg:
[av_button label='Click me' link='manually,http://google.com' link_target='' color='custom' custom_bg='#81d742' custom_font='#b100ed' size='medium' position='center' icon_select='yes' icon='ue83d' font='entypo-fontello']
Best regards,
DevinHi Alberto!
A couple of things to check on and try: First, make sure you are on Enfold 2.4.2 and WordPress 3.7.1. Next, deactivate any plugins you have running so that there aren’t any possible conflicts (including JetPack or other dropins).
Then try installing the font file again. If that doesn’t work, try re-uploading the most recent theme version like you would a first time install but do it over FTP following this video:
Best regards,
DevinNovember 12, 2013 at 9:41 pm in reply to: Dropdown fields style in Enfold conflict with formidable/gravity forms plugin #187458Hey!
If you have a live link where we can see the date picker conflict that would help as well.
Best regards,
DevinI couldn’t tell you why the page is being redirected but the javascript that is loaded into the header is used to render the page. Anything that isn’t gets loaded into the footer already.
If you have any plugins they may be also loading into the header since that is the default method for adding in additional javascript.
Hey!
Yes, 1920px wide and whatever height you want. The 100% width means the image will always be stretched to fit the size of the window.
The slideshow doesn’t have the option to choose where the image is constrained as far as I know so that wouldn’t be an option.
For a contact form in a widget you would need to use a third party plugin.
Best regards,
DevinHi!
What is the actual link to the page? Automated browser tests like the referenced site are only usable for very basic testing. Image transitions, javascript effects or css effects after loading etc will all fail to render and make it look like a page isn’t working.
CSS errors/warnings will happen with w3c validation since we have to use various means to offer cross browser support and full backwards compatibility.
In the future, please do not self bump your posts. Our queue goes by oldest commented item to newest so self commenting just moves the topic to the end of the line and not the beginning.
Regards,
DevinNovember 12, 2013 at 5:53 pm in reply to: AJAX Portfolio – Edit to make big image resize on each roll over view #187371Hi!
No, that isn’t easily possible. You would need to have a freelance developer customize the ajax portfolio view to allow for that to happen.
Regards,
DevinHey!
I’m not really sure what you mean. On mobile when I test it the video displayed is what is played.
Best regards,
DevinHi jeroensteeman!
No, there has been no issues like that with 2.4.2. If you can re-update we can inspect to see whats going on but my guess is that there is a plugin that is causing a conflict with the updated files which is causing the themes js effects not to run.
So you can try disabling plugins and then updating to check.
Best regards,
DevinNovember 12, 2013 at 3:05 am in reply to: adding social icons like the Kriesi site with a small non-fixed header #187074Hi jazbird!
Unfortunately Kriesi’s child theme layout/customizations aren’t available without customizing them yourself right now. He will be releasing some tutorials down the road for how he did some of theme and others he’ll include with the theme in a future update.
We aren’t however able to assist in making the same customizations.
Regards,
DevinHi Tech!
You can choose the fixed width setting from the General settings in the theme options.
Cheers!
DevinIf you aren’t able to pull the query from the class then your best bet would be to try using do_shortcode with the masonry shortcode that gets generated from the advanced layout builder.
You can see content with debug mode by adding the following to your functions.php:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
The new field under the advanced layout builder will get populated with whatever content is created with the advanced layout editor and you can use that to fill out the shortcode.
I understand that you had another developer look at things but permalink issues by themselves are not typically a conflict with the theme but a server side issue. Have you tried to delete the htaccess file and let it get regenerated from scratch, disable *all* active plugins (then refresh permalink settings by switching to default, saving and switching back).
I’m not suggesting you permanently switch to default permalinks as post-name is better for SEO in general but in general the portfolio custom post type works so its just a matter of finding the issue on your instance which is causing them not to work.
Hey neotemplates!
You can look at and pull from the config-templatebuilder>avia-shortcodes>masonry_entries.php file but that fullwidth masonry element already supports custom post types by default from the advanced layout builder.
Cheers!
Devin -
AuthorPosts