New Landing How can we help? Themeforest Theme Support Dante Tours on Mobile & FAQ Arrows

Viewing 15 posts - 1 through 15 (of 27 total)
  • Posted in: Dante
  • #63417
    corepath
    Member
    Post count: 29

    Hi,

    I like the layout of the tours as they are right now on desktop, but they look jammed on mobile. The text overflows from the tab and restricts text. Is there a way to have these appear as toggles, or simply bricks of text on mobile (screenshot exampled attached).

    For the FAQ page is there a way to somehow highlight the “to top” arrows that are there in the bottom right corner of each FAQ section? Perhaps making them have a accent backdrop or replace with with an icon? Some of my older visitors can’t find the arrow or see, I’d like to make it more evident!

    Thanks,

    #64062
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide page URL with this issue so i can provide you correct solution .
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #65794
    corepath
    Member
    Post count: 29

    Fixed it myself, thanks. Is there any way to get the [hr] tags to appear in a specific hex code (that line) rather than the standard color?

    Thanks,

    #65812
    corepath
    Member
    Post count: 29

    Also, the FAQ on mobile is staggered because of the amount of text in the boxes. It is visible here; http://www.2080financial.com (Check FAQ)

    thanks.

    #65816
    corepath
    Member
    Post count: 29

    Another problem I’ve found is that the pricing table on tablets isn’t lined up and gets crunched up. We’ll need to solve this as well, ideally with some easy custom CSS or tweaks.

    Thanks.

    #65883
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Which version of theme is being used by you ? Please upgrade to latest Dante 2.52 .
    Thanks

    #66054
    corepath
    Member
    Post count: 29

    That’s the version I’m using.

    #66256
    Mohammad – SUPPORT
    Moderator
    Post count: 27441
    This reply has been marked as private.
    #66472
    corepath
    Member
    Post count: 29

    Hey mate,

    Thanks, but this is still causing some issues. Pricing still gets jumbled on midsized screen (try shrinking the browser window on the link I sent earlier). Also, the highlighted column now has a shorter header than the rest of the columns.

    FAQ looks good on vertical mobile, but as soon as I rotate my screen I get the same problem as before.

    Thanks for the progress, but there’s still a few issues.

    Cheers,

    #66553
    corepath
    Member
    Post count: 29

    Alternatively you can also provide the CSS that will have these become responsive earlier so the scrunching goes away, but any answer would be great.

    Thanks,

    #67140
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please attach marked screenshots so i can check and give a exact solution .
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #67388
    corepath
    Member
    Post count: 29

    Hi,

    Sorry, response took too long so we figured out a different solution.

    Is there a way to link to separate tabs or tours from a separate page. Say if I make four tour pieces on a page, can I like to the second, third or fourth one from an external link, or have a certain link that has the second, third or fourth one activated?

    Thanks,

    #67958
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You can do it by using full URL . Example :-
    Now you are at http://www.2080financial.com/faq/ and link to a FAQ of About page so you need to use link as http://www.2080financial.com/about/#ABout-Faq . Please try it .
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #68096
    corepath
    Member
    Post count: 29
    This reply has been marked as private.
    #68400
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Admin -> Theme Options -> Custom JS and put this code

    <script>
    var $j = jQuery;
    var openId= window.location.hash;
    $j('ul.nav-tabs li').removeClass('active');
    $j('ul.nav-tabs li a[href="'+openId+'"]').parent().addClass('active');
    $j('.tab-content').find('div').hide();
    $j(openId).show();
    $j(openId).find('div').show();
    $j(openId).addClass('active');
    </script>

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

Viewing 15 posts - 1 through 15 (of 27 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register