Just moved to pinbin as seems to load a little quicker than other themes.
Can someone please tell me how to centre the text and reduce the width of the page???
cheers!
Daniel
]]>Hi!
Good design! Good theme!
Please update this theme.
Thanks!
]]>Hello,
Your plugin is fantastic and exactly what I was looking for as a basis of my new side.
I would like to make the featured image more interactive, and I’m trying to add in a (developer) plugin called ‘Featured Galleries‘. This will make the featured image a gallery!
I figure this would save space, instead of included a gallery in the post it can all be contained in the top image (which is quite large on a single page).
However as it’s a developer plugin is not so easy to integrate it with wordpress as my php skills are not great (‘m more html and css).
The author of ‘Featured Galleries’ gave some examples of code to integrate it would a theme in the plugin’s description, but I can’t figure it out and I was hoping you would help me?
Here is one example, but I’m not sure it is the correct one to use, or how to use it!
$galleryArray = get_post_gallery_ids($post->ID);
<?php foreach ($galleryArray as $id) {
<img src="<?php echo wp_get_attachment_url( $id ); ?>">
<?php } ?>
He has some others…
I also think you should include this functionality in your theme as it would be amazing!
Philip
]]>Hello,
I have been using Pinbin on my site for a few months now and haven’t had any problems until (seemingly) the last few WordPress 4.* updates.
When loading on my iPad the theme loads as a straight column. Same thing happens in Firefox on Mac OS X. The theme adjusts perfectly once I either resize the browser window manually or I change device orientation from portrait to landscape/ back to portrait.
My site is https://cristarta.com
Any help is appreciated! ??
-Cheers
]]>Hello,
this is a great theme but I need a bit of extra help, if you can.
The front page options allow me only to choose between static pages or last posts,
what I did for all the website was to create category pages each showing one category, and I would like the front page to show one of them (for example the category:blog).
Is there a way to make Pinbin do that?
thank you very much
The following page work when acessing the site using IE ou Chrome on desktop, but, when using iPad Chrome or Safari results error…
the page is: https://tst06.sdv.net.br/category/empreendimentos – any suggestion??
]]>Hello,
Is there a way to make the authors name linkable to show all their previous posts?
Thank you!
]]>Great theme. However, I want to load more than 10 images on the index page and can not find where, what function limits it to 10. How can I modify this limitation?
]]>1.) How do you upload a logo to the Pinbin theme?
2.) I’ve tried several different social media widgets and none have worked so far. Is there a compatible one or am I doing something wrong?
3.) Are there other similar themes to Pinbin? Is it easy to make Pinbin infinitely scrolling or is there another theme that is infinitely scrolling without having to click on “previous” page?
]]>Hi.
I’ve installed Polylang plugin, but I can’t put language switcher in menu.
I’ve found in documentation this:
Your theme must support custom navigation menus for the following to work (for programmers, it means that the theme must call ‘register_nav_menu’) and must use a theme location in the function ‘wp_nav_menu’, i.e.
wp_nav_menu(array(‘theme_location’ => ‘primary’)); is OK
wp_nav_menu(array(‘menu’ => ‘nav menu’)); is not OK
Any suggestion?
]]>How to remove featured image from post, i want to show featured image just in homepage and category and tag arhives not before post title
]]>Is it possible to resize the Post boxes on the blog homepage. The default with is set to 300px
I’ve attempted to resize the boxes using CSS, but have hit an issue as the post boxes are absolute positioned underneath one another.
Where can I change this so the boxes are 255 in width and the image and pinbin copy also get resized to fit this new size?
]]>Hi!
I’m using WordPress with theme Pinbin to make a website. I want to have a grid of posts form properly around an image (right and below). I have the image and the grid, but it doesn’t form nicely around the image as you can see: https://www.bmhdelft.nl
How do i make it work? If you need more info please let me know. I’m a beginner in building websites, but learning every day!
Thank you!
Hi,
I love this theme for its simplicity.
I need help. I have 3 categories which i want to show one the front page. I would want to show few posts say 3-4 posts of each category in a grouped-by category manner. how would i do that?
To explain further, i have Cat1, Cat2, Cat3, by default which ever cat post is posted latest will show up, but i want to show the latest from each category so that the user can go to his/her respective interest.
Please advise.
]]>I started using ‘Pinbin’ theme which is supported. But there’s a problem, thumbnails and images in posts simply don’t show… I don’t know what’s wrong, on the frontpage images are missing but on the individual post it appears. But I’d like to use ‘Pinbin’.
Searched through the forum for an awnser,deactivated plugins and reinstalled the theme.
But still no succes.
]]>Hello ,
I am trying to upload a logo for the website but it is not working. It doesn’t upload at all.
Is there any thing that I can do?
Where can i add the code in the loop or another place so the avatars show in the posts. Ive got it to work with multiple other themes, but i cant get it to work in this theme. The loop code is:
<?php
/**
* Single post template
*/
?>
<?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php if ( has_post_thumbnail() ) { ?>
<div class="pinbin-image"><?php the_post_thumbnail( 'detail-image' ); ?></div>
<div class="pinbin-category"><p><?php the_category(', ') ?></p></div>
<div class="post-nav">
<div class="post-prev"><?php previous_post_link('%link', '←'); ?></div>
<div class="post-next"><?php next_post_link('%link', '→'); ?></div>
</div>
<div class="pinbin-copy">
<?php } else { ?>
<div class="post-nav">
<div class="post-prev"><?php previous_post_link('%link', '←'); ?></div>
<div class="post-next"><?php next_post_link('%link', '→'); ?></div>
</div>
<div class="pinbin-copy">
<div class="pinbin-category"><p><?php the_category(', ') ?></p></div>
<?php } ?>
<h1><?php the_title(); ?></h1>
<p class="pinbin-meta">
<?php _e( 'Av', 'pinbin' ); ?><?php the_author(); ?>, <?php the_time(get_option('date_format')); ?>,
<?php the_content('Les mer!'); ?>
<div class="pagelink"><?php wp_link_pages(); ?></div>
<div class="posttags"><?php the_tags(); ?></div>
<div class="clear"></div>
<?php comments_template(); ?>
</div>
</div>
<?php endwhile; endif; ?>
<?php get_footer(); ?>
]]>
Hi, Pinbin is my fav theme! Thank you!
One question.
Please teach me,
How to Single post navigation “previous” and “next” color customize.
For the life of me, I cannot seem to make the sidebar go away on my page.php template. If someone could tell me how to make it go away without simply trying to hide it with css, that would be great.
]]>Pinbin is wonderful theme! Thank you. But it is very awkward format search results. Is it possible to make the search results in a format the main page (recent posts)? Or how can I do it?
]]>Hi there,
My technical skills are somewhat basic.
I’m using version 1.4.7 of Pinbin and I’m trying to update and use more features from the Masonry script but I can’t find it on the theme’s folders.
Anyone knows where is it being loaded from?
]]>I have too much space underneath my posts. I have tried several things to get it to look like the pinbin site but nothing is working. What do I need to do so that the posts are right under one another?
]]>Hi,
I’ve been playing with the amazing theme to add support to infinite scroll but I’m still not able to do it.
I was using Infinite-Scroll but I am having a problem with the posts overlapping each other when the scroll happens and wanted to try another infinite-scroll plugin.
]]>Are there any plugins that would solve this problem?
Don
]]>Hello. I am a beginner and much I don’t know. At me it doesn’t turn out to make so that on the main page, over the name of article there were pictures. Here my site https://mobitmo.com/.
]]>Hi Silkalns,
Pinbin is the theme which I’ve always wanted! Great. Is it possible – in addition to the footer widget – to install another widget on the right side?
Thank you.
I have just downloaded your theme PinBin and opened the file.
It opened in dreamweaver but no theme has appeared.
Do I need a different program to work on PinBin?
How do I start modifying the theme? Then connect it to my website?
Please help!
p.s. I’m using a Mac
Hello,
I just wanted to know if your theme is multi language?
I would like to do my website in French, English and Italian so I would like to know before choosing my theme.
Thank you for your answer !
Charlotte
]]>Can i limit the mix. column of the index page ?
I just want to display not more than 4 column
thanks !
]]>