Jump to content

TAMAN

Clients
  • Posts

    3,760
  • Joined

  • Last visited

  • Days Won

    25

Reputation Activity

  1. Thanks
    TAMAN reacted to Nathan Explosion in News Ticker [ support topic ]   
    If an application/plugin is 'Custom' but you purchased it through the Marketplace prior to an upgrade to IPS 4.5/4.6 from an earlier version than 4.5 then you likely marked it as 'Custom' during the MP onboarding process.
    To get it flipped to Marketplace, log a ticket with IPS support - once they assist, then you can use the MP upgrading process.
  2. Like
    TAMAN reacted to Nathan Explosion in Gamozilla Theme [ support topic ]   
    Which software are you using - IPS 4.5.x or 4.6.x?
  3. Like
    TAMAN reacted to Nathan Caroland in Dreadnought Theme [ support topic ]   
    Howdy, will you be upgrading this to work with 4.6?
  4. Like
    TAMAN got a reaction from Jimi Wikman in [Theme Designers] Create parent theme easier   
    it does work like this!
    create a simple theme and add your html/css templates. then enable/disable the designer mode to synchronize your theme template files. after that your custom templates will be passed to all other themes to work with.
    basically this way you can have all your custom templates passed to all themes and they will be editable and its by default inherited from the parent template. so you simply edit the parent template and it will be passed on all other theme templates. 
     
     
     
     
  5. Like
    TAMAN got a reaction from Rokstah in Gamozilla Theme [ support topic ]   
    Hi,
    just add this to custom.css and replace the image link
    .cPost .cAuthorPane:before, .cPost .cAuthorPane:after { background-image: url(https://i.gyazo.com/3873bb5….png); background-repeat: no-repeat; background-size: cover; }  
     
  6. Thanks
    TAMAN got a reaction from emeric73 in A different article styles By Pages ( IP.Content )   
    sorry for that. 
    there was some color issues and a new update was released in marketplace. as soon as its approved by IPS you can update the plugin 🙂 
  7. Agree
    TAMAN reacted to CoolKid in mdPanel - Material Design IPS Theme [ support topic ]   
    Works good,thanks. 🙂
    One more thing I noticed that there is a white line between the sidemenu and the wrapper content?
    Not sure if this is a bug but I managed to hide it using custom.css,just letting you know just in case you wanted to fix in the next update.
    .ta_wrapperContent::before { display: none; }  
  8. Agree
    TAMAN reacted to Afrodude in A different article styles By Pages ( IP.Content )   
    @emeric73, @TAMAN updated all templates name, and if you read the changelog you will understand that you will need to change the style template of that database.
     
  9. Like
    TAMAN got a reaction from lanc3lot in how to hide or remove FORUMS AND START NEW TOPIC   
    If you want to remove the start new topic on mobile, desktop forums list and forum index then simply set the user permissions. how are you as admin supposed to add a new topic if theres no button to add new topics? 
    and if you hide the gap completely you would also hide  other forum buttons like Table, Grid, Fluid view forums 
     
    anyway if you still want to do that add this in custom.css it will hide the page header completely including anything inside and everywhere on forums
    body[data-pagemodule="forums"] .ipsPageHeader{display: none;}  
  10. Thanks
    TAMAN got a reaction from Noble~ in how to hide or remove FORUMS AND START NEW TOPIC   
    add in custom.css
    body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader .ipsToolList_primaryAction{display: none;}body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader>h1{visibility: hidden;}  
  11. Like
    TAMAN got a reaction from Iwooo in Magnum Theme [ support topic ]   
    I think the problem is with a theme setting which relocates the javascript include 

    this is in theme settings  Custom tab 
    you need to select JavaScript Include location to Inside the <head>
  12. Like
    TAMAN got a reaction from Iwooo in Magnum Theme [ support topic ]   
    Sure
    Edit the language and search for this tag
    ta_themes_menu_more
     

     ACP > Language 
     
  13. Like
    TAMAN got a reaction from kotaco in Magnum Theme [ support topic ]   
    You dont need to create extra theme settings for a custom color as it will cause you a headache later if you needed to reinstall the theme
    You can simply add another line of code in custom.css to setup the default color with targeting body tag except color schemes classes
     
    body:not(.taP_colorScheme1):not(.taP_colorScheme2):not(.taP_colorScheme3):not(.taP_colorScheme4):not(.taP_colorScheme5) .grpAdmin { --theme-grpAdmin: 0, 0, 255; /*<--- This is the default color in raw rgb*/; color: rgb(var(--theme-grpAdmin)); } basically, this will change the .grpAdmin color value but only if body tag has no classes like (taP_colorScheme1, taP_colorScheme2...)
    In your case you also do not need to use raw rgb color values in palette theme setting as its complicated to customize the colors. (Im only using raw rgb values in palette because ips uses almost all kinds of color with rgb)
    you can simply use HEX values in palette like  --theme-grpAdmin: #fff;   you will also need to remove the rgb tag in the color property     color: var(--theme-grpAdmin); 
     
  14. Like
    TAMAN got a reaction from Chala in Magnum Theme [ support topic ]   
    I just checked your website looks like this only happens if you have enabled only one slider and you do not have anything in the content or title settings in the slider settings 
    should not happen and i will fix it on the next version 
    if you wanted to do a quick fix for now with custom.css template
    just add this line 
    @media screen and (max-width: 979px){ .ta_themeSlider, .swiper-slide { height: {theme="slider_height"}px; } }  
  15. Thanks
    TAMAN got a reaction from Greek76 in A different article styles By Pages ( IP.Content )   
    I just uploaded a new version in marketplace fixing the style issue with articles like in your screenshot 
    soon it will be available to update in marketplace 🙂 
     
     
  16. Like
    TAMAN reacted to Soluna16 in Magnum Theme [ support topic ]   
    Yeah this sounds good and I'll let you know what they say or if I figure it out, if you could send me a manual copy for now I would appreciate that so I don't have to take my site down.
  17. Like
    TAMAN got a reaction from kotaco in Magnum Theme [ support topic ]   
    Hi,
    Please add the below code to custom.css to fix it
    .ipsLayout_minimal .ipsLayout_container { max-width: var(--layout-width) } You can remove this when next theme update is available 🙂 
    Thanks for reporting 
  18. Thanks
    TAMAN reacted to kotaco in Magnum Theme [ support topic ]   
    Unsure if this is known, but working on a fresh install and I noticed the Guidelines / Privacy Policy / TOS pages all have this issue where the content width is not matching the rest of the site:


  19. Thanks
    TAMAN got a reaction from xDealer in Magnum Theme [ support topic ]   
    Hi,
    i just instilled the update on my website and everything is fine with the slider. including the "go back to top" button.
    If you have modified templates then during theme updating you should be getting a window popup indicating that you have modified templates. you will need to select the newer version of templates during theme update.
    if you haven't done that and you choose to select your customized templates during theme update then this is probably why the slider doesnt work or the back to top button
     
    a re installation will fix the issue.
    if you dont want to reinstall because of customization's then try to make a copy of the current theme you have and then delete it. ACP > Customization's > Themes
    after that reinstall magnum theme from marketplace and copy paste your customizations from the theme you copied to the new one. but i strongly suggest you not to modify any kind of templates but custom.css.
  20. Like
    TAMAN got a reaction from ToeJam in Magnum Theme [ support topic ]   
    Hi,
    To be honest I'm lost too
    I haven't changed anything regarding user profiles 
    EVERYTHING in user profile images MUST be same as default IPS theme. Not a bit of code is changed or modified on my side.
    If things were different before or if I have provided you with some css to customize the profile pictures years ago or something like that then you might need to update the code again.
     
    let me know how do you want your user profile pictures to be so I can provide you some css code to put in custom.css 🙂
     
     
  21. Thanks
    TAMAN got a reaction from Sethhh. in Dreadnought Theme [ support topic ]   
    Weird! it doesn't happen in localhost but live site 
    i will probably need to update the theme for that..
     
    thanks
     
    Edit: @Sethhh. i just uploaded a new version fixing the issue
    You should be able to update the theme in marketplace after it gets approved 
  22. Haha
    TAMAN got a reaction from Nomen in Pages Clan Wars [ support topic ]   
    Hi,
    This will be updated to ips 4.5.x in a couple days hopefully 🙂 
  23. Thanks
    TAMAN got a reaction from Mishelle in Advanced Custom Widgets [ Support topic ]   
    Hi,
    I just uploaded a new version re-adding user permissions setting 
    please be patient as it might take some time to be approved in ips marketplace 
     
  24. Like
    TAMAN reacted to MegaBoosting in News Ticker [ support topic ]   
    Even after enabling manual slowest speed & automatic speed, the ticker is still moving at lightning speed.

    --EDIT--
    After switching the style back and forth from the AdminCP, the ticker seems to work fine. Not sure what caused the error.
  25. Thanks
    TAMAN got a reaction from Emaxo in Pages Clan Wars [ support topic ]   
    Hi,
    This will be updated to ips 4.5.x in a couple days hopefully 🙂 
×
×
  • Create New...