chenster
Forum Replies Created
-
Sorry to hear that. This is likely due to the Bootstrap CSS conflict. What is the particular theme you are using?
Forum: Plugins
In reply to: [PHP Event Calendar for WordPress] position of shortcode outputYou don’t need any specific location to output calendar. It can go inside any other container div to be positioned way you’d like. Not sure I follow of your 2nd question.
Forum: Plugins
In reply to: [PHP Event Calendar for WordPress] Front end Submission?Front-end submission is currently unsupported.
Forum: Plugins
In reply to: [PHP Event Calendar for WordPress] How can I fix the calendar's height?The calendar is essentially a HTML table. You can make adjustment using CSS width and height. The CSS class name is
div.fc-content
#calendar > div > div > tableMySQL usually has the port 3306, instead 3307. Change that should fix the connection problem.
Forum: Plugins
In reply to: [PHP Event Calendar for WordPress] Plugin just doesn't work!WPEngine has some unique CSS style that have conflicts with PEC plugin.
I’ve attached a fix below both CSS and javascript.
<style>
/* fix WPEngine black screen causes its own CSS */
.modal {
width:auto;
margin-left:0px;
background-color:transparent;}
.modal-backdrop.fade.in {
z-index:1010;
}.modal-dialog {
padding: 0px;
}
</style><script>
$(function () {
if ($(‘#wpe-common-css’).length) {
$(‘<link href=”/path/wpe-common-css-fix.css” rel=”stylesheet”>’).appendTo(“head”);
}
});
</script>Forum: Plugins
In reply to: [PHP Event Calendar for WordPress] Not fully implementedJust sent a direct email with the Premium update. Can you check icarrasco@*.cl?
Thanks,
RichardForum: Plugins
In reply to: [PHP Event Calendar for WordPress] Not fully implementedPlease see 1.5.4 update. Thanks!
Forum: Plugins
In reply to: [PHP Event Calendar for WordPress] Not fully implementedIssues #2, #3 have already been resolved. It currently only supports English. We can add search in the future.
Forum: Plugins
In reply to: [PHP Event Calendar for WordPress] Breaks the customizr thremeWe are working a fix. Sorry for the trouble.
Sorry but that feature is not yet supported. I will consider it in future.
Forum: Reviews
In reply to: [PHP Event Calendar for WordPress] ERRORI will double check the install script. What is your WP version and theme are you using please?
I appologize for the trouble.
Richard
Forum: Reviews
In reply to: [PHP Event Calendar for WordPress] ERRORDid you do an update or a fresh install? There are some issues with the automatc update currently.
Richard
Forum: Plugins
In reply to: [PHP Event Calendar for WordPress] different user cannot see same calenderCurrently, only the primary admin (admin user created during WP install) can make administrate calendar. That will be changed in the next release.
Richard
Forum: Plugins
In reply to: [PHP Event Calendar for WordPress] Errors with shortcodeThat’s interesting. I too have tested on a WP instance installed in a subdirectory. It installed and worked just fine.