Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter aapollo

    (@aapollo)

    Here is one example:
    [s_youtube url="https://www.youtube.com/watch?v=qk8uJcaRtgg" width="440"]

    Note that no closing tag has ever been necessary, and adding the closing tag does not change the result. The video still will not show.

    The same format Vimeo videos using my custom prefix work normally:
    [s_vimeo url="https://vimeo.com/123530974" width="960"] [/s_vimeo]

    I also noticed that I’m getting a console error on SSL, meaning that it is possible that the videos are not displaying because the Shortcode is changing the URL to http:

    Mixed Content: The page at 'https://mywebsite.com/page/' was loaded over HTTPS, but requested an insecure resource 'https://www.youtube.com/embed/qk8uJcaRtgg'. This request has been blocked; the content must be served over HTTPS.

    How can I make sure the https is maintained in the shortcode’s display? Also, it seems that the vimeo urls are maintaining https…

    Thread Starter aapollo

    (@aapollo)

    Okay, I solved this issue by changing http to https in line 632 in inc/core/shortcodes.php:

    		$return[] = '<iframe width="' . $atts['width'] . '" height="' . $atts['height'] . '" src="https://www.youtube.com/embed/' . $id . $autoplay . '" frameborder="0" allowfullscreen="true"></iframe>';
    

    I also replaced all other embeds with https. Please update this in the next version.

    Big thanks to @infinet on https://www.ads-software.com/support/topic/ssl-breaks-google-map/ for the hint to the solution.

    Yes, Woo now recommends this fix… But I just discovered it creates another problem.

    Upon setting up a new site, I installed Subscriptions and Woocommerce first, then installed Groups. I turned off the “Administrator Access Override” to avoid issues with users cancelling subscriptions. I then set Permissions in the Groups > Options for administrators to be able to edit:

    Access Group
    Administer Groups
    Administer Groups plugin options

    …as well as some other site roles. However, upon going to any page or post with an account other than the site super-admin, the Groups metabox tells me that I “cannot administer groups.” I cannot “quick-add” new Groups, or apply them to pages/posts etc.

    When I turn on the “Administrator Access Override,” the capability for another administrator account to edit the settings in this metabox returns.

    I definitely need a fix for this, because we can’t run a Membership site with Subscriptions and also have multiple administrators of Groups…

    Any recommendations from those of you digging into this issue deeper, or plugin authors, is very welcome.

    Highest Regards,
    Adam Apollo

    Thread Starter aapollo

    (@aapollo)

    @thi_ – If you have a recent version of woocommerce installed, and you are adding -tp to the slug of a product, this code will work. Of course, you need to be using appropriate tracking pixel code as well. We used the default code supplied by Facebook for our site.

    The badgeos_achievements_list loads where the first shortcode is placed. The other shortcode shows nothing, and the list only shows once in that first location.

    I would also like help with this issue.

    I’m simply implementing a page where I can control the style and location of badges in our curriculum. My page looks basically like this:

    You are here:
    [badgeos_achievement id="50"]
    ||
    [badgeos_achievement id="51"] || [badgeos_achievement id="52"]
    ||
    [badgeos_achievements_list type="skill-seal" limit="6" show_filter="false" show_search="false" orderby="menu_order" order="ASC" wpms="false"]

    I’m okay with killing AJAX loads on this page if you tell us how to do that, but this really should be possible out of the box in my opinion. Of course, that’s what my client’s often say to me. ??

    Thanks for your help Michael.

    This is still not working in 1.4.3.

    I’ve tested and had all my badges wiped out on each test.

    ~AA~

    Hey Vladimir,

    I’m still having a huge query problem on my site. My recent query report shows SU making 1440 query calls; again, this is about the number of users we have.

    I’m hoping the user query can still be removed as easily as expressed above.

    Highest Regards,
    Adam Apollo

    @photocrati – Any word on showing the information bar by default? I’ve been waiting for this feature for a long time now, and put in a request for it directly through the NextGEN Pro support many months ago.

    It’s essential to my clients, and without it we are considering going with a different gallery system. I hope your release is timely! Thank you for making an otherwise awesome plugin.

    I’m having this same issue.

Viewing 10 replies - 1 through 10 (of 10 total)