mukeshwani
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Publication Archive] view and downoad links not workingUnfortunately developers stop updating plugins. However there are plenty of better alternatives now which work better than this plugin. But migrating your downloads will be long task. I was also using this plugin for years on my site when it broke all of a sudden. Reading the error it seems to have something to do with how URLs are masked and perhaps WordPress core or how SSL is verified. To fix the issue I added this line of code to the theme functions.php file:
add_filter( ‘wppa_mask_url’, ‘__return_false’ );
This resolved my issue. This command basically disables the friendly URL to send back to the user. Instead it uses the actual file path. This worked for me, hope it works for you.Forum: Plugins
In reply to: [Groups] groups_read_post questionOk, looking for some clarification. So this plugin does not show the list of Groups in the Add New Post screen? From the description it sounds like it does that. But really it only shows Capabilities in the Add New Post screen. So in that case for every Group you have to create a Capability and then add that Capability to the Group. Seems a bit redundant if you are creating Groups regularly. So my question is, is it possible to create a Capability automatically when a Group is created or viceversa with the same name? Otherwise is it possible to just show the Groups list in the Add New Screen? I’m sure there are users that want the functionality of restricting posts by Group and adding users to a Group for view restriction purpose. Basically the requirement is to create a Custom Field that applies both to a Post Type and User Profile so that Posts can be filtered/queried based on the user meta of the person logging in and only show posts for that user.
I understand this is a free plugin and maybe asking too much.Forum: Plugins
In reply to: [WP Photo Album Plus] Album title show on pageThanks!
I’m going to take a shot at modifying the plugin to add the Album Title and Description to the Page that it would link to. Since the Album ID is in the QS I should be able to get the meta info on an album. If you could point me to which files I should look at modifying that would be helpful.
Thanks
MukeshI’ve tried Firefox and Safari, same error. Why would this be a browser issue? mvadar is this plugin only supporting Firefox, I must of missed that somewhere because using a browser shouldn’t be a “mistake” so don’t blame yourself.
Looks like the plugin doesn’t work with wp 3.4.1. I upgraded to 3.5 and the import functionality worked.
Forum: Themes and Templates
In reply to: Read More tag in single postHave you found a better plugin? Hide This Part would work but is a manual solution. It would be nice if we can just insert the <!–more–> tag and have a plugin do the rest. The the_content() function I guess could be overridden but I’m using a theme that buries the_content() function in deep php files.
Forum: Plugins
In reply to: [Flickr Press] [Plugin: Flickr Press] flickr press unofficial updatesVery nice enhancements! I downloaded it and updated the original plugin and it seems to work fine.
One question, how do you specify the main photo size? I didn’t see the option.
Anyone having same issue and resolved it?
Sure, I understand. I do have my installation on a test domain if you think it will help you in debugging the issue.
Hi, yes that worked. Results are now showing correctly!
Thanks for your help and hope to see a fix for the latest version of the plugin!
Thanks
MukeshOk, I’ll give it a try. I’m using 2.5.3 which is the latest so you want me to go back to a previous version?
Thanks
MukeshHi, I’ve installed your plugin at https://www.bollywoodlyrics.com but the search doesn’t return anything now. I’ve indexed all the posts. I’m using Custom Post Types (3 of them) and several Custom Taxonomies via the GD Custom Posts And Taxonomies Tools. I read that there are known issues when using custom posts and taxonomies. Are there known fixes that will help fix the issue?
I’ve set the configuration to index everything and specified some custom taxonomies to be indexed.
Thanks in advance for your help.
-Mukesh
Forum: Plugins
In reply to: [jQuery Colorbox] [Plugin: jQuery Colorbox] Not linking on Page with Gallerybut the plugin should work with NextGen gallery out of the box right? what could be the issue with here?
Thanks
MukeshForum: Plugins
In reply to: [jQuery Colorbox] [Plugin: jQuery Colorbox] Not linking on Page with GalleryI’m not sure I follow. I’m using the nextgen gallery and I am seeing the same issue. If I set it to automate on all images, it works. Setting it to only automate on gallery images it doesn’t work.
Forum: Fixing WordPress
In reply to: How to disable lost password featureGood solution. This is helpful for private blogs to extend security as someone can’t try to abuse this feature.
In step 1, if you add the redirect line right after case ‘retrievepassword’ then you don’t really need to comment out the code right?
Forum: Plugins
In reply to: [Plugin: Wp Private Access]: Doesn’t accept correct credentialsI am seeing the same result. Endless loop. I am hosting on 1and1.com and a fresh install of 2.9.1.
Was there any resolution?
Thanks
Mukesh