JJ
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blogus] pages created with .bs_model at the end of the urlNow I know that <span style=”text-decoration: underline;”>
you have both excellent product and excellent service
</span>. Thank you so much- This reply was modified 1 year, 2 months ago by JJ.
Forum: Themes and Templates
In reply to: [Blogus] pages created with .bs_model at the end of the urlThanks, Michael. You have an excellent product.
Forum: Plugins
In reply to: [Elementor Element Condition] Show only to logged in users and roles@szwp Great idea. I like it. Thanks.
Forum: Plugins
In reply to: [Elementor Element Condition] Show only to logged in users and rolesThis is how I solved it:
I added the following function to functions.php:/*adding custom values to Elementor Ele conditions*/
add_filter( ‘eleconditions_vars’, ‘myuser_loggedin’);
function myuser_loggedin ( $custom_vars ) {
$custom_vars=is_user_logged_in();
}I set the condition to:
myuser_loggedin==trueForum: Plugins
In reply to: [Post Views Counter] Views were reset to zero – don’t know whyHi
The problem is not with that post. This is just a one example to show you that the counting was correct and the only data that was reset is the total.
The total reset happened on all posts (more than 400 posts).
Thanks.
JJ
Forum: Plugins
In reply to: [Post Views Counter] Views were reset to zero – don’t know whyMaybe you need to provide a debug button which will do recalculation and fix the total , if this happen somehow.
Forum: Plugins
In reply to: [Post Views Counter] Views were reset to zero – don’t know whyI looked on the mysql table and this is what I have found.
For post number 2379:
Record type 3, period :2018, Count: 68
Record type 2, period :201807, Count: 38
Record type 2, period :201808, Count: 30
Record type 1, period :201829, Count: 8
Record type 1, period :201830, Count: 28
Record type 1, period :201831, Count: 3
Record type 1, period :201832, Count: 13
Record type 1, period :201833, Count: 11
Record type 1, period :201834, Count: 5
Record type 4, period :total, Count: 9
(I didn’t include record type 0 here)What I see when I view this post is 9 which is the total, but somehow it got calculated wrong.
I hope this will help you.
Thanks
JJ
Forum: Plugins
In reply to: [Post Views Counter] Views were reset to zero – don’t know whyIt reset all the posts. I don’t know if it is because of the bulk edit, but someone else mentioned it in this support forum, so I thought this is informative you need to know.
Thanks
JJChecked and it is working perfect.
Thanks,
JJ
Thanks. I appreciate your efforts to provide a quick solution.
Thanks,
JJ
I don’t know why you didn’t get the invite (yes – with google.com and I see your photo and full name) .
Looking forward to see your solution.Thanks.
JJ
Thanks for being so kind and supportive. I have sent you hangout invite.
The HTML code of the widget is this:
<div data-id=”1013cff” class=”elementor-element elementor-element-1013cff gan-certification-box elementor-position-top elementor-vertical-align-top elementor-widget elementor-widget-image-box” data-element_type=”image-box.default”>
<div class=”elementor-widget-container”>
<div class=”elementor-image-box-wrapper”><figure class=”elementor-image-box-img”>
<img width=”150″ height=”150″
src=”https://www.ihud.org.il/wp-content/uploads/2018/06/????-????-???.png”
class=”elementor-animation-pulse attachment-thumbnail size-thumbnail”
alt=”???? ???? ??? ?????”></figure><div class=”elementor-image-box-content”><h3
class=”elementor-image-box-title”>???? ????</h3><p class=”elementor-image-box-
description”>.</p>
</div>
</div>
</div>
</div>The only part that is eliminated when the condition is not met is elementor-image-box-wrapper which reside inside :
<div class=”elementor-widget-container”>
</div>
And it leaves us with :
<div data-id=”393812b” class=”elementor-element elementor-element-393812b gan-certification-box elementor-position-top elementor-vertical-align-top elementor-widget elementor-widget-image-box” data-element_type=”image-box.default”>
<div class=”elementor-widget-container”>
</div>
</div>Thanks,
JJ
I’m sorry. It was blocked outside of my country. You can access the page now.
Forum: Plugins
In reply to: [Enable Accessibility] Plugin menu appears while printing pageAnyone there….
Forum: Plugins
In reply to: [Print-O-Matic] background image prints first and than the textIt is now opened for all countries, for the testing period. Thanks.