Forum Replies Created

Viewing 30 posts - 8,011 through 8,040 (of 8,514 total)
  • Author
    Posts
  • There isn’t any theme options for it but you can 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.post-type-archive-product #main .sidebar {
    display: none;
    }
    #top.post-type-archive-product .template-shop.content {
    width: 100%;
    border: none;
    }

    and for the product category pages:

    #top.tax-product_cat #main .sidebar {
    display: none;
    }
    #top.tax-product_cat .template-shop.content {
    width: 100%;
    border: none;
    }

    Regards,

    Devin

    Hi blingcart,

    No not for the WooCommerce generated pages. The theme tries to do as little as possible with WooCommerce so that it has the max flexibility with Woo Extensions and plugins.

    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.tax-product_cat #main .sidebar {
    display: none;
    }
    #top.tax-product_cat .template-shop.content {
    width: 100%;
    border: none;
    }

    Which will force the archive pages to have no sidebar and be 100% width.

    Regards,

    Devin

    Hi Andrew,

    I’m not getting any negative effect at all when looking at the site now. It looks like you may changed the layout/header set up however so I’m not sure if this is still valid.

    Regards,

    Devin

    in reply to: Issue with Chrome Font Rendering. #122687

    Hi Andy,

    There isn’t anything we can do to change the way google fonts are rendered. Some of them at various sizes just look bad unfortunately.

    Regards,

    Devin

    in reply to: Portfolio Driving me nuts…thumbnail #122514

    Hi jomcot,

    If you can share the url here (use something like http://goo.gl/ to create a temporary url) we can inspect the code and see what you have now.

    You may need to use something like http://wordpress.org/extend/plugins/simple-image-sizes/ and change the image size in addition to regenerating your image sizes (which *must* be done after making any change to thumbnail sizes).

    Regards,

    Devin

    in reply to: LayerSlider font colour #122104

    Hi acromp,

    The text is bold on the second link which gets the color: #594f4f; added to it by the theme. You can change that by just using the same styling between the two.

    It looks like the first “working” page has the text as h2 without being bold (strong).

    Regards,

    Devin

    in reply to: How do you make the drop down main link work? #122670

    Hi blingcart,

    As long as the menu item has a link/url associated with it then it should go to that page. Can you link to the site so we can inspect the menu code or take a screen shot of the expanded menu items so we can try and re-create the issue?

    Regards,

    Devin

    in reply to: stop videos from overlapping header #122230

    Hi imagnmedia,

    I see it happening in FF though I’m not sure what the root of it is as the z-index settings should have it under the content (as it is in webkit browsers).

    I’ll have to tag Kriesi on the topic so that he can dig into it a bit and see if a fix can be found for IE and FF.

    Regards,

    Devin

    in reply to: How can I get rid of that heading? #122473

    Hi Michael,

    No, there is no setting just for the title alone. Typically, css is the best way to go for anything not covered as a individual option.

    The title comes from the post title just above the visual editor.

    Regards,

    Devin

    in reply to: Slideshow Option doesn't appear #122580

    Hi jorgeojeda,

    Make sure you are using Abundance version 1.9 and WooCommerce 2.0+ . If you have any other plugins active, disable them for now and then try and create a new page.

    Regards,

    Devin

    in reply to: creating custom pages #122627

    Hi Arnaudov,

    It isn’t really possible for us to debug custom pages/code via support. For one, we don’t have the code and two we just aren’t familiar with individual developers practices and implementation.

    If you are having issues, your best route would be posting on stack exchange or something like that with your full code and issue.

    Regards,

    Devin

    Hi pixelmixture,

    I don’t have any issue selecting that item on the menu in any size. There are some instances where the menu will disable a parent: if it has no url associated with it or if you give it the noMobile class but in this case I’m just not getting that behavior on the linked site.

    Regards,

    Devin

    in reply to: Calling post_type=page i receive a blank page #120261

    I would recommend formateins’s advice and set up a test install on the same server. Then do a very basic installation with no plugins and test as you add in each after that.

    It very well could be a rogue setting in the wp_options table relating to the enfold theme install specifically or even with the wordpress install overall.

    Regards,

    Devin

    in reply to: Menu broken in Responsive mode #121717

    I see what you mean. Its only after the mobile has been triggered and then it stays ‘stuck’ on mobile which makes the menu appear.

    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:

    /* iPads (landscape)
    
    */
    @media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px)
    and (orientation : landscape) {

    #top #advanced_menu_toggle {
    display: none;
    }

    }

    Which is a media query designed to target ipads landscape specifically and will hide the mobile button even if its trying to show. Let us know if it works for now and I’ll put it in as a bug.

    Regards,

    Devin

    in reply to: Expand responsive layout large and spacing in grid? #122866

    Hi agarkitekter,

    While its definitely possible for #1, it is beyond what we could guide you through doing via support. You can look through the css folder in the theme files and make modifications to the grid as either a child theme or by adding those styles to the custom.css to replace the others.

    For number 2, 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 .grid-sort-container .grid-entry.flex_column {
    box-sizing: border-box;
    padding: 5px;
    }

    Regards,

    Devin

    One thing to try is to re-download the theme files from your downloads on Themeforest and then completely re-install all theme files on top of the current theme files so that they are replaced and any file possible file corruptions or issues are written over.

    If you have any other active plugins, deactivate them as well to make sure there is no conflict.

    Regards,

    Devin

    in reply to: avia heading tags not responsive #120872

    Did you try:

    body .av-special-heading>* {
    white-space: pre-wrap;
    }

    or

    body .av-special-heading>* {
    white-space: normal;
    }

    in reply to: Layerslider in php file #121790

    Hi JudeAAZ,

    I have no idea where you got the idea that the theme somehow wants you to write php to make layouts. The theme demo uses only the tools within the wordpress admin area.

    There is no custom php for any slideshow on the demo. It is entirely created using the Advanced Layout Editor.

    Regards,

    Devin

    in reply to: Styling Woocommerce using Enfold Problem #122414

    Hi gardydee77,

    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 .header_color .cart_dropdown_first .cart_dropdown_link,
    .header_color .cart_dropdown .dropdown_widget li a,
    .header_color .cart_dropdown .dropdown_widget,
    #top .header_color .dropdown_widget .buttons .button {
    color: #333 !important;
    }

    Regards,

    Devin

    Hi cogitocorp,

    I didn’t see any issue on my end or another computer I asked for it to be tested on.

    Regards,

    Devin

    in reply to: Mysterious white spaces between sections #122354

    Hi iclarity,

    Those look like empty color sections from what I can see. It could also be padding on the section but its a bit hard to tell from the front end. Try looking through the content sections you have on that page and see if there is either an empty color section or changing the padding on the one holding the portfolio for instance helps.

    Regards,

    Devin

    Thanks for posting the additional fix :)

    Regards,

    Devin

    in reply to: IE 8 does not resize page contect #121866

    Can you provide a link to your site and page so we can take a look?

    Hey cyoniq,

    This has been related to having not enough memory allocated for wordpress to use. Try one of these methods to increase your php memory limit: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Regards,

    Devin

    in reply to: Hidden color layer Issue #122145

    Hi andypeck,

    I’m not really sure what you mean or what could be happening. We’ll need to see the issue live, a screen shot or something like that to get a better idea of whats going on.

    Regards,

    Devin

    in reply to: advertise widget #121629

    Hi yingfuli,

    You can add padding to the declaration:

    .avia_partner_widget a, .avia_partner_widget a:hover {
    height: 220px;
    padding-top: 10px;
    padding-bottom: 10px;
    }

    Regards,

    Devin

    in reply to: WPML plugin V2 #121958

    Hi murattemel,

    While the theme *supports* WPML, we do not directly support it or have any kind of guides for it. If you have questions on using WPML, setting it up, using translations and things like that you will have better quality answers from the makers of the plugin directly.

    What the plugin does is us language files (po files) that translate all of the theme side content. All of the user generated content still needs to be translated by you.

    There isn’t an option for breadcrumbs without page titles, so you would need to add some css to hide the title:

    #top .title_container .main-title {
    display: none;
    }

    Regards,

    Devin

    Hi Michael,

    You can modify the layout of the woocommerce pages either with hooks and filters in the config-woocommerce>config.php file or by using templates and re-doing how the theme integrates with woocommerce.

    See: http://docs.woothemes.com/document/template-structure/

    Regards,

    Devin

    in reply to: parallax background image component #122495

    Hey Chris,

    About mid way through this video on using the Advanced Layout Editor I make an example of that effect: https://vimeo.com/channels/aviathemes/64927358

    Its just a fixed image in a color section but that should help you create it :)

    Regards,

    Devin

    in reply to: Enfold and WooCommerce add to cart button. #122543

    Hi graeme_nash,

    You can use WooCommerce shortcodes to add add to cart buttons wherever you want on the site. The other part of the question I don’t know a solution for however.

    There could be a plugin or extension out there that handles the normal cart process as an inquiry but I haven’t run across it myself.

    Regards,

    Devin

Viewing 30 posts - 8,011 through 8,040 (of 8,514 total)