thranduil
Forum Replies Created
-
Thanks it works now.
Hello Alex.
Thanks for answer, sadly it still don’t work.
Console errors:This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”. www.rpbv.lv JQMIGRATE: Migrate is installed, version 3.3.2 jquery-migrate.min.js:2:709 Loading failed for the <script> with source “https://www.googletagmanager.com/gtag/js?id=UA-2353157-20”.
We wanted to test the plugin before buying, but seems like some problems with plugin and out theme
No help ?
Now I see only this console errors.
This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”. www.rpbv.lv JQMIGRATE: Migrate is installed, version 3.3.2 jquery-migrate.min.js:2:709 Loading failed for the <script> with source “https://www.googletagmanager.com/gtag/js?id=UA-2353157-20”. www.rpbv.lv:60:1
?
Hello Alex!
This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”. www.rpbv.lv Loading failed for the <script> with source “https://www.googletagmanager.com/gtag/js?id=UA-2353157-20”. www.rpbv.lv:59:1 This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”. pilsetvide Loading failed for the <script> with source “https://www.googletagmanager.com/gtag/js?id=UA-2353157-20”. pilsetvide:59:1 Request to access cookie or storage on “<URL>” was blocked because it came from a tracker and content blocking is enabled. 2 This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”. kontakti Loading failed for the <script> with source “https://www.googletagmanager.com/gtag/js?id=UA-2353157-20”. kontakti:59:1 This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”. index.html Request to access cookie or storage on “<URL>” was blocked because it came from a tracker and content blocking is enabled. 2 This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”. www.rpbv.lv JQMIGRATE: Migrate is installed, version 3.3.2 jquery-migrate.min.js:2:709 Loading failed for the <script> with source “https://www.googletagmanager.com/gtag/js?id=UA-2353157-20”.
I added all console errors.
The website link is here – rpbv.lvForum: Plugins
In reply to: [Relevanssi - A Better Search] Do not work on custom made search.Thanks @msaari this:
$search_query = new WP_Query(); $search_query->parse_query( $args ); relevanssi_do_query( $search_query );
this fix the problem. But if I use orginal loop as you said, I just need to add code what you providet:
add_filter( 'relevanssi_modify_wp_query', 'rlv_set_search_parameters' ); function rlv_set_search_parameters( $query ) { $query->set( 'orderby', array( 'date' => 'DESC' ) ); $query->set( 'post_type', array( 'post', 'page' ) ); return $query; }
at functions.php and then use wordpress orginal search code in my search.php ?
Forum: Developing with WordPress
In reply to: Add wp_postmeta to search.Not supported for 5.0.3 version. And it would be better if I could add some new function to search , not just add random search plugin, because we have new search template made for our website too.
Forum: Fixing WordPress
In reply to: Search cant find custom templatesI see my custom template at page attributes and it works as it should, but in search page i cant find content of custom templates. My content is not added as ussual page content for wordpress is added, but under the text input field I have made specific input fields what add content to my new template. Is this what is causing problems?
1. You currently have the native WordPress option selected. . This I see in WP Mail SMTP options. I use just simple default PHP mailer.
It seems to work now. But sometimes when I send them only few gmail members get the mail. Others dont, its not in promotions , spam or primary. I send them with plugin newletter and test messages I test with WP Mail SMTP and Newsletter plugin.
Forum: Plugins
In reply to: [WP Super Cache] After deleting plugin website do not workWe fixed it. Someone accidentally turn off language plugin.
Forum: Plugins
In reply to: [Yoast SEO] Search console error, blank line in sitemap.I tried to disable and then enable site map, but it wont fix the problem.
Thank you will try that
I have one client, its kind of big company with theire own servers and system administrators and they use wordpress as a site. And they hire me to manage theire wordpress site and fix bugs, at the time they had problem with google indexing so i fix it by stoping AIOWP.
But i still want to use some good security plugin for there site and so i test YOAST and AIOWP in my other site. And in other site all works fine. I dont know if the AIOWP settings are the same in both sites, but in one it works and in one it dont.aiowps works in one site and do not work in one site too.
Yes, i wanted to test if it still do not work on my other site, but it seems to work fine. But there are some problem with AIOWP because on my other site all is fine with google indexing when i turn the AIOWP off.
I check Yoast with aiowp security to my other site and it works. But there must be some problem related to AIOWP because when your turn it off, all works good.