Jump to content

pjfry

Clients
  • Posts

    49
  • Joined

 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 pjfry

  1. I can confirm this problem on my website too.
  2. That is a solution: in the block template search for: <span class='ipsType_light ipsType_small'>{lang="widget_member_joined_date" htmlsprintf="$member->joined->html()"}</span> {{if $member->last_activity}} <br><span class='ipsType_light ipsType_small'>{lang="widget_member_last_active_date" htmlsprintf="\IPS\DateTime::ts( $member->last_activity )->html()"}</span> and replace this with: <span class='mt_Title'><i class="fa fa-birthday-cake" aria-hidden="true"></i> {lang="mt_bday"}:</span> <span class='mt_Content'>{$member->birthday}</span> Many thanks to @V0RT3X666 providing me this solution! Benny
  3. I have done a lot of testing with my website. So far I think there are two issues I have both with the Gradient Theme. I have installed your theme and then created a child theme. All my edits are done within the child theme. But both issue are also on the parent theme but not the stanard theme shipped with the IPS Suite. First one: None of my custom CSS from the custom.css file edited in the backend is working on the frontpage. On all other pages all css edits work correctly. Second one On CMS pages (news from the database) when I am watching an article I cant not comment or switch the theme. Because both Links do not work. I think that has something to do with the JS? I Think this is related to the error I get in the console: On the Forum Page and Front page I do not get this error but an the articles / news page from the CMS You can find the site here: https://phoenix-hort.de/ Thanks Benny
  4. Hello, I created iin the Pages/CMS a news custom block with the source "plugin" from the category "System -> User". In the conditions I checked the "Has birthday this month". This block works well and shows all members who have birthday this month. Thats great. But one thing do I miss: At the moment the block show the member name, last visited and the registration date. But it would be great to show the birthday date insted of last visited and registered date. I looked at the template but there I have no idea how to achiev this! Any ideas? Thanks Benny
  5. Hi Thanks for this great theme. I am using your Plugin Pages Article Styles 2.0.6 and try to customize the layout. I have created a child theme and done all custom work in that child theme. But if i da some CSS Edit in the custom.css these edits do not work. If I inspect the elements within Chrome all my custom css edit do not show up. I edited the template to have a additional css class like this: <article class='{{if $record->hidden()}}ipsModerated{{endif}} phoenixnews'> and then added this to the cusstom css file: .phoenixnews .Msharelinks { display: none; } .phoenixnews .record-content h2 { font-size: 20px; } .phoenixnews .record-content { text-align: left; padding-top: 25px; } .phoenixnews .record-image img { height: auto; width: 100%; } Wihtin the Chrome inspector this code work when added in the inspector manually. But ths css do not show up in the css file of the homepage. Any ideas? Thanks Benny
×
×
  • Create New...