Title: VGJ's Replies | WordPress.org

---

# VGJ

  [  ](https://wordpress.org/support/users/vgj/)

 *   [Profile](https://wordpress.org/support/users/vgj/)
 *   [Topics Started](https://wordpress.org/support/users/vgj/topics/)
 *   [Replies Created](https://wordpress.org/support/users/vgj/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/vgj/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/vgj/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/vgj/engagements/)
 *   [Favorites](https://wordpress.org/support/users/vgj/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/vgj/replies/page/2/?output_format=md) 
[→](https://wordpress.org/support/users/vgj/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReOrder Posts within Categories] Multiple Post Types in same custom taxonomy](https://wordpress.org/support/topic/multiple-post-types-in-same-custom-taxonomy/)
 *  Thread Starter [VGJ](https://wordpress.org/support/users/vgj/)
 * (@vgj)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/multiple-post-types-in-same-custom-taxonomy/#post-9028452)
 * I can always help with anything you need. I am currently busy with an issue and
   the main culprit is this plugin. It seems to have an issue with trying to get
   posts in custom wp_query object. When I have more information I will definitely
   bring them to your attention. Sorry for being vague but I thought I would at 
   least mention it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReOrder Posts within Categories] Multiple Post Types in same custom taxonomy](https://wordpress.org/support/topic/multiple-post-types-in-same-custom-taxonomy/)
 *  Thread Starter [VGJ](https://wordpress.org/support/users/vgj/)
 * (@vgj)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/multiple-post-types-in-same-custom-taxonomy/#post-9007636)
 * I think this works. At first thought, I do not see any issues. I would like to
   add that this should work for all post types. But yes, this is a great start.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Verification by PickPlugins] Customizing frontend components](https://wordpress.org/support/topic/customizing-frontend-components/)
 *  Thread Starter [VGJ](https://wordpress.org/support/users/vgj/)
 * (@vgj)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/customizing-frontend-components/#post-8735519)
 * Right now I just set up some filters to filter the content of the popup
    `echo
   apply_filters( 'uv_show_box_resend_email', $box );` Where $box is what you have
   currently.
 * If I have any others, I will add to this post. I am still exploring the plugin
   and seeing what I need to customize.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReOrder Posts within Categories] Multiple Post Types in same custom taxonomy](https://wordpress.org/support/topic/multiple-post-types-in-same-custom-taxonomy/)
 *  Thread Starter [VGJ](https://wordpress.org/support/users/vgj/)
 * (@vgj)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/multiple-post-types-in-same-custom-taxonomy/#post-8679672)
 * I have forked the repo and added the fix. You can find it, with the fix, [here](https://github.com/rmendoza3/ReOrder-posts-within-categories).
   Again this is a hack. If you would like some help on moving over to BoilerPlate
   3.0 and reorganize the plugin, I would be happy to help. This code seems like
   I might be needing and reusing this for the project in many aspects. I am sure
   I am not the only person in the world that has a need for this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReOrder Posts within Categories] Multiple Post Types in same custom taxonomy](https://wordpress.org/support/topic/multiple-post-types-in-same-custom-taxonomy/)
 *  Thread Starter [VGJ](https://wordpress.org/support/users/vgj/)
 * (@vgj)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/multiple-post-types-in-same-custom-taxonomy/#post-8677166)
 * So I got it to work in a very hackish way. I am not sure of the direction you
   are going with this plugin. I would be happy to share my code to contribute to
   the plugin but without any guidance on your future plans I am unsure what the
   best method to handle such requests. In a brief summary, I added a link to reorder
   under Posts in the left menu using a copy of the function add_order_pages and
   naming it add_generic_order_pages with some modifications to use printGenericOrderPage,
   instead of printOrderPage. A better location for the link would be ideal. I then
   removed all restrictions of post_types in the printGernericOrderPage function.
 * I can clean it up if you want or I can send you the updated file. so that you
   can clean up. As a small side note. There are errors that I found when trying
   to accomplish all this. If someone has a taxonomy that has multiple post types
   and then tries to reorder the posts in each post types, errors will occur since
   the code is requesting a particular post type. My suggestion is to have the database
   track post type taxonomy relationship order or just open it up to all post types
   and not limit it.
 * Please let me know how you feel it should be and I can clean up and send PR.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReOrder Posts within Categories] Multiple Post Types in same custom taxonomy](https://wordpress.org/support/topic/multiple-post-types-in-same-custom-taxonomy/)
 *  Thread Starter [VGJ](https://wordpress.org/support/users/vgj/)
 * (@vgj)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/multiple-post-types-in-same-custom-taxonomy/#post-8675627)
 * Thanks for the quick response. It does not work and seems to have issues. I ordered
   perfectly within one custom post type. However, when I went to order the other
   custom post type using the same taxonomy it shows errors due to how it only grabs
   posts from the same post type.
 * I need to have something working sooner rather than later and may just create
   a separate plugin to accomplish this. I was hoping this functionality was already
   in a plugin.
 * Thanks for the plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media from FTP] What happens to posts with correct url but then added via Media From FTP](https://wordpress.org/support/topic/what-happens-to-posts-with-correct-url-but-then-added-via-media-from-ftp/)
 *  Thread Starter [VGJ](https://wordpress.org/support/users/vgj/)
 * (@vgj)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/what-happens-to-posts-with-correct-url-but-then-added-via-media-from-ftp/#post-7135646)
 * Thanks for the quick reply Katasushi. Would all images be registered and easily
   found? I know that wordpress will make thumbnails of all images based on settings
   with theme and site. When will wordpress make those thumbnails? Is it when this
   plugin registers the image or later on when the theme needs a certain size of
   an image?
 * I just need to plan on what to expect after the image are registered with wordpress.
   Thanks in advance.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quick Cache (Speed Without Compromise)] Caching localized data for js](https://wordpress.org/support/topic/caching-localized-data-for-js/)
 *  Thread Starter [VGJ](https://wordpress.org/support/users/vgj/)
 * (@vgj)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/caching-localized-data-for-js/#post-5275408)
 * Any and all help would be appreciated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quick Cache (Speed Without Compromise)] Caching localized data for js](https://wordpress.org/support/topic/caching-localized-data-for-js/)
 *  Thread Starter [VGJ](https://wordpress.org/support/users/vgj/)
 * (@vgj)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/caching-localized-data-for-js/#post-5275378)
 * I have a custom template for a custom post type. It currently calls a function
   that returns everything needed to embed the player (including external js for
   player controls and js snippet to embed with variables). Since the current way
   is getting cached, I have since tried to use wp_localize_script to include the
   snippet with the variables. But it outputs to the page so it will get cached 
   as well.
 * The main variable I am worried about is the Kaltura Session ID. It is a session
   id that can be unique to the user and has various expires. We currently have 
   a paid membership and paid rental options.
 * The player is fine and works. But since it is cached, the cache version may go
   beyond the rental period of 2 days. For a membership, it really does not matter
   except when the id does expire or the member cancels his/her membership it needs
   to be updated immediately.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress HTTPS (SSL)] After upgrade to 4.0](https://wordpress.org/support/topic/after-upgrade-to-40/)
 *  Thread Starter [VGJ](https://wordpress.org/support/users/vgj/)
 * (@vgj)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/after-upgrade-to-40/#post-5257974)
 * I just figured it out for myself. Well not entirely. I had `FORCE_SSL_LOGIN` 
   set to true in my wp-config.php. This now sets the entire admin to ssl. I also
   had `Force SSL Exclusively` checked in my WordPress HTTPS settings page. It appears
   that this causes the admin to go http and then the force login redirects to https
   and there is just a war.
 * To solve, set remove `FORCE_SSL_LOGIN` to false and set `FORCE_SSL_ADMIN` to 
   true. This will set the admin to always be in ssl (including wp-login.php) and
   force http on all pages that do not have FORCE_SSL.
 * Hope this helps everyone out there.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CPT-onomies: Using Custom Post Types as Taxonomies] Using Multiple Tax Queries](https://wordpress.org/support/topic/using-multiple-tax-queries/)
 *  Thread Starter [VGJ](https://wordpress.org/support/users/vgj/)
 * (@vgj)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/using-multiple-tax-queries/#post-4815599)
 * Thank you! I was just looking into those 2 lines. Thanks for the fix. Thanks 
   again for this amazing plugin and incredibly fast support.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Members Membership Plugin] help with cache problem](https://wordpress.org/support/topic/help-with-cache-problem/)
 *  Thread Starter [VGJ](https://wordpress.org/support/users/vgj/)
 * (@vgj)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/help-with-cache-problem/#post-3616127)
 * Apprently using goDaddy’s fresh install of WordPress was the culprit. I overwrote
   the goDaddy version of wordpress with fresh files from wordpress and it worked.
   What a problem. Hopefully this info helps someone.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Session/Login For My Site](https://wordpress.org/support/topic/sessionlogin-for-my-site/)
 *  Thread Starter [VGJ](https://wordpress.org/support/users/vgj/)
 * (@vgj)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/sessionlogin-for-my-site/#post-3612362)
 * Apprently using goDaddy’s fresh install of WordPress was the culprit. I overwrote
   the goDaddy version of wordpress with fresh files from wordpress and it worked.
   What a problem. Hopefully this info helps someone.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Session/Login For My Site](https://wordpress.org/support/topic/sessionlogin-for-my-site/)
 *  Thread Starter [VGJ](https://wordpress.org/support/users/vgj/)
 * (@vgj)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/sessionlogin-for-my-site/#post-3612360)
 * After further testing/checking, I discovered that the created session only works
   on ssl pages (https). I need the whole site except pages with user data to be
   non-ssl. Any hlp will be appreciated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Session/Login For My Site](https://wordpress.org/support/topic/sessionlogin-for-my-site/)
 *  Thread Starter [VGJ](https://wordpress.org/support/users/vgj/)
 * (@vgj)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/sessionlogin-for-my-site/#post-3612244)
 * What I am noticing now is that only pages with wp-members shortcodes (members-
   area, login, register) read as logged in, but all other pages (including wp-admin)
   does not see the user as logged in.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/vgj/replies/page/2/?output_format=md) 
[→](https://wordpress.org/support/users/vgj/replies/page/2/?output_format=md)