Forum Replies Created
-
AuthorPosts
-
Brian
MemberHello, I can help you out with that.
The best way to do that is use a plugin like WordPress SEO and add a default Facebook sharing image in the Social Section of that Plugins Setting.
It also adds a Meta Box for each Event with a social section that you can add an image for sharing there too.
Let me know if you need anymore help.
Thanks
Brian
MemberHello,
Sorry for the troubles, but I can help you out here.
Unfortunately, we do not have a shortcode.
We do have a way to customize all the templates so you can get them to work with your theme.
Our themer’s guide can get you started there:https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
Do you have a link to your site so that I can take a quick look and make some suggestions on what you can do?Please let me know.
Thanks
August 27, 2014 at 8:56 am in reply to: IE8 next month link visible when it should be hidden. #704229Brian
MemberI took a look into it further and the problem is that IE8 does not work with AJAX so that is the problem with the pagination links not working.
However, we no longer support IE8.
I understand there are sites that still want to support it so I wrote a function that removes the AJAX from the Month, List, and Event Views of the plugin.
Add that to your theme’s function.php and it should work.
I was able to test it in IE8 and got the Month Pagination working again.
You maybe able to look up some functions and run this only on IE8 Browsers.
Let me know if that helps or you need some help locating other ajax scripts.
Thanks
Brian
MemberHello,
I can help you out with this. There is not setting to disable ajax, but you can use a WordPress function(wp_dequeue_script) to remove the ajax scripts.
I wrote a quick function that does it on the month, list, and event views. If you need more then that, I suggest search for the scripts in the coding to find scripts with ajax in their name and remove them.
Here is the link to the basic function that you can put in your theme’s functions.php:
Let me know if that helps or you have trouble locating a script.
Thanks
Brian
MemberSorry it is not working, but…
Have you tried removing your coding and checking on this box in the Events Calendar General Settings Tab:
Include events in main blog loop
Does that work for you? Or were you adding the coding because it was not working?
Thank you for your offer to pay us to fix this, but I cannot accept that, however, we can referrer someone to you to do the work if you would like.
Thanks
Brian
MemberThat should be it, but if you run into issues once you put the coding there, please let me know.
Thanks
Brian
MemberYour Welcome, I am glad to see you were able to fix this issue.
Since the issue is resolved I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.
Thanks!
Brian
MemberGreat, glad it is figured out. I am going to close this ticket as the main issue is resolved. However, if you do see a pattern on the order of the events please create a new ticket and reference this one. It will help us solve it for you.
Thanks!
Brian
MemberOk here is where you should try to add the coding to remove the sidebars for the Community Events List for this page:
http://southernarizonaguide.com/events/community/list/
So you are correct it is the event-list.php file found here:
the-events-calendar-community-events->views->community
Move that file to your theme in the correct location.
You made need to refer to the Themer’s Guide to get the file in the correct location of your theme.
https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
Then add the coding from the theme to remove the sidebars, below this line:
if ( !defined('ABSPATH') ) { die('-1'); }Please let me know if that helps or you need some more assistance on this.
Thanks
Brian
MemberIt is hard to say of what all the template tags you would need to know to get this to work nor is our forum a good place to make these explanations or even the purpose of the support forum beyond a hint or some help on specific points. The best I can do is if you can send me the coding or a link to it is pastebin. I can take a quick look and see if I can point something out, but I can make no promises to fixing it.
Please let me know what you would like to do.
Thanks
August 26, 2014 at 12:17 pm in reply to: IE8 next month link visible when it should be hidden. #701996Brian
MemberI tried the site again running both IE11 emulating IE8 and WindowsXP IE8.
Both times there was no link to November from the October Calendar. So far I am unable to reproduce that error.
Could you please try clearing you cache and history in IE8 and IE11, then see if that changes anything.
I have noticed an issue with the Next Month Links not working in IE8, they do work in all other browsers I have tried.
I will look into that further and get back to you.
Thanks
Brian
MemberHere is another suggestion for you.
This link shows more complex coding, but you maybe able to adapt the meta-query part into your coding to get it to work.
I would try adding that coding’s meta_query to yours to get it to pull all future events from the current date.
Thanks
Brian
MemberHello,
Ok good to know about Multisite that does change things.
Currently and in the context of a multisite network you enter the license key just once – in the network admin – and those same fields are not going to be present in every “child” site.
So head to the network admin with the url similar to this:
http://urlsite.com/wp-admin/network/
Go to Settings->Events Settings
There you should only see the Network Settings and the Licenses Tabs.
Then you can enter the licenses there and you are all set.
Please let me know if that helps.
Thanks
August 26, 2014 at 11:31 am in reply to: Add Navigation to Event Calendar Pro template (Genesis theme) #701916Brian
MemberGreat, glad it helps, I am going to go ahead and close this ticket, but if you need any other on something else please post a new ticket.
Thanks!
Brian
MemberGreat, glad the issue is fixed.
Mobile.php template modification:
To modify the template for the Events Under the Mobile Calendar it is the mobile.php file that needs to be moved to your theme.
The file is located here:
the-events-calendar/views/month/mobile.php
It is a move advanced customization as the content is dynamically created using javascript so if you put coding in there directly it will show on all the events.
If you look at this topic:
Ken’s last post tells a similar process on how you would have to add the additional field using the double brackets [[=code]].
I am going to go ahead and close this topic as the original issue is fixed. I encourage you to look over that other post and attempt to customize the mobile.php.
If you get stuck or need some help please create a new topic and reference this one. This way if someone else in the future needs help we have a main topic for us and you to search for.
Thanks
-
AuthorPosts
