codeminer
Forum Replies Created
-
Forum: Plugins
In reply to: [PressRoom by Newswire] Multisitei think its a php version issue, but we are testing the plugin now with multisite setup. will be launching new version soon – few days from now
Make sure your article content has a minimum characters of 1500
Forum: Plugins
In reply to: [PressRoom by Newswire] A Different Error Activatingmay i know what version of php you have in your system? I will check , the plugin is tested from php5.3 version and up. Thanks
Forum: Plugins
In reply to: [PressRoom by Newswire] Blank Admin Pageok we’re looking into this, thanks for reporting the issue
Forum: Plugins
In reply to: [PressRoom by Newswire] PressRoom Page Not Updatingare you still having issue with this one?
I assume this is the page you want to include in your topbar menu?
http://fullspirited.fullspiritedsite.com/press-kit
and not the specific press release item?Forum: Plugins
In reply to: [PressRoom by Newswire] LanguageHello there, we will provide in the future – thank you
Forum: Plugins
In reply to: [PressRoom by Newswire] Extra character?Hi Tom – the extra character is being added by this css
.entry-content ul > li::before {
}
you can fix it by overriding it via css like so
#tiles > li::before {
content: ”
}