Forum Replies Created
-
AuthorPosts
-
wpCommerce
Moderator@mactelesis, We will need to take a closer look at your site to investigate this issue. I have sent an email to your registered email address for site access. Let me know if you don’t receive it.
September 23, 2015 at 12:12 am in reply to: Transfer php parameters to external affiliate program with thank you page #71428wpCommerce
ModeratorHi, PayPal IPN (Instant Payment notification) is processed in the backend. If you want some of these parameters to be available on the “Thank You” page you will need to use PayPal’s PDT (Payment Data Transfer) feature:
https://www.tipsandtricks-hq.com/ecommerce/wp-estore-instant-digital-product-delivery-499
September 21, 2015 at 12:47 am in reply to: PayPal based shipping & tax did not appear in the cart nor was customer charged #71405wpCommerce
ModeratorHi, All the products are sold out. Please make one available so we can take a look.
September 20, 2015 at 12:21 am in reply to: WP Lightbox Ultimate: Can the "Youtube lightbox" autostart/popup on load on page #71404wpCommerce
ModeratorHi, We have an advanced YouTube embed shortcode which will automatically pop up a video and start playing (There is a link to the documentation on that page):
http://lightbox.tipsandtricks-hq.com/advanced-youtube-embed-demo/
September 15, 2015 at 12:49 am in reply to: Lightbox ultimate: add description to wp_lightbox_ultimate_youtube_video #71360wpCommerce
ModeratorIt seems this parameter has been deprecated for the YouTube HTML5 player.
https://developers.google.com/youtube/player_parameters?hl=en#theme
Do you want to show the title in the lightbox window?
September 14, 2015 at 11:58 pm in reply to: WP Lightbox Ultimate _nothing happens when clicking on the anchor image… #70134wpCommerce
ModeratorHi, Your theme is causing a JavaScript error by hardcoding the jQuery library.
<script src="/wp-content/themes/schneiderspec/js/jquery-2.1.4.min.js"></script>
The following post will explain why this is an issue:
Is there any option in the theme settings to turn it off? So the core jquery library from WordPress is included.
September 14, 2015 at 12:42 am in reply to: Lightbox ultimate: add description to wp_lightbox_ultimate_youtube_video #71357wpCommerce
ModeratorHi, Are you referring to the YouTube video directly embedded into the test page? I can see the light theme in the player controls.
September 13, 2015 at 11:51 pm in reply to: estore – "collect details" page – font vertical line spacing format issue #71308wpCommerce
ModeratorPlease try this:
#wp_pg_order_form_content h2 {
height: auto !important;
}September 13, 2015 at 12:20 am in reply to: WP Lightbox Ultimate – pop out video not centering #71352wpCommerce
ModeratorHi, You are using a very old version of Lightbox Ultimate plugin (1.5.7). Please update the plugin and see how it goes.
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
wpCommerce
ModeratorHi, Which shortcode are you using? Please provide a link to the page in question so I can take a look.
September 12, 2015 at 12:18 am in reply to: Lightbox Ultimate – Youtube Video Not Playing in Lightbox #71303wpCommerce
ModeratorI believe it’s conflicting with one of the lightbox scripts included by WooCommerce (prettyPhoto). Can you please disable WooCommerce lightbox temporarily and see how it goes?
September 11, 2015 at 12:42 am in reply to: Payment gateway bundle – cancelURL not working for eWay #71310wpCommerce
ModeratorHi, We have fixed the bug and sent you an update via email (your registered email address). Let me know if you don’t receive it.
wpCommerce
ModeratorHi, Please add
?iframe=true
to the your external page URL and see how it goes. For example:http://example.com/test/?iframe=true
September 11, 2015 at 12:12 am in reply to: estore – "collect details" page – font vertical line spacing format issue #71306wpCommerce
Moderator@alancrayton, Please do the following:
1) Install our WP Custom CSS plugin.
2) Add this piece of CSS code in there.
#wp_pg_order_form_content h2{
height: auto;
}September 11, 2015 at 12:07 am in reply to: Lightbox Ultimate – Youtube Video Not Playing in Lightbox #71301wpCommerce
Moderator@CPFan, You are using the wrong shortcode. Please replace it with the following:
[wp_lightbox_prettyPhoto_video link=”https://www.youtube.com/watch?v=HoNktlxrPz0″ width=”480″ height=”360″ description=”Black Rose Skater Dress” source=”https://www.wowceleb.co.uk/wp-content/uploads/2015/08/Play_button_4-5.png” title=”Black Rose Skater Dress”]
-
AuthorPosts