Forum Replies Created

Viewing 15 posts - 2,611 through 2,625 (of 2,802 total)
  • Posted in:
  • in reply to: Alignment problem #20330
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Unfortunately the account you gave (already) don’t have a permission to view this page. That’s a regular user account. Change it permissions to view. or give another username password to check it out.

    Also, this is a third party plugin, so we try our best to help you!

    Thanks,
    laranz.

    in reply to: sidebar setting for Main Shop page and category shop page #20325
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    You mean you don’t wanna sidebar in shop page and want sidebar bar in categories page?

    Thanks,
    laranz.

    in reply to: Moving product title #20285
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Try this in custom CSS

    .heading-text
    {
    float: right !important;
    }
    #breadcrumbs
    {
    float: left;
    }
    

    Let me know, what you got.

    Thanks,
    laranz.

    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    for 1, I add this style exclusively for product carousel in the home page of demo. Hop you want for that only. Add this in the custom CSS

    .product-carousel .product-details
    {
    text-align: center;
    float: none !important;
    margin-bottom: 10px;
    }
    .product-carousel .price
    {
    float: none !important;
    text-align: center;
    }
    

    2. You mean if you put the shortcode on the footer text, it didn’t output anything?

    3. Can you rephrase your question, I didn’t understand it.

    Let me know, what you got.

    Thanks,
    laranz.

    in reply to: Social google analytics add this #20196
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Yes it will do the same job. It share posts on fb, twitter, mail, google plus and pinterest!

    What does means? “So i come in to google analytics anf stuff..?” Can you explain this part of the question?

    Thanks,
    laranz.

    in reply to: Problems with Blog #20195
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    1. Go to a page, switch to Swift Builder, Choose the Blog Element and choose the category you want, in the Blog Category, after hitting the pen icon in the Blog Element.

    2. It should work, make sure you don’t have any Cache plugin enabled.

    3. You mean, the picture is resize to some other sizes even if you upload bigger images, Can you show us a link?

    Thanks,
    laranz.

    in reply to: Categories shortcode in homepage #20194
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Which theme version you are using? Can you show us a link?

    Because if you put that shortcode in a page, it should render like this

    http://aloeinfoworld.com/shop/ If you have thumbnail set in Production -> Categories -> Edit -> Add a thumbnail for products at least for parent product categories.

    Let me know, what you got.

    Thanks,
    laranz.

    in reply to: Super Search function #20190
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    1. All the parent categories will display there. Wallet is the sub category of Accessories.
    2, 3, 4 No such options.

    You can find it here in includes\swift-framework\sf-content-display\sf-header.php sf_super_search is the function. But it is hard to tweak the settings.

    I will forward this to the developer, and inform him about this features.

    Thanks,
    laranz.

    in reply to: oAuth permission denial 150 #20187
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Make sure the /home/blahblahblah/public_html/wp-content/plugins/oauth-twitter-feed-for-developers/.tweetcache this file is writable.

    Let me know, what you got.

    Thanks,
    laranz.

    in reply to: Query with update installation #20174
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi Nick,

    No all the page contents and your settings are there. The customization means the edits you made directly to the theme php files.

    But before update the theme, it is recommended that, take a backup of theme options page. By Go to Theme Options -> Import/Export. After update if you lost your old settings you can export theme from the old setting.

    If you made any code customization, it is recommend that you need to redo after the update.

    Hope this helps.

    Thanks,
    laranz.

    in reply to: turn off mobile main menu #20170
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    The mobile menu is created from the main menu, you don’t need to set any separate menu for that.

    If you don’t want add this in custom CSS

    .show-menu
    {
    display: none !important;
    }
    

    Let me know, what you got.

    Thanks,
    laranz.

    in reply to: Share links #20166
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    It seems like the code is not displaying correctly here, follow this gist.

    https://gist.github.com/laranz/a3a81cb3b65d04919194

    Let me know, what you got.

    Thanks,
    laranz.

    in reply to: Scrambled Fonts #20165
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Can you post the URL of your website? and did you check it in any other browser in the same computer of yours.?

    Thanks,
    laranz.

    in reply to: Portfolio breadcrumbs #20164
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    You have to edit /includes/custom-post-types/portfolio-type.php via FTP; change line 29 from

    'name' => _x('Portfolio', 'post type general name', "swiftframework"),
    

    to

    'name' => _x('Collections', 'post type general name', "swiftframework"),
    

    Let me know, what you got.

    Thanks,
    laranz.

    in reply to: How to remove "archive" after page title? #20157
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Glad 🙂

    Let me know if you have any other questions.

    Thanks,
    laranz.

Viewing 15 posts - 2,611 through 2,625 (of 2,802 total)