steveonz
Forum Replies Created
-
Oh, nevermind, I found the issue, it was an issue with the previous developer. Sorry
Forum: Plugins
In reply to: [Yoast SEO] Yoast Noindex post tagsThanks, I appreciate your help on this. I figured it out.
Thanks for your help, I do appreciate it. I have already tried disabling all the plugins. I’ll take a look at the theme when I’m at home. Thank you!
Forum: Fixing WordPress
In reply to: Need to append text to links for logged in usersHey mate
I have been trying this on our staging site and can’t get it to work. What am I doing wrong?
In child theme functions:
// set cookie so users bypass cloudflare cache //works in conjection with script in header.php function cache_cookie() { if (!isset($_COOKIE["cachen"])) { setcookie ("cachen", "y", time()+ (86400 * 30), "/", "staging.(ilovenz.me)"); } } add_action('init', 'cache_cookie'); //done with setting up cache bypass
In child theme header
<?php wp_head(); ?> <script> if (document.cookie.indexOf("cachen") > -1) { jQuery(function($){ $("a").prop("href", function(){ var url = $(this).prop("href"); if (url.indexOf('#') == -1) { if (url.indexOf('?') == -1) { return url + "?cache=n"; } } }); }); } </script> </head>
and what happened?
Forum: Plugins
In reply to: [WooCommerce] [subscriptions] – Paypal checkout page not responsiveHi there
Further to my question, when someone buys this product they get the old paypal gateway
Forum: Plugins
In reply to: [RPS Include Content] On one site work, On second site don'tI can confirm this bug is affecting us too. I am glad we had backups of our site – Do not upgrade to the latest version. This has cost us lots in missed signups.
Forum: Plugins
In reply to: Remove URL in JetPack Commentsbut I don’t want a comment/user to have a url in their name. There no option to exclude this from the post.
Forum: Plugins
In reply to: Flex Slider not adding Alt textany help?
Forum: Fixing WordPress
In reply to: wp-cron.php securitySo what should I do about my media temple wp-cron? it seems to be getting stuck so I am trying to get the cron job to run it for me.
Forum: Fixing WordPress
In reply to: Q: Adding same content to multiple pages?It’s not bad for SEO if he want’s to add the same call to action on multiple pages, does anyone know how to achieve this?
Forum: Hacks
In reply to: How to insert a post into a page using a shortcode?Thanks, but how do I use this shortcode?
Forum: Fixing WordPress
In reply to: Updating WP overwrite Faviconthanks
Forum: Fixing WordPress
In reply to: Updating WP overwrite FaviconThey have, when I go to my root directory it’s now displaying the wordpress favicon.
Forum: Fixing WordPress
In reply to: Updating WP overwrite FaviconMy issue was about wordpress updating the favicon in the root directory, google downloads this favicon and I want it to use the site’s one.