Jump to content

TAMAN

Clients
  • Posts

    3,760
  • Joined

  • Last visited

  • Days Won

    25

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by TAMAN

  1. There is a template named Entry. open it and then search for this line <li class="user"><i class="fa fa-user"></i>{lang="byline_nodate" htmlsprintf="$record->author()->link()"}</li> when you find it, then add this right after the code in a new line {{if $record::database()->options['comments']}}<li class="comments"><i class="fa fa-comment"></i><a href='{$record->url()}#comments' title='{lang="view_comments"}'>{lang="num_comments" pluralize="$record->record_comments"}</a></li>{{endif}} entry template is in all the article styles
  2. no because the search position is optional it can also be in navbar within theme settings
  3. 1. if you want to add comments, then you will need to edit the s1 two column template and then adding below code {{if $record::database()->options['comments']}}<li class="comments"><i class="fa fa-comment"></i><a href='{$record->url()}#comments' title='{lang="view_comments"}'>{lang="num_comments" pluralize="$record->record_comments"}</a></li>{{endif}} under this one <li class="user"><i class="fa fa-user"></i>{lang="byline_nodate" htmlsprintf="$record->author()->link()"}</li> 2. sorry this would need alot of customization making the image on left side and content for right, this isn't what i have designed here, if you had suggested before the last update i would gladly included a style like this for everyone now its too late for adding styles or updating. 3. maybe in feature updates as i have to figure out how to make that happen without making the sticky header look too big or messy
  4. Thank you for reporting:) fixed:)
  5. 1. i find readmore button to be really useless since the images are clickable, plus im unsure why it shows only author name and record date on your two columns style in the image it should be date/author/views 2. the "first featured" and "one column" styles are using the full width for images so it shows all of it, they're preferable with sidebars : ) like in demo page= If you really want to reduce the size then add this css code to custom.css .ArticleS1 .record-image{ width: 70% !important; margin: auto; }
  6. I'm glad to hear that Thank you for your review let me know if you need anything else^^
  7. Please delete any template that starts with a date for example 10.8.16 Image Featured Two Column S1 10.8.16 S1 Two Column First Featured and so on....
  8. you replace the {theme="widget_title_bar"} with the color code for instance .ArticleS1 .badges{ background: #003765; }
  9. You're welcome : ) I dont really know where do you get this error exactly? when you create an article? any links? Is it also on default theme?
  10. mmmm it says You do not have permission to access /index.php on this server. What's that got to do with magnum theme or article STYLES i made? its ONLY on your side which has something to do with your website permissions, i assure there is absolutely nothing wrong with magnum theme or articles styles
  11. yes. i have deleted some templates and some theme settings, if you upload for a new version, they do not get deleted, sorry but the only solution is to reupload using "Upload a new version" is only good if i have edited exiting templates or adding a new template and settings.
  12. .ArticleS1 .badges { background: #3e475b; } .ArticlesBlockS1 .badges { background: #3e475b; } .ArticleRS1 .reviews { background: #3e475b; } search for this css and change the color : )
  13. I can see from the image it uses the old template name from previous version make sure you have deleted the old templates
  14. only if the images have the same width and height in the previous version it was like that by default but your images was cutting off : ) so its better to show full image and optionally you can upload a fixed images when you create a block, all you have to do is selecting the style and ten Save. you do not have to click on "Use as a base for a custom template" i know if you select a style while creating a block and then refresh the block window nothing happens : ) just select the style and then save, it must work on your website
  15. weird :/ not related to article styles and not sure why this happens to you but check permissions?
  16. Hi : ) mmm re upload maybe? If you are gong to reupload try to delete the current templates first, otherwise there is a bug in template upload, if the same name exists, your new template names will start with a date and it wont work anywhere ACP > Pages > Templates > Database Templates > delete all the the article styles like S1 Two Column, S1 One Column..... etc also here ACP > Pages > Templates > Block Plugin Templates > S1 Two Column, S1 One Column..... etc and then reupload the Pages_Templates.xml : ) -about social icons this is really unnecessary popup and it might slow down your website if you have lots of records showing up categories, listing templates are not customized in this styles :
  17. as i have explained in the marketplace the upgrade in themes does not work as expected, its only good to fix bugs and issues by uploading a new version, but i have made so many changes in settings and templates, you Must delete the old one and re-install a new one by downloading in marketplace : ) If you need help send me a login and i update for you when i can : )
  18. if you only suggested before the update, now i wont be able to update any more or at least not soon
  19. No idea why :/ as its working for me and others any link so i can check? or a login info
  20. what about user group settings? an option named Can give star ratings for content?
  21. make sure you allow users and your databas to rate records its in the permssions
  22. Magnum theme has been updated to a new version now. ------- this issue happens to me even on default theme, only sometimes not sure why Please update magnum theme to the latest version : )
  23. Article styles has been Updated to a new version and new design plus two more styles in the list : )
×
×
  • Create New...