Forum Replies Created

Viewing 15 replies - 1 through 15 (of 24 total)
  • Thread Starter kira7

    (@kira7)

    Just an update on previous email – since updating the code as per instructions (which in fairness worked every time except now), now I have just gone to Tabs Responsive plugin, opened one of the tabs I had created previously, went to the video tab and its completely blank…. – and nothing. Every single pre-created tab that I had code in to show a video is now blank.

    Please advise if you can provide a permanent solution for this ongoing, time-wasting issue otherwise I will have to find another plugin.

    Thanks.

    Nat

    Thread Starter kira7

    (@kira7)

    Hi, Your module is very frustrating ??

    You had given me code to stop YouTube code literally disappearing on saving

    ====

    Step 1: Go to plugin > plugin editor.
    Step 2: Select the “Tabs Responsive” plugin to edit the dropdown.
    
    Step 3: Go to inc > admin > data-post > tabs-save-data.php
    line no. 13 replace, this code
    
    $tabs_desc = stripslashes(wp_kses_post($_POST['tabs_desc'][$i]));
    
    by this code
    
    $tabs_desc = stripslashes($_POST['tabs_desc'][$i]);

    =====

    which I have had to re-enter these changes every single time you update your plugin. That was manageable, though frustrating as I don’t understand why this change isn’t made into your actual plugin so its in the plugin with each upgrade…..

    Anyhow, so upon your latest plugin update, I just went in and once again changed the code because I need to add more videos to tabs yet despite the code being modified as you instructed, I inserted the same code I have inserted across dozens of tabs and soon as I save now the code gets completely deleted from the tab….

    Please advise…

    Thanks.

    Thread Starter kira7

    (@kira7)

    Hi, Sorry for delay. The site is https://paradise.webfactory.com.au/

    Here is a direct product page -https://paradise.webfactory.com.au/shop/mate-immune-support/

    Thanks.

    Nat ??

    Thread Starter kira7

    (@kira7)

    PS I just went to update a video reference in a previously working tab, hit save, and now the code is all gone too… please provide urgent fix as need to have code not deleting itself upon saving. Thanks.

    Thread Starter kira7

    (@kira7)

    Hi,

    I have just realised the last 2 videos I have inserted using the following code (below), upon saving, just gets deleted? Help! Why isn’t this code saving anymore? I have used the same code across dozens of products but suddenly now its not saving.

    ===
    <iframe title=”YouTube video player” src=”https://www.youtube.com/embed/HSmVvbsHDzE&#8221; width=”426″ height=”240″ frameborder=”0″ allowfullscreen=”allowfullscreen”></iframe>
    <p></p>
    ===

    Please advise urgently.

    Thanks.

    Thread Starter kira7

    (@kira7)

    Hi ??

    All sorted. The amazing team at Avada provided the solution. For anyone using Avada template with Advanced Woo Search, just enter code into Avada > Options > Custom CSS like displayed below.

    Here is the code to change
    – Background behind search icon
    – Product Title colour
    – View all results text colour
    – Colour on hover

    .aws-search-btn.aws-form-btn {
    background: #EEEADF !important;
    }

    .aws_result_title {
    color: #006600 !important;
    font-size: 15px !important;
    }

    li.aws_result_item.aws_search_more a {
    color: #006600 !important;
    font-size: 15px !important;
    }

    li.aws_result_item:hover {
    background: #EEEADF !important;
    }

    Kind regards,
    Nat ??

    Thread Starter kira7

    (@kira7)

    Hi again,

    Tried that in both the Appearance > Customise CSS section and then also in Avada > Options > Custom CSS but no joy.

    Nat ??

    Thread Starter kira7

    (@kira7)

    Hi ??

    Just an update. I tried that by going to where you said and inputted

    .aws-search-result .aws_result_head .aws_result_title {
    color: #006600;
    }

    to change the Search results product titles to #006600 but nothing happened.

    I had previously tried doing the same via the Avada template – Avada > Options > Custom CSS and entered same code as above and that didn’t make any changes to the search results product title on the drop-menu either.

    Not sure what I am doing wrong lol

    Nat ??

    Thread Starter kira7

    (@kira7)

    Hi,

    Awesome. I will give that a crack. Many thanks for your time ??

    Kind regards,
    Nat ??

    Thread Starter kira7

    (@kira7)

    No luck – I barely have any plugins on to start with and nothing is conflicting with your plugin (or everything is as still not working).

    I have just completed the settings at /wp-admin/admin.php?page=product-enquiry-for-woocommerce – was there something else I had to do?

    Really keen to utilise your plugin if you can offer any further advice.

    Thanks.

    Thread Starter kira7

    (@kira7)

    PS I have also just noticed that despite under Settings >> Fluid Checkout, ticking box boxes for
    Highlight the shipping address section in the checkout form and
    Highlight the billing address section in the checkout form

    When I go to checkout https://paradise.webfactory.com.au/checkout/ nothing to do with Shipping is showing?

    I’ve even ticked the “Billing address same as the shipping address checked by default” box and “The billing address at checkout will start with the option “Billing same as shipping” checked by default” but again on the checkout page there is no box showing a tickbox denoting “shipping same as billing”.

    I also did a test order and when I logged into MyAccount after doing so, noted that there was no shipping address set yet…

    I am running Version 2.0.7 of the plugin. Help! Don’t know what I am doing wrong.

    Thanks for any advice.

    Nat ??

    • This reply was modified 2 years, 5 months ago by kira7.
    Thread Starter kira7

    (@kira7)

    Update – decided to just modify size of video across all tabs to 426 x 240 pixels so large enough in desktop view but fits into mobile view. Shame your tabs can’t utilise CSS but I do understand they have their limitations. They are still fantastic however ??

    Oh and the code to change border colour worked perfectly – many thanks for your time and assistance with everything ??

    Thread Starter kira7

    (@kira7)

    Hi,

    Don’t worry about it. I may have to look at using other tabs after all this as I really need tabs responsive unfortunately given for whatever reason you tabs can’t seem to draw on any info reference in them from the stylesheet – thats all they had to do. Thanks anyhow.

    Thread Starter kira7

    (@kira7)

    Hi,

    I am using the Avada template and have activated your plugin on that template. Thats all I have done. I haven’t modified any custom code except to enter in the Avada code I sent you a copy of – the code was provided as a courtesy by Avada support in an attempt to get the YouTubes resizing in your tabs given their inbuilt tabs automatically are responsive as they have a special YouTube element you can place in them, but I elected to use your tabs as they look so much nicer and work much better on mobile.

    I have now removed Avadas YouTube code so if you visit any of the videos at https://paradise.webfactory.com.au/videos/ is just a default insert of the standard YouTube into your tabs code eg
    <iframe title=”YouTube video player” src=”https://www.youtube.com/embed/9xsLKk92YRU&#8221; width=”560″ height=”315″ frameborder=”0″ allowfullscreen=”allowfullscreen”></iframe><br>

    Yes they look great on desktop, however, on mobile your tabs don’t resize the videos at all and thus on mobile, the right side of the video is cut-off. Which makes sense given the original YouTube code doesn’t accommodate responsiveness in that code.

    My original question was do you have a workaround eg some code that can be entered into your tabs with the YouTube code in order to make the YouTubes responsive for mobile.

    Avada cannot offer a solution except what they tried eg their code, given I am using your tabs plugin.

    So do you have an option eg code that enables your tabs to show responsive YouTubes?

    Many thanks for your time.

    Kind regards,
    Nat ??

    Thread Starter kira7

    (@kira7)

    Hi again,

    OK – so I got the perfect code to make YouTube videos responsive – your tabs just aren’t playing nicely with that code however ??

    I am working with Avada Handmade template and their support gave me code to put into your tabs to make the Youtubes responsive however it worked on the first tab when you load page https://paradise.webfactory.com.au/videos/ (first section, Immune Support) and video was responsive (was so excited!). Then clicked on 2nd tab and just blank (despite identical code, just different Youtube ID), and then clicked back to first tab and it is blank ??

    Why won’t the code work on more than 1 tab, and then won’t even work upon returning to that tab.

    Really frustrating. Any ideas?

    Its not the code that they gave me that is the issue, its the tabs because I entered the code on a test page (outside of tabs) and it works absolutely perfectly
    See https://paradise.webfactory.com.au/test/

    Here is the code:

    [fusion_youtube id=”S5FyS7tQuUw” alignment=”center” width=”500px” height=”” autoplay=”false” api_params=”” title_attribute=”” video_facade=”” margin_top=”” margin_bottom=”” hide_on_mobile=”small-visibility,medium-visibility,large-visibility” class=”” css_id=”” structured_data=”off” video_upload_date=”” video_duration=”” video_title=”” video_desc=””][/fusion_youtube]

    I really need to find an answer to making these videos responsive in your tabs because everything I try seems to have a similar result – your tabs don’t render the video responsively or it just comes up blank when responsive code it used either just directly in the tab (like Avada code supplied), or in the tab plus adding some CSS to the stylesheet.

    I would really like to just use the Avada code as it does work perfectly, just need to get it working in your tabs ??

    Please advise as love your tabs, want to keep using them, but I gotta get these tabs with videos working responsively as you can appreciate.

    Thanks.

    Nat ??

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