Thank you!
I tried both codes using example 17, I created this page - http://ch1.2biz.ca/products/service-stuff-pages-not-shown-in-navigation-but-used-for-iframes-etc/test-for-tables-example-17/ and using example 28 - http://ch1.2biz.ca/products/service-stuff-pages-not-shown-in-navigation-but-used-for-iframes-etc/test-for-tables-example-28/
Example 28 works better but has mobile issues - i.e. iframes are shown but ignoring "iframe_hide_elements restrictions " - i.e. all elements (even hidden) of the table are shown.
The codes that follows example 28 are here:
[tabby title="Features"] [tabby title="Technical"] [tabby title="Electric Actuation"] [advanced_iframe securitykey="6ef523c1208ec972c864bb0ae301b595fa34382e" id="e1" frameborder="0" src="http://ch1.2biz.ca/products/service-stuff-pages-not-shown-in-navigation-but-used-for-iframes-etc/electric-actuators-all/" width="100%" height="800" use_shortcode_attributes_only="true" onload_resize="true" enable_lazy_load="true" enable_lazy_load_manual="auto" show_iframe_loader="true" onload_show_element_only=".table-act-e" iframe_hide_elements="tr.electromni, tr.a" scrolling="no" enable_responsive_iframe="true"]
[tabby title="Pneumatic Actuation"] [advanced_iframe securitykey="6ef523c1208ec972c864bb0ae301b595fa34382e" id="p1" src="http://ch1.2biz.ca/products/service-stuff-pages-not-shown-in-navigation-but-used-for-iframes-etc/pneumatic-actuators-all/" width="100%" height="800" use_shortcode_attributes_only="true" onload_resize="true" enable_lazy_load="true" enable_lazy_load_manual="auto" show_iframe_loader="true" onload_show_element_only=".table-act" iframe_hide_elements="tr.pa" scrolling="no" enable_responsive_iframe="true"]
[tabbyending]
2) When I tried to use example 17, it was worse. Maybe because I do not know how to properly refer the tabs. http://ch1.2biz.ca/products/service-stuff-pages-not-shown-in-navigation-but-used-for-iframes-etc/test-for-tables-example-17/
The two tabs where the iframes are referenced are "Electric Actuation" and "Pneumatic Actuation". What happens is when I use enable_lazy_load="false" - "Electric Actuation" is shown and "Pneumatic Actuation" - is not (or vise versa depending on which tab is opened first - if you open one first, another does not load. If you reload page and open another, then the first that earlier showed does not this time). In mobile version same story as with Example 28.
Here are the shortcodes:
[tabby title="Features"] [tabby title="Technical"] [tabby title="Electric Actuation"] [advanced_iframe securitykey="6ef523c1208ec972c864bb0ae301b595fa34382e" id="e1" frameborder="0" src="http://ch1.2biz.ca/products/service-stuff-pages-not-shown-in-navigation-but-used-for-iframes-etc/electric-actuators-all/" width="100%" height="20" use_shortcode_attributes_only="true" onload_resize="true" tab_visible="#Features" tab_hidden="#Electric-Actuation" enable_responsive_iframe="true" onload_show_element_only=".table-act-e" iframe_hide_elements="tr.electromni, tr.a" scrolling="no"]
[tabby title="Pneumatic Actuation"] [advanced_iframe securitykey="6ef523c1208ec972c864bb0ae301b595fa34382e" id="p1" src="http://ch1.2biz.ca/products/service-stuff-pages-not-shown-in-navigation-but-used-for-iframes-etc/pneumatic-actuators-all/" width="100%" height="20" use_shortcode_attributes_only="true" onload_resize="true" tab_visible="#Features" tab_hidden="#Pneumatic-Actuation" enable_responsive_iframe="true" onload_show_element_only=".table-act" iframe_hide_elements="tr.pa" scrolling="no"]
[tabby title="Order"] [tabbyending]
What should I change in the shortcodes for the Examples 28 and 17 to make sure that both tables are shown both in desktop and mobile modes each in its tab correctly following "iframe_hide_elements restrictions"?
Thank you!
|