Mudito
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Add Custom CSS] Determine if plugin is in useHey, found it already. Postmeta table. Thanks!
- This reply was modified 5 years, 8 months ago by Mudito.
Forum: Plugins
In reply to: [Admin Language Per User] Email to new user in wrong languageThanks a lot!
Forum: Plugins
In reply to: [BuddyPress Global Search] Shortcodes need to be cleaned out.So you’re saying that it should be striping the short codes already but for some reason it’s not working for me, or that to make it work I should edit the plugin as you instructed?
Forum: Reviews
In reply to: [BuddyPress Activity Plus] Doesn’t seem to be workingOk, sorry. I’ll try to change my rating. Thanks.
Forum: Reviews
In reply to: [BuddyPress Activity Plus] Doesn’t seem to be workingThat’s on mine as well, where is the publish button?
Forum: Plugins
In reply to: [Blogger 301 Redirect] FORBIDDEN 403The solution I used was following the steps in the Wpbegginers page but a friend helped me change the code of the blogger template to this (of course you need to replace the website name):`
<html>
<head>
<title><$BlogPageTitle$></title><script>
<MainOrArchivePage>
window.location.href=”http://www.dhammadafloresta.org/”
</MainOrArchivePage>
<Blogger>
<ItemPage>var str = “<$BlogItemPermalinkURL$>”;
var url_velho = str.substr(7);
window.location.href=’http://www.dhammadafloresta.org/?blogger=’+url_velho;</ItemPage>
</Blogger>
</script><MainPage>
<link rel=”canonical” href=”http://www.dhammadafloresta.org/” />
</MainPage><Blogger>
<ItemPage>
<link rel=”canonical” href=”http://www.dhammadafloresta.org/?blogger=<$BlogItemPermalinkURL$>” />
</ItemPage>
</Blogger>
</head><body>
<MainOrArchivePage>
<h1><a href=”http://www.dhammadafloresta.org/”><$BlogTitle$></a></h1>
</MainOrArchivePage>
<Blogger>
<ItemPage>
<h1><a href=”http://www.dhammadafloresta.org/?blogger=<$BlogItemPermalinkURL$>”><$BlogItemTitle$></a></h1>
<$BlogItemBody$>
</ItemPage>
</Blogger>
</body>
</html>`
Forum: Plugins
In reply to: [WP Super Cache] GZip compressionNew info: I needed to turn on Website optmization on Cpanel. Now Google is happy with me.
Forum: Plugins
In reply to: [WP Super Cache] GZip compressionI read somewhere else that the google analisys is really broken but I’ll check with the host service to make sure everything is turned on. Thank you!
Forum: Reviews
In reply to: [Posts in Sidebar] ExcelentForum: Reviews
In reply to: [Posts in Sidebar] ExcelentPerfect!