Jump to content

Pages SuperGrid support


Recommended Posts

15 hours ago, Joey_M said:

Will you be releasing any more designs in the future separate to these @opentype? Just curious.

Probably. I am open to suggestions. If you like the look of a certain WordPress theme and want something like that in Pages or of you have certain design problems with your Pages database … Let me know. I can check if there is a solution I can build. 

 

9 hours ago, NoGi said:

Great template. Quick question, how do I get the same format to apply for Subcategories listing view? 

Make sure the sub-category itself is set to have the listing view inherited from the parent container. 

Link to comment
2 minutes ago, opentype said:

Make sure the sub-category itself is set to have the listing view inherited from the parent container. 

It is but that's not where I am having the problem, the sub cat when selected shows the view correctly. It's the listing of sub cats under a main category that shows in default view. 

subcat.png

Link to comment

I see. 

Yeah, the template is calling the default category row output at that point. I will have to do some testing to see if I can work around that without creating other problems. If it works, I will put it in the next update. It wouldn’t change much though. Basically just removing the icon and adding the Grid colors. So it’s more something for the to-do list, than for an immediate fix. 

Edited by opentype
Link to comment
42 minutes ago, opentype said:

Those are regular H2 headlines using the default link color of your theme. So whatever your link color in your theme is, the SuperGrid templates will use. 

It supposed to work like that, but I want change this color above this setting :) Is there any option to use it with mentioned template and affect only article title ?

Link to comment
14 hours ago, opentype said:

I see. 

Yeah, the template is calling the default category row output at that point. I will have to do some testing to see if I can work around that without creating other problems. If it works, I will put it in the next update. It wouldn’t change much though. Basically just removing the icon and adding the Grid colors. So it’s more something for the to-do list, than for an immediate fix. 

Great thanks.

Link to comment
5 hours ago, Bracer50 said:

I'm having a few problems: 

1: http://prntscr.com/dcdqy0  - My content running off of my page.

2. http://prntscr.com/dcdsc4 - There's no boxes around the content.

 

Regarding the boxes: The colors are all inherited from your theme. If your theme designer has made ipsAreaBackground_light transparent or identical to the background, then this is what the SuperGrid template will use as well. In order to change that you would either have to change your theme colors or give each SuperGrid box a specific background color (in the custom.css) to only affect the Pages template. 

.SG_card { background-color:#333; }

 

The overflowing text is a problem of the post itself. You pasted rich-text with tons of styling in there, including a width statement which forces a width of 1007px. You should clean up the post and only paste plain text and it will be resolved. It has nothing to do with my template. 

Edited by opentype
Link to comment

@opentype, in the instructions you refer to:

Quote

Articles template > Supergrid FrontPage

Where is this particular template setting? In my database I only get the other 3:

Quote

Listing Template Group > Supergrid Listing
Display Template Group > Supergrid RecordDisplay
Category Template Group > Supergrid Categorylisting

 

Link to comment
7 hours ago, kmk said:

Where I should set up to make appear the editor to create an article?

Pages → [Your Database] → Fields → Permissions

Make sure the users who should add/edit articles have permission to edit all the fields. 

7 hours ago, NoGi said:

Where is this particular template setting? In my database I only get the other 3:

It appears, once you set the “Index mode” of the database to “show records like articles” in the database settings. 

Link to comment

Templates look great.  Simplify the look of every page. Is there a quick way to remove the Author/Date/Views information from the grid?  it is great for most sections, but I have a couple databases that will be static and do not need that information as it is irrelevant. 

Any chance of creating similar style template for the Latest Blogs block?

Thank you,

Steve K.

 

Link to comment

I'd like to second some kind of improvements for sub-category viewing, so that they can also be presented in the "article"/grid view rather than the standard list view, which looks a little uncouth given that our use for this plugin attempts to get away from looking too similar to a forum.

Link to comment
6 hours ago, Aaron M said:

I'd like to second some kind of improvements for sub-category viewing, so that they can also be presented in the "article"/grid view rather than the standard list view, which looks a little uncouth given that our use for this plugin attempts to get away from looking too similar to a forum.

Understood. I also answered that here recently

Link to comment

@opentype - I have a small issue. I'm using only Supergrind frontpage for main article page and stock IPS listing for records listing and stock IPS display for articles body. Issue is that when I share article via facbook or google+ post preview in those social media doesnt feed from linked article his image, title and decription from article text. This issue exist also from facebook post preview and share via buffer. take a look, 

correct article fields feed :

correct1.png

incorrect article fields feed - only inlcude url link :

incorrect1.png

same with buffer :

correct2.png

incorrect2.png

It start to break after import your templates. How to resolve this ? I also noticed that after import your database template with articles templates included my default article display template was changed - article image move from top left to top right. This is stock IPS template so it shouldn't be affected. Can you help me with this ?

Link to comment
3 minutes ago, ququruku said:

@opentype - I have a small issue. I'm using only Supergrind frontpage for main article page and stock IPS listing for records listing and stock IPS display for articles body. Issue is that when I share article via facbook or google+ post preview in those social media doesnt feed from linked article his image, title and decription from article text. This issue exist also from facebook post preview and share via buffer. take a look, 

If you don’t use my templates for record display, then article sharing problems on social media can’t have anything to do with my templates. 
I am happy to check it out nevertheless, but you need to give me a public link. Those pixelated images tell me nothing. 

 

3 minutes ago, ququruku said:

I also noticed that after import your database template with articles templates included my default article display template was changed - article image move from top left to top right. This is stock IPS template so it shouldn't be affected. 

I see. Yeah, that comes from my CSS. Go to your custom CSS and find:

.cCmsRecord_image {
  float:right;
  margin:8px 0 30px 30px;
}

Change it to:

.SG_record_right .cCmsRecord_image {
  float:right;
  margin:8px 0 30px 30px;
}

Thanks for reporting. I will include that change in the next upgrade. 

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...