MisterR
Forum Replies Created
-
Forum: Reviews
In reply to: [Comprehensive Google Map Plugin] Very good but not perfectDo you think I remember what I disliked in this plugin 11 months ago? Seriously? I even don’t remember from what website I tried to use this plugin.
Thank you, jana26.
Forum: Installing WordPress
In reply to: Parse error when trying to run install.phpaarongeiser might be right.
After I had this error on WP 3.4, I installed WP 3.3.2 and it reported
Your server is running PHP version 4.4.9 but WordPress 3.3.2 requires at least 5.2.4.
So probably the same problem was with WP 3.4. But it responded in such strange way.
Forum: Installing WordPress
In reply to: Parse error when trying to run install.phpesmi, maybe you would be so kind to explain how to fix it? And how could developers miss this?
Forum: Installing WordPress
In reply to: Parse error when trying to run install.phpI met the same problem after installing a fresh copy of the WP, which I downloaded from https://www.ads-software.com/download/.
Forum: Fixing WordPress
In reply to: Upload error with NextGen Gallery and CF7 pluginThank you, Col Pain. I hope the gallery developer would fix this bug in the next plugin release.
Forum: Plugins
In reply to: [SimpleMap Store Locator] [Plugin: SimpleMap Store Locator] Documentation?There is a Premium Support page which has some explanations, but they are very poor. You can find it here: [yourdomain.com]/wp-admin/admin.php?page=simplemap-help
Me too ??
yani.iliev,
I don’t have a patch. I just added the following code to the functions.php file (I know it is not very professional but it works):// ai1ec shortcode function ai1ec_route_request_shortcode() { global $ai1ec_settings, $ai1ec_calendar_controller, $ai1ec_events_controller, $ai1ec_app_controller; ob_start(); // Render view $ai1ec_calendar_controller->view(); // Save page content to local variable $ai1ec_content = ob_get_contents(); ob_end_clean(); ?> <link rel='stylesheet' href='https://www.domain.com/wp-content/plugins/all-in-one-event-calendar/css/calendar.css?ver=1' type='text/css' media='all' /> <script type='text/javascript' src='https://www.domain.com/wp-content/plugins/all-in-one-event-calendar/js/jquery.scrollTo-min.js?ver=1'></script> <script type='text/javascript' src='https://www.domain.com/wp-content/plugins/all-in-one-event-calendar/js/jquery.tablescroll.js?ver=1'></script> <script type='text/javascript' src='https://www.domain.com/wp-content/plugins/all-in-one-event-calendar/js/element-selector.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var ai1ec_calendar = { ajaxurl: "https://www.domain.com/wp-admin/admin-ajax.php", default_hash: "#action=ai1ec_agenda&ai1ec_page_offset=0", export_url: "webcal://www.domain.com/?plugin=all-in-one-event-calendar&controller=ai1ec_exporter_controller&action=export_events", body_class: "ai1ec-calendar ai1ec-action-agenda" }; /* ]]> */ </script> <script type='text/javascript' src='https://www.domain.com/wp-content/plugins/all-in-one-event-calendar/js/calendar.js?ver=1'></script> <?php return '<div id="ai1ec-container" class="ai1ec-container">' . $ai1ec_content . '</div>'; } add_shortcode('ai1ec', 'ai1ec_route_request_shortcode');
nelra,
I was there and know about delay. But I couldn’t wait. The client wanted to display calendar on several pages, so I had to extend the plugin by myself.Does version 1.2 support shortcodes?
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Using YARPP on pagesAny ideas?
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Using YARPP on pagesHi, Mitcho.
Excuse me but where is “cross-relate posts and pages” option? I don’t have such on plugin settings page.
I can’t get related posts and/or pages displayed on my pages ??
I tried everything offered by you and other members here:
– turned on/off “Automatically display related posts” option;
– inserted related_posts(), related_pages() and related_entries() functions into my theme template;
– even created page with the same content as one I was observing.I suppose I have the same problem as dale.reardon.
What can you offer? Thanx.
Regards,
Roman