olegthered
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Add Saved Tab not workingKevin,
regarding video – yes. You understood clearly.And yes, ‘Add Saved Tabs’ works in Yandex and Safari but not in Chrome. Yes, I have few saved tabs created.
Ok, I will inform me if I will have any idea for plugin improvement.
Thank you very much!
/ OlegForum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Add Saved Tab not workingHi Kevin,
thank you very much for quick reply!I Chrome I press “Add Saved Tab” button but nothing happens. But I can add new custom tab. When I switch to Yandex browser (russian one based on Chromium) then everything is fine except tabs that have links to videos like ‘https://wwww.youtube.com/video_id”. But I am going to use shortcodes to show video or smth else instead of direct links.
Very useful plugin! Thank you very much!
Forum: Plugins
In reply to: [DsgnWrks Importer for Instagram] Create User Secure Authen is redirect loopsame thing
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] Server time not clientBaden,
ok but I can’t get same result as you. I tried in different browsers after logging out from web site and result is same – I change time then save it (in MacOS settings) and see event that should appear when get to zero even without reloading page. I tried it on my iPad and got same result – I see text hidden by timer when I set time later target time.May be shortcode gives timer client-side oriented?
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] Server time not clientHere it is: https://tracers.ru/countdown-test/
When I change time on my MacOS countdown time is changing.Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] Server time not clientBy the way, I add countdown via shortcode. May be it changes smth.
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] Server time not clientNo, I am not using caching plugin. I also tried Timed Content plugin and it works fine based on server time. But I would prefer your plugin if I could find the way to make it work based on server time.
Forum: Plugins
In reply to: [WP-PostViews] Views are not displayedI use this code: <?php if(function_exists(‘the_views’)) { the_views(); } ?>
I can’t switch to default to test due to some reasons.Forum: Plugins
In reply to: [WP-PostViews] Views are not displayedExcuse me, I don’t understand what do you mean.
Forum: Plugins
In reply to: [WP-PostViews] Views are not displayedTheme is not default but there code is on its place.
Forum: Plugins
In reply to: [BuddyPress Cover] No avatar is shownI edited code and avatar is ok now. I use Social Login and it takes avatar from social networks.
I changed:
$avatar_options = array ( ‘item_id’ => $user_id, ‘object’ => ‘member’, ‘type’ => ‘full’, ‘width’ => 140, ‘height’ => 140 ,’id’ => ‘user-profile-image’,’class’ => ‘img-rounded profile-user-photo’);to:
$avatar_options = array( ‘item_id’ => $members_template->member->id, ‘type’ => $type, ‘alt’ => $alt, ‘css_id’ => $id, ‘class’ => $class, ‘width’ => $width, ‘height’ => $height, ’email’ => $members_template->member->user_email );Forum: Plugins
In reply to: [Recent Posts FlexSlider] Order posts by IDGot it!
Thank you,
OlegForum: Fixing WordPress
In reply to: How to make media file link to "large" image instead of full size?stevygee1987,
Chadwickhugh is right. This is not a solution. For me it’s important to keep original image.Chadwickhugh,
did you see that:
https://wordpress.stackexchange.com/questions/3523/link-to-large-image-version-instead-of-original?answertab=votes#tab-top
Actually, I don’t understand what they are talking about but may be there is a way to solve this problem?!Forum: Fixing WordPress
In reply to: How to make media file link to "large" image instead of full size?Hi guys!
Have you found any solution for this problem?Forum: Fixing WordPress
In reply to: Sorting portfolio images manuallyUpgraded to 3.6.1. Thing remain the same