Travis
Forum Replies Created
-
Forum: Plugins
In reply to: [Popular Brand Icons - Simple Icons] Update PayPal iconThanks, we’ll be including this in our next update.
Forum: Plugins
In reply to: [RSS Feed Retriever] RSS Feed Retriever plugin stop workingHello,
This is usually caused by a caching plugin/system. Try clearing your cache and let me know if that works.
Forum: Plugins
In reply to: [RSS Feed Retriever] How to Make Post be in Website ContentOur plugin does not support this function.
Forum: Plugins
In reply to: [RSS Feed Retriever] How to remove credit linkHello,
Simply set credits=false
Forum: Plugins
In reply to: [RSS Feed Retriever] Ajax ProblemHello,
This is usually caused by a caching plugin/system. Try clearing your cache and let me know if that works.
Forum: Plugins
In reply to: [RSS Feed Retriever] new version problemThis sounds like a caching issue, we recommend installing Transient Manager and deleting all transients.
Forum: Plugins
In reply to: [RSS Feed Retriever] No longer worksFor anyone who is experiencing issues updating to the latest version, we recommend installing Transient Manager and deleting all transients.
Forum: Plugins
In reply to: [Popular Brand Icons - Simple Icons] Bump version to WP 6.1.1Thank you!
Forum: Plugins
In reply to: [RSS Feed Retriever] Plugin closed December 26, 2022 explanationHello,
We’re working with the Plugin review team to resolve this. Yes, the latest version will support PHP 8.0+
Forum: Plugins
In reply to: [Popular Brand Icons - Simple Icons] Use in PHP/HTML ThemeHello,
You can embed the shortcode via PHP by using do_shortcode. For example:
<?php echo do_shortcode('[simple_icon name="wordpress" color="black" size="20px"] '); ?>
Forum: Plugins
In reply to: [Popular Brand Icons - Simple Icons] Remove Mouse over textI’m not familiar with that code or tooltip arrows. This is not apart of our plugin.
Forum: Plugins
In reply to: [Popular Brand Icons - Simple Icons] Remove Mouse over textHello,
Please add the following CSS:
span[class*="simple-icon"] svg { pointer-events: none; }
Then you can add a title attribute to your links and the text you want to use.
Example:
<a title="My Custom Title">[simple_icon]</a>
Forum: Plugins
In reply to: [Popular Brand Icons - Simple Icons] Remove Mouse over textHello,
You can set title_tag=false and this will remove the mouseover text.
Please let me know if this doesn’t work for you.
Forum: Plugins
In reply to: [RSS Feed Retriever] HTML DecodingHello can you post the shortcode you are using that is showing the html “&” items?
Forum: Plugins
In reply to: [Popular Brand Icons - Simple Icons] letsencrypt icon is not showingHello,
Thank you for reporting this issue. We have fixed the issue and will provide an updated version today.