Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)
  • Thread Starter VGJ

    (@vgj)

    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.

    Thread Starter VGJ

    (@vgj)

    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.

    Thread Starter VGJ

    (@vgj)

    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.

    Thread Starter VGJ

    (@vgj)

    I have forked the repo and added the fix. You can find it, with the fix, here. 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.

    Thread Starter VGJ

    (@vgj)

    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.

    Thread Starter VGJ

    (@vgj)

    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.

    Thread Starter VGJ

    (@vgj)

    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.

    Thread Starter VGJ

    (@vgj)

    Any and all help would be appreciated.

    Thread Starter VGJ

    (@vgj)

    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.

    Thread Starter VGJ

    (@vgj)

    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.

    Thread Starter VGJ

    (@vgj)

    Thank you! I was just looking into those 2 lines. Thanks for the fix. Thanks again for this amazing plugin and incredibly fast support.

    Thread Starter VGJ

    (@vgj)

    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.

    Thread Starter VGJ

    (@vgj)

    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.

    Thread Starter VGJ

    (@vgj)

    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.

    Thread Starter VGJ

    (@vgj)

    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)