ThemeForest

Pinster - Full Width Portfolio WP Theme

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
6devil Purchased

I already see the new version. I found where to randomize portfolio, where do I set randomize posts?

TommusRhodus

Hi Semmy,

As a blog is usually viewed as a news feed and then filtered down through archives etc, I chose to leave the random option out for the blog section to keep the page load to a reasonable level for the 99% of users that will want the blog displayed in order.

Here’s how you can customise your installation to suit. Add this line to index.php on the line directly above the loop:

 <?php query_posts('orderby=rand') ?> 

For your reference the loop looks like this:

 <?php if (have_posts()) : while (have_posts()) : the_post(); ?> 

Good luck! Tom

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
6devil Purchased

Thanks, remember I showed you how I did that before already :-) I hope more rate your layout well I did rate you the most stars I could rate you :-)

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
6devil Purchased

I found a bug. Something is fishy with the LI list html code There are no bullet points shown when using the < l i > < / l i > neither in pages, nor in posts, nor in portfolios.

TommusRhodus

Hi,

If you want the bullets to show add this to your custom css area:

 ul li { list-style: disc; } 

Thanks Tom

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
6devil Purchased

Another thing Yoast Wordpress SEO says after installing Your theme contains a meta description, which blocks WordPress SEO from working properly, please delete the following line, or press fix it:

TommusRhodus

Yes this is correct. If you want to start using Yoast press fix it and the Yoast plugin will start overwriting the default description fucntion in Pinster :)

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
6devil Purchased

Is there a way that I remove showing DATES and/or COMMENTS ? That would be great to have an an setting. Or can you point me where in the tempaltes I need to delete the date/comment objects? Thanks.

TommusRhodus

In index.php remove this to remove comments etc;

<?php if ( $format == 'gallery' || $format == 'video' || $format == 'standard' ) {?>
            <div class="articleFooter">
                <i class="icon-comments-alt" /> <a href="<?php the_permalink(); ?>"><?php comments_number( __('0', 'pinster'), __('1', 'pinster'), __('%', 'pinster') ); ?></a>
                <i class="icon-bookmark" /> <?php the_category(', '); ?>
                <?php the_tags('<i class="icon-tag"> </i>',', ',''); ?>
            </div><!--/articleFooter-->    
            <?php } ?>

Or in css set;

 .articleFooter { display: none !important;} 

To remove dates search through the postFormats folder, in the appropriate .php files you’ll find this line somewhere within each;

 <?php the_time(get_option('date_format')); ?> 

Delete it.

All done :)

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
kmaud Purchased

Hi there,

My contact form won’t work! Whenever I test, I don’t receive the e-mails. The Contact page template is correct and I put in my e-mail address in the meta data… Is there an additional step I am missing? Do I have to have all of the other features set up (ex. phone number, google maps) for the form to work?

Thanks for any help!

TommusRhodus

Hi there, let me look into this for you. Sometimes a host can block the PHP mail() function, which would render my contact form useless. Can I ask who your webhost is? :)

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
DURMAST Purchased

Hi, why in the contact page I get this error???

Warning: session_start(): Cannot send session cookie – headers already sent by (output started at /web/htdocs/www.site.it/home/wp-content/themes/Pinster/header.php:48) in /web/htdocs/www.site.it/home/wp-content/themes/Pinster/page-contact.php on line 19 Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /web/htdocs/www.site.it/home/wp-content/themes/Pinster/header.php:48) in /web/htdocs/www.site.it/home/wp-content/themes/Pinster/page-contact.php on line 19

regards

TommusRhodus

Hi there,

From your dashboard go to the updates section, you should see Pinster update v1.1.1 waiting for you there, update Pinster and the error will be gone :)

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
  • Referred between 1 and 9 users
secretk Purchased

Hello i do seam you say in readme file but not showing seam the demo !

my site: http://www.arabwp.com

can you help me

thanks

TommusRhodus

Hi there,

what section are you struggling with?

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
  • Referred between 1 and 9 users
secretk Purchased

i want to show all my blog posts from all my site categories

is it possible ?

i can give you my ftp & wp-admin access

to edit if you want

TommusRhodus

Hi there,

The blog should be showing all your categories anyway – do you want to show both portfolio & blog posts on the same page?

Would you like to message me through my profile page and explain what you’re after further? Cheers!

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
  • Referred between 1 and 9 users
secretk Purchased

Hello

i don’t have experience

all i need to be seam your demo them

and i want to send you my site admin info to make it for me if you have time :)

thanks

TommusRhodus

Hi there,

I’m afraid I don’t have time to build the site for you – but I can help you.

If you’re struggling then start with a brand new Wordpress Install – & don’t install any plugins! (Plugins can cause theme options, add them one by one once you’re done setting up.)

Once you have a brand new install with Pinster uploaded then follow the documentation and add in your content post by post. You’ll get there :)

Just take it slow and follow the documentation, you’ll be fine :)

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
rizazte Purchased

Hi,

Firstly – thanks for a great theme! I’ve only just started using it, and already I’m flying through it with ease. (apart from when unexpected errors arise – see below)

Secondly – I am having minor problems with some functions (due to lack of knowledge when it comes to wordpress/website construction).

I’m having this error show up when testing out my Contact page:

Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/stev8603/public_html/wordpress/wp-content/themes/Pinster/Pinster/page-contact.php:7) in /home/stev8603/public_html/wordpress/wp-content/themes/Pinster/Pinster/page-contact.php on line 19

Most likely a simple fix, but any help would be very well received.

Thanks

TommusRhodus

Hi there -

This is indeed a simple fix for you. From your WP Dashboaord click on “Dashboard” => “Updates”. There should be a theme update waiting there for Pinster for you. Update the theme using this, it’s a one-click install, and then the error should be gone :)

Hope this helps!

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
rizazte Purchased

Thanks for the prompt response. All sorted.

TommusRhodus

Excellent :)

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
rizazte Purchased

I was also curious if there is a simple method of changing the fonts used in the headers etc?

Thanks

TommusRhodus

Hey, of course! If you want to get your hands dirty then you can modify style.css and base.css to your liking.

Or use this plugin for google web fonts (it’s ace, & no code required!);

http://wordpress.org/extend/plugins/wp-google-fonts/

Cheers!

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
rizazte Purchased

Thanks, works great!

TommusRhodus

Awesome, don’t forget to rate Pinster if you’re enjoying it :)

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
tcibene Purchased

Where can I find a demo content file for this template? I want to make it look exactly how I bought it.

Thank you.

TommusRhodus

Hi there,

I haven’t included one in the download yet, but if you send me a message through my profile I’ll email you one over :)

Do you know how to import a demo file etc. ?

Awaiting your email, cheers!

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
rizazte Purchased

Hello again,

quick question – what would you consider the optimum image size/resolution with this theme to prevent image blur?

Cheers

TommusRhodus

1400px width should cover most screen sizes, larger screens may have a little pixelation if viewed at full width, though you’ll have most of your bases covered at this width. hope this helps!

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
rizazte Purchased

Ok, thanks for that.

I have noticed whilst testing multiple images on the portfolio page, that I am getting some images that repeat, or write over other images. Basically there are 2 images the same, and the rest are fine (the duplicate seems to randomize which image it copies). Have you come across this before?

TommusRhodus

Hi, have you tried disabling your plugins to see if this fixes the issue. Could you send a link to your site for me to have a peek? You can contact me through my profile if disabling plugins does not fix anything.

have you set any portfolio posts as sticky? This could create the duplication you describe.

cheers!

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
nerwus Purchased

After last updating of Wordpress the Pinster theme started to show only mobile menu. Where can i fix it and how?

TommusRhodus

Hey there,

Pinster is tested & working in WP3.5 – it sounds like the issue you’re having is that your wp menu needs to be re-set. Go to the menu editor and make sure everything is set properly :)

Hope this helps :)

  • Bought between 10 and 49 items
  • Germany
  • Has been a member for 2-3 years
subster Purchased

Hi there,

in the demo there is a hover effect, where it shows the title when hovering with the mouse over the image. On my installation it shows the title below the featured image. How to activate it?

Thanks!

TommusRhodus

Hey there,

The hover effect is shown on the portfolio post type, the regular post type shows posts in the method you’ve described :)

Follow the documentation on making the portfolio page & portfolio posts & you’ll produce what you need :)

Hope this helps! :)

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
nerwus Purchased

Excuse me, what should i reset in menu? Menu should show normally and when i shrink a window or use cell phone it show smaller menu. And now it is showing smaller menu all the time nomatter if i open browser on full screen or small window. There is not option to set it up. It is automatic.

TommusRhodus

I’ve replied to your next post, try keep them all in the same post-thread :)

by
by
by
by
by