Forum Replies Created
-
AuthorPosts
-
October 17, 2019 at 1:43 am in reply to: Fullwidth slider with png images fade animation issue #1148736
I also have not been able to sort this out. Any help from support will be very much appreciated.
September 3, 2019 at 1:12 am in reply to: Fullwidth slider with png images fade animation issue #1133143Hello Victoria,
I have not been able to sort this out, could you help further please.
July 10, 2019 at 1:59 am in reply to: Stop Magnific Popup from Closing when Clicking Background/Overlay #1117240Thank you it works now.
You guys are awesome.
July 9, 2019 at 3:20 pm in reply to: Stop Magnific Popup from Closing when Clicking Background/Overlay #1117081Hi Ismael,
Thanks. I just visited the site and it works for other popups but not for the popup that i set to auto load when the homepage loads. Could you help with this.
July 6, 2019 at 6:28 pm in reply to: Stop Magnific Popup from Closing when Clicking Background/Overlay #1116310This reply has been marked as private.April 5, 2019 at 11:40 am in reply to: Add plugin shortcode to masonry shop/Load dynamic content in Magnific popup #1087439This reply has been marked as private.Hi,
was looking for a solution to this and i figured you can use jquery to replace the href link when your page loads. Use this in your functions.php file.//ADD CUSTOM JQUERY SCRIPTS function add_custom_script(){ ?> <script> jQuery('a[href*="http://old-link"]').attr('href', 'http://new-link'); </script><?php } add_action('wp_footer', 'add_custom_script');
Hi, Thanks in advance. The details are provided in private content area.
Hi Thanks for this code but it did not work.
Any other help will be much appreciated.
Thanks and Welldone.
hi jordan,
thanks for the code. Unfortunately, that doesn’t solve my problem across various screen sizes. Please any help will be much appreciated.
August 24, 2016 at 5:23 pm in reply to: Contact Form not Sending Emails to Us but Customers receive autoresponse #677142Thanks Yigit for the prompt reply.
I already saw that link below i created my support ticket. I have checked that all those things arent the issue. Orders mails are actually, We used to receive this mails before, It just stopped working.
April 28, 2016 at 1:39 pm in reply to: Wordpres Audio Keeps Playing after Closing Ajax Portfolio Item #623695Okay. I’ll be expecting your response thanks.
April 27, 2016 at 5:04 pm in reply to: Wordpres Audio Keeps Playing after Closing Ajax Portfolio Item #623238Thanks Ismael. Much appreciated.
It’s working now but just 2 more things.
1. It doesn’t stop on click of the close button (located at the top-right of the ajax portfolio item content).
2. In a particular item(see private content) on page 1, i’m experience audio overlapping issue (first song doesn’t stop playing when another play button is clicked) when i use multiple audio shortcodes.Could you help fix this..
Your support has been great and patient very very helpful. Thank you in advance.
- This reply was modified 8 years, 7 months ago by adotopanuga.
April 27, 2016 at 9:33 am in reply to: Wordpres Audio Keeps Playing after Closing Ajax Portfolio Item #622870Hi Ismael,
I did it did not work. That why I provided you the login info.
Lease help look at this as this is really urgent and delaying the launch of the project. I have put the code in. Still has all those issues I mentioned in my previous reply.I noticed it takes like 24hrs to get another reply from you. I’m hoping you can help fix this sooner coz I’m out of time on this project. Thanks.
April 26, 2016 at 11:58 am in reply to: Wordpres Audio Keeps Playing after Closing Ajax Portfolio Item #622055Hi Ismael,
Sorry for all the stress and thank for your patience so far, This is where (check private content area) am trying to replicate the work. I can’t seem to achieve it. I have used the code in the shild theme functions file but no show. If you look at the page you’ll see that i want each ajax portfolio content to be different songs. Its not working that when i play it and i click any of the control or the ajax thumbnails the music stop. In fact from my observation the music keeps playing and when i click paly in another item that one continues playing over the previous one.
Please any help will be much appreciated.
April 25, 2016 at 4:41 pm in reply to: Wordpres Audio Keeps Playing after Closing Ajax Portfolio Item #621466Hello,
Still waiting for a response on this. Please treat as urgent. Thank you.
April 25, 2016 at 11:25 am in reply to: Wordpres Audio Keeps Playing after Closing Ajax Portfolio Item #621166Hi Ismael,
Thanks for this. One more thing.
1. I noticed the player stops when i click the close button or the 2 navigation arrow buttons beside the close button which is good. However, if the portfolio ajax is opened and audio is playing and then i click another portfolio thumbnail from beneath to see another ajax view, the audio doesn’t stop. Could you help fix such that clicking another portfolio thumbnail also stops the audio from playing.
2. Also what adjustment/code was used so i can replicate this elsewhere on the main project im working on. Thanks.
Many thanks and great work on the theme.
- This reply was modified 8 years, 7 months ago by adotopanuga. Reason: more inquiries
April 25, 2016 at 10:48 am in reply to: Wordpres Audio Keeps Playing after Closing Ajax Portfolio Item #621139Hi Rikard,
Thanks for your quick response. Please see private content.
April 23, 2016 at 12:14 pm in reply to: Wordpres Audio Keeps Playing after Closing Ajax Portfolio Item #620492Hi Ismael.
Thanks for your response. However the code doesn’t seem to work. I have put the code in child theme’s function.php file. You could check it in the link in the private content area.
September 23, 2015 at 4:59 pm in reply to: Move title container above shop page banner image #507987Hello.
It works but the shop banner is no longer fullwidth. Could you provide an alternative fix. Thanks.Also i would love a solution that allows me to use a child theme fore the customization so i don’t loose it when i update the file
- This reply was modified 9 years, 2 months ago by adotopanuga.
September 23, 2015 at 3:44 pm in reply to: Move title container above shop page banner image #507909Hello,
See links in private content. i just want top put the title&breadcrumb section above the image banner. Thanks.
September 22, 2015 at 4:37 pm in reply to: Social Share Icons on product page breaking page structure. Urgent Help! #507192Hello Andy,
what you recommended sis not really fix it for me i eventually used this to get it working
remove_action( 'woocommerce_before_single_product_summary', 'avia_close_image_div', 20); add_action( 'woocommerce_before_single_product_summary', 'avia_add_social_toolbar', 20); function avia_add_social_toolbar() { $content = avia_social_share_links(array(), false, '', false); $content .= '<div class=""></div>'; echo $content; }
two things though.
1. The ‘share this entry‘ text is not showing, how can i make it show?
2. how can i hide some of the social icons as i don’t need everything?September 22, 2015 at 12:13 pm in reply to: Social Share Icons on product page breaking page structure. Urgent Help! #506948Hello,
I’m getting my codes from: http://kriesi.at/documentation/enfold/enable-social-share-section-for-pages/
I put them at the top of my child theme’s functions.php file.This is the code to put social share at the bottom of the product page
add_action('woocommerce_after_single_product_summary', 'avia_add_social_toolbar', 10); function avia_add_social_toolbar() { $content = avia_social_share_links(array(), false, '', false); $content .= '<div class="hr"></div>'; echo $content; }
This is the one to put social share below the image thumbnails:
remove_action( 'woocommerce_before_single_product_summary', 'avia_close_image_div', 20); add_action( 'woocommerce_before_single_product_summary', 'avia_product_share', 20); function avia_product_share() { //share links on single post avia_social_share_links(); echo "</div>"; }
I have just changed to the first code so you can see that same page (http://demo.greetingsworld.com.ng/product/blue-blouse/) with social share at the bottom of the page and the product tabs look okay.
September 22, 2015 at 11:06 am in reply to: Social Share Icons on product page breaking page structure. Urgent Help! #506903Hey Andy,
I tried couldn’t locate the issue. Please go ahead and deactivate to diagnose yourself. Thanks.
September 21, 2015 at 11:17 pm in reply to: Social Share Icons on product page breaking page structure. Urgent Help! #506735hello Andy,
still waiting on any help from you guys. Thanks.
September 21, 2015 at 5:15 pm in reply to: Social Share Icons on product page breaking page structure. Urgent Help! #506541Hello Andy,
See private content for login details.
I really need this thing fixed as soon as possible. Thanks.September 21, 2015 at 2:59 pm in reply to: Social Share Icons on product page breaking page structure. Urgent Help! #506459See private content for the link.
Awaiting your fix. Thanks.
September 21, 2015 at 2:43 pm in reply to: Social Share Icons on product page breaking page structure. Urgent Help! #506445Hello Andy,
1. Thanks but your code left padding space in the section. so i used the code below instead. Please help confirm that this code won’t affect another page.
.avia-section-small .content { display: none; }
2. See below how the social share breaks the product tabs.
a. Screenshot when social share is placed just before the footer section: https://www.dropbox.com/s/v84vtnixpqy7k18/Blue%20Blouse%20%E2%80%A2%20Greetings%20World3.png?dl=0
b. Screenshot when social share is placed just underneath the product image thumbnails:
https://www.dropbox.com/s/l4yezlujwj8ly9l/Blue%20Blouse%20%E2%80%A2%20Greetings%20World%202.png?dl=0I need to put the social share underneath the image thumbnails while ensuring that the product tabs look like screenshot b
September 20, 2015 at 7:03 pm in reply to: Social Share Icons on product page breaking page structure. Urgent Help! #506084Hello Elliott,
Thanks for the support thus far. I have 2 requests.
1. I got this code below from (https://kriesi.at/support/topic/woo-related-products-above-tabs/#post-483781) and i tried to tweak it to show related products in a tab.
/* Upsell Hook */ // Remove the WooCommerce Upsell hook remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_upsell_display', 15 ); // Add a custom action to display Upsells add_action( 'growdev_after_single_product_summary', 'woocommerce_upsell_display', 15 ); if ( ! function_exists( 'woocommerce_output_upsells' ) ) { function woocommerce_output_upsells() { woocommerce_upsell_display( 10,5 ); // Display 10 products in rows of 5 } } // A filter to add a custom tab add_filter('woocommerce_product_tabs','growdev_add_tab'); // Callback for add_filter that defines the filter. You can change 'New tab' to the desired // tab title // growdev_custom_tab is the function callback function growdev_add_tab( $tabs ) { $tabs['upsell_tab'] = array( 'title' => 'Passende Produkte:', 'priority' => 29, 'callback' => 'growdev_custom_tab'); return $tabs; } // The function callback for the custom tab. // This does the display upsells action inside of the tab function growdev_custom_tab( $key, $tab ) { do_action('growdev_after_single_product_summary'); }
I tweaked it to the code below. it shows the related products in a tab but still shows a duplicate of the related products beneath just before the footer (Screenshot: https://www.dropbox.com/s/r3rk01dviyghhq0/Blue%20Blouse%20%E2%80%A2%20Greetings%20World.png?dl=0) Could you please help fix. thanks.
/* Related Products Hook */ // Remove the WooCommerce Related Products hook remove_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_output_related_products', 10 ); // Add a custom action to display Related Products add_action( 'growdev_after_single_product_summary', 'woocommerce_output_related_products', 20 ); if ( ! function_exists( 'woocommerce_output_related_products' ) ) { function woocommerce_output_related_products() { woocommerce_related_products( 10,5 ); // Display 10 products in rows of 5 } } // A filter to add a custom tab add_filter('woocommerce_product_tabs','growdev_add_tab'); // Callback for add_filter that defines the filter. You can change 'New tab' to the desired // tab title // growdev_custom_tab is the function callback function growdev_add_tab( $tabs ) { $tabs['RelatedProducts_tab'] = array( 'title' => 'Related Products', 'priority' => 29, 'callback' => 'growdev_custom_tab'); return $tabs; } // The function callback for the custom tab. // This does the display Related Products action inside of the tab function growdev_custom_tab( $key, $tab ) { do_action('growdev_after_single_product_summary'); }
2. I’m using this code below (got it from: http://kriesi.at/documentation/enfold/enable-social-share-section-for-pages/) to show the social share icons beneath the gallery thumbnails but it breaks the woocommerce product tabs (Screenshot: https://www.dropbox.com/s/l4yezlujwj8ly9l/Blue%20Blouse%20%E2%80%A2%20Greetings%20World%202.png?dl=0). Could you please help fix this.
remove_action( 'woocommerce_before_single_product_summary', 'avia_close_image_div', 20); add_action( 'woocommerce_before_single_product_summary', 'avia_product_share', 20); function avia_product_share() { //share links on single post avia_social_share_links(); echo "</div>"; }
- This reply was modified 9 years, 2 months ago by adotopanuga.
September 15, 2015 at 4:32 pm in reply to: Social Share Icons on product page breaking page structure. Urgent Help! #503466Hey Elliot,
Thansk for your reply, on request 1.
for request 2, see this screenshot- https://www.dropbox.com/s/3k89wh20yel6y3k/screenshot2.jpg?dl=0 : I have this accordion that i put here using a plugin called extra product options. I would like to copy the entire review form and reviews provided to show inside the accordion. so what i need is an html or shortcode in order to show the review section (bopth form and other reviews that are added) inside the accordion.
-
AuthorPosts