Hey guys,
I am trying to figure out how I can change the width of the posts in the home page.
And also the spacing between them.
Any tip?
cheers
]]>My site is https://childrensgifts.net, I would like to Keep Only Featured Images and Titles On The Homepage.
I don’t want it to show “leave a reply” below titles
and the small bit of post excert and some tags
Is there a way to change the font size of the article title when the responsive width changes to < 600px (mobile format). I think the title is too small when this happens.
]]>Maybe the code changed since this was resolved, but the method described on the closed topic did not work for me. I still had two headers.
Besides adding the enqueing in the functions.php and a practically blank style.css file as described in creating child themes, here is the exact text from header.php that created a header above the menu bar:
<!DOCTYPE html>
<!–[if IE 7]>
<html class=”ie ie7″ <?php language_attributes(); ?>>
<![endif]–>
<!–[if IE 8]>
<html class=”ie ie8″ <?php language_attributes(); ?>>
<![endif]–>
<!–[if !(IE 7) | !(IE 8) ]><!–>
<html <?php language_attributes(); ?>>
<!–<![endif]–>
<head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
<meta name=”viewport” content=”width=device-width” />
<title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>
<link rel=”profile” href=”https://gmpg.org/xfn/11″ />
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php // Loads HTML5 JavaScript file to add support for HTML5 elements in older IE versions. ?>
<!–[if lt IE 9]>
<script src=”<?php echo get_template_directory_uri(); ?>/js/html5.js” type=”text/javascript”></script>
<![endif]–>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id=”page” class=”hfeed site”>
<header id=”masthead” class=”site-header” role=”banner”>
<hgroup>
<h1 class=”site-title”>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?></h1>
<h2 class=”site-description”><?php bloginfo( ‘description’ ); ?></h2>
</hgroup>
</hgroup>
<?php $header_image = get_header_image();
if ( ! empty( $header_image ) ) : ?>
“><img src=”<?php echo esc_url( $header_image ); ?>” class=”header-image” width=”<?php echo get_custom_header()->width; ?>” height=”<?php echo get_custom_header()->height; ?>” alt=”” />
<?php endif; ?>
<nav id=”site-navigation” class=”main-navigation” role=”navigation”>
<h3 class=”menu-toggle”><?php _e( ‘Menu’, ‘pin’ ); ?></h3>
“><?php _e( ‘Skip to content’, ‘pin’ ); ?>
<?php wp_nav_menu( array( ‘theme_location’ => ‘primary’, ‘menu_class’ => ‘nav-menu’ ) ); ?>
</nav><!– #site-navigation –>
<div class=”searchform_headercover”><?php get_search_form(); ?></div>
</header>
<div id=”main” class=”wrapper”>
]]>It would be very helpful to have a menu of font options for this theme. Thank you.
]]>I was wondering if there is any way to have Pinpress automatically select the first image in the post and set it as the Featured Image (and thus show on the front page)?
I hadn’t been using the Featured Image option previously and didn’t want to have to go back through all of my earlier posts to update them manually.
Thanks in advance for any help you guys might offer,
~MrLich
Site in question: https://www.dragonbones.net
Wordpress 4.1.1
Child theme of Pinpress
how to sort the grid blogs by date descending order?
]]>Just installed theme and added a background. But now I can’t see the hyperlinks in the sidebar of the posts. I can’t find the font or color of sidebar text/hyperlinks in the css file. Can you tell me where this is located or how I can change the font size and color of the links in the sidebar?
]]>The width of each articles is always ‘181px’.
What should i do to make this into ‘281px’.
if that’s not possible . who can i control the no of articles in a single row.
I am not able to change the width of any article that is showing on the page, even did not find any css related to this.. How to give it custom width ?
source : ( https://bloggers.loudfind.com/ )
]]>Hi,
This is a great theme! The only thing wrong to me was that posts weren’t showing featured images. Those only appeared on the index page. That didn’t suit me as my previous theme wasn’t like that, and I didn’t want to modify all my posts. Happily, the solution is easy. It just takes adding:
<div class="featured-image">
<?php the_post_thumbnail('full-width'); ?>
</div>
in content-single.php
just after:
<div class="entry-content">
You can see the result here:
https://www.motornature.com/
I’m using Pinpress together with an autoblog plugin and the frontpage set to latest posts.
Is there a possibility to let the links (pics and titles) open in a new tab?
My site so far is https://coinchase.com
Thanks in advance
]]>is there any idea to change the animation..
now it’s => (post fly in from left-top to right-bottom)
how to change the direction or the animation (mayble like fade in or others)
]]>Hi,
I am trying to make some small changes to Pinpress theme but I’m not completely successful with doing that. The first thing I tried to do is to add a sidebar to the homepage. I don’t know any php but I simply added
<?php get_sidebar(); ?>
after the get_header line and the homepage content and the sidebar overlapped. I changed
<div id="col" style="width:100%;" class="column">
to
<div id="col" style="width:72%;" class="column">
and it seemed to work. I didn’t want one search box at the top and another at the footer so I removed the line
<div class="searchform_footercover"><?php get_search_form(); ?>
and this seemed to work, too. However, these changes made me have a buggy homepage for the mobile devices. When I visited my website from my mobile website, I noticed that the unwanted search box came back and the content and the sidebar overlapped (while the sidebar becomes a footer – it is at the bottom of the page – in the single-content pages, i.e. blog posts).
What am I missing? How can I make sidebar work exactly the same as it works on single content pages, any idea? Additionally, how can I get rid of double search box on lower resolutions?
Additionally, how can I translate the theme? Most part are independent from the theme but some strings like “replies, leave a reply, categories, tagged in”, etc., needs translation and I do not know which files/which parts to edit to do the translation.
Here are some screenhots:
https://imgur.com/lsAms7e
https://imgur.com/XSPsnjI
Hi,
Could you at video type for posts? Maybe then we could play video’s on the masonry pages!
Regardz,
Rob
]]>Hello, If a guest places a comments with smiley it results in 100% giant smileys.
Probably caused by
.comment-content img, .widget img {
max-width: 100%;
}
Regardz,
Rob
]]>Great theme. I’ve been able to customize quite a bit, and is functions very well. However, on the main page (“latest posts”?…with the masonry, pinterist-like layout) the posts all align to the left. I have been trying everything I can think of to align them in the center. Is this possible? Am I missing something? Perhaps it is leaving space still for the sidebar that I turned off?
]]>Hi,
I tried to activate/deactivate recently updated plugins but no results. My homepage still messed up. https://liverpoolfcinfo.com
It looks horrible.
Can someone help me!
]]>Hello, I used Pinpress to create a website for a client who is an artist and not only does she love it but she has received many compliments on it! https://joanpechanec.com
We just did the first update on her site after it’s been up 6 months or so, and the one thing we’re running into is that there is no easy way to change the default behavior of ALL posts displaying on the Home page. She would like only her artwork to show on Home, and her news updates to appear only on her News category page. How can I accomplish this for her?
Great theme!
How do I add the date for each post? It’s missing.
Regards,
Michael
HI!
I want the search bar on top right. The infinite scroll is cool, but makes “search” difficult because it keeps moving ??
Thanks for any help!!!
Regards,
Michael
HI,
I was wondering if it is possible to add CTA on posts on the homepage, right under the image???
This is link to my website: https://liverpoolfcinfo.com
I want to put ‘Details’ and ‘Buy now’ buttons right where the ‘Leave a reply’ is situated.If you check out my homepage then you’ll see what I mean
Thank you
]]>Hi all!
I am new here and have a question.
Is it possible with Pinpress to realize a sort of Pinterest with log-in etc for customers?
Greetings and thanks, Jos
Hi, I love Pinpress theme for its pinterest-like layout and is very suitable for the products I’m showcasing in my blog, however I have 2 things I’d need help with.
1) I have opted for “latest posts” as my home page setting and it turned out apart from a thumbnail pic and an excerpt of the h1 and content, a series of tags are also shown below each featured column widget. How do I remove those tags?
1) There are also “Category:” and “Tags:” followed by the series of category names and tags respectively at the bottom of each post. I managed to remove the category names and tags but the “Category:” and “Tags:” are still there. How do I remove those completely off the bottom of my posts?
Any help will be much appreciated. Thanks much!!
]]>Can you guys tell me why on my home page everything is just fine, but when i go in the gallery categ for ex, posts get over another?
Please see https://www.lios.ro/category/gallery/
On Pinpress theme V 1.8, I want to the date of the post to show on the full post detail page. is there a setting for this that I am not finding?
thanks
]]>How can I adjust the masonry columns to display in a single column layout rather than the default 3 columns?
I’m using the latest version of WordPress and the theme but there doesn’t seem to be settings for this anywhere that I can find.
It’s incredibly frustrating.
]]>The updated PinPress theme has infinite scroll on homepage, and I would like to have control over which and how many posts display on my homepage. Is there any way to manage posts and disable the infinite scroll?
]]>Hello, I got a question. I want to center de header image for this website: https://www.liedjeverbouwen.nl/
I already moved it above the menu as you might noticed. But it appears on the left side.
Does anyone have a solution?
thanks in advance!
Niels
]]>Hello, well done for creating a lovely theme. Just a couple of questions, how do i make the content box transparent on for all pages (at the moment it is white) and how do i insert an image in the middle of the footer, any advice gratefully received, thanks
]]>