busterland
Forum Replies Created
-
Thanks a lot it’s working like that ! ??
- This reply was modified 2 years, 10 months ago by busterland.
Hello Peter,
I’m still facing this issue. I have this message again whereas I don’t have any cache plugin.
Even when I press F5 and click on OK, the message is still displayed. I tried to access to the website with my phone, but I don’t have the message.
I have deleted the cookies in Chrome and the message disapears.How can I disabled cache for this feature?
Thanks ??
Hello Peter,
Thanks for your help.
I had the plugin called “LiteSpeed Cache” that I had disabled because I don’t need it.
Could you tell me how to test ? I need to wait 24h hours and check if I still get this error message right ? Tell me if I can modify the duration to test quickly.
Otherwise I’ll add {“killToken”:true} in the Table options (advanced).
Thanks !
Thanks a lot ! It’s working with only :
var table = $('#view_2').DataTable();
Hi,
For the moment I’m working in localhost.
I have created the view from Data Explorer and now it’s working ! ??
Before that I created the view in phpMyAdmin but can’t see the data in data explorer. Don’t know why.But it’s ok with Import functionnality.
Thanks a lot for your help, problem solved ! ??
I just tried something else.
I have created the view in phpMyAdmin without REPLACE in MySQL :
FORMAT(b.price, 4, "de_DE") AS 'Price'
and then go into “Data designer” and used “Reverse engineering”, it’s ok.Then I created again the view with adding REPLACE :
REPLACE(FORMAT(b.price, 4, "de_DE"),"."," ") AS 'Price'
And I got the following message :( ! ) Warning: Invalid argument supplied for foreach() in ...\wordpress\wp-content\plugins\wp-data-access\WPDataAccess\Design_Table\WPDA_Design_Table_Form.php on line 2353 Call Stack # Time Memory Function Location 1 0.0000 413384 {main}( ) ...\admin.php:0 2 0.2945 12366240 do_action( ) ...\admin.php:259 3 0.2945 12366616 WP_Hook->do_action( ) ...\plugin.php:484 4 0.2945 12366616 WP_Hook->apply_filters( ) ...\class-wp-hook.php:316 5 0.2945 12367632 WP_Data_Access_Admin->data_designer_page( ) ...\class-wp-hook.php:292 6 0.2945 12367632 WPDataAccess\List_Table\WPDA_List_View->show( ) ...\class-wp-data-access-admin.php:587 7 0.2994 12383496 WPDataAccess\List_Table\WPDA_List_View->display_edit_form( ) ...\WPDA_List_View.php:462 8 0.3169 12416992 WPDataAccess\Design_Table\WPDA_Design_Table_Form->show( ) ...\WPDA_List_View.php:502 ( ! ) Warning: Invalid argument supplied for foreach() in ...\wordpress\wp-content\plugins\wp-data-access\WPDataAccess\Design_Table\WPDA_Design_Table_Form.php on line 2368 Call Stack # Time Memory Function Location 1 0.0000 413384 {main}( ) ...\admin.php:0 2 0.2945 12366240 do_action( ) ...\admin.php:259 3 0.2945 12366616 WP_Hook->do_action( ) ...\plugin.php:484 4 0.2945 12366616 WP_Hook->apply_filters( ) ...\class-wp-hook.php:316 5 0.2945 12367632 WP_Data_Access_Admin->data_designer_page( ) ...\class-wp-hook.php:292 6 0.2945 12367632 WPDataAccess\List_Table\WPDA_List_View->show( ) ...\class-wp-data-access-admin.php:587 7 0.2994 12383496 WPDataAccess\List_Table\WPDA_List_View->display_edit_form( ) ...\WPDA_List_View.php:462 8 0.3169 12416992 WPDataAccess\Design_Table\WPDA_Design_Table_Form->show( ) ...\WPDA_List_View.php:502
I created the view directly in phpMyAdmin and I didn’t have an issue.
I tried with a single quote on ‘Price’ and without but I still have the message “No data found” in the Data explorer.
I only have the error when I use the REPLACE function. When I use only FORMAT it’s ok.
Is there any other solution to get a result with a space for thousands?
It’s working whithout spaces, but not for the line with :
REPLACE(FORMAT(b.price, 4, "de_DE"),"."," ") AS "Price"
But it’s working without REPLACE function :
FORMAT(b.price, 4, "de_DE") AS "Price"
In the database the price type is “decimal(50,4)” so I have numbers like : “1463975.9100”
In the view, the price type is “varchar(102)” and numbers are like : “1.463.975,9100” thanks to the FORMAT function.I would like to show it as : “1 463 975,9100” on the website.
Do you know how I can do that ? I have seen in the “Data publisher” tab, there is a field “Table options”. I have to add some code here ? Something like replace “.” with ” ” for the field “price” ? I’m not familiar with javascript…
Thanks for your help
Forum: Fixing WordPress
In reply to: Insert tab with database informationsThanks RossMitchell
Which plugin name do you council me ? I’m looking for a free one if possible.
I tried TablePress but I can’t query my database.For the alternate way, do you have any tutorial link to do that? Something I can learn from.
Hello,
I tried to add the code to my function.php file but it didn’t work.
The long description doesn’t appear when I check again on the structured data tool…Regards,
Forum: Themes and Templates
In reply to: [OceanWP] Show variation on archive pageI’ll forgive this, there is many variation so it’s not a good way to display it on archive page.
You can close this topic
ThanksForum: Themes and Templates
In reply to: [OceanWP] Add product description under image productThe problem is the description tab isn’t display automatically:
If I add in the css display:block for descritpion tab, when I click on review tab, the description tab didn’t swhitch to display:none so description tab is still visible and review tab is display under the description.
I guess there is some javascript to modify element.style css but I don’t know where to modify it. Could you help me to find where is it?
Thanks
- This reply was modified 5 years, 7 months ago by busterland.
- This reply was modified 5 years, 7 months ago by busterland.
Forum: Themes and Templates
In reply to: [OceanWP] Show variation on archive pageHello Amit,
I give you all the steps. Could you check it please?
ThanksForum: Themes and Templates
In reply to: [OceanWP] Add product description under image productI have contacted the woo-variation-gallery but they tell me to contact my theme developer.
Me also i’m thinking you are the person who can help me to do this. I’m using your premium theme and there is some modification that I need.
Moreover the plugin woo-variation-gallery is not linked to the apparence of the product page.
Thanks for your help
Forum: Themes and Templates
In reply to: [OceanWP] Add product description under image productHi again
Whith the code I sent you, the<div class="woocommerce-tabs wc-tabs-wrapper">
is after the div<!-- .woo-variation-gallery-wrapper -->
That’s why description tab take all the sceeen size.
When I move the
<div class="woocommerce-tabs wc-tabs-wrapper">
into the div<!-- .woo-variation-gallery-wrapper -->
the description is correctly under the image.
But I don’t know how to says to my function to add
woocommerce_output_product_data_tabs
in the divwoo-variation-product-gallery
Thanks for helping ??