kawebb
Forum Replies Created
-
I get the error message below when I click on the wpDataTables table to download as CSV or XLS.
“Error
You are trying to load a table of unknown type. Probably you have not activated the extension required to use this table type.”Now the version that we have is wpDataTables 3.4.2.1
WP Version: 6.4.2
PHP Version: 8.2.12
MySQL Version: 8.0.33I have purchased the Report Builder extension for wpDataTables to try to resolve the issue but when I go to activate the plugin I get the message: The Report Builder extension requires wpDataTables version 3.5.
Do you have a version 3.5?
It has worked in the past to download the tables as CSV or XLS without the Report Builder plugin.
I am grateful for a quick response as it is a website that is in great need of being able to download its data.
Forum: Plugins
In reply to: [Max Mega Menu] Mega menu style not showingOk I will try! Thanks!
Forum: Plugins
In reply to: [Max Mega Menu] Mega menu style not showingHi!
Yes its working in the parent theme. Can it be a clash with the WP Nav Walker menu?
Forum: Plugins
In reply to: [Max Mega Menu] Mega menu style not showingHi!
I’ve added the code to header.php (the same way as in your image) but it still looks the same for me as before (normal dropdown). Should I comment out the other nav-code? If I do that the menu becomes blank again. Can it be something in the child theme thats making the error? Since you only tried with the parent theme. You can look at the URL I sent you in the first post if you want to check what I’m seeing.
Thanks!
Forum: Plugins
In reply to: [Max Mega Menu] Mega menu style not showingHi!
Here is the link to the zipped parent-theme:
Forum: Plugins
In reply to: [Max Mega Menu] Mega menu style not showingHere it is:
<?php wp_nav_menu( array( 'menu' => 'Main menu', 'depth' => 3, 'container' => true, 'menu_class' => 'navbar-nav w-100 d-flex flex-row', 'fallback_cb' => 'WP_Bootstrap_Navwalker::fallback', 'walker' => new WP_Bootstrap_Navwalker(), ) ); ?>
Forum: Plugins
In reply to: [Max Mega Menu] Mega menu style not showingHi!
Yes the h1:s are showing. And when I edit the menu and hover a menu item it says “Mega menu” so it seems to be activated.
Forum: Plugins
In reply to: [Max Mega Menu] Mega menu style not showingHi!
Yes I have a menu that is called Main Menu that is assigned to the menu location I created. I’ve also enabled MMM on the new menu location. It doesn’t seem to output any code in <nav>.
Forum: Plugins
In reply to: [Max Mega Menu] Mega menu style not showingHi!
Thanks for the guide! I followed the steps but now the menu doesn’t show up at all. You can see that at the url of the website that i sent you.
The code I used for outputting the menu is this one:
<?php wp_nav_menu( array( 'theme_location' => 'max_mega_menu_1' ) ); ?>
Hi!
Is it the text/plain on line 83 and 84? I followed your steps and but doesn’t change to text/javascript on those lines after accepting the cookies. I tried in incognito window and also cleared the WPE cache.
Thanks again!
Hi!
Thanks! It activates the script, but now even before I click accept. Is that correct? I tried in incognito.
Forum: Plugins
In reply to: [WP-SCSS] New version 1.2.5 not compiling properlyWhen I save my main.scss file the compilation work, but Im hoping for a new update of the plugin soon.
Forum: Plugins
In reply to: [WP-SCSS] New version 1.2.5 not compiling properlyHi!
I updated to version 1.2.5 today and I got the same issue as @majkelruffin but I solved it by creating a cache directory, but it doesnt seem as its parsing the new SASS I create. I dont get any error messages and in the inspector it shows the old code but if I click on the link to the .scss file in the inspector it shows my new code. Any idea how I can solve it?
Thanks!- This reply was modified 4 years, 11 months ago by kawebb.