Digital experiences for all disciplines
Forum Replies Created
-
-
Hi Mikaela,
Thanks 🙂
Let me know if you have any other questions.
Thanks,
laranz.Hi,
1. You can alter the modal dialog height, but it has its advantage and disadvantage. You can do this by adding this in the Custom CSS.
.modal-body{ max-height: 500px !important; }
alter the height according to your needs.
3. Yes, I will forward this to the developer, but you can use the .po file to rename both of those to one name.
4. Yeah Sure!
Thanks,
laranz.Hi,
1. Can you show us the URL of your site? If the content is bigger the scroll bar will be displayed, let me look and suggest.
2. Go to \wp-content\themes\neighborhood\includes\swift-framework\sf-woocommerce.php line #326 – #329 you found those four links, you can edit it.
3. You mean, any one word for shopping bag? If so I will forward this to the developer.
4. You mean after adding a product, a info box like saying ” “Levi’s – 1967 505 Jeans” was successfully added to your cart.” this one? Did you try this http://docs.woothemes.com/document/woocommerce-localization/
Thanks,
laranz.Hi,
Glad you found it 🙂
Let me know if you have any other questions.
Thanks,
laranz.Hi,
Images will be automatically retinafied, logo should be 2x of your original non-retina logo.
I will forward this to another support staff to confirm.
Thanks,
laranz.Hi,
Can you show me the link? So I can easily give you a fix.
Thanks,
laranz.Hi,
I think there maybe some problem with it, I will forward this to the developer.
Did you try any other Google map plugin? that display the address correct?
Thanks,
laranz.Hi,
Try this.
Go to: wp-content\themes\neighborhood\includes\swift-framework\page-builder\builder\shortcodes\team.php
around line #56 you found this.
if (($sidebar_config == "left-sidebar") || ($sidebar_config == "right-sidebar")) { $item_class = 'span2'; } else if ($sidebar_config == "both-sidebars") { $item_class = 'span-bs-quarter'; } else { $item_class = 'span3'; }
after this add this
if($item_count == 3) { $item_class = 'span4'; }
Try this.
I will forward this to another staff, if he has a solution without hacking the code, He will let you know.
Thanks,
laranz.Hi,
Can you show the live URL of the site, that have this problem.
Thanks,
laranz.Hi,
Can you show us your website address as well as the WP Login details? (Check set as private reply, below where you are typing)
We will look in to it.
Thanks,
laranz.Hi,
Can you show us your website? Make sure the PHP sessions are enabled, if not talk with your host and enable it and try to test purchase again.
Let me know the status.
Thanks,
laranz.Hi,
You mean add a number of items before the add to cart in shop page? http://neighborhood.swiftideas.net/shop/
If so, that is a lot of work to do, hire a developer to mold it.
Thanks,
laranz.Hi,
Well, I think it is a tough job to achieve.
Thanks,
laranz.Hi,
Try this, but this is hacking in to the code.
Go to js/functions.js, around line #1960, #1961, #1962 you found something like this.
customSelectInnerSpan.css({ width: selectBoxWidth, display: 'inline-block' });
Change that to
customSelectInnerSpan.css({ width: '300px', display: 'inline-block' });
Adjust the width according to your requirement.
Let me know, what you got.
Thanks,
laranz. -
Posted in: Reply To: Sort by button too small