Panos
Forum Replies Created
-
Hi,
As you can see in the screenshot there is only the Date.
https://drive.google.com/file/d/1GdlmJVwsOW61axj2EOUbBa0EDhkQluvA/view?usp=sharing
Kind regards,
Panagiotis
Forum: Plugins
In reply to: [Download Monitor] Different stats for logged in and typical usersHi, the problem solved. I don’t know how.
Hi, thank you for the answer. I deactivated Gutenberg and the problem solved.
Forum: Fixing WordPress
In reply to: RSS Feed Error – Other WordPress NewsI have the same problem in various wordpress installations.
I’ve just installed the version 3.2.6 and it works fine. Thanks a lot.
I have the same problem. When I erase the
Deny from
the problem is solvedI have the same problem with “Better WP Security” plugin.
Forum: Plugins
In reply to: [Plugin: The Events Calendar] For the BOLD: 1.6 public betaShane,
I installed the 1.6 public replacing the previous that I had download from trac. It worked except the following issues:
In events calendar view the following error occurred:
Parse error: syntax error, unexpected $end in C:\xampplite\htdocs\events\wp-content\plugins\the-events-calendar\views\table.php on line 120
To correct this error (I think it is related with php short tags)
in table.php line 114 I changed
<?
to
<?phpThe events list widget didn’t showed events. To correct this issue in template-tags.php line 489 I changed
$categoryId = get_query_var( ‘cat’ );
to
$categoryId = get_cat_id( The_Events_Calendar::CATEGORYNAME );The Event List widget doesn’t show “Start Date & Time”, “End Date & Time”, “Venue”, “Address” and “Phone”. I noticed that in events-list-load-widget-display.php file these variables aren’t used.
The “Event Calendar” widget isn’t available as the line 48 is commented in the events-calendar-widget.class.php file.
Some other issues:
The firefox freezes for a while when waiting to load the google map.
The bubble box with relevant information is not showed in Google Chrome even though you click on the marker.I hope these helps you to bring a more stable version of your excellent plugin.
Panagiotis
Forum: Plugins
In reply to: [Plugin: The Events Calendar] Venue not showing in widgetI have a similar problem.
The Event List widget doesn’t show “Start Date & Time”, “End Date & Time”, “Venue”, “Address” and “Phone”. The “Event Calendar” widget also doesn’t display the calendar.Forum: Plugins
In reply to: [Plugin: The Events Calendar] Google map not showingJustin,
I try your solution and it works. But the calendar view is now broken. There are 2 undefined functions:
1) In the gridview.php the loadStylesAndScripts()
2) In the datepicker.php the getCategoryBase()I replaced loadStylesAndScripts() with loadDomainStylesScripts() but I can’t figure out how to handle getCategoryBase()
Thanks a lot.
Editing the php.ini solve the problem.Forum: Installing WordPress
In reply to: Upgrade to 2.6 – Admin Login ProblemI had the same problem after upgrading from 2.6 to 2.6.2.
Denis lafont’s solution worked also for me
– Connect to your database ( via PhpMyAdmin for example)
– Find the wp_options->active_plugins row
– Edit it, and put:
a:0:{}
in that row.Panagiotis
Forum: Fixing WordPress
In reply to: WordPress categories disappearYou can see WordPress Upgrade – Categories Empty / blank for 2 possible solutions
Panagiotis
Forum: Fixing WordPress
In reply to: WordPress Upgrade – Categories Empty / blankI had the same problem. I manage to solve it by editing manually the wp_terms table of the upgraded database. In that table I added the category names and slugs to the corresponding term_ids. These data can be found on the sql file of the database backup under the line “INSERT INTO
wp_categories
(cat_ID
,cat_name
,category_nicename
,category_description
,category_parent
,category_count
,link_count
,posts_private
,links_private
) VALUES”Panagiotis
Forum: Fixing WordPress
In reply to: WordPress categories disappearI have the same problem after upgrading to 2.6. In Manage>Categories screen I can only see the check box on the left and the number of the posts in each category on the right. No category name.