Forum Replies Created

Viewing 15 posts - 2,326 through 2,340 (of 2,802 total)
  • Posted in:
  • in reply to: Prices still showing up… #22988
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi Mikaela,

    Thanks 🙂

    Let me know if you have any other questions.

    Thanks,
    laranz.

    in reply to: How to add accessories options with thumbnail? #22987
    laranz – SUPPORT
    Member
    Post count: 3186
    in reply to: Handful of Questions… #22986
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: Handful of Questions… #22787
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: Customize blog post appearance #22785
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Glad you found it 🙂

    Let me know if you have any other questions.

    Thanks,
    laranz.

    in reply to: Retina optimization #22784
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: Unwanted padding in Showcase … #22783
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Can you show me the link? So I can easily give you a fix.

    Thanks,
    laranz.

    in reply to: Contact Google Problem #22782
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: Team #22780
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: Bug with tweet bloc #22779
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Can you show the live URL of the site, that have this problem.

    Thanks,
    laranz.

    in reply to: swift page builder wont save #22778
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: Checkout : Cart is empty on paypal #22777
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: How to add accessories options with thumbnail? #22775
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: Change Header Color – left/right #22774
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Well, I think it is a tough job to achieve.

    Thanks,
    laranz.

    in reply to: Sort by button too small #22773
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

Viewing 15 posts - 2,326 through 2,340 (of 2,802 total)