aljesco
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Deliver different page content for different visitorsForum: Plugins
In reply to: [W3 Total Cache] Deliver different page content for different visitorsHi @vmarko and thanks for your reply
That’s correct, I don’t use cookies or any other frontend features. I rely on geoip on PHP side. The server is responsible to inject the ads into html of page based on visitor’s country.
Forum: Themes and Templates
In reply to: [Blocksy] AMP supportThanks you @cteduard
Forum: Themes and Templates
In reply to: [Blocksy] Custom ratio of post image in blog/archiveOh I was missing that there is already such option exists under “Featured Image” section in visual editor https://i.imgur.com/9rbmJJz.png
Forum: Themes and Templates
In reply to: [Blocksy] Custom ratio of post image in blog/archiveOkay I found a quick dirty hack to make all image previews square:
if (! function_exists('blocksy_generate_ratio')) { function blocksy_generate_ratio($ratio, $attachment_id = null) { return '<span class="ct-ratio" style="padding-bottom: 100%"></span>'; } }
If you guys make this option customizable it would be just great!
- This reply was modified 4 years, 1 month ago by aljesco.
Forum: Plugins
In reply to: [Page Visit Counter] Count of daily page viewsHello Hitendra,
Thank you for your help.
Yes I found that option in editor.
I wonder how can I print that number like I do it with<?php echo do_shortcode('[pvcp_1']');?>
But it prints all visits of page since the beginning, but is there any way to print daily visits of post while browsing archive/category?
Thanks
Forum: Plugins
In reply to: [Page Visit Counter] Count of daily page viewsHello Hitendra,
The question was not about enabling counter for page taxonomy, I’m struggling figuring out how to make the plugin display daily views.
In your demo screen I can see there are two counts of visits — total count and daily count -> https://ps.w.org/page-visit-counter/assets/screenshot-2.png
So how do I display “Today Page Views”?
Thanks