Nick C
Forum Replies Created
-
Forum: Plugins
In reply to: [Osom Author Pro] Does this send book entries as a new post?Hi, Gene!
Genesis Author Pro does not offer a “rating” feature to give books a score, but you could certainly use it alongside a Genesis child theme to provide book reviews if you don’t need that feature.
Book entries don’t appear in your main feed by default, so your RSS-to-email campaign would not send reviews to subscribers. (There’s a separate feed at example.com/books/feed/ if you’d like to set up a campaign for new book entries.)
If you wanted to combine book entries into your main site feed in the future, you can do that with a filter in your theme or as part of a plugin: https://www.doitwithwp.com/add-custom-post-types-to-rss-feed/
Forum: Plugins
In reply to: [Osom Author Pro] book pageHi, cmtusa.
Thanks for sharing a link to your books page.
Please could you try going to Settings → Permalinks and clicking the Save Changes button at the bottom (you don’t need to make any changes). That should update your permalink structure and cause the books page to load correctly.
Forum: Plugins
In reply to: [Genesis Simple Share] I can not find setting page on my dashboardHi, Sugeng!
If you’re using a Genesis child theme, you’ll find the plugin settings page at Genesis → Simple Share as long as you’re an administrator. (Genesis Simple Share is designed for Genesis child themes only, so you won’t see the settings page with other themes.)
Forum: Plugins
In reply to: [Genesis Responsive Slider] Resize dimensionsYou’re welcome! Glad I could help. 🙂
Forum: Plugins
In reply to: [Genesis Responsive Slider] Resize dimensionsHi, cmnthrds!
It looks like your theme’s stylesheet is adding some white space to the left of your slider with this CSS:
.content ul { margin-left: 2.3em; }You can correct this by adding the following CSS:
.content ul.slides { margin-left: 0; }There are a couple of ways you can add this code:
1. Edit your theme’s style.css and place the code at the bottom after all other code.
2. Alternatively, install a custom CSS plugin and add the code to the Appearance → Custom CSS area.Once you’ve made that change, you should find the slider image uses the full width of the content area again.
Hi, igovtjobs.
Have you ticked the “Enable on” boxes on the settings page at Genesis → Simple Share? If so, could you share a screenshot of that page (via http://imgur.com/ or similar) and a link to your site, please?
(If you’re running a caching plugin, it’s also worth clearing that after making any settings changes.)
Forum: Plugins
In reply to: [AgentPress Listings] Bug with listings linkHi, CoffeeandTango.
Sorry to hear that you’re seeing an upload prompt instead of your listings page!
This is normally a sign of a corrupt WordPress install or a misconfigured or compromised server, unfortunately. It would be worth contacting your web host to see if they can help you to investigate the underlying cause.
You could also try:
– Reinstalling WordPress after taking a full backup.
– Temporarily disabling other plugins.I’ve re-tested the plugin locally, and for me the listings page is still working fine, as well as the StudioPress demo site at http://demo.studiopress.com/agentpress/listings/, which is why I suggest it could be related to a corrupt WordPress install, plugin, or server issue.
I hope those pointers prove helpful, and good luck with putting this right!
Forum: Plugins
In reply to: [Genesis Responsive Slider] Flashing in Safari?Hi dustin, and sorry for the delay in looking into this.
It appears this may be related to Safari’s handling of large image transitions, which is an issue reported for the FlexSlider library that Genesis Responsive Slider makes use of: https://github.com/woothemes/FlexSlider/issues/1462
At this time I don’t have a solution for you, unfortunately. Is this also visible when using the Slide transition instead of the Fade one in Genesis → Slider Settings? If so, it may be worth experimenting with other sliders until this is fixed in FlexSlider itself. Sorry not to be able to offer a happier solution!
Forum: Plugins
In reply to: [Genesis Simple Hooks] Does wordpress 4.5 break this pluginThanks!
[Just noting for anyone who finds this that the issue was solved by unticking “unhook genesis_do_header function from this hook” next to the genesis_header hook in Genesis → Simple Hooks.]
Forum: Plugins
In reply to: [Genesis Simple Hooks] Does wordpress 4.5 break this pluginMany thanks for double-checking that.
Would you be happy to share admin login information for your site? You can email me at
nick.cernis [at] copyblogger [dot] comif you’d like to. I’d be happy to take a quick look for you to see what could be causing this.Forum: Plugins
In reply to: [Genesis Simple Hooks] Does wordpress 4.5 break this pluginIt looks title your entire title-area is missing: http://d.pr/i/1eqyg
Have you definitely tried removing all PHP code from your Simple Hooks areas? It sounds as though something there could be removing your title section if this issue is only occurring when the plugin is active.
You may need to clear caches after temporarily removing Simple Hooks (it looks like you may be using a caching plugin + CloudFlare?). I also recommend taking a backup of the hook content so that you can restore it after your test.
Forum: Plugins
In reply to: [Genesis Simple Hooks] Does wordpress 4.5 break this pluginThanks for the info!
I’m able to set a header image in eleven40 Pro with Genesis Simple Hooks active.
Are you adding your logo via Appearance → Header or another method?
Are you able to share a link to the site that shows the broken header? You’re welcome to create a staging copy of the site if you’d prefer not to leave the live site broken.
Forum: Plugins
In reply to: [Genesis Simple Hooks] Does wordpress 4.5 break this pluginHi, govnoblat!
I just tested Genesis Simple Hooks 2.1.2 with WordPress 4.5 and it’s working as expected for me.
It can be worth temporarily removing code in each of the fields at Genesis → Simple Hooks one at a time until you identify the part causing the issues for you.
If you still need help with this, you’re welcome to share more information. Specifically:
– what theme are you using?
– what code are you hooking in that’s causing the issue in WordPress 4.5 for you?I’d be happy to take another look for you.
Forum: Plugins
In reply to: [SEO Data Transporter] Transport procedure?Hi, smallwebsolutions!
Neither SEO plugin needs to be active as long as the SEO meta data from the old plugin is still present in your database. If you already have an SEO plugin active, a typical workflow might look like this:
- Take a full backup of your database.
- Leave your old or new SEO plugin active.
- Run SEO Data Transporter.
- Deactivate the old SEO plugin and activate the new one if you have not done so already.
- Review your posts and make sure your SEO data was copied over.
- Deactivate SEO Data Transporter if you wish (it doesn’t need to remain active once the migration is complete).
The SEO meta data from your original plugin is removed once it’s migrated, which is why it’s important to take the backup first just in case.
Forum: Plugins
In reply to: [Regenerate Thumbnails] Resized images off by 1pxAha! Well that explains things. Thanks for confirming. And, yes, those two plugin names really are confuddling.