yrzhn
Forum Replies Created
-
Forum: Plugins
In reply to: [Jobs for WordPress] HTML code showing on livesite since update 2.7.8A new update (2.7.9) has been released to fix it.
Forum: Plugins
In reply to: [Jobs for WordPress] HTML code showing on livesite since update 2.7.8Same issue here here. I don’t even have the former version’s installation to rollback to.
I sent an email to Blueglass via the contact form on their website, could you also send it the same way so they know it affected everyone? It looks like this forum has been ignored for a while by the devs.Forum: Plugins
In reply to: [Jobs for WordPress] Is it possible to create one more page for job listings?I just need to use a shortcode with a different category.
Thank you for the surprisingly quick and very clear response, Jeff. ??
Stay well!
Hi Peter, thank you very much for advice.
We have like 10+ sites using the same key, we’ll optimize it by using several keys.
Stay well!
- This reply was modified 8 months, 4 weeks ago by yrzhn.
Forum: Fixing WordPress
In reply to: Can plugin updates be the reason for slowdowns?Okay, thank you very much! ??
I got one more thing to ask. What happens when I deactivate the plugin? Will there be some settings left or will it revert back to how it was before it was activated?
Forum: Plugins
In reply to: [The Events Calendar] Change the Meta Title for Calendar ViewsNo, it didn’t help (I commented out the snippet code and my settings for Yoast remained unchanged after I followed the video), so I will bring back the code (at least it worked in the first condition). Maybe @robelemental will find the fix.
Recently I also understood that the fix works (when you open any view for the first time with a link or refresh the page) but when you click the link it switches to default.
Forum: Plugins
In reply to: [The Events Calendar] Change the Meta Title for Calendar ViewsThanks for the video, I was wondering about how to set this up in Yoast SEO but I saved these settings and titles are still changing when I click List / Month / Day (tried to check that from incognito mode, but same).
Forum: Plugins
In reply to: [The Events Calendar] Change the Meta Title for Calendar ViewsThanks, I’ll be waiting for a response. I have written the name of the page in all $title because I do not want it to change ??
Forum: Plugins
In reply to: [The Events Calendar] How to add “read more” button to the excerpt?I couldn’t proceed with the code execution of the first part, it wouldn’t let me save the functions.php file but as I said, it works for me with manual excerpts, also it added the “Read More” button under the description, I am fine with that.
That is probably a better way to have access to it from functions.php, than from description.php (takes a long while to locate the file), so it can be easily edited later on if needed. ??
Also visitors will know that the button has its place below the description, rather than in the end of the text which will vary from one excerpt to the other…
So thank you very much for the help. I will mark is as resolved.
Forum: Plugins
In reply to: [The Events Calendar] How to add “read more” button to the excerpt?Found this and understood that I just need to use manual excerpt field in such cases, however, if it’s possible to put “read more” in the same line, that would be superb. ??
https://theeventscalendar.com/blog/tips/the-trouble-with-excerpts/
Forum: Plugins
In reply to: [The Events Calendar] How to add “read more” button to the excerpt?Alternatively, maybe, it would be cool if the excerpt ended by the second or third sentence and not by a certain amount of words. Don’t know how to make it possible.
Forum: Plugins
In reply to: [The Events Calendar] How to add “read more” button to the excerpt?I managed to add the button right under the text by adding the following code I found here in the following file tribe/events/v2/list/event/description.php
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">Read more »</a>
However, I still wonder whether I can implement it to appear on the same line with the excerpt text or maybe add something like “[…]” in the end without the link if it’s impossible to add the link.