viraladmin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Flex Slider Broken?The problem I was having related to laptaps which use both touch screen and mouse under windows 8.
The mouse would not work on devices that had both enabled.
To fix this problem I just renamed the jquery.flexslider.min.js to jquery.flexslider.min.js.1 and then renamed jquery.flexslider.js to jquery.flexslider.min.js
If others have this problem (or want to make their site more user friendly for touch screen laptop users) this is the fix.
I found this on the github for flexslider. I recommend not using the .min versions.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Please helpThis worked amazing, and glad I could get you a hat tip for the idea ??
Forum: Plugins
In reply to: [WP Social Popup and Get Traffic] It simply doesn't work at all…..scratch this its a hosting issue
Forum: Plugins
In reply to: [WP Social Popup and Get Traffic] hide if users already like the pageAwesome ?? I am installing now
Forum: Plugins
In reply to: [WP Social Popup and Get Traffic] hide if users already like the pageI know this is old, and I am no programming professional but I do know a thing or two about how programming works.
You actually could disable the popup if a user likes, shares or tweets by adding an onclick javascript function to the buttons that adds a cookie on the visiter’s computer.
Then you can test for the existence of the cookie and if exists don’t display the popup and if no display and require click.
If you implement this, I believe this will be the best social plugin for wordpress ever created.
Forum: Plugins
In reply to: [Author Avatars List/Block] Multiple avatar lists conflict with each otherGot it fixed
Seemed what you had was
$users = array get_users( $args );And the array needed (); so I changed it to –
$users = array (get_users( $args ));All works fine now. Thanks for this awesome plugin!
Forum: Plugins
In reply to: [Author Avatars List/Block] Multiple avatar lists conflict with each otherthe exact error I am getting is in UserList.class.php
PHP Syntax Check: Parse error: syntax error, unexpected ‘get_users’ (T_STRING), expecting ‘(‘ in your code on line 416
But I am no coder so tracking down where this ‘(‘ is missing, is not so easy for me.
Forum: Plugins
In reply to: [Author Avatars List/Block] Multiple avatar lists conflict with each otherwhen I load that plugin, my entire sidebar stops working.
Forum: Plugins
In reply to: [Author Avatars List/Block] Multiple avatar lists conflict with each otherthe new file – isn’t working and I am assuming it was intended to fix the exact problem I am having.
I have 2 different authors. I want to display 1 author on the top of one sidebar, and the other on top of the other sidebar.
This works if I am logged in as admin.
However when I log out – both sidebars are showing the same author profile.
The shortcode I have placed is as follows:
Left sidebar: [authoravatars hiddenusers=2 show_name=true show_biography=true show_postcount=true link_to_authorpage=false]
Right sidebar: [authoravatars hiddenusers=1 show_name=true show_biography=true show_postcount=true link_to_authorpage=false]
You said you reset the cache every pageload for admins (which is why I assume when logged in I don’t have the problem), is it possible to clear the cache every pageload for all users?
Whichever one I call last seems to be the one displaying.
Forum: Plugins
In reply to: [Yoast SEO] WordPress SEO not showing up in Post areaI don’t have W3 Cache installed so I am fairly sure the first problem you posted about is not related at all to w3Cache because I have the exact same problem.
No more “green button” shows up when viewing all posts in the admin area. Existing posts do show the “green button” when visiting the post itself BUT there are ZERO settings when making new posts, there is no way to test the SEO per post. I don’t know if this is just a bug or if they removed the option to force more people to upgrade but it makes the plugin pretty much useless to me.
I have tried deactivating/reactivating, I have tried deleting and reinstalling nothing seems to fix the issue. Basically at this point I can only switch to a different plugin and hope that this gets fixed in some future version. I wish there was a way to downgrade back to the version I was using prior to the update but alas I cannot find older version of the plugin.
Forum: Plugins
In reply to: [SEO Smart Links] SEO Smart Links – Open In New Window Broken?Here Here I agree its not working at all…. and I would really like this fixed.
Forum: Plugins
In reply to: [Yoast SEO] page analysis glitchesIgnore this post, I was changing the title but not the “seo title”
Forum: Plugins
In reply to: [WP RSS Multi Importer] screwed up formatting?I had to limit the text I was using to get it to stop, if I have it “give me everything” the formatting gets screwy. Perhaps we we could connect on skype some time I could show you exactly whats happening but I would rather not just leave it displaying improperly.
My skype name is viraladmin. Or we can ignore the problem for now ??
Forum: Plugins
In reply to: [Auto Hide Admin Bar] Can the admin bar be hidden completely?I would love such an option myself. I use wordpress to run a membership site, and my profiles are much more detailed than the single page garbage that comes from the backoffice of wordpress. Showing users it exists just makes my site look kind of stupid.
I never should have upgrade to the new wordpress but I suppose whats done is done.
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Bounced emails.And what would you charge to implement such a feature??