WP SITES
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg] How To Enable Gutenberg Syntax Highlighter?I assumed this is what they’re using to highlight this PHP https://ww.wp.xz.cn/gutenberg/handbook/reference/faq/#how-will-editor-styles-work
Do you know what it is?
Forum: Reviews
In reply to: [Fonts] FontsPlease watch the installation video to see how the plugin adds new fonts.
Forum: Reviews
In reply to: [Fonts] This is a paid plugin, and clearly isn’t labeledThe video shows you how the free version of the fonts plugin works and how its 100% totally free to install and use with any WordPress theme.
Note : The default fonts included in the plugin are free however, if you want to add additional Google or other custom fonts, the upgrade to do this is not free.
Resolved.
Here’s how its loaded in the plugin line 114 in shortcode.php
public function __construct() { // Load the base class object. $this->base = Soliloquy_Lite::get_instance(); // Register main slider style. wp_register_style( $this->base->plugin_slug . '-style', plugins_url( 'assets/css/soliloquy.css', $this->base->file ), array(), $this->base->version ); // Register main slider script. wp_register_script( $this->base->plugin_slug . '-script', plugins_url( 'assets/js/min/soliloquy-min.js', $this->base->file ), array( 'jquery' ), $this->base->version, true ); // Load hooks and filters. add_shortcode( 'soliloquy', array( $this, 'shortcode' ) ); add_filter( 'widget_text', 'do_shortcode' ); }Thanks Bryan
This seems to be causing a problem in soliloquy.css
.soliloquy-container *That fixes half the problem but looks like i’ll need to try dequeue the plugin styles and try loading them before the child styles. See if that works.
Forum: Plugins
In reply to: [Download Monitor] Possible to Limit Downloads by Week or MonthBarry.
Already did this yesterday but no support? Why is this?
All i want to do right now is limit downloads to a specific number for a specific user role. What settings do i need to do this?
- This reply was modified 8 years, 2 months ago by WP SITES.
Forum: Plugins
In reply to: [Download Monitor] Remove download count featured downloads widgetThanks. Did that.
Cool.
Resolved. Didn’t get a response so i spent a few hours writing and testing the code which produces this result.
If you have another solution, please post it.
Resolved.
Forum: Plugins
In reply to: [Fonts] Premium works w Monotype Library fonts?The upgrade supports any type of custom font files or Google fonts.
Forum: Plugins
In reply to: [Fonts] Text clarity of blogHi there
No. The plugin adds extra fonts to the visual editor.
What you need is custom CSS which you may find on the forums specific to your theme.
Forum: Plugins
In reply to: [Download Monitor] Usage With Existing Download FolderHey Barry
Tried both suggestions and the files are still accessible when logged out.
Forum: Fixing WordPress
In reply to: Support for m3u8 FilesThanks Blade.