sanjayrath
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Chat - Click To Chat App Button] different number each dayWhatsApp Chat WordPress by Ninja has people days and hours as indicated in their website. I think this one may have it
What was the problem and solution for HTACCESS
Forum: Plugins
In reply to: [File Manager] Create automatic folder in the user registry.This is the one feature that can make File Manager a totally different and powerful plugin to handle Client documents and Client Media. I believe there is another file manager that does this in the Pro Edition but haven’t tried it. If you guys can make a pro version that offers this, glad to buy it
- This reply was modified 7 years ago by sanjayrath.
Forum: Plugins
In reply to: [WP-SpamShield] Plugin removed from repository?Very sad. This was a ‘real plugin’ that did its job very well without making any noise or asking for a five star or begging for donation or pushing adware etc.
Good guys don’t last longForum: Plugins
In reply to: [Thumbnail Cleaner] Plugin won't activateI am getting this failure notice
Fatal error: Cannot redeclare class Thumbnail_Cleaner in /home/srath/public_html/dbc/pjc1/wp-content/plugins/thumbnail-cleaner/includes/classes.php on line 19The recent changes in the Jetpack have caused a terrible display of the box with faces etc. too much margin and passings have been added making t look bad. Any suggestions as to how to get it back to its previous state?
Forum: Plugins
In reply to: [Category Posts Widget] Feature Image SizeThanks. Waiting for the pro version. I will buy a developer license. Your plugin is top rated.
A temporary solution for thumbnails in the meantime…add_theme_support( 'post-thumbnails' ); add_image_size( 'cat-post-thumbnail', 150, 80, true ); // Hard Crop Mode add_image_size( 'cat-post-thumbnail', 150, 80 ); // Soft Crop Mode add_image_size( 'cat-post-thumbnail', 150, 9999 ); // Unlimited Height Mode
The code format is: add_image_size( ‘name-of-size’, width, height, crop mode );
Choose one of the three methods listed above
Now save the functions.php file
Install ‘Ajax Thumbnail Rebuild’ Plugin and run for ‘All Sizes’ . That should do it.Forum: Plugins
In reply to: [footnotes] Styling SuperscriptIan, welcome. each theme needs a little tinkering and touch.
Inspiredmind, Some themes do not respond well to adding the code in the ‘Add custom CSS to the public page”. I don’t know why, but Rocket themes do not respond. So it is better to use the old way for themForum: Plugins
In reply to: [WP phpBB Bridge] Doesn't work with phpBB 3.1Has this plugin done its lifecycle as both WordPress and PhpBB have moved on… and there has been no word for 2+ years
It would be nice if plugin authors if not developing anymore, can ask WP to remove the pluginsYes please that is Important as I want ‘One Button’ to link to one Category only so that I can organise the posts in that category to suit the button.
Forum: Plugins
In reply to: [footnotes] Styling SuperscriptOK I found the solution. Modified the public.css file in the Plugin folder at /wp-content/plugins/footnotes/css
Changed the CSS to make it the same as the rest of the website and also gave it the color blue to show that it is linked. Easy for readers./* superscript */ .footnote_plugin_tooltip_text { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em; cursor: pointer; color:#0099FF; }
Forum: Plugins
In reply to: [Network Latest Posts] Sidebar widget stylingI use rocket theme where all the css are in a css diectory inside the theme folder. Style.css is outside this directory and is empty. I tried to put the empty-nlp.css inside the css directory as well as with the style.css and set the Widget parameter ‘Custom CSS Filename’ to empty-nlp, but all it did was list the posts in h3 with bullets! The main idea is to change the h3 title tags to something more presentable. Is it possible to simply make this normal style. Tried the Javascript option also …
Forum: Plugins
In reply to: Jetpack Error CodeI am getting this error when I tried to connect Facebook…none of the other sharing is working.
Something which should never happen, happened. Sorry about that. If you try again, maybe it will work.
Error code: -32301
This is a very ambivalent error. Any directions will help. Thanks