cajos1968
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Adding widget area in Vantage themShould it be get_sidebar( ‘before-slider’ );
or <?php get_sidebar( ‘before-slider’ ); ?>
Forum: Themes and Templates
In reply to: Adding widget area in Vantage themIn the header file to call it. I try to figure out the peaces of the puzzle.
functions.php of the child is loaded first and the parent is added.
Unlike style.css, the functions.php of a child theme does not override its counterpart from the parent. Instead, it is loaded in addition to the parent’s functions.php. (Specifically, it is loaded right before the parent’s file.)
In my first post is my full funtcions.php of the child. Can anyone verify that this is correct?
Forum: Themes and Templates
In reply to: Adding widget area in Vantage themdoesn’t change a thing.
I changed
<?php dynamic_sidebar( ‘before-slider’);?>
to
<?php register_sidebar( ‘before-slider’);?>or should it be vantage_widgets_init
I would suggest categories for questions so you can keep score on categories.
I would suggest categories for questions so you can keep score on categories.
Forum: Themes and Templates
In reply to: [Customizr] Round featured image not roundTHX!
Think I got it, for the row list you need an empty column for the numbers. That column doesn’t count! so I was sorting column 2 (witch is column 3 in the view). Changed it to column 1 and it is sorted!!
Hi tobias,
Not sure what you mean
Command to call the table
https://prntscr.com/2lwam1Table basic layout
https://prntscr.com/2lwaucCommand to sort
https://prntscr.com/2lwbc6Ah found the spot!! Tablepress is great tool.
Still struggling to sort my dates from latest to oldest. I also notice after punting code there the row numbers don’t work anymore.
Hi guys,
This is what i want on a table i use. Where do I add de code?
“aaSorting”: [[3,’desc’]], “aoColumnDefs”: [ { “sType”: “date-eu”, “aTargets”: [ 3 ] } ]
is it like this?
[table id=2 datatables_columnfilter="true" datatables_counter_column="true" "aaSorting": [[2,'desc']], "aoColumnDefs": [ { "sType": "date-eu", "aTargets": [ 2 ] } ] /]
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Filter functionalityJust a general question. Is this the way you install all other plugins? I have a hard time finding that information.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Problems importing tablepressDo you know a tool to validate a csv file
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Problems importing tablepressHi tobias
Thx for the reply. The errorline is the D65-S line (middle). The import fails every time. Even if I first open it in Textpad or other text editor. If I remove that line it is importing!! What a lovely tool you have created!! But that darn line, can’t see the issue!Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Problems importing tablepressPinpoint the errorline, but can’t make sence of it
D65-C;Siege Torpedo C;Concussive; 16 ; 55 ; 192 ; 504 ; 705 ; 1.209 ; 5,0 ; 60 ; 400 ; 1 ;;;; 60 ; 85 ; 101 ;65;-;-;-; D65-S;Siege?Torpedo S;Concussive; 16 ; 55 ; 192 ; 504 ; 705 ; 1.209 ; 5,0 ; 60 ; 400 ; 1 ;;;; 60 ; 85 ; 101 ;100;-;-;-; D51-A;Strike Missiles A;Penetrating;; 66 ; 326 ; 72 ;; 72 ; 3,0 ; 90 ; 120 ; 1 ;;; 5 ; 22 ;; 24 ;;-;-;-;
It is the middle one but it seems to be the same?