Jump to content

TAMAN

Clients
  • Posts

    3,760
  • Joined

  • Last visited

  • Days Won

    25

Reputation Activity

  1. Thanks
    TAMAN got a reaction from kmk in Advanced Custom Widgets [ Support topic ]   
    <iframe src="https://play.chessbase.com" width="100%" height="480px"></iframe>  
     
  2. Like
    TAMAN reacted to LiquidFractal in Magnum Theme [ support topic ]   
    The only thing I did notice was that the front menu main bar's colour changed as well as the option hover colour (which is now red), but that's not really a big issue.
    Other than that all good...thanks!
  3. Like
    TAMAN reacted to Steph40 in mdPanel - Material Design IPS Theme [ support topic ]   
    @TAMAN
    Got it, very simple Thanks
  4. Thanks
    TAMAN got a reaction from Steph40 in mdPanel - Material Design IPS Theme [ support topic ]   
    its normal, by default, all menus uses the default icon which is this  
    to change the menu icon you need to target the menu by its text. so i have optionally changed ALL default IPS and application menu icons by targeting the english menus 
     
    In your code
    [data-navtitle="Browse"] .ta_navIcon:before{ content: "\f21a"; /* This is font awesome icon unicod https://fontawesome.com/v4.7.0/icons */ } [data-navtitle="Navigation"] .ta_navIcon:before{ content: "\f21a"; /* This is font awesome icon unicod https://fontawesome.com/v4.7.0/icons */ } Simply, change the Browse, and Navigation text in the css to whatever it shows in your site ? 
     
    If your site is multi language 
    then change the menu icons like this
    [data-navtitle="Browse"] .ta_navIcon:before, [data-navtitle="What is Browse in french?"] .ta_navIcon:before { content: "\f21a"; /* This is font awesome icon unicod https://fontawesome.com/v4.7.0/icons */ } [data-navtitle="What is Navigation in french?"] .ta_navIcon:before{ content: "\f21a"; /* This is font awesome icon unicod https://fontawesome.com/v4.7.0/icons */ } simple 
  5. Like
    TAMAN got a reaction from Davyc in A different article styles By Pages ( IP.Content )   
    No worries!  im glad it is fixed 
     
    Let me know if i can help on anything else.
    Have a lovely day ? 
  6. Like
    TAMAN reacted to Steph40 in mdPanel - Material Design IPS Theme [ support topic ]   
    Do you want an exemple of the menu on mobile? If so look at his demo site. @SammyS
    It looks like ips default mobile menu
  7. Thanks
    TAMAN got a reaction from catbreadbat in mdPanel - Material Design IPS Theme [ support topic ]   
    Simple,
    Say your custom link is named Activity
    You can change the menu icon by targeting the menu text like this
    [data-navtitle="Activity"] .ta_navIcon:before { content: "\f080"; /* This is font awesome icon unicod https://fontawesome.com/v4.7.0/icons */ }  
  8. Thanks
    TAMAN got a reaction from zelgadis in Magnum Theme [ support topic ]   
    .ipsItemStatus.ipsItemStatus_large .fa-comments::before { content: "\f26e"; /*fontawesome icon unicode*/ }  
  9. Thanks
    TAMAN got a reaction from MysticStyle in Infraskew Theme [ support topic ]   
    Yes 
    You can do whatever you want if you can modify html and css.
    I can't provide you support. you are on your own on this if you want. you must at least know html/css ? 
  10. Thanks
    TAMAN got a reaction from LiquidFractal in Advanced Footer [ Support topic ]   
    When you create a footer row you have some settings to setup for example the border seperator :)
  11. Sad
    TAMAN got a reaction from LiquidFractal in Magnum Theme [ support topic ]   
    Hi,
    Sorry, its not possible with the theme swiper slider. 
    But it is possible with the swiper slider application in marketplace you can exclude it from specific pages   ? 
  12. Thanks
    TAMAN got a reaction from Outlaw213 in Dreadnought Theme [ support topic ]   
    mmm,
    Send me a link to your website to check ? 
  13. Like
    TAMAN got a reaction from Unlucky in Advanced Footer [ Support topic ]   
    custom.css ? 
  14. Thanks
    TAMAN got a reaction from Outlaw213 in Dreadnought Theme [ support topic ]   
    Yea, On theme editing page you have user group permissions

    So edit your themes and set the user group permission ? 
  15. Like
    TAMAN reacted to Outlaw213 in Dreadnought Theme [ support topic ]   
    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.
  16. Thanks
    TAMAN got a reaction from Outlaw213 in Dreadnought Theme [ support topic ]   
    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. ? 
     
  17. Like
    TAMAN reacted to Outlaw213 in Dreadnought Theme [ support topic ]   
    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>  
  18. Like
    TAMAN reacted to Lucas James in Dreadnought Theme [ support topic ]   
    @TAMAN
    You're using an outdated version of Swiper Slider 4.2.2 in the Dreadnought 2.1.8 theme (for IPS 4.3), whereas the latest version of Swiper Slider 4.2.6 (after v4.2.2) is out since 1st May 2018.
    https://github.com/nolimits4web/swiper/commit/03afbf00068f8f9f974cdc126c53a4d18b528a45
    Please update the Swiper Slider in the theme, please.
  19. Haha
    TAMAN reacted to LiquidFractal in Magnum Theme [ support topic ]   
    NO.
    You will give it to me NOW.
    j/k....thanks for letting me know!
  20. Like
    TAMAN reacted to LiquidFractal in Advanced Footer [ Support topic ]   
    Oh and - any plans to incorporate Blog posts into the feed blocks?  That would be very useful.
  21. Like
    TAMAN reacted to Fabricio Camargos in Behemoth Theme [ support topic ]   
    Thanks...
    But how tab I use?

    Sorry. I founded it.
    Topic View Tab.
    Thank you for your time. ?
  22. Thanks
    TAMAN got a reaction from LiquidFractal in Magnum Theme [ support topic ]   
    #modcp_menu { background-color: #fff; } this changes the background color 
     
    Don't worry, i will fix this on next theme update.
  23. Like
    TAMAN got a reaction from Max_69 in Magnum Theme [ support topic ]   
    .ipsWidget_title, .ipsType_sectionTitle { background-image: url( IMAGE LINK ); }  
  24. Like
    TAMAN reacted to Aleksander Lyse in Magnum Theme [ support topic ]   
    I tried with everything - this is a non modified version of your theme that its happening on, not the original toolbar (the grey one) - Only happens on 4k screens with "zoom" - tried on two different computers. Natively 4k works, but of course thats impossible to use.
    I added screenshots of different resolutions below.
    The names represent 4k how many percent zoom, the ones with 1080 show 1080 with how much zoom.
     
     






  25. Like
    TAMAN reacted to Alexaner Pachkovsky in Advanced Footer [ Support topic ]   
    An interesting app.
    Do you plan to implement the choice of language?
    I have a forum in two languages, I would like to display footer depending on the user's chosen language.
×
×
  • Create New...