Forum Replies Created
-
AuthorPosts
-
June 3, 2013 at 12:25 pm in reply to: Where to modify the look of WooCommerce shop pages in Enfold #121997
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
June 3, 2013 at 12:21 pm in reply to: How do you hide sidebar on category pages when using woocommerce? #122691Hi 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
June 3, 2013 at 12:16 pm in reply to: Logo height adjust breaks theme in IOS responsive sizes #122688Hi 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
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
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
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
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
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
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
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
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
June 3, 2013 at 11:21 am in reply to: Mega Menu works on laptop screen but not on ipad or iphone #122647Hi 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
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
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
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
June 1, 2013 at 9:20 pm in reply to: Existing (and new) avia textblock apear empty and can not be edited #122151One 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
Did you try:
body .av-special-heading>* {
white-space: pre-wrap;
}or
body .av-special-heading>* {
white-space: normal;
}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
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
May 31, 2013 at 8:50 pm in reply to: Safari browser issue, hover on team thumbnails not working #121132Hi cogitocorp,
I didn’t see any issue on my end or another computer I asked for it to be tested on.
Regards,
Devin
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
May 31, 2013 at 8:34 pm in reply to: how to change the image of testimonials from circle to squard? #115681Thanks for posting the additional fix :)
Regards,
Devin
Can you provide a link to your site and page so we can take a look?
May 31, 2013 at 7:31 pm in reply to: Existing (and new) avia textblock apear empty and can not be edited #122147Hey 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
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
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
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
May 31, 2013 at 7:15 pm in reply to: Where to modify the look of WooCommerce shop pages in Enfold #121995Hi 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
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
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
-
AuthorPosts