Forum Replies Created

Viewing 15 posts - 19,921 through 19,935 (of 20,136 total)
  • Posted in:
  • in reply to: Search #189803
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    I have found the issue.

    In the product admin area, there is the option ‘Product Short Description‘.

    Here you added a table for each product, this looks to be getting trimmed off and only half the table is output for each product.

    Can you add these tables to the main content area to avoid this issue?

    Thanks
    David.

    Attachments:
    You must be logged in to view attached files.
    in reply to: New Update Caused Weird Issue with Slider on Homepage #189787
    David Martin – Support
    Moderator
    Post count: 20834

    Hey,

    This is hard to replicate, I had to scroll down, then back up, only then did the bug work.

    I have added a custom CSS snippet to your theme admin options:

    .bring-to-front {
        position: relative;
        z-index: 99;
    }

    I have then added the class to the page builder column.

    This has resolved your issue.

    Thanks.

    in reply to: Search #189773
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks,

    Do you know what file this has been added to: <table class="sales" style="height: 137px;" width="308">?

    It’s repeated for each search result item.

    Could you send me your FTP details?

    Thanks.

    in reply to: Menu Button style colors #189762
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    I think I actually misunderstood you 🙂 I thought you meant the button on the slider!

    Are you referring to the menu ‘Proceed to checkout’ button? If not, could you add a screenshot illustrating the button?

    Thanks,
    David.

    in reply to: Google map don't stay centered when resizing browser #189753
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    I have found the issue, this is caused because there is more than one map on the page.

    If you remove the other maps, the map will stay centered on window resize.

    I will need to report this issue back and see if we can improve it for the next release.

    Solutions: you could embed a map iframe into a raw HTML content box.

    Thanks.

    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Your logo looks perfect for me on small screen. – Could you add a screenshot?

    – Have you cleared your cache, or cache plugins?

    Thanks.

    in reply to: basic quetions #189730
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks EcoPark,

    Please open a new ticket if you have further theme specic queries for us to help you with.

    Thanks.
    David.

    in reply to: Many parts of theme are not responsive. #189728
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    The CSS you are using max-height is causing that.

    You would need to either remove it (dependant on your specific needs) or remove for tablet only.

    Let us know if you need assistance.

    Thanks,
    David.

    in reply to: Sub-category tiles appear on product page #189727
    David Martin – Support
    Moderator
    Post count: 20834

    Hey,

    Please use this:

    .products .product .product-details .posted_in {
      display: none;
    }

    Thanks. 🙂

    in reply to: New Update Caused Weird Issue with Slider on Homepage #189726
    David Martin – Support
    Moderator
    Post count: 20834

    Hey!

    Could you please supply a WP login credential for us to investigate deeper?

    Thanks.

    in reply to: Search #189722
    David Martin – Support
    Moderator
    Post count: 20834

    Could you disable all plugins apart from the Swift Framework?

    Let me know when you have done this.

    Thanks,
    David.

    in reply to: Menu Button style colors #189720
    David Martin – Support
    Moderator
    Post count: 20834

    Hey,

    You can choose from any of these colors but switching the shortcode color option. http://swiftideas.com/elements/buttons-social-icons/

    [sf_button colour="accent" type="standard" size="standard" link="http://" target="_self" icon="" dropshadow="no" extraclass="ml0"]ACCENT BUTTON[/sf_button]

    [sf_button colour="blue" type="standard" size="standard" link="http://" target="_self" icon="" dropshadow="no" extraclass="ml0"]BLUE BUTTON[/sf_button]

    [sf_button colour="turquoise" type="standard" size="standard" link="http://" target="_self" icon="" dropshadow="no" extraclass="ml0"]TURQUOISE BUTTON[/sf_button]

    [sf_button colour="green" type="standard" size="standard" link="http://" target="_self" icon="" dropshadow="no" extraclass="ml0"]GREEN BUTTON[/sf_button]

    [sf_button colour="pink" type="standard" size="standard" link="http://" target="_self" icon="" dropshadow="no" extraclass="ml0"]PINK BUTTON[/sf_button]

    [sf_button colour="orange" type="standard" size="standard" link="http://" target="_self" icon="" dropshadow="no" extraclass="ml0"]ORANGE BUTTON[/sf_button]

    [sf_button colour="gold" type="standard" size="standard" link="http://" target="_self" icon="" dropshadow="no" extraclass="ml0"]GOLD BUTTON[/sf_button]

    [sf_button colour="grey" type="standard" size="standard" link="http://" target="_self" icon="" dropshadow="no" extraclass="ml0"]GREY BUTTON[/sf_button]

    [sf_button colour="lightgrey" type="standard" size="standard" link="http://" target="_self" icon="" dropshadow="no" extraclass="ml0"]LIGHT GREY BUTTON[/sf_button]

    Let me know how you get on.

    Thanks.

    in reply to: Responsive ISSUES #189715
    David Martin – Support
    Moderator
    Post count: 20834

    Same with this also:

    #footer > .container {
      width: 935px!important;
      margin-left: auto;
      margin-right: auto;
      padding-top: 0!important;
    }

    Please remove width: 935px!important;

    Thanks.

    in reply to: Responsive ISSUES #189714
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Looks like there is an error in your CSS:

    #footer {
      width: 935px!important;
      margin-left: auto;
      margin-right: auto;
      padding-top: 0!important;
    }

    You will need to start by removing width: 935px!important;

    As this is forcing the width to always be that wide even on small screens, hence the extra right scrollable space.

    Thanks.

    in reply to: Products not loading #189681
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Could you disable your caching plugin whilst we look into this.

    Have you moved your WP image upload directory or deleted any files from that?

    Thanks.

Viewing 15 posts - 19,921 through 19,935 (of 20,136 total)