I would like to create a new page with the same layout as the homepage grids but filtered on the post category. Ideas? I’ve created a new Page Template and tried to filter using the category ID however it doesn’t seem to work. I could get it to filter just the WordPress Loop however I like the grid layout.
Manually inserting the contents of Content.php hasn’t been going so well.
Thoughts? Below is the code I have so far (please disregard the “mobiletop” and “desktoptop” divs as I use those to set specific anchors when users navigate):
<?php /* Template Name: New Page Template */ ?>
<?php
/**
* @package Gridster
*/
?>
<?php get_header(); ?>
<?php get_sidebar(); ?>
<div id="main">
<?php query_posts('cat=169'); ?>
<?php if ( have_posts() ) : ?>
<?php /* Start the Loop */ ?>
<?php while ( have_posts() ) : the_post(); ?>
<div id="post-<?php the_ID(); ?>" <?php post_class("poste"); ?>> <a href="<?php the_permalink(); ?>" rel="bookmark">
<?php if ( has_post_thumbnail() ) {
the_post_thumbnail('post-thumb', array('class' => 'postimg'));
} else { ?>
<img src="<?php echo esc_url( get_template_directory_uri() ); ?>/img/defaultthumb.png" class="postimg" alt="<?php the_title(); ?>" /><?php } ?>
</a>
<div id="mobiletop">
<div class="portfoliooverlay"><a href="<?php the_permalink(); ?>#m"><!--<span>+</span>--></a></div>
</div>
<div id="desktoptop">
<div class="portfoliooverlay"><a href="<?php the_permalink(); ?>"><!--<span>+</span>--></a></div>
</div>
<h2 id="mobiletop" class="posttitle"><a href="<?php the_permalink(); ?>#m" rel="bookmark">
<?php the_title(); ?>
</a></h2>
<h2 id="desktoptop" class="posttitle"><a href="<?php the_permalink(); ?>" rel="bookmark">
<?php the_title(); ?>
</a></h2>
<p class="postmeta">
<?php if ( 'post' == get_post_type() ) : // Hide category and tag text for pages on Search ?>
<?php
/* translators: used between list items, there is a space after the comma */
$categories_list = get_the_category_list( __( ', ', 'gridster-lite' ) );
if ( $categories_list && gridster_categorized_blog() ) :
?>
<?php printf( __( '%1$s', 'gridster-lite' ), $categories_list ); ?>
<?php endif; // End if categories ?>
<?php endif; // End if 'post' == get_post_type() ?>
</p>
</div> <!-- content -->
<?php endwhile; // end of the loop. ?>
<?php get_footer(); ?>
]]>
I translated the theme in Italian language. When does the theme update?
]]>Hello,
After upgrading to the latest version of Gridste Lite, the quality of thumbnails has decreased a lot.
I believe it is becuse the theme is now forcing the thumbs to be od the dimension 225px x 158px via the functions.php file
add_image_size( 'post-thumb', 225, 158, true );
I found this code here
I have tried every which way to over write this but no luck.
Any help would be greatly appreciated.
The site can be viewed here
]]>How do I remove or change the the circle with + sign on thumbnail images on front page?
]]>I have previously made up a site on weebly which was very easy, I heard wordpress was easy so chose it for a new site.
I chose Gridster as it showed a grid of pics which would be ideal to display motorbikes for sale,
I cannot see any grid, the sample page was a blog, look at my site, it’s just dreadful motorbikelad.co.uk
please help, what am I doing wrong, is there a WYSIWYG interface?
thanks
I would like to get rid of the metadata on the individual posts. I’ve tried a few plugins, and I’ve tried editing the css style page…it doesn’t seem to work. I mus be missing something– can anyone give me some suggestions?
kmreschedule.com
]]>Здравствуйте.Как настроить отображение галереи при изменении размера страницы? Фотографии как на полном экране в 4 колонки, так и на мобильном в 4 колонки, что не возможно их рассмотреть.
]]>Can you please let me know if Gridster-Lite has some default that means the Floating Social Bar doesn’t. I had it (F.S.B) working and then believe I lost it when I changed to this theme.
Is there a work around if this is the case?
Thanks heaps.
Hi,
I know this question has been posted before, but the solution given was not really described in any detail.
I am using the Gridster Lite theme (which I love), and I want to resize (make smaller) the featured image. The featured image is huge!
I know that I can edit the style .css, but I have minimal experience in doing that. I was hoping someone could tell me explicitly what I need to do.
Thank you so much!
]]>Hello,
Im working on my template, but now i have a problem which i can’t fix.
I would like to add a top bar (header) above my website, where i can put some graphic. Can anyone tell me how to do it?
This is url to my website
https://moscowclassicshop.com/
I try few plugins, but they didn’t work…
Hi,
Is it possible to move the left sidebar to the right so that the photogrid starts from the left side of the screen?
In mobile format the site looks okay with me but when I go to web the footer doesn’t stick at the bottom of the page especially in most of my categories where posts were only few. I want my footer at the bottom of the page. It seems that the demo and my site have the same footer not sticking at the bottom of the page. So here’s the link of the demo: https://themefurnacedemos.com/gridster/category/art/
Thanks!
]]>Hi,
I was wondering if anyone could help me to get the theme central rather than floating to the left hand side. This would be a huge help if someone could help asap.
Thank you in advance,
Cherie
I’m Using Theme Gridster-Lite 1.0.6.3
How To Remove “Home” From Right Sidebar??
Thanks For The Help!
Hey, how to make another sidebar on the right side of page? url of my site:
]]>How can I set Navigation Bar to display only primary menu and not show all sub menu options?
Thanks for the help
I must be stupid but why can I not add an image to the post that appears on the page with a big plus sign?
]]>how to show img in home page
my site https://www.mobilebd.net
Hello,
Im having serious issues with my category widget / links in menu. I can activate the widget or place links in the menu using the ‘menu’ in the dashboard, but all category links are dead links…
Who can please help me out ????
]]>Hi there,
I am looking to create a blog of photos/products that can be refined via search on the main page. Say, for example, I am a hair stylist and I have a portfolio of different hairstyles that I want my potential clients to be able to search through. I would like them to be able to simple check which type of styles they want to look through. Options could include Short, Medium and Long styles; Braids, Bangs and Up-dos… Is there a way for someone to be able to filter medium hairstyles with braids, for example?
I wonder if any plugins that do this exist and could be compatible with this theme.
]]>Hi, i am creating an website on a local server so i can’t give you any link to the site but te question is how do i get a post to show inside a category. I only have a gallery inside the post and it is set to be in the PICS category but when i go the site and press the PICS category its emty. Does anyone know why and how to do it propperly?
thanks
]]>I would like to remove the fields of author, email, web address from the “Leave a Comment” section after each of my posts. How would I do this?
]]>Hello
Appear to be having an issue with my WordPress and getting the “Cheating Uh” error when I try to view my site in Live customizer this happens with every theme so it’s not an issue with Gridster
Could you please tell me how I can add a logo Manually to the site?
Many Thanks
]]>hi, I note the img align right is not sitting correctly with the gridster theme. i tried a few css fixes to no avail – any ideas how to fix this? basically the image sites to the rioght but not in alignment with the text leaving big gaps…
thanks anyone who can help
rosa
Hello everyone!
I am not certain why, but somehow the category name (postmeta?) is not showing on the post thumbnails on the front page as displayed in the showcase page of gridster-lite.
Does anyone know how I can get the category name to show?
The website is https://www.thefusiontree.com
Many thanks!
]]>Hi all, my posts all have Categories, and they are all listed in the sidebar menu when using the Categories widget. However, clicking on the category in the post or on the menu takes you to a “Pagen not found” error page. Any ideas?
Draft of the page is here:
]]>I am currently creating a Intranet page for the school I work at, the theme is ideal for providing quick links to other pages so that students can simply click on the site they want to go to as opposed to typing it out or searching for it. However whenever I preview the site it only has one column and rather that the faded blue circle over the featured image it has a solid blue square. Both my Java and flash versions are up to date, as well as all my WordPress plugins and theme versions.
Any help with this would be greatly appreciated.
]]>how does it look on the mobile? are the images scaled?
]]>Is there a way to have the feature image pull the image from withing the post?
Can I link to an image for the featured image instead of uploading it.
]]>I would like to choose how the posts are layed out on the homepage. Currently, the default is to show the pictures from the most recent posts first. Is there any flexibility with this? Thank you.
]]>