Tangtang69
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Installation of ColVisHi tobias,
I managed to change the content of the Javascript in the setting of the theme !
Thank you very much !
Best,
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Installation of ColVisHi Tobias,
When you say “the code is in the theme options”, do I have to find the right PHP file of my website to modify ?(that would mean, check them all from the begining)Or, is there any way to access to the theme option on wordpress and change it manually ?
Thanks,
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Installation of ColVisHi Tobias,
I didn’t modify the code of this php file, and I checked, I am using the latest version of the theme.
The file that I have to change:
wp-content/themes/bridge/js/custom_js.php
appears like this on Filezila:
<?php
$root = dirname(dirname(dirname(dirname(dirname(__FILE__)))));
if ( file_exists( $root.’/wp-load.php’ ) ) {
require_once( $root.’/wp-load.php’ );
// require_once( $root.’/wp-config.php’ );
} else {
$root = dirname(dirname(dirname(dirname(dirname(dirname(__FILE__))))));
if ( file_exists( $root.’/wp-load.php’ ) ) {
require_once( $root.’/wp-load.php’ );
// require_once( $root.’/wp-config.php’ );
}
}
header(‘Content-type: application/x-javascript’);?>
var $j = jQuery.noConflict();
$j(document).ready(function() {
“use strict”;<?php echo $qode_options_proya[‘custom_js’]; ?>
});Unfortunately I don’t see the “$”, that I have to modify.
Thanks,
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Installation of ColVisHi Tobias,
I don’t know if it’s happening only to me but I didn’t make any changes on my table but all the sorting and filtering options that you gently helped me to set disapeared.
My table is accesible at:
https://motosport.seo4advisors.com/motos-en-venta/#lista de motos en venta
I tried to create other tables to make a test but the problem remains. It is weird because in the option of the table the “sorting” and “filtering” options are all enabled.
Best wishes,
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Installation of ColVisHi tobias!
No problem.
Thanks again
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Installation of ColVisThank you! Muchas gracias!
One more thing, the ColumnFilterWidgets Extension is very useful but is there any way to display the tool differently.
Is it possible to have the list of key words displayed with little boxes to be checked to make the selection ?
Example:
Tipo:
o Enduro
o Velocidad
o Vintage
o CiudadAnd we can check the boxes to make the selection of the rows we want to see.
Best,
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Installation of ColVisTobias you are THE man ! Thank you so much.
I am gonna use this table for now and I will learn javascript language later.
One last thing, what is the best way to change the language of the table in spanish ? Do I have to do it through the HTML or is there any easiest way ?
Best,
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Installation of ColVisDear Tobias,
Thanks a lot for your answer! I could download and enjoy your Sorting Plugin for my tab. It’s very useful.
My Table is a list of motorcycles in sale. Here is the link:
https://motosport.seo4advisors.com/motos-en-venta/#Lista de motos en venta
I looked up for solutions on the forums and by myself but I remain with two problems:
1) The font of the Table is different from the other pages of the website, as you can see. I made some changes and now the font is different, do you know how I could have the standard font back in my table ?
2) I would like to display a tool above the table that will allow you to select only particular rows. In the tool you will select the type of moto you are interested in, example I select “Enduro” and just the Enduros motos show up.
I tried your Row-selection Plugin, which is very well done but doesn’t display a tool-selector above the table to let the users make their own selection.Once again, thanks a lot for your time and your answer.
Best,