Nick C
Forum Replies Created
-
Thanks for checking in, @joephilpott.
There’s a patched version from a contributor here that includes a fix for URLs appearing in the site search. You’re welcome to download and try it if you wish.
You’d need to:
1. Deactivate the current version of the plugin on your site. (You won’t lose existing Simple URLs data, but it’s always a good plan to take a database backup anyway.)
2. Download the above zip, then install and activate it.
You should see that URLs are excluded from search results by default.
Hi, @vijaykumarim.
You can place ads inside content by using WordPress’s built-in
the_contentfilter: https://codex.wordpress.org/Plugin_API/Filter_Reference/the_contentThere are plugins designed to insert ads that make this easier, though:
https://wordpress.org/plugins/ad-inserter/
https://wordpress.org/plugins/insert-post-ads/For AMP support, the AMP and AMP for WP plugins are worth considering:
https://wordpress.org/plugins/amp/
https://wordpress.org/plugins/accelerated-mobile-pages/- This reply was modified 9 years, 1 month ago by Nick C.
Thanks for the report! I’ve filed a bug for this.
If you’d like to test a potential fix in the meantime, you are welcome to download and try this version of the plugin.
Forum: Plugins
In reply to: [Osom Author Pro] Change Page For Book ArchiveHi, @stephenpasquini.
You can change the
booksslug by adding a filter to your theme’s functions.php file:add_filter( 'genesis_author_pro_archive_slug', 'custom_author_pro_archive_slug' ); function custom_author_pro_archive_slug() { return 'my-books'; }If you’d like to change ‘book’ for single book listings, you can use this code:
add_filter( 'genesis_author_pro_book_slug', 'custom_author_pro_book_slug' ); function custom_author_pro_book_slug() { return 'a-book'; }You’ll need to click “Save Changes” at the bottom of Settings → Permalinks after making these changes.
Forum: Plugins
In reply to: [Genesis Simple Edits] How to delete pluginSorry to hear that. Do you see the error only when you edit your footer? Or does it appear as soon as you activate the plugin?
If you see an error when you edit the footer and save your changes, can you share the updated text you were trying to save? It may be due to the content there.
If you would like to try some other alternatives to edit your footer, you can find those here: https://briangardner.com/customize-genesis-site-footer/
To edit the footer colour, you would need to use custom CSS. We don’t offer support for theme colour and layout customisation in this forum, but you could check out our community resources here: https://my.studiopress.com/community/
Forum: Plugins
In reply to: [Genesis Simple Edits] How to delete pluginYes – once the plugin is working again, visit Genesis → Simple Edits and you’ll find the option to edit the footer credits there.
Forum: Plugins
In reply to: [Genesis Simple Edits] How to delete pluginHi, Tatami!
If you’ve accidentally introduced an error into a PHP file when editing it in WordPress, you won’t be able to fix this via the WordPress admin area, unfortunately.
You’ll need to use an FTP application or your web host’s file manager to correct the error. You can do that by editing the file to undo your changes, or by removing/renaming the
genesis-simple-editsplugin directory via FTP or the file manager in your host’s control panel.Once the error is corrected or the plugin is renamed, you’ll be able to log in to WordPress again to reinstall the plugin if you need to.
Forum: Plugins
In reply to: [Genesis Simple Edits] How to delete pluginHi, @tatami.
Sorry to hear about this! You’ll need to log in using an FTP application and either correct the error or overwrite the genesis-simple-edits folder with a fresh version of the plugin downloaded from here: https://wordpress.org/plugins/genesis-simple-edits/
Your web host should be able to offer FTP login information if you don’t already have it.
Forum: Plugins
In reply to: [Genesis Simple Sidebars] Compatible with WordPress 4.7.3?Hi, Steve!
Yes – I’ve tested it with 4.7.3. I just marked it as ‘works’ on the plugin page at https://wordpress.org/plugins/genesis-simple-sidebars/.
Forum: Plugins
In reply to: [Genesis Simple Hooks] Will this ever support HTML5Happy we could help, @ashmetry!
Forum: Plugins
In reply to: [Genesis Simple Sidebars] compatible with php7?Yes, you can use this with the latest version of PHP. (I’ve tested it with 7.1.2, but higher versions will likely be fine too.)
Forum: Reviews
In reply to: [Simple Social Icons] social icons do not appear in the side widgetHi, @ciaosara.
This sounds like it could be a CSS issue or plugin conflict.
Please could you post a new topic in our support forum with a link to the page where the issue is visible? It looks like you accidentally left a review of the plugin instead of starting a new forum topic.
You’ll find the form at the bottom of this page if you’re logged in:
Forum: Plugins
In reply to: [Simple Social Icons] How to use with CDNThanks for the update, Lisa – that’s good to hear.
Forum: Plugins
In reply to: [Genesis Responsive Slider] Not showing title and content on mobileYou’re welcome, @dori83! Glad I could help.
Forum: Plugins
In reply to: [Simple Social Icons] Blank icons sometimes@thisiskrisjoy Great to hear – thanks for letting us know!
@thardy99 All Genesis child themes require a widget in Footer 1 before you can add a widget to other footer areas, which is why you see the behaviour you mention. If you want a widget in Footer 2 only, you could add a blank text widget to Footer 1.