lisaleague
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Title tag bugHey Brook!
Thanks again, the directions above worked great.
Almost got it – so now only view not quite there is after I hit the main page the calendar is on – then when I paginate by month – what is controlling the output for the title tag on that page?
It reads, for example: “Events for February 2015 | ” and there is nothing after the pipe symbol, where I’d like to have the site name.
So I’d like it to be “Events for Month Year | sitename”
Thanks!
Lisa
Forum: Plugins
In reply to: [The Events Calendar] Title tag bugHi Brook,
I pasted that into a custom plugin and it does work. But I only want to set the title for the main page that the calendar displays on.
It works on that page, but I do want to KEEP the single events titles. How do I do that? I’m using:
// Runs the <title> element through our custom filter //add_filter('tribe_events_title_tag', 'filter_events_title'); // If you are using certain versions of Yoast you might try deleting the above line and uncommenting the following one add_filter('wpseo_title', 'filter_events_title'); // Tribe events: Manually set title for each page function filter_events_title ($title) { if ( tribe_is_event() && is_single() ) { // Single Events $title = 'Single event page'; } elseif ( tribe_is_month() && !is_tax() ) { // Month View Page $title = 'Title that I want'; } return $title; }
So what do I put here:
$title = ‘Single event page’;
If I want to keep the generated title?
Thanks!
Forum: Plugins
In reply to: [KnB Lite - Knowledge Base / FAQ Plugin] Disable CommentsHi phpbits – that disables for ALL posts – I just mean the post type knowledge base. Is that possible?
Forum: Plugins
In reply to: [Schema Creator by Raven] 404. That’s an error. After clicking test schemaJust check your schema in structured data in Google Webmaster Tools. If it’s working you’re A-OK.
All mine are fine.
Forum: Plugins
In reply to: [Yoast Duplicate Post] "Clone" and "New Post" not workingI also use Time.ly event calendar Version 2.1.4 , this happened around the time of Version 2.1.3, which was right after 3.9.2
That seems to be common among @verdaccio (All-in-one Event Calendar) and @mark Bernard – All-in-One Event Calendar by Time.ly 2.1.4 (Aug 19)
So I just took a backup, deactivated it, and sure enough that was it. That plugin has a feature to clone or duplicate events and is likely interfering with this. I’d like to see this resolved somehow.
How do we get this resolved? One of their lead developers Nicola, is also Italian.
I’ve posted in their developer forum – https://time.ly/forums/topic/conflict-with-duplicate-post-plugin/#post-147251
Forum: Plugins
In reply to: [Post Type Switcher] Switching missing from Publish metabox 3.9.2I’ve just updated everything on my site. When I reverted to 3.9.1. it worked, but then I had other plugins to update and went ahead and updated back to 3.9.2.
You can create a copy of your site and try disabling plugins except that and try one by one until you find the one that causes the issue.
I can do that on a staging site, but because of the number of plugins all the possible combinations would have been astronomical (actually – 4.052691950487722e+76), so as all the updates came in that took care of it.
As everyone updates for 4.0 this should be resolved. If a plugin is not being updated for that I’d eliminate or replace.
Good luck!
Forum: Plugins
In reply to: [Yoast Duplicate Post] "Clone" and "New Post" not workingSame here, it is no longer working for me, since 3.9.2 update.
Forum: Plugins
In reply to: [Post Type Switcher] Switching missing from Publish metabox 3.9.2I reverted to 3.9 1, then updated other plugins, it worked again.
Then I re updated to 3.9.2 and it continued to function. It must have been a js conflict with other plugins and the 3.9.2 update.
Thanks! Just tried it and it works! If you can incorporate into the button it will be a little easier but it’s great for my videos that I make using recorded slide presentations.
Did not expect that to happen so fast!
Thanks again!
Kat,
I use PMPro for my membership site and it is excellent, and I am very familiar with it. I helped the developer handle the support forums here for a short time, because of the tremendous demand for the plugin.
I can tell you with certainty that the issue you describe with being unable to access your site is not caused by PMPro and I have given you the best instructions to access your site again.
Once you deactivate any plugins that are preventing access to your site, you should be able to access it via the admin again. I suggest you contact your host ASAP for assistance with this.
kat,
Contact your host. You should have FTP access, that is different from admin access and you access via a FTP client like Filezilla or Cyberduck. If you do not know how to do this, they should be able to help you do this.
You will need this information for anyone to help you.
Jason, the developer of Paid Memberships Pro can help you, through his Do It for Me services – https://www.paidmembershipspro.com/pricing/
but this sounds to be related to Theme My Login, and you should just be able to remove that via FTP. Try with your host first.Sounds like the issue is with another plugin or Theme My Login. Paid Memberships Pro does not handle the WordPress login page. Also if you are using Redirection or another plugin like that, it could be the source of a problem.
Rename that plugin (Theme my Login or other) via FTP to disable. You can just put a _ in front of the name.
Forum: Plugins
In reply to: [Redirection] Adding ? to target URLsOk – As soon as I posted this was resolved. Still not sure what happened.
Forum: Plugins
In reply to: [Genesis Easy Columns] Adds extra paragraph tags after captionsFixed – Extra paragraph tag removed! Works like charm. Love this plugin!!!
Forum: Plugins
In reply to: [Genesis Easy Columns] Adds extra paragraph tags after captionsAwesome! Looking forward to this – using on a new site now:) Will keep you posted.