Kowsar Hossain
Forum Replies Created
-
Forum: Plugins
In reply to: [WP RSS Multi Importer] All images from the feed content isn't displayedI did what you’ve said, but still problem exists.
Here’s my plugin settings: https://awesomescreenshot.com/0df3ez8mf6
Any idea what’s wrong?
N.B: My plugin version is 3.01Forum: Hacks
In reply to: running shortcode inside AJAX request@diondesigns
Thanks a lot. Your solution of solved my problem totally. Before i didn’t know that shortcodes require including wp-load.php file. As i can’t place any file in the main WordPress directory because i have to do everything in plugin directory, so i used this code inside plugin:$postContent=get_post_field('post_content', $postid); $file_wp_load=PLUGIN_ROOT_DIR.'/../../../wp-load.php'; if (file_exists($file_wp_load)){ require_once($file_wp_load); $postContent = do_shortcode($postContent); }
However i am not sure that i should use second line in this way or there exists any better way. Anyway, Big thanks ??
Forum: Hacks
In reply to: running shortcode inside AJAX requestSummery: I’m trying to run shortcode by do_shortcode() method in ajax environment.
Forum: Plugins
In reply to: [Google Fonts For WordPress] Can't use all font stylesI uninstalled and install again. and Wow! I think all styles are loaded now. but how can i use it without touching css? i mean if there were a “font-weight” button in editor it would be easy to choose other styles ??
Forum: Plugins
In reply to: [Google Fonts For WordPress] Can't use all font stylesThis is site URL: https://livingrawsomely.com/
Forum: Plugins
In reply to: [Google Fonts For WordPress] Can't use all font stylesThis is what currently have: https://oi58.tinypic.com/rwo0mq.jpg
This is what I was looking for: https://oi61.tinypic.com/140xbq1.jpgForum: Plugins
In reply to: [Google Fonts For WordPress] Can't use all font stylesstill can’t use all font styles ??
Forum: Plugins
In reply to: [Google Fonts For WordPress] Feature RequestThanks a lot. Maybe If i make any premium plugin in future i’ll give it to you for free ??
Forum: Plugins
In reply to: [Google Fonts For WordPress] Feature Request4. Also line-height, letter-spacing button can be included in the editor
Forum: Plugins
In reply to: [Google Fonts For WordPress] Can't use all font stylesThanks, I rated this plugin 5 stars for quick feedback. I hope you can implement all available styles, though it’s a lot of work searching for all styles :). But believe me, it’ll be a perfect plugin if you do this and if you update your plugin time to time when google adds new fonts (updating once in a month is ok i think). Anyway, waiting for your next awesome release ??