Faisal Humayun
Forum Replies Created
-
Forum: Plugins
In reply to: [Nice Backgrounds] how to apply to bodyAwesome thanks for the assist π
Forum: Plugins
In reply to: [MyEffecto-Instant Emotion Reaction] Widget to show vote countsHey thanks so much for this implementation.
Just some quick concerns:
1. Using a shortcode in every post can get tedious
2. Embedding the PHP code into the theme file can mean the code gets over-written each time the theme updates.So,
would it be possible to actually have a wordpress widget to use in the “appearance -> widgets”. This would overcome the above issues.Thanks again!
Forum: Plugins
In reply to: [MyEffecto-Instant Emotion Reaction] Widget to show vote countsβΊβ βΏβ βΊ w00t thanks!
Forum: Plugins
In reply to: [Floating NextPrev] SupportDonating for the plugin or reviewing helps get the attention of the developer fast π
Forum: Plugins
In reply to: [SlimStat Analytics] Dashboard Widgets Zero OutHonestly, I don’t know yet. I’m not javascript savvy to pick out which plugin’s callback is causing this issue so that I can target that. So, I’ll have to go through the mess of disabling plugins 1 by 1 until I finally figure out which one is causing this. It’ll be worse if I have to clear cache/cookies after each time I disable a plugin as that would require even more time to figure this out.
So, I’ll just save this problem for investigating during a holiday πForum: Plugins
In reply to: [SlimStat Analytics] Dashboard Widgets Zero OutI just did π
Forum: Plugins
In reply to: [SlimStat Analytics] Dashboard Widgets Zero OutThanks for the clue.
Forum: Plugins
In reply to: [Reaction Buttons] Adding Thumbnail to posts displayed using shortcode@osckar – Hey thanks so much for that pro tip! π I’m by no means a css guru and really wasn’t sure if that was something that could be fixed. I got it all fixed now.
Likewise, I’m glad you were able to take care of your situation and share your findings with the community.
I hope our exchange helps anyone else who is looking for answers π
Forum: Plugins
In reply to: [Reaction Buttons] Adding Thumbnail to posts displayed using shortcodeHey Osckar,
You could try using the “inspect element” accessible by the right-click context menu of your browser to figure out any css declaratives, as I did, and applied the following to my own site ( http://seekeraftertruth.com ).widget_reaction_buttons .attachment-post-thumbnail { display: block; width: 70px !important; height: 70px !important; float: left; margin: 5px 18px 0px 0px; }Forum: Plugins
In reply to: [Single Post Font Resizer] /- icons are not side-by-sidePlease see any post @ http://seekeraftertruth.com where the plugin has been implemented.
Forum: Plugins
In reply to: [Single Post Font Resizer] Exclude loading on pagesMarking resolved.
Forum: Plugins
In reply to: [Single Post Font Resizer] Exclude loading on pagesI might have figured this out on my own
I changed:
line 67 if(is_single()||is_page())$content=$oplinks.$content;to
line 67 if(is_single())$content=$oplinks.$content;Forum: Plugins
In reply to: [Ozh' Admin Drop Down Menu] Menu Icons Missing – WP 3.9@ Br. Muhammad – Your code worked perfectly fine for my installation of wordpress. Jzk!
Forum: Plugins
In reply to: [Smooth Slider] Instructions on disabling "Smooth Slider" text overlayThanks. Yes, indeed. That certainly corrected the issue.
Forum: Plugins
In reply to: [Feedburner Optin Form] Responsive CSSHey JP –
I made that adjustment, but oddly, didn’t see that change take place on the Samsung (I cleared the cache on the server/client and tried a couple of browsers).
I did, however, bum a friend’s iphone 5s and confirm that all is “good in the hood” with that.
I’m wondering if it’ll take some additional css tinkering, e.g. using (important!) or something similar to get the ball rolling.
Cheers!