dEM0nsTAr
Forum Replies Created
-
Forum: Plugins
In reply to: [Fuse Social Floating Sidebar] tripadvisor icon and linkI am pretty sure that he meant that icon. I am also looking for it as well as https://s3-eu-central-1.amazonaws.com/centaur-wp/creativereview/prod/content/uploads/2016/09/Deliveroo-Logo-Crop.png for Deliveroo.
Would be great to have custom icon support, Tripadvisor and the possibility to select the position (top/middle/bottom left/right) on the site.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Sticky mobile menuThank you so much @rfortin, working perfectly!
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Sticky mobile menuThanks a lot again, much appreciated!
Sorry to ask you again but I have a minor issue left: For the desktop navigation I use the following jQuery code:
jQuery( "h2.entry-title" ).each( function() { var panelId = jQuery( this ).html().toLowerCase().replace(/\s+/g, "-"); jQuery( this ).wrapInner(function() { return "<span style='padding-top:96px;' id='" + panelId + "'></span>"; }) })
Now with the mobile optimisations and the menu only in the top right corner I would like to perform the same code but with less padding-top on a mobile device.
How can I add different padding-top dimensions based on the device dynamically?
Thanks in advance!Forum: Themes and Templates
In reply to: [Twenty Seventeen] Sticky mobile menuGreat, that works as expected. Thanks a lot!
Do you also know how to display the menu button only in the top right corner (like a shrinked down version) and to leave the rest of that area transparent?Forum: Themes and Templates
In reply to: [Twenty Seventeen] Sticky mobile menuThanks for the quick reply and solution!
It works quite well except for the fact that the menu doesn’t close itself after tapping on an item. Instead you have to tap on “Menu” again to close it. How can it be closed automatically together with tapping on a menu item?Forum: Themes and Templates
In reply to: [Twenty Seventeen] Sticky mobile menuAny solution for this?
Forum: Plugins
In reply to: [Advanced Twenty Seventeen] Fix (stick) Top MenuThat doesn’t work on a smartphone
Forum: Plugins
In reply to: [Simple Tooltips] Add feature: dotted text optionThanks, my message is just a feature request.
But the list is generated dynamically by Photonic, where should I add the code?
Where should I add this exactly?
Forum: Plugins
In reply to: [Widget Logic] Multiple Conditionals does not workThanks, that did the trick ??
Forum: Plugins
In reply to: [Widget Logic] Multiple Conditionals does not workI have exactly the same problem with this logic:
!is_page(140) || !is_single()
Both work but not together.
Why and how to fix this?
Thanks
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] Tracking doesn't workI always use and used the REST API but it doesn’t work anymore since I updated Piwik to v2:
*** Test 1/2: SitesManager.getSitesWithAtLeastViewAccess ***
Using: cURL
SSL peer verification: enabled
User Agent:
Call: https://www.domain.tld/piwik/?module=API&method=SitesManager.getSitesWithAtLeastViewAccess&format=XML&token_auth= + TOKEN
Result:
HTTP/1.1 200 OK
Server: nginx
Date: Sun, 02 Feb 2014 18:49:46 GMT
Content-Type: text/xml; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
X-Powered-By: PHP/5.5.8-1~dotdeb.1
Set-Cookie: PIWIK_SESSID=ogq3fu7lrsi1f4fub9qmh8ra50; path=/; HttpOnly
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache<?xml version=”1.0″ encoding=”utf-8″ ?>
<result>
<row>
<idsite>1</idsite>
<name>Blog</name>
<main_url>https://www.domain.tld</main_url>
<ts_created>2009-12-31 00:00:00</ts_created>
<timezone>Europe/Berlin</timezone>
<currency>EUR</currency>
<excluded_ips />
<excluded_parameters />
<excluded_user_agents />
<sitesearch>1</sitesearch>
<sitesearch_keyword_parameters />
<sitesearch_category_parameters />
<group />
<type>website</type>
<keep_url_fragment>0</keep_url_fragment>
<ecommerce>0</ecommerce>
</row>
</result>
Time: 0.12s*** Test 2/2: SitesManager.getSitesIdFromSiteUrl ***
Using: cURL
SSL peer verification: enabled
User Agent:
Call: https://www.domain.tld/piwik/?module=API&method=SitesManager.getSitesIdFromSiteUrl&url=http%3A%2F%2Fwww.domain.tld&format=XML&token_auth= + TOKEN
Result:
HTTP/1.1 200 OK
Server: nginx
Date: Sun, 02 Feb 2014 18:49:46 GMT
Content-Type: text/xml; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
X-Powered-By: PHP/5.5.8-1~dotdeb.1
Set-Cookie: PIWIK_SESSID=6lt56dhbap3scfrnjjs79pvgi6; path=/; HttpOnly
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache<?xml version=”1.0″ encoding=”utf-8″ ?>
<result>
<row>
<idsite>1</idsite>
</row>
</result>
Time: 0.11sForum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] Tracking doesn't workCould you please fix this officially?
Since I updated Piwik from v1 to v2 WP-Piwik doesn’t track my visitors anymore…
Thanks in advance!