Nick C
Forum Replies Created
-
Forum: Plugins
In reply to: [Genesis Portfolio Pro] Tag SupportYou’re welcome, and great to hear! Thank you for letting us know.
Forum: Plugins
In reply to: [Simple Social Icons] Social icons size become smaller after updateThanks for your understanding, and I’m sorry for the extra work it has caused you here. (The CSS change was made to allow per-widget styling, so it brings benefits too.)
Forum: Plugins
In reply to: [Simple Social Icons] Social icons size become smaller after update@thedude12x The plugin’s style.css will still be output, but no inline styles are generated, and settings in the widget will be removed.
More info on the filter is available here:
– https://studiopress.blog/simple-social-icons-3/
– https://github.com/studiopress/simple-social-icons/blob/99ca67d1afb0c0678c1045d587ffc2343f714327/simple-social-icons.php#L217-L234The alternative if you partly depend on the inline styles would be to adjust your custom CSS to be more specific (by using the ID of each widget area). If you require further help with this, please feel free to open a new thread with further details, or reach out to StudioPress support: https://my.studiopress.com/help/.
Forum: Plugins
In reply to: [Simple Social Icons] Social icons size become smaller after updateHi, @thedude12x.
Yes, the styling changed, but it’s possible to disable output of the new styles if you’ve been styling your icons with custom CSS. This note from the FAQ shares more:
https://wordpress.org/plugins/simple-social-icons/#my%20icon%20styling%20changed%20after%20updating
If you still require help after this, please open a new thread with a link to your site. I’m happy to review further.
Forum: Plugins
In reply to: [Genesis Portfolio Pro] Tag SupportThanks for this feature request, @csbrou.
There are no immediate plans to add tag support, but it’s something you could add manually via custom code if you wish.
These articles should prove helpful as a starting point:
– https://www.wpbeginner.com/wp-tutorials/create-custom-taxonomies-wordpress/
– https://wpshout.com/add-existing-taxonomies-wordpress-custom-post-types/The best places for further help with StudioPress plugin and theme customisation if you need further help with this are here:
– https://www.studiopress.com/forums/
– https://www.facebook.com/groups/genesiswp/
– https://genesis.community/slack/Forum: Plugins
In reply to: [Simple Social Icons] Widget shows more than setupAre you able to share a link to a page where this issue is visible, please?
Forum: Reviews
In reply to: [Genesis Responsive Slider] Settings vanishedThanks for your reply, @bink19th. I understand your need to try other plugins instead.
Should you have time to submit a full bug report to us once your project is complete, we’d be grateful for any extra insight so we can see what happened here.
Forum: Reviews
In reply to: [Genesis Responsive Slider] Settings vanishedHi, @bink19th.
I tested Genesis Responsive Slider with Genesis 2.6.1 and Genesis Sample 2.6.0 and am able to save settings at Genesis → Slider Settings without the page refreshing and removing the options.
It would be worth disabling other plugins in case there’s a plugin conflict.
If you have already tried that, please feel free to contact the StudioPress support team with:
– Admin login information for your site.
– A copy of any errors from your PHP error log.
– The version of PHP you are using.You can reach us at https://my.studiopress.com/help/ after logging into your StudioPress account. We’d be happy to review this further — it’s always useful to us if we have the chance to help you before any plugin reviews are left.
Forum: Reviews
In reply to: [Simple Social Icons] Great Simple PluginThanks for your kind review, @jollygreen! We’re really thrilled you enjoy Genesis and StudioPress themes and plugins.
Forum: Plugins
In reply to: [Simple Social Icons] Plugin blocked by Adblock PlusHi, @puymargriet
To allow social elements to appear on a specific site, you could disable Adblock Plus for that site: https://help.getadblock.com/support/solutions/articles/6000055743-how-do-i-tell-adblock-not-to-block-ads-pause-whitelist-and-other-options-
There’s no reliable way to make blocked buttons appear for all Adblock Plus users, though. Adblockers and privacy plugins often block by keyword, including social media network names and URLs. Adblock Plus also has a dedicated feature to block social buttons, which may catch regular links to social networks too: https://adblockplus.org/features#disable-social
There’s little that WordPress plugin developers can do to prevent this. It’s generally best to respect a visitor’s decision to block any social elements if they choose to do that, rather than try to circumvent that choice or force blocked elements to appear.
Forum: Plugins
In reply to: [Osom Author Pro] Add “Purchase Now” button in category pageHi @kenalou
There’s a similar question and response here:
https://wordpress.org/support/topic/add-book-except-and-button-to-archive-page/
You’d need to modify the archive templates to add the button. Although this falls outside the scope of the support we offer in this plugin forum, you’re welcome to seek further theme customisation help via the community resources here if needed:
– https://www.studiopress.com/forums/
– https://www.facebook.com/groups/genesiswp/
– https://genesis.community/slack/Forum: Plugins
In reply to: [Simple Social Icons] Social icons size become smaller after updateHi, @sdarthenos.
I checked your site and couldn’t see any custom CSS code that would affect the icon size following an update.
After updating the plugin again, you could:
1. Visit Appearance → Widgets.
2. Adjust the widget settings and size.
3. Re-save the widget.
4. Clear any caching and performance plugins.If the icons still appear smaller, please feel free to leave the new version of the plugin installed so we can see the issue and review it further for you.
> How do I make sure that I am present on my system as soon as I see it
> after updating?I wasn’t sure what you meant by this, but please feel free to clarify if you’d like further advice here.
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] How to customize variable.php?Hi, @echoleaf. The resources I mentioned earlier are the best place for further customisation questions.
– https://www.studiopress.com/forums/
– https://www.facebook.com/groups/genesiswp/
– https://genesis.community/slack/This forum is intended for usage advice and bug reports for the Genesis Connect for WooCommerce plugin.
Forum: Plugins
In reply to: [Simple Social Icons] Add multiple of one icon (facebook)Hi Rob!
There are a few separate options you could consider:
1. Suggest that clients link to one Facebook URL only (to avoid confusion with multiple seemingly-identical Facebook icons appearing near each other).
2. If clients insist on linking to multiple Facebook pages, consider adding a second widget with the other Facebook URL below the first one. You could optionally style the widgets to line up, or title the second widget to make it more clear which one points where.
3. If you’d prefer two identical icons within one widget both pointing to Facebook, you can use a filter as you mentioned to create a second Facebook field (you will need to update ‘https://example.com’ with your own URL in the code):
add_filter( 'simple_social_default_profiles', 'custom_add_facebook_icon' ); function custom_add_facebook_icon( $profiles ) { $profiles['facebook2'] = array( 'label' => __( 'Facebook 2 URI', 'simple-social-icons' ), 'pattern' => ' <li class="ssi-facebook"> <a href="%s"> <svg role="img" class="social-facebook" aria-labelledby="social-facebook2-{WIDGET_INSTANCE_ID}"> <title id="social-facebook2-{WIDGET_INSTANCE_ID}">Facebook</title> <use xlink:href="https://example.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-facebook"></use> </svg> </a> </li>', ); return $profiles; }Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] How to customize variable.php?Great! Thanks for letting us know.