Digital experiences for all disciplines
Forum Replies Created
-
-
Hi,
Multiple shop page is pretty tough to achieve in woocommerce, you can use woocommerce shortcodes for that. http://docs.woothemes.com/document/woocommerce-shortcodes/
Thanks,
laranz.Hi,
The small mail icon will be for style only, its not a button. To subscribe you need to enter the email address and press enter.
Hope this helps.
If this isn’t solve, please let me know.
Thanks,
laranz.Hi,
Those two widgets are only shown on product categories page, check the description of those widgets in Appearance _> Widgets.
Thanks,
laranz.Hi,
Pass me the WP Login details (Check set as private reply, below the area you typed). I will do the things you said, and explain you how to do.
Thanks,
laranz.September 18, 2013 at 6:22 pm in reply to: Sorting and price filter only show after click a category for example #22722Hi,
You can choose a sidebar in the page options (below the post editor on that page) and drag and drop you widgets to that sidebar position.
Let me know, what you got.
Thanks,
laranz.Hi,
1. You can change that by translating the theme or go to neighborhood/woocommerce/cart/cart.php line #25. http://support.swiftideas.net/knowledgebase/how-to-translate-the-theme/
2. Can you show us a URL, actually I didn’t understand that. Can you tell those words meaning in English?
3. Try this in Custom CSS:
.update-totals-button .button { width: 200px !important; }
alter the width according to your needs.
4. Go to Theme Options -> Woocommerce Settings -> Help Bar Text. You can translate the text there.
5. Again, you can translate that using the translating the theme, but if you need you can directly edit that neighborhood\woocommerce\loop\result-count.php http://docs.woothemes.com/document/woocommerce-localization/
6. Post your URL of the product where you got this screenshot.
Let me know, what you got.
Thanks,
laranz.September 18, 2013 at 3:26 pm in reply to: How to not set feature imaged in blog post, but keep for blog view. #22688Hi,
Try this: Put the following in Custom CSS.
.blog-item figure img{ display: none !important; } .blog-items.standard-items .blog-item figure{ margin-bottom: 0 !important; }
Let me know, what you got.
Thanks,
laranz.Hi,
1. Did you use any SEO plugin? Make sure that won’t add anything like archive to the title.
2. There is an option to set product categories a title in Yoast plugin, you can set that.Thanks,
laranz.Hi Mikaela,
Which version of the theme you are using?
Thanks,
laranz.Hi,
Can you show us a link?
Thanks,
laranz.September 17, 2013 at 5:15 am in reply to: Sorting and price filter only show after click a category for example #22255Hi Soapmarine,
You mean the price filter widget?
Thanks,
laranz.Hi,
1. That is showing by default. Which woocommerce version you are in?
2. You set that in Woocommerce -> Settings -> Catalog -> Product order.
3. price filter only on categories, see its description below the widget.Shows a price filter slider in a widget which lets you narrow down the list of shown products when viewing product categories.
4. You mean like our shop page? http://neighborhood.swiftideas.net/shop/ You can use the layered nav widget.
Thanks,
laranz.Hi,
1 & 2. First two needs heavy CSS changes those are really meant for 3 columns, it is for 4 columns.
3. Try this in Custom CSS.
.woocommerce-count-wrap, .woocommerce-ordering{ display: none; }
4. Yea, shop page title didn’t hide. I report this to the developer.
5. The one way is that go to \wp-content\themes\neighborhood\includes\swift-framework\sf-woocommerce.php and remove or comment line #285 to #298
Thanks,
laranz.Hi,
Did you try putting this CSS
nav .menu li a{ font-family: font-deck-font-name; }
Let me know, what you got.
Thanks,
laranz.September 17, 2013 at 2:35 am in reply to: not all content is loaded on homepage of domain alias #22247Hi,
Its weird, did you export the site and import it here. I think something broke that, and it still point to its older page. Check the info page URL in the menu.
Thanks,
laranz. -