thinkmedia
Forum Replies Created
-
I’ve resaved the page and resaved multiple events
I’ll try using a shortcode “in” the page
Yes, I checked that.
It’s assigned to the proper page.OK, while waiting I have rebuilt the site in an dev location.
http://suzieqbbb.com/?page_id=176
I deleted the plugin via FTP.
Then added the version 4.30
Then updated to 5.2.2.1All the records are still there.
The plugin doesn’t throw an errorBUT —– the page doesn’t display the events at all.
Any help you can provide would be greatly appreciated.
Thanks!!
I just took over a site and there were multiple plugins needing updates.
I didn’t not notice which version of Event Manager it was.So should I uninstall the plugin and then install the latest version?
Will the data be lost if I do that?Thanks!!!!
Forum: Fixing WordPress
In reply to: Can't login to site/adminClosed
Forum: Fixing WordPress
In reply to: Can't login to site/adminUPDATE
Message from host
An issue was identifed with the php.ini file on the host hardware node of the server your shared hosting account is stored on and we’ve reverted the settings back to a previous version and internal tests show the issue to be resolved.
Forum: Fixing WordPress
In reply to: Can't login to site/adminHey Max,
Whoops, just uploading all new files to see if that helps.
Have renamed plugins folder and created a new empty one.And, nope, new files and no plugins made zero difference.
Login is still in an infinite loop.*sigh*
I’m using Theme Blvd – Alyeska
The developer is great and very responsive.I am using a parent/child theme approach.
I had to make a change in my theme custom_functions file to replace the theme developers code with this.
function my_title() { wp_title(''); } remove_action( 'themeblvd_title', 'themeblvd_title_default' ); add_action( 'themeblvd_title', 'my_title' );Then definitely turn ON Force Rewrite.
That got rid of the double post title but eliminated the appending site name.AND, when sharing or liking for FB, I still get double titles.
Very frustrating.
I agree. The Titles issue is a pain.
I was getting double titles on every post until I turned ON “force rewrite”.
But now there is now WP extension being added ” | Bakersbeans Blog “And, if you like or share on FB, you get double titles showing up.
grrr.
Forum: Plugins
In reply to: [WP-EMail] [Plugin: WP-EMail] InstallWhoops I mean there isn’t any file with
<?php while (have_posts()) : the_post(); ?>in it.Forum: Plugins
In reply to: [BulletProof Security] [Plugin: BulletProof Security] SSLHi,
I’m thinking more like Better WP Secure which has the ability to SSL the Admin area, a single page, or the whole site as part of the plugin.
This is a security feature lacking in WP.
Encrypting the admin area is a great addition to any security plan for WP. Encrypting the whole site, whether commerce or not, is a great idea however I understand not all plugins would function well in that environment.Thanks,
Mitch