jpknz
Forum Replies Created
-
Any update when this will be added to an update? I noticed a new version when out today.
Thanks
Hi
Contacted via oxilab as requested but haven’t had a response to date so reopening.
Thanks
Hi
The test site provided is on the default wordpress theme without any custom code or css.
Having to use a <br> tag in text instead of simply writing the text as it would be is not a solution as the text can be used in multiple places – everything else of which does not require this. It would mean creating two sets of text – one for content tabs and one for everything else – and having to remember to update both when it needs changing.
The text works fine in all over plugins that display content. Surely there is something that needs to be changed in content tabs/shortcode add-ons in order to display correctly.
Hi
The same issue exists. I’ve added another tab at https://3.8.122.152/ where you can see the results
Hi
I’ve just updated (and deleted and re-installed and created a new set of tabs) and the break issues are still present.
See https://3.8.122.152/ for the example
Hi
Is there any update on this one?
Thanks
Agreed that there was no jquery – I’ve just solved that as below
Update to not loading when viewing as a user – I had to add the below in for it to show. It seems the plugin expects some other plugin/theme to load jquery instead of loading it itself
wp_enqueue_script(‘jquery’);Update to not loading when viewing as a user – I had to add the below in for it to show. It seems the plugin expects some other plugin/theme to load jquery instead of loading it itself
wp_enqueue_script(‘jquery’);Either way it appears that the CSS is being overridden for some reason – will need to investigate why
- This reply was modified 5 years, 8 months ago by jpknz.
Hi
This occurs with default theme on a fresh install of wordpress. I’ve created a site for you to see this problem. Whats the best way to get the credentials to you? The site is https://3.8.122.152/. The second tab displays the linespacing/break issues.
The issue with the test site (brand new installation just now) however is that content tabs won’t even show the tabs content when viewing as a user. You can see it when in admin mode however. This is simply the default install of wordpress, updated to 5.1.1 and the twenty nineteen theme also updated.
The only plugins active in this install are Shortcode addons and Response Tabs with Accordions.So a new issue to report by the looks in that content tabs won’t display the tabs on a fresh install of wordpress.
Hi
I have updated (deleting and installing again) but the issue still exists.
Thanks
Hi
The URL is internal on a development site. The problem also occurs with the default wordpress theme and all plugins disabled.
I’ve created a site for you to see this problem. Whats the best way to get the credentials to you? The site is https://3.8.122.152/
The issue with the test site (brand new installation just now) however is that content tabs won’t even show the tabs content when viewing as a user. You can see it when in admin mode however. This is simply the default install of wordpress, updated to 5.1.1 and the twenty nineteen theme also updated.
The only plugins active in this install are Shortcode addons and Response Tabs with Accordions.Hi
Not sure why this was resolved as there hasn’t been an update to the plugin to fix it.
Marking back as unresolved.
Thanks
Thanks but that doesn’t explain why when the page is view in live (e.g not preview) the list is still not indented as below.
1. step 1
2. step 2
^ step 2 indented bullet (bullet shows but it’s not indented)
3. step 3
etcForum: Plugins
In reply to: [WooCommerce] Errors Importing Variable Subscription productsDid you ever find a solution for this? I’ve just run in to the same issue. I’ve submitted a support ticket to Propress but wondered if you had found/been given a solution?
ThanksNo worries.
I’ve created code that works with all of the standard WC and the WCS emails. No idea on how to do a pull request or even if I have access to do that so you can find the updated file at
https://1drv.ms/u/s!AjXczII8zGSUuB1Cq5vPe-cgn-IvThe edits are as below
line 163 – array created of WCS emails that require subscription instead of order
line 178 – else if changed to check if $index is in the array created on line 163
line 180 – changed wcs_get_subscriptions_for_order to include parameter array of ‘order_type’ => ‘any’. This is because wcs_get_subscriptions_for_order defaults to order_type = parent which did not work for the orders I was testing on (for some reason – not sure why…they were standard renewal orders)While it works for me you should obviously test yourself before changing any code in the plugin particularly in relation to any other emails outside of standard WC or WCS (as those are the only woocommerce plugins I have).
- This reply was modified 5 years, 8 months ago by jpknz.