Nick C
Forum Replies Created
-
Forum: Plugins
In reply to: [Osom Author Pro] Add sidebar to book pagesHi @ionadmin
Genesis Author Pro replaces the sidebar on book pages with custom content specific to each book.
If you fill out the book meta data and purchase links, you’ll see more content in the sidebar, as in the theme demo: https://demo.studiopress.com/author/book/midnight-on-earth/.
If you are not using the book meta data or would prefer to replace the custom book template with a regular page template that gives you sidebar options, you could:
1. Create a
single-books.phpfile in the Author Pro theme.2. Place this content in that file:
<?php // Use the regular template for single books, instead of the custom one. remove_filter( 'genesis_site_layout', '__genesis_return_full_width_content' ); genesis();3. Place this code at the bottom of the theme’s
functions.phpfile:add_post_type_support( 'books', 'genesis-layouts' );WordPress will then display the books as if they are regular pages, and you’ll be able to select a content-sidebar, sidebar-content, or full-width layout.
Note that you’ll see page meta data (the publish date) on the book template, and will have to add the book image manually as a result of these changes. You could modify the
single-books.phptemplate further to hide the meta data and auto-insert the featured image if you wish.If you need further assistance with this or other theme customisations, I recommend checking out the community resources here: https://my.studiopress.com/community/.
Forum: Plugins
In reply to: [Genesis Simple FAQ] Only one FAQ open at a timeHi, @snowbelly.
Thank you for this feature request.
There’s no option to toggle other FAQs closed at present, but I’ve logged this as something Genesis Simple FAQ could offer in the future: https://github.com/copyblogger/genesis-simple-faq/issues/46
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Blank PagesHi, @officethug!
I recommend following the advice here:
If you require further help after trying this, please let us know.
Forum: Plugins
In reply to: [Genesis Portfolio Pro] Can I create a link to a specific portfolio type?Hi, Jack!
Genesis Portfolio Pro automatically creates portfolio type archive pages for you for each type.
You’ll find them at
/portfolio-type/[your-portfolio-type-slug]/.Or you can click the “view” link next to each type at Portfolio Items → Portfolio Types:
You can link to those pages directly, style them with CSS, or adapt them by editing the portfolio archive templates.
Forum: Plugins
In reply to: [Genesis Responsive Slider] Make photos portraitHi, @signedsilverlining!
Genesis Responsive Slider isn’t designed for portrait image sliders by default. It also does not show multiple images at once in a carousel, as in the current demo slider on your site.
You could adapt the slider to do these things, but you may be better off considering sliders that offer these options by default.
If you’d like to adapt Genesis Responsive Slider, you could ask for help in the StudioPress forums, or hire a developer.
If you’d prefer to try another slider, you could look at Soliloquy (which lets you set image dimensions for each slider and includes a carousel option for multiple images), or contact your theme developer for other recommendations.
You could also ask your theme developer if there’s an easier way to use the current slider but choose which pages to show — they may have an option for you to save you from switching slider.
Forum: Plugins
In reply to: [Genesis Portfolio Pro] How to use sub portfolio itemsYou’re welcome, Jack! I’m glad we could help.
Forum: Plugins
In reply to: [Genesis Portfolio Pro] How to use sub portfolio itemsHi, Jack.
You could modify the portfolio archive to only show top-level portfolio items (omitting any items with a parent), and also alter the portfolio single item template to show any child items (so buildings would show your sub-items/rooms/apartments).
I don’t have custom code for that modification, but you’re welcome to ask in the StudioPress forums or hire a Genesis developer for help.
You could alternatively use portfolio types for your buildings and portfolio items for the rooms / apartments:
1. Create a Portfolio Type for each building at Portfolio Items → Portfolio Types.
2. Add an optional description and picture of the building by editing the portfolio type and filling in the “Archive Intro Text”.
3. Create rooms/apartments as portfolio items, and assign them to the relevant building using the “portfolio type” box when you edit the portfolio item.
This would give you a page for each building at
/portfolio-type/name-of-building/that shows all portfolio items / rooms belonging to that building.You would then need to create a page showing all buildings (portfolio types), either manually or by writing custom code for this.
If you only need images and not much text content for each page, you could alternatively look into gallery plugins such as Envira Gallery or Photo Gallery. These allow you to create “albums” (you could use one for each building), each containing a group of images (one for each room/apartment). For example: https://enviragallery.com/demo/albums-demo/.
Forum: Plugins
In reply to: [SEO Data Transporter] Thesis to GeneisHi, @rbennett. It looks like your site may have been using Thesis 2? https://neighborfoodblog.com/wp-content/themes/thesis/style.css
SEO Data Transporter currently supports Thesis 1.x only. I don’t have a timeline for Thesis 2 support, but have recorded the feature request at https://github.com/copyblogger/seo-data-transporter/issues/12.
We’ve not seen many reports of this so far, but it can occur on sites running PHP 7.1 or higher for links with a visit count of 0.
If your host updated to PHP 7.1+, that would explain why the error’s appearing now when it was not present before.
SiteGround offers a file manager in their control panel if you did not want to use FTP to delete/rename the plugin folders: https://www.siteground.com/tutorials/cpanel/file-manager/
Thanks for your research, @chrispking!
The active version is missing the patch, just as you suggested.
You could:
1. Take a full site backup.
2. Deactivate the plugin.
3. Delete thewp-content/plugins/simple-urlsfolder using an FTP application or your web host’s file manager.
4. With FTP, rename the folder atwp-content/plugins/simple-urls-fix-non-numeric-warningtosimple-urls.
5. Reactivate the plugin.That will make the folder containing the fix the active version.
Forum: Plugins
In reply to: [Genesis Simple Sidebars] Request: After Entry VersionThanks for your suggestion, @dreamyambitions!
I filed a feature request here for consideration in a future update: https://github.com/copyblogger/genesis-simple-sidebars/issues/32
Forum: Plugins
In reply to: [Simple Social Icons] Icons Not Showing In SafariHi, Bryan.
I see the icons in all browsers, including Safari:
You could try:
– Clearing browser caches.
– Disabling any Safari extensions.
– Testing from a different network and machine.Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Schema ErrorThanks for letting us know, @dlmweb!
Hi, @chrispking.
Sorry that you’re still encountering this. Please could you confirm that line 202 of simple-urls/plugin.php looks like this?
$count = isset( $wp_query->post->_surl_count ) ? (int) $wp_query->post->_surl_count : 0;You should no longer see the above error if that line from the fix is in place.
You’ll continue to see new themes and plugins from StudioPress, and existing themes and plugins will be supported and updated. I don’t have a timeline for the Simple URLs update just yet.
Thanks for following up about this, @harperjameson.
The screenshots of the console at https://imgur.com/a/HGEj2gL appear to be from the “how do I open a console” Webmasters tab.
To debug this further, we’d need the screenshots of the console when the tab containing your site is in focus.
(Each tab will have different console messages, so you’ll need to switch to the tab containing your site before taking your screenshots.)