Jump to content

Outlaw213

Clients
  • Posts

    9
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Outlaw213

  1. Any way to add the "Category" badge instead of "Pinned" or "Featured" to say which category the article is posted in, I know where to edit the template file but I don't know the IPS/PHP for it.

    Also, if there is a conditional statement for checking if it's a certain category? ie {{if $category == reviews }}

    Thanks

  2. On 11/24/2016 at 8:05 PM, opentype said:

    Probably. I am open to suggestions. If you like the look of a certain WordPress theme and want something like that in Pages or of you have certain design problems with your Pages database … Let me know. I can check if there is a solution I can build.

    Sorry for replying to an old post but hopefully you're still open to some suggestions - love the plugin, purchased recently and has made it much easier for me to display articles but kind of struggling with modifying the html to get the layout I want (see attachment).

    super_layout.jpg

  3. 4 hours ago, TAMAN said:

    Cant be done in the theme. thats why i have swiper slider application in marketplace. You can with the application exclude the slider from showing on specific pages, You could create a page for you homepage and then exclude the slider from showing on all other pages but the homepage. ? 

     

    So I purchased Swiper Slider, got it installed and running, however the "Auto" width does not adjust automatically to the container of the Dreadnought theme (1340px), it's always full width unless I set a custom width, but then it's no longer responsive.

    ss.JPG

  4. 24 minutes ago, TAMAN said:

    Cant be done in the theme. thats why i have swiper slider application in marketplace. You can with the application exclude the slider from showing on specific pages, You could create a page for you homepage and then exclude the slider from showing on all other pages but the homepage. ? 

     

    Wish I knew this earlier would have saved a headache! lol thanks for letting me know, will buy the swiper slider shortly. 

    Quick question, is there an option to hide the theme switcher for users, I just want the Dreadnought theme to be default for everyone and not allow switching, sorry I'm new to IPS - I can probably just remove the code from the template but just wondering if there is a setting for it somewhere.

  5. 13 hours ago, TAMAN said:

    Sorry, not possible.

    Thanks for your reply.

    Would this be possible in a future update or something?

    For now I've found a temporary solution by checking the URL if it contains a news article then hide the .ta_themeSlider div all together. This works but there is still the initial flash of the slider rendering then disappearing, maybe someone with more JavaScript knowledge can find a way to hide it before it renders?

    For anyone else who's having the same issue, I've used the code below:

    <script type="text/javascript">
    $(document).ready(function () {
        if (window.location.href.indexOf("news") != -1) {
            $(".ta_themeSlider").hide();
        }
    });
    </script>

     

  6. Is there a way to hide the slider when viewing an article / database record but have it display on the main page?

    I have a homepage right now where the slider is displaying news articles from Pages, however the slider is still there when viewing / reading the article, as well as posting a new article.

    Thank you

×
×
  • Create New...