olesolo
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] Root Redirection Capturing Elementor RequestsThanks for a quick reply. I will try to test it more later.
For now I switched from the plugin rules to the .htaccess to ignore elementor requests on a templates editor page.
RewriteCond %{REQUEST_URI} ^/$
RewriteCond %{QUERY_STRING} !^post_type=
RewriteCond %{QUERY_STRING} !^elementorI see. Thanks for a info. But do you have a plan to add Rule for attributes?
Oh, I see. But how product variation rule works? By id, article or chosen attribute?
Forum: Plugins
In reply to: [Markup by Attribute for WooCommerce] Non variation attribute priceThanks Mark! Can you suggest any other plugin for such option?
Forum: Plugins
In reply to: [Data Tables Generator by Supsystic] Tables in a tabsMy quick solution is to change table class on click if window width is small.
if (jQuery(window).width() < 480) { jQuery('div.et_pb_tab table').attr('class','supsystic-table border stripe hover order-column lightboxImg no-border dataTable no-footer oneColumn oneColumnWithLabels'); }Forum: Plugins
In reply to: [Data Tables Generator by Supsystic] Tables in a tabsI still can’t fix this issue. I can’t add an id attributes to my tabs. May be you could add a simple code for “Execute JS Script After Table Load” to reload table?
Forum: Plugins
In reply to: [Data Tables Generator by Supsystic] Tables in a tabstable in tab is still not responsive.
Forum: Plugins
In reply to: [Data Tables Generator by Supsystic] Tables in a tabsI tried this code with a direct link to tableId
jQuery(document).ready(function() { //jQuery('.et_pb_tab_1').attr('data-table_id', '1'); var tabSection = jQuery('.et_pb_tabs_controls'); var app = window.supsystic && window.supsystic.Tables ? window.supsystic.Tables : false; // Check are Data Tables by Supsystic plugin API and tabs section exist on page if(tabSection.length && app) { // Find all tabs tabSection.find('.et_pb_tab_1').each(function() { // Get table id var tableId = 1; // Check, is this tab contains table or not jQuery(this).on('click', function() { // Call the function from Data Tables by Supsystic plugin to refresh table after the tab opening if(typeof app.getTableInstanceById(tableId).fnAdjustColumnSizing == 'function' ) { app.getTableInstanceById(tableId).fnAdjustColumnSizing(false); } }); }); } });Forum: Plugins
In reply to: [Data Tables Generator by Supsystic] Tables in a tabsnot working 🙁
Forum: Plugins
In reply to: [Data Tables Generator by Supsystic] Tables in a tabsHere is the link. The tabs are at the bottom of the page. Try to open the second tab on mobile.
Forum: Plugins
In reply to: [Data Tables Generator by Supsystic] Tables in a tabsI just found out that responsive feature is not working for data table with display:none;
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Created tables not availableBy the way TablePress works like a charm 🙂
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Created tables not availableHi Tobias,
My mistake! I’m reading two forums at once and post it to the wrong forum.
Sorry 🙂Forum: Plugins
In reply to: [Data Tables Generator by Supsystic] Header colspan problemI’ve send you a link. Check your inbox, please.
Forum: Plugins
In reply to: [AGP Ajax Taxonomy Filter] Fatal errorHi Alex,
You’re right! I’ve 5.2 installed. Thanks!