keesjan
Forum Replies Created
-
Hi, and what about reload popup only when basic consetn is given?
Forum: Plugins
In reply to: [Pexels: Free Stock Photos] Pexel Meta Data ErrorSame message here: Error: File attachment metadata error.
But -in my case- the file is uploaded in the libary.
Forum: Plugins
In reply to: [Super Progressive Web Apps] Super PWA still alive?@willstockstech With Chrome+ Omnibar you mean this I assume?
https://techdows.com/2019/03/install-pwas-from-omnibox-chrome.html
So chrome doe not pick up the current WP PWA with the install (+) button.You have my vote for a premium paid WP plugin.
- This reply was modified 6 years, 8 months ago by keesjan.
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Multiple Sticky Itemsmy votes for these features:
– Iād agree that multiple sticky elements would be fantastic. It could even be a part of a pro version as Iād pay for it.– Another great feature would be to allow a different sticky element for desktop and mobile.
– sticky to bottom or top
Forum: Plugins
In reply to: [Compliance by Hu-manity.co] EU settings onlysame question here
Forum: Plugins
In reply to: [Compliance by Hu-manity.co] Wish: full screen layer+1 vote from me for this functionality. Or is there a css tweak to do this?
- This reply was modified 7 years ago by keesjan.
Forum: Plugins
In reply to: [Redirection] Cross-domain Redirect not workingsame question here.
the old domain is domain-old.com the new domain is ‘domain-new.nl’
I want to redirect all tags from
/?tag=(.*)
to
https://www.domain-new.nl/tag/$1/
but I got then redirects to:http://www.domain-old.com/?https://www.domain-new.nl/tag/inkeerregeling/What do I do wrong?
Hi Tobias, thnaks for the quick reply.
its better now, but still the columns names move to the right when become stickey.
costum css is now:.tablepress thead th,
.tablepress tfoot th {
background-color: #646D72;
text-transform: uppercase;
font-weight: bold;
color: #ffffff;
}.tablepress.fixedHeader-floating,
.tablepress.fixedHeader-locked {
z-index: 10000;
}.tablepress .header2-tablepress {
text-transform: uppercase;
font-weight: bold;
}.tablepress .headertop-tablepress {
text-transform: uppercase;
font-weight: bold;
color: #ffffff;
}.tablepress thead th {
word-wrap: normal;
}Hi Tobias, keesjan here agian š
I just updated to version 1.8 and the sticky columns as acting strange…
see https://www.seoeffect.com/nl/seo-effect-prijzen/
the header text changes in such a way when it becomes sticky that teh words are truncated?Any solution?
Forum: Plugins
In reply to: [Don't Muck My Markup] trackoutboundlink script is not preserveredmmm, waht I added is not show in bold, to make my question extra clear:
I changed this code:
<div class="call_to_action_box"> <a class=" cta_button button large-btn "href="https://www.domain.com">Maak gratis SEO account</a> <h2>Try free</h2> </div>to this code
<div class="call_to_action_box"> <a class=" cta_button button large-btn "href="https://www.domain.com" onclick="trackOutboundLink('https://www.domain.com'); return false;">Maak gratis SEO account</a> <h2>Try free</h2> </div>Forum: Plugins
In reply to: [Glue for Yoast SEO & AMP] Design Colorthats a pitty, I added extra css in the Yoast glue plugin:
nav.amp-wp-title-bar .amp-wp-site-icon { border-radius: 0; }
where to add this now?
Luky me, the Yoast AMP glue analytics code is still used in the new AMP pluginI have in the header a class <span class=”headertop-tablepress”>Free</span> for eeach cell. Is that causing the problem?
oke, I understand.
I now have no sticky header anymore ;-(Do you understand why?
shortcode: [table id=1 responsive=collapse datatables_fixedheader=both datatables_fixedheader_offsettop=60 convert_line_breaks=false /]css:
.tablepress thead th,
.tablepress tfoot th {
background-color: #e28913;
}.tablepress-id-1 td {
position: relative;
}.tablepress .header2-tablepress {
text-transform: uppercase;
font-weight: bold;
}.tablepress .headertop-tablepress {
text-transform: uppercase;
font-weight: bold;
color: white;
}.tablepress.fixedHeader-floating,
.tablepress.fixedHeader-locked {
z-index: 10000;
}mm, is it possible with the “datatables_fixedheader_offsettop=60” in de shortcode to differentate offsettop for mopbile and desktop/ipad?
Will stikcy header shortcode work with additainel css?
Or do we need then datatables_fixedheader=top with an override for desktop that makes to offset 60?
So the honeypot field would still work when I change
[honeypot honeypot-xyz] to [field-email email-1] ?