Nick C
Forum Replies Created
-
Version 0.9.9 is now out with a fix to solve broken redirects.
Version 0.9.9 is now out with a fix to solve broken redirects.
A fix for broken redirects will appear in the upcoming 0.9.9 release.
Anyone affected for now can download the 0.9.9 version here:
https://github.com/studiopress/simple-urls/archive/release/0.9.9.zip
Or revert to the 0.9.7 version available from the drop-down at the bottom of this page:
Thanks for your feedback, @patjem2. We’ve identified the issue and are preparing a fix in version 0.9.9.
@thefiddler Yes, this is part of the latest version of the plugin. I’m seeing Simple URL links in the insert link popover now.
It looks like you’ve had a recent response to the other issue with a suggested fix to try. I’ll keep an eye on that thread too, though.
Forum: Plugins
In reply to: [AgentPress Listings] property_map embeds not savingVersion 1.3.2 of AgentPress Listings is now out with a fix for the map and video embeds. Thanks for your patience, all!
Forum: Plugins
In reply to: [AgentPress Listings] property_map embeds not savingVersion 1.3.2 will be released to address this. (I don’t have a timeline yet, but likely to be this week.)
Forum: Plugins
In reply to: [Simple Social Icons] Icons are missingI recommend checking the browser console for errors, such as “Cross-Origin Request Blocked” for a file at
simple-social-icons/symbol-defs.svg.If you see that message, you can fix it to make the icons return:
1. If you host your own images, check that the “WordPress Address” and “Site Address” at Settings -> General perfectly match the URL your site is loading on. (If you omit ‘www’ in the site address but your site address includes the www in your browser address bar, this can prevent the icons from loading.)
2. If you use a Content Delivery Network (CDN) or image optimization plugin or service, you may need to contact their support team, or adjust your CDN/image optimization plugin settings to exclude the
symbol-defs.svgfile.For example, @mymoneydesign’s site at https://www.mymoneydesign.com/ is showing the “Cross-Origin Request Blocked” error because the icons are being served by a service/plugin called “Optimole”. It might be possible to exclude the
symbol-defs.svgfile in the Optimole plugin settings, or follow up with their support team otherwise.Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Plugin support confirmation?@draxeiro You’re welcome! Thank you for your kind words about Genesis and StudioPress themes.
Forum: Plugins
In reply to: [AgentPress Listings] property_map embeds not savingThank you for this report.
I don’t have a timeline for a fix yet, but wanted to let you know the StudioPress team is aware, and will work to correct this in an update.
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Plugin support confirmation?Thanks for your note and question, @draxeiro.
> Can you please make sure this is updated some time soon?
Yes, I’ve mentioned this to our team today for you.
> If this plugin were to be deactivated what would that mean for a Genesis/WooCommerce site?
You may see incorrect styling on some pages, including doubled or missing titles on product archive pages, incorrect content/sidebar layout on WooCommerce pages, and styling differences for StudioPress themes (StudioPress themes are styled assuming Genesis Connect is active).
You’d also lose support for Genesis-specific features such as Genesis layouts and Genesis SEO on WooCommerce product pages, as well as WooCommerce plugin integration with Genesis Simple Sidebars.
Some people run their Genesis sites and WooCommerce without Genesis Connect, but it’s likely some theme modifications would be needed. This plugin aims to remove the need for people to alter their themes to get support for Genesis features with WooCommerce.
Forum: Plugins
In reply to: [AgentPress Listings] Is plugin abandonedThanks for the suggestion, @nickciske. We’ve mentioned this to our team here so we can get the readme updated.
Forum: Plugins
In reply to: [Simple Social Icons] Size of icons cannot be adjustedThanks for sharing the link, @cmd4400.
It looks like the icons don’t appear inside a regular WordPress widget area.
The icon size settings won’t work if you’re using Simple Social Icons outside of a WordPress widget area, such as via a page builder plugin or “widgets in posts” plugin.
You could add custom CSS to the Appearance -> Customize -> Additional CSS area to change the size of the icons instead. For example, this will increase the size of the homepage and contact page footer icons:
#panel-8-1-0-0, #panel-627-3-0-0 { font-size: 30px; }- This reply was modified 7 years, 2 months ago by Nick C.
Hi, @thefiddler.
Thank you for reporting this.
If you’d like to test a fix for this issue, you can either:
1. Apply the one-line change here to the
simple-urls/plugin.phpfile: https://github.com/studiopress/simple-urls/pull/13/files
2. Download the copy of the plugin here, and replace the current copy on your site: https://github.com/studiopress/simple-urls/archive/fix/show-in-rest.zipI recommend taking a full site backup first in either case.
You should then see Simple URLs appearing in the drop-down when you add links to text in the Block Editor.
Forum: Plugins
In reply to: [Simple Social Icons] Size of icons cannot be adjustedHi, @cmd4400!
It’s possible your theme is overriding the size with custom CSS. Can you provide a URL where the icons are visible so we can review this for you, please?