supergap
Forum Replies Created
-
Forum: Plugins
In reply to: [Events as Posts] No way to display post list in 2 columnsHi,
it’s just 1 minute. And it works!
Thanks a lotForum: Plugins
In reply to: [Events as Posts] No way to display post list in 2 columnsHi,
excuse me to insist.
I tried with Opera, Safari, Firefox and Chrome. I cleared the cache, but no way.
Perhaps I did not explain well the issue.
Please take a look to these screenshots.http://anipla.supergap.it/screenshots/safari.png
http://anipla.supergap.it/screenshots/chrome.pngAs you can see there are two post. By setting 2 columns I suppose to have them side by side, not one below the other.
Thanks a lot.
Forum: Plugins
In reply to: [Event post] number of column in event listI tried to have a look here in eap-functions.php, but no way to understand what’s the matter..
elseif ( $setting[‘layout’] == 2 ) {
$css .= “.eap__list { display: -ms-grid; display: grid; grid-gap: 1.6em; background: $bg_color; }” .
“.eap__title { margin: .6em 0 .6em; }” .
“@media screen and (min-width: 576) { .eap__list { grid-template-columns: repeat(2, 1fr); } }”;Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] sorting months in a smart wayHi Tobias,
I was not certain. Because I was convinced that if you can create infinite columns it was not possible to assign a class.
But I tried and it works fine.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] sorting months in a smart wayHi,
Last but not least..
using the same way is it possible also set text color / font weight for an entire column.
If I’ve understand the way it works I do suppose NO.
But I can not find a way in css, because table cells are dynamically generated..thanks again.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] sorting months in a smart wayFine!
that’s perfect.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] sorting months in a smart wayhi,
it works fine thanks!I set: “columnDefs”: [ { “orderData”: [ 0 ], “targets”: [ 1 ] } ]
hidden ‘ordering’ column is 0 and visibile data to sort are in column 1 (that is the second column on user side)BUT
I’m not able to match this command to this other command that I like to use too:
{ “orderable”: false, “targets”: [ 2,3 ] }because I want to order column 1 (using the hidden column 0) but also avoid sorting in column 2 and 3.
I used this (perhaps the syntax is wrong), but sorting disappears everywhere.
“columnDefs”: [ { “orderData”: [ 0 ], “targets”: [ 1 ] } { “orderable”: false, “targets”: [ 1,2 ] }]
Is it correct?
thanks a lotIt works! thanks.
Forum: Reviews
In reply to: [AdRotate Banner Manager] AD images moving while changingSounds wrong.
It’s not a matter of image size. It makes the same also with same size. And what about the flash?Forum: Plugins
In reply to: [CM Tooltip Glossary] Variations of a glossary termhi,
and how to do that in the commerce version?
ThanksForum: Plugins
In reply to: [Social Likes] Show the post image in FBI Solve the problem installing:
Facebook Thumb Fixer PluginI was just a padding-bottom matter..
Forum: Plugins
In reply to: [Fast Secure Contact Form] Confirmation email message always goes to spamNo, is with all kind of email account.
I tested with gmail, hotmail, and my personal email that is a domain name account.Forum: Plugins
In reply to: [Fast Secure Contact Form] Confirmation email message always goes to spamThis interesting tutorial is about mail that comes from the post to the site manager (to get info that people insert in the form).
My problem is about ‘confirmation email’, the courtesy email that who filled the form receive (for example: thanks for contacting us etc). This email go alway directly to spam folder.Thi is the problem I should solve.
Thanks
Forum: Plugins
In reply to: [Fast Secure Contact Form] First item of a selection field blankThanks a lot. It works fine.