comunicacionabierta
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyDrive] Default foldersThanks!!!
Forum: Plugins
In reply to: [BuddyDrive] Default foldersAll right, so I have that very same problem of the other users. I have everything well set and my files are public but nothing show on my page.
Do you know when that fix will be released?Forum: Plugins
In reply to: [BuddyDrive] Default foldersThanks @mrpritchett!
The problem is that I don´t see that option on my settings, don´t know if i´m doing something wrong. I have deactivated all the plugins and it´s not a configuration problem.
Or maybe I didn´t explain myself. What I want is to create a page, let´s say “/files-on-my-site” so when I access to “mysite.com/files-on-my-site” i can see every document uploaded by no matter which user as it is seen in the BuddyDrive items page.Thanks a lot again!
Forum: Plugins
In reply to: [BuddyDrive] Default foldersThank you very much for the answer!
Now I would like to ask you something much much more important… Is there any way to see in a public page all the files uploaded publicly to BuddyPress? That would be awesome because it would be like a library itself.Thanks (and I hope it´s possible 🙂
Forum: Plugins
In reply to: [BadgeOS] Remove CKEditor?Hey! I found a way right now but I don´t know if it will break anything else.
Go to the archive badgeos.php and put these lines as comments (288 to 297). So this:wp_enqueue_script(
‘ck_editor_cdn’,
(‘https://cdn.ckeditor.com/4.5.3/standard/ckeditor.js’), false, null, false
);wp_enqueue_script(
‘custom_script’,
plugins_url( ‘/js/ckeditor.js’ , __FILE__ ),
false,null,true
);Just add two line / in front:
//wp_enqueue_script(
// ‘ck_editor_cdn’,
//(‘https://cdn.ckeditor.com/4.5.3/standard/ckeditor.js’), false, null, false
//);//wp_enqueue_script(
// ‘custom_script’,
//plugins_url( ‘/js/ckeditor.js’ , __FILE__ ),
//false,null,true
//);Hope it helps!
Forum: Plugins
In reply to: [RSS with Images] Title repeatedJust great! PLugin updated, Photon activated and …RSS valid! https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fwww.comunicacionabierta.net%2Ffeed%2F
Newsletter looks great again! – http://us1.campaign-archive1.com/?u=bdf87ace7a85d01d2cdd5f8e0&id=26ccf23dfa – I might make a post about this 🙂
Thanks Ethan! Really great work!
Forum: Plugins
In reply to: [RSS with Images] Title repeatedWell, it´s a multisite installation and there are many plugins but the point is definitely Jetpack, no doubt.
I found this https://github.com/Automattic/jetpack/issues/4857 and deactivate “Photon”… now it works as you can see… Cool for that, but I don´t know if the page speed will suffer for that 🙁
Let me know your advances and if there is anything from my side I can do as well.
Forum: Plugins
In reply to: [RSS with Images] Title repeatedI have achieved to solve the problem about the title modifying on the plugins files “mailchimp-feed-rss2-v1.0.php” and “mailchimp-feed-rss2.php”:
<title><?php bloginfo_rss(‘name’); wp_title_rss(); ?></title>
for
<title><?php wp_title_rss(); ?></title>
So the isn´t the problem of the double title.Then on enhanced-distribution.php from the Jetpack module folder y just put as a comment the lines: //$output = sprintf( ‘<site xmlns=”com-wordpress:feed-additions:1″>%d</site>’, $id );
I still have that ugly problem of the “&ssl=1” at the end of the images that make my feed invalid: https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fwww.comunicacionabierta.net%2Ffeed%2F.
If you would update the plugin for these cases It would be greatly appreciated.
Thanks a million!
Forum: Plugins
In reply to: [RSS with Images] Title repeatedYes, I have jetpack installed. It´s almost a must-have plugin nowadays. Do you know if it´s a specific part of the Jetpack plugin that cause the problem?
I have deactivated the plugin and the mistake of line 12 is still there.
And the image is a featured image, yes… I don´t know why is build that way. Apparently my theme creates that resize stuff but the ssl I don´t understand much.Thanks a lot!
- This reply was modified 9 years, 1 month ago by comunicacionabierta.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Add New ServiceSame problem in http://comunicacionabierta.net 🙁
Hope it is something to be solved soon.