gameslopedy
Forum Replies Created
-
Forum: Plugins
In reply to: [CPS | Age Verification] How to disable this popup for logged in users?Hi
It worked but now the scroll is broken. Our users cannot scroll into down on our site.
I think it should be possible to hide complete javascript or plugin for logged in users. But which way , i dont know.Forum: Plugins
In reply to: [CPS | Age Verification] How to disable this popup for logged in users?Hi
I used to use this code for my previous content warning plugin:
/** * Maybe Show Dialog * @param bool $bool Default true * @param WP_Post $post_ob A WP_Post object * @return bool True to show the dialog, false to hide it. */ function maybe_show_dialog( $bool = true, $post_ob = null ) { if ( is_user_logged_in() ) { return false; } return $bool; } add_filter( 'cwv3_should_gate', 'maybe_show_dialog', 10, 2 );
Maybe we can change something with this and make it work for surbma too?
Or
If you give me the javascript codeblock of your surbma yesno plugin then I may be able to use my s2member hiding codes for it?I saw some codeblocks in your surbma yes/no plugin file. But Im not sure which is the proper dialog code.
Forum: Plugins
In reply to: [PHP Compatibility Checker] Gets stuck scanning Kallyas themeFor me it stucks on Yoast SEO (29 of 29).
Forum: Fixing WordPress
In reply to: Upgrading to PHP 7.1 makes website broken! Don’t do it!I looked mysqli is activated when im on php 5.6
Forum: Fixing WordPress
In reply to: Upgrading to PHP 7.1 makes website broken! Don’t do it!So how can I upgrade to php 7.1 without any error?
Forum: Fixing WordPress
In reply to: Easiest way to add Captcha into html page on WordPress?By using css, html and js files and putting them into a video player as a login form.
Forum: Fixing WordPress
In reply to: Upgrading to PHP 7.1 makes website broken! Don’t do it!I dont know where to check if its installed or not?
Is this the correct format?
<a href="%URL%" src="%IMG%">%IMG%</a>
Hi
I have done the hyperlink problem Thank you. Its okay now.However the images arent appearing. I also use s2member codes inside of posts and hiding some content in it. I would like to show it but it doesnt show.
In 2015 it was okay but now a lot of things are changed.It shows texts but not images:
The images are shown like this:
https://www.gameslopedy.com/wp-content/uploads/2017/08/exampleimg.jpgand also s2member code images are showing blank.
How can I fix?
Forum: Fixing WordPress
In reply to: Making Google Auto Translate IndexableTrying to accomplish google auto translated pages indexed by google on our website.
There is Google Translate plugin for this but its not free.
Doesnt work.
Using these:
<a href="%URL%">%TITLE%</a> <a href="%URL%">%IMG%</a> %RAWEXCERPT% <a href="%URL%">%SURL%</a> <a href="%URL%">%URL%</a> <a href="%URL%">%TAGS%</a> <a href="%URL%">%SITENAME%</a>
None of them made hyperlinked.
I use post excerpt for it. And also using S2member codes in our posts.
- This reply was modified 7 years, 8 months ago by gameslopedy.
Forum: Fixing WordPress
In reply to: How to add analytics events tracking without using plugin?You dont understand me, Im asking event tracking on google analytics.
Forum: Fixing WordPress
In reply to: Should we use login captcha plugin?There is no plugin i just ask is that important or not?
Forum: Plugins
In reply to: [SlimStat Analytics] How to discard visitor tracking?How can I exclude visitors on this plugin?