Agrajag27
Forum Replies Created
-
Can you provide a link to the specific info regarding this limitation?
Thanks.
Working well so far.
This was my fault. Of course I was logged in as admin and have that set to not track so, of course, I didn’t see the tracking code.
Forum: Plugins
In reply to: First Plugin. PHP Beginner./** * Stars shortcode * */ function stars_image( $atts ) { // Attributes extract( shortcode_atts( array( 'rating' => '0', 'set' => '', ), $atts ) ); // Code return '<img src="https://slashcomment.com/images/' . $set . 'star-' . $rating . '.png' . '"/> '; } add_shortcode( 'stars', 'stars_image' );
Forum: Plugins
In reply to: [Top 10 - WordPress Popular posts by WebberZone] Screen OptionsAjay, would you consider adding an option to de-emphasize the authors? We use it as is but the authors are as prominent as the post titles so it can get a bit busy looking. We’d like to have a way to get the “by” and “author name” to be smaller and, preferably, in italics which would set it apart from the title rather nicely.
Thanks!
Forum: Plugins
In reply to: [Youtube Channel Gallery] Video Quality Low On Initial PlayFYI, this seems to be only an issue with the large viewer. If I click any of the smaller gallery thumbnails then those are high quality regardless.
Forum: Fixing WordPress
In reply to: Find shortcode references in posts?I tried and it came up empty for some reason. I actually have that plugin.
Oddly I did find a solution! The default Search function of the site found the references without any issue. Go figure! The Admin search came up empty as did the plugin search but yet the normal search could find it.
Thanks.
Forum: Plugins
In reply to: Basic Shortcode Help…Oh, where does the function code itself go? Does the add_shortcode portion simply go above the function code in functions.php or are they in different files?
Forum: Fixing WordPress
In reply to: No Autoupdates. Database? Please help…..I just re-installed 3.7.1 and the same readme.html stays saying 3.7.
Forum: Fixing WordPress
In reply to: No Autoupdates. Database? Please help…..Not according to WordPress Update which shows me at 3.7.1.
Forum: Plugins
In reply to: [Popular Posts Tabbed Widget for Jetpack] How to add authors?Well, not being a coder means this is pretty much a dead-end for us.
Thanks.
Same issue here. We have multiple authors on our site so my personal items that I write go to my personal Facebook page. However, I currently have no means to also send ALL posts from ALL of the site’s authors to our Fan Page which is entirely essential to get this working optimally.
Forum: Plugins
In reply to: [WordPress Popular Posts] Hasn't Been Working CorrectlyHector, I hate some date to share but don’t want to post it here. Can you e-mail me at rich at slashcomment dot com so that I can send it off-list?
Forum: Plugins
In reply to: [WordPress Popular Posts] Hasn't Been Working CorrectlyOkay, the above is complete. Now, unless I miss something, we’ll need to wait for new data to materialize so stay tuned.
Forum: Plugins
In reply to: [WordPress Popular Posts] Hasn't Been Working CorrectlyWill do right now.