Jump to content

TAMAN

Clients
  • Posts

    3,760
  • Joined

  • Last visited

  • Days Won

    25

Reputation Activity

  1. Thanks
    TAMAN reacted to Unlucky in News Ticker [ support topic ]   
    I noticed it had coppied some extra dot charaters so have removed them and now it works perfectly
    Thank you so much once again - you are a star - Have a great holiday
  2. Like
    TAMAN got a reaction from SardiniaNET in Behemoth Theme [ support topic ]   
    Do you mean the changelog folder?
    If so,
    You dont need it anymore.
    Simply download latest one and update your current version as you used to do ?
    The update folder on previous version was only some newbie instructions about how to delete some CSS templates which was necessary for that version 
    That was one time task you don't need to follow any update instructions anymore 
  3. Like
    TAMAN got a reaction from joshuaj in Magnum Theme [ support topic ]   
    Yes. ?
     
     
     
  4. Thanks
    TAMAN got a reaction from LiquidFractal in News Ticker [ support topic ]   
    I will consider that for next update
  5. Like
    TAMAN got a reaction from Brian Bielinski in Dreadnought Theme [ support topic ]   
    There was an issue with the texture overlay but two versions before the current one. i cant recall if it caused the slider image not to display 
    But, its always good to update the theme from time to time ? 
  6. Like
    TAMAN reacted to JTrollerb123 in Advanced Footer [ Support topic ]   
    Upgraded the Application version - And your guidance worked perfectly.  Thank you!
  7. Thanks
    TAMAN got a reaction from JTrollerb123 in Advanced Footer [ Support topic ]   
    Are you updating from the old advanced footer which was a plugin? if so, then yes you must do a fresh install because advanced footer is no longer a plugin since a few versions back. it is an application now.
    if you already have the application version then you can download the latest version and update the app just like any other apps
     
    What instructions? where do you read that? 
    if you mean the documentation file when you download the app, this is only some simple newbie instruction on how to install and manage the app
    to update the app you need to download the latest version from marketplace then go to ACP > Applications. click the little arrow next to advanced footer app then "Upload a new version" 
     
  8. Like
    TAMAN got a reaction from TGPAccount in Magnum Theme [ support topic ]   
    Yes it possible and super easy if you know how to use "Pages" application and the block templates
    -Enable the "Pages Articles" setting in the theme settings, this setting is also provided with a block template key in the description.
    -Then create a RSS block in pages app with the provided template key. and for the content of the block use the below code
    {{if !empty( $items ) }}{{foreach $items as $item}}<li><a href="{$item['link']}" target="_blank" rel="noopener">{$item['title']}</a></li>{{endforeach}}{{endif}}  
  9. Like
    TAMAN reacted to Diplo Gaming in Dreadnought Theme [ support topic ]   
    I feel silly haha. I was looking at the parent forum and not the child forums. 
    Thank you once again. 
  10. Like
    TAMAN got a reaction from Diplo Gaming in Dreadnought Theme [ support topic ]   
    ACP > Forums Edit the forum you want to upload the icon 

    ?
     
  11. Like
    TAMAN got a reaction from Diplo Gaming in Dreadnought Theme [ support topic ]   
    You're welcome.
     
    Thank you for your kind review! ? 
    Let me know if i can help on anything else
     
  12. Like
    TAMAN got a reaction from Diplo Gaming in Dreadnought Theme [ support topic ]   
    I can only provide css solution 
     
    To hide the slider from all other pages you would need to create a CSS template in pages app
    ACP > Pages > Templates > New > Add CSS file
    after creating the css file, you can open it on the same page.
    add this line of css in the css file you created and save it
    .ta_themeSlider {display:none!important} after that, you need to include this css file in all the pages that you DONT want to show the slider on.
    ACP > Pages > Pages 
    For example you have a page named articles, edit it and go to Page Includes tab to select the css file you created 

     
  13. Like
    TAMAN got a reaction from Heosforo in Dreadnought Theme [ support topic ]   
    I can only provide css solution 
     
    To hide the slider from all other pages you would need to create a CSS template in pages app
    ACP > Pages > Templates > New > Add CSS file
    after creating the css file, you can open it on the same page.
    add this line of css in the css file you created and save it
    .ta_themeSlider {display:none!important} after that, you need to include this css file in all the pages that you DONT want to show the slider on.
    ACP > Pages > Pages 
    For example you have a page named articles, edit it and go to Page Includes tab to select the css file you created 

     
  14. Like
    TAMAN reacted to P2E Gaming in Dreadnought Theme [ support topic ]   
    Thank you again
  15. Thanks
    TAMAN got a reaction from P2E Gaming in Dreadnought Theme [ support topic ]   
    Not related to dreadnought theme, try to report to whatever the application is you are using ? 
    Also, its good to test the issues on default IPS theme to check if the problem is on my theme or all themes
     
     
     
     
  16. Thanks
    TAMAN got a reaction from P2E Gaming in Dreadnought Theme [ support topic ]   
    Body background image doesnt show on mobile version of the theme its normal 
    @media screen and (max-width: 979px){ body.ipsApp.ipsApp_front:before{display:none} /*hide body bg image*/ .ipsApp.ipsApp_front #ipsLayout_header header { background-color: #404052; /*logo background*/ } }  
  17. Like
    TAMAN got a reaction from CP_User in Magnum Theme [ support topic ]   
    You can hide news ticker on mobile there is a setting for that.
    as for the slider, there are no settings, 
    but you can do it with custom.css
    .ta_themeSlider {display:none}  
  18. Thanks
    TAMAN got a reaction from P2E Gaming in Dreadnought Theme [ support topic ]   
    with custom.css 
    .ta_Header { margin-top: 85px; }  
    with custom.css
    this hides the actual logo and uses the custom image link as a background image, 
    this is the only solution i can provide 
    @media screen and (max-width: 979px){ .ta_Logo { background-image: url(IMAGE LINK); /*paste your image link here*/ background-position: 50% 50%; background-size: cover; } .ta_Logo #elLogo img { opacity: 0; } }  
    Cant do, sorry ? 
     
     
  19. Thanks
    TAMAN got a reaction from JTHastings in Infraskew Theme [ support topic ]   
    That update was due to this review 
     
    anyway, If there is a new update i WILL change the version number AND adding the changelog
    if you don't see any new version numbers then yu can simply ignore the updates on marketplace ? 
  20. Thanks
    TAMAN got a reaction from P2E Gaming in Dreadnought Theme [ support topic ]   
    <a class="ta_sliderButton" href="PASTE YOUR LINK HERE">Buy now<i class="fa fa-arrow-right" aria-hidden="true"></i></a>  
    The setting title sometimes helps as well 
    if not then play around on localhost its easy ?  
  21. Thanks
    TAMAN got a reaction from Bluto in Advanced Footer [ Support topic ]   
    Version 1.0.5
    Fixed ( Quick Links, Social Links) fields not been saved anymore on latest IPS 4.3.5 Version. For better recognizing your created blocks, the Block type or custom titles are shown on ACP Instead of "No title" text ? @Bluto thanks for suggesting.  
  22. Thanks
    TAMAN reacted to Bluto in Advanced Footer [ Support topic ]   
    Thanks!  Nice app!  Lots of options.  
  23. Thanks
    TAMAN got a reaction from Bluto in Advanced Footer [ Support topic ]   
    mmm, it happened after ips 4.3.5 version i guess
    I will fix it later.
    thanks for letting me know ? 
     
    Its normal, You cant re-arrange blocks if the row is full ( 4 blocks )
    Move one of the blocks out and then move it back to rearrange them ? 
     
    I will try to improve it.
    not with next update tho 
     
  24. Like
    TAMAN reacted to Steph40 in Dreadnought Theme [ support topic ]   
    Works fine for me.
  25. Like
    TAMAN got a reaction from Unlucky in Magnum Theme [ support topic ]   
    You might want to put this as a new topic here ? 
    https://invisioncommunity.com/forums/forum/499-feedback-and-ideas/
     
×
×
  • Create New...