Forum Replies Created

Viewing 30 posts - 4,981 through 5,010 (of 8,514 total)
  • Author
    Posts
  • 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.

    Hi ghrahams!

    You would also need to change its position to absolute:

    .bottom_nav_header .cart_dropdown {
    display: block !important;
    position: absolute;
    }
    

    Regards,
    Devin

    Hey!

    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,
    Devin

    in reply to: About AJAX Portfolio #187849

    Hey 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,
    Devin

    in reply to: Add page builder to custom post type #187835

    Hey!

    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!
    Devin

    in reply to: masonry layout full width images #187798

    Hi!

    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,
    Devin

    in reply to: Header image displaying small size in IE8 on Win7 #187792

    Hey 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,
    Devin

    in reply to: IE support #187787

    I’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.

    Hi!

    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,
    Devin

    in reply to: Open button link in lightbox #187784

    Hi 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,
    Devin

    in reply to: AVIA Bulder Support box visible #187624

    Hey 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,
    Devin

    in reply to: Enfold Bug – Buttons in sidebar, text color issue #187621

    Its 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.

    in reply to: No jQuery/javascript in latest version? #187473

    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

    Hi 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,
    Devin

    in reply to: I don't know where to go to create my portfolio content :s #187470

    Hi!

    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.png

    Best regards,
    Devin

    in reply to: IE8 Header alignment with search button #187468

    Hey!

    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,
    Devin

    in reply to: Enfold Bug – Buttons in sidebar, text color issue #187463

    Hey!

    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,
    Devin

    in reply to: Problem uploading fontello icon sets #187461

    Hi 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,
    Devin

    Hey!

    If you have a live link where we can see the date picker conflict that would help as well.

    Best regards,
    Devin

    in reply to: Speed #187380

    I 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.

    in reply to: Homepage Slider Scaling Problem #187378

    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,
    Devin

    in reply to: Images align differently in different browsers #187375

    Hi!

    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,
    Devin

    Hi!

    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,
    Devin

    in reply to: Content slider one column problem on mobile #187370

    Hey!

    I’m not really sure what you mean. On mobile when I test it the video displayed is what is played.

    Best regards,
    Devin

    in reply to: No jQuery/javascript in latest version? #187368

    Hi 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,
    Devin

    Hi 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,
    Devin

    in reply to: How can i deactivate mobile view #187000

    Hi Tech!

    You can choose the fixed width setting from the General settings in the theme options.

    Cheers!
    Devin

    in reply to: Masonry code for custom loops #186943

    If 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.

    in reply to: how to create a portfolio #186942

    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.

    in reply to: Masonry code for custom loops #186934

    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

Viewing 30 posts - 4,981 through 5,010 (of 8,514 total)