Jump to content

Amy Pond

Clients
  • Posts

    172
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Amy Pond reacted to shahed in Peacock Theme [Support Topic]   
    Glad that helped. about positive-light, this one is among many others are variables coming from IPS theme's root. there are not many options for them, but you can customize the same way in custom.css:
    :root { --positive-light: #87af9e !important; }  
  2. Thanks
    Amy Pond reacted to shahed in Peacock Theme [Support Topic]   
    Hello,
    Those CSS styles that i send for custom.css, need to be expand based on your need. in it's current form it works only for "body" element. you may notice there are three "body {...}" in those styles, so every other HTML elements in your theme that have it's own font sizes, still retain their styling. you can find HTML element's css class with your browser's "Inspect" ability. for example this:

     
    This part is one of the sections in your screenshot, that need different font-size in phone screen. it uses ".ipsType_normal"... and you can style it for font size by expanding previous code, like this:
    /* Phone */ @media screen and (max-width: 767px) { body { font-size: 10px; } .ipsType_normal { font-size: 10px !important; } } As you can see i only made expand in Phone classes, so you can do this in Desktop/Tablet separately as well if needed. also you can use " !important" to prioritize the style you currently work. you can find other element's css classes just like this and try to give it custom styling this way.
  3. Thanks
    Amy Pond reacted to shahed in Peacock Theme [Support Topic]   
    For this theme? there are ACP screenshots from theme settings in marketplace page.
  4. Like
    Amy Pond reacted to shahed in Peacock Theme [Support Topic]   
    For this theme, some elements have font size setting for mobile device, namely Mobile Navigation. you can change main link sizes with different values to see changes in mobile screens. there is also IPS settings for each theme. you can find in Theme settings > Font Scale... but of course it's not always affect in mobile view.
    In my opinion the best way to handle this and target specific area, is using your theme's custom.css for some responsive designing. for example with this method you can change body text in desktop/tablet/phone if you add it in custom.css:
    /* Desktop */ body { font-size: 14px; } /* Tablet */ @media screen and (max-width: 977px) { body { font-size: 12px; } } /* Phone */ @media screen and (max-width: 767px) { body { font-size: 10px; } }  
  5. Like
    Amy Pond got a reaction from Jim M in Delete old accounts   
    Thank you very much!
  6. Like
    Amy Pond got a reaction from Ryan Ashbrook in Delete old accounts   
    Thank you very much!
  7. Thanks
    Amy Pond reacted to Ryan Ashbrook in Delete old accounts   
    Admin CP > Members. Click the Cog icon on the search bar. You can use this to search for members based on certain criteria. In this case, you would enter the information like so (note that only the second date field for Last activity is changed):

    After you submit your search, there will be a bar at the top that will allow you to prune / delete all members found, or move them to a different group.
    Before performing any mass alteration on your site, please always ensure you take a backup just in case your search is too broad and accidentally prunes accounts that you did not want removed.
  8. Like
    Amy Pond got a reaction from shahed in Peacock Theme [Support Topic]   
    Got it, thank you!
  9. Like
    Amy Pond reacted to Makoto in Radical Tags   
    I apologize for the inconvenience, this should be resolved now. If you still can't renew, try accessing the page again in about an hour or so and it should hopefully be working then.
  10. Thanks
    Amy Pond got a reaction from ReyDev in LAXERI Theme [Support Topic]   
    @ReyDev thank you very much, I send you a pm 🙂
  11. Like
    Amy Pond reacted to ReyDev in LAXERI Theme [Support Topic]   
    @Amy Pond 
    Hi, Sorry for the delay. 
     
    ،his color inherits from the main theme color, you should change from here 

     or for background-color , font color you can use these options 



    But by changing these items, other items that have used these colors will change and you may not like it so I think it is better to add these items as a custom CSS code to your theme. please send me your website url so I can check them out and send you custom codes.
  12. Like
    Amy Pond got a reaction from SeNioR- in Show warning to all users   
    Exactly like this 
  13. Like
    Amy Pond got a reaction from SeNioR- in Show warning to all users   
    Hello,
    I'd like that when I give a warning for a single post the warning message could be seen both by staff members and all users (also guests).
    Is there a way to do this? 
    Thank you and happy holidays to everyone!
  14. Like
    Amy Pond got a reaction from Nathan Explosion in Show warning to all users   
    Exactly like this 
  15. Thanks
    Amy Pond reacted to Runar in Show warning to all users   
    I assume they mean the warning you can give a member when their content is reported:

  16. Like
    Amy Pond got a reaction from itsravi in Show warning to all users   
    Hello,
    I'd like that when I give a warning for a single post the warning message could be seen both by staff members and all users (also guests).
    Is there a way to do this? 
    Thank you and happy holidays to everyone!
  17. Thanks
    Amy Pond reacted to Michael.J in Post Comments (Support)   
    This application has been updated for IPB 4.5.x.
  18. Agree
    Amy Pond reacted to opentype in Pages SuperReviews (Support Topic)   
    I think that will only change for future posts. It’s just text added to a forum post. It’s not dynamic content, which would react to the user language. 
  19. Like
    Amy Pond reacted to Nathan Explosion in Pages SuperReviews (Support Topic)   
    Correct. However, past topics can be changed too by either:
    Editing/saving the record - this rewrites the opening post on the topic Forcing the sync of topics again - it's a database feature (screenshot below)  

  20. Like
    Amy Pond reacted to opentype in Pages SuperReviews (Support Topic)   
    Well, there is no setting or anything like simple that.
    But any Pages field does have the “topic format” setting to control what happens to the field content when the entry is posted to a forum. I guess with some custom HTML in there for the Content Field, it could work. Maybe someone would help you with that in the Peer-to-Peer forum, as this Pages functionality is unrelated to the SuperReviews product and its features. 
  21. Like
    Amy Pond reacted to shahed in FAQ/QA Widget [Support topic]   
    Hi @Amy Pond,
    Yes. though if you create page as "Manual HTML" just make sure you have enabled "Use suite HTML wrapper" option.
  22. Sad
    Amy Pond reacted to Nathan Explosion in Share image dimensions?   
    There isn't much you can do other than change your share image to adhere to the WhatsApp requirements which is to use a square image.
  23. Sad
    Amy Pond reacted to Morrigan in Share image dimensions?   
    Most share images are square.
  24. Thanks
    Amy Pond got a reaction from TAMAN in Infraskew Theme [ support topic ]   
    Hi @TAMAN, just for let you know that the theme image in marketplace doesn't work and the demo theme isn't available in your forum 🙂
  25. Like
    Amy Pond reacted to TAMAN in Infraskew Theme [ support topic ]   
    Hi,
    Sorry the theme was disabled for guest on demo site but i just fixed 🙂 
    as for the screenshot its been the second time i upload them and they get removed. ips marketplace acts weird and nothing i can do about that 
     
    Thanks for letting me know 
×
×
  • Create New...