Forum Replies Created
-
AuthorPosts
-
December 2, 2014 at 6:13 am in reply to: Home page font color I can not find where to change it. #905133
Brian
MemberHi,
I took a look at your site and it looks like the theme css is making all the text in the widget area white.
I came up with these css selectors to change the text. You can change the color as you would like from black(#000).
.h-widget {
color: #000;
}
.widget ul li a, .widget ol li a {
color: #000;
}
.widget {
color: #000;
}
.widget a {
color: #000;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks
Brian
MemberGood Day to you as well.
I can answer your questions.
Is there any way to view the events by year?
We do not have a Year View. It is something I have seen requested every couple of months.
If you would like to request that feature please head to our UserVoice Page and add your own or upvote that feature as they will increase the chances of it being added to a future version.
http://tribe.uservoice.com/forums/195723-feature-ideas
is it possible to upload multiple image per event?
There is only one image for the event featured image. However, you could put more images in the Event Content Area.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Do you have a link to an individual event with this happening?
I am not sure what is going on, but if I look at it I can make some suggestions.
Also we have this guide to moving around the ticket field:
https://theeventscalendar.com/moving-the-ticket-form/
Let me know and we can go from there.
Thanks
December 2, 2014 at 6:02 am in reply to: Featured images import centered, event details import left justified. #905110Brian
MemberOk sounds good.
Since you marked this resolved.
I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
Brian
MemberOk on the front end search bar, got it. Thanks
I looked through the topic you referenced and Rob was talking about the backend setting and that did not apply to the search bar. The other topic linked to from the first one mentions changes to fix this, but was kinda vague. So I looked up more information in our system about this to clarify it.
I found that location information in the Near field of the search bar comes from Google’s map/geocoding engine. We tightened up the code as much as we can to try to narrow it down, but we are at the mercy of what Google returns. Unfortunately, that means there is not much we can do here.
Does that explain what is going on? Sorry it is not the answer you are looking for.
Let me know.
Thanks
Brian
MemberYep that goes in your theme’s functions.php.
That looks like it should work. I placed it in my site and did not get any errors.
In the last line in the filter with the word portfolio:
wptuts_shortlinks_for_portfolio
Has to be the same name as the function, which is this at the top:
function wptuts_shortlinks_for_portfolio
So if you can rename them, but they should both match.
Show Next Month Links
If you would like to always show next month links. Here is that snippet:https://gist.github.com/elimn/67679b0b9b74793a53f0
Please also place that in your theme’s function.php file.
I would not do both at the same time. Test one first and make sure it it working before starting on the other one.
Let me know how this all works out.
Thanks
Brian
MemberI 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
MemberSee my answers below:
1. if i want to hide this field “use saved location”, how can i hide this field to be choosen by fron-end user?
It is not possible to remove that setting from the field you can only completely remove the field.
2. i just hide the field “country” not to be filled, but when i fill the full address from front-end subssion,the detail of activity page will show “location” and “country” also, so if i just want to show location not to show country, what should i do? or if i show country to be choosen, how can i focus just my country to be choosen, not show another country ?
Under these settings:
Events > Settings > Default Content > Address Section
You can set a default Country there.
Or you can go through and target the country field with css across the site to hide it.
Brian
MemberHi,
Sorry for the issues you are having. I can help out.
Can you let me know which snippet you are referring to and I can let you know where to put it. Most likely you will add it to your theme’s functions.php
Twitter
I went to your site and saw what Jetpack sharing is doing. The single event is a WordPress custom post type so by default Jetpack does not create a shortlink for it. That maybe the issue.If you use this tutorial:
http://code.tutsplus.com/articles/quick-tip-add-shortlinks-to-custom-post-types–wp-31892
To add shortlinks to events, by replacing
portfolio
with
tribe_events
That may work out. We can help out a little more here, but it maybe beyond the support we can provide is the issue is bigger then this.
Let me know about the Next Month Snippet and I can help out with that one some more as well.
Thanks
Brian
MemberHi,
Thanks for using our plugin. I can help out here.
Sometimes the padding of the mini calendar is to large based on the theme’s css.
We have this guide:
https://theeventscalendar.com/mini-calendar-is-too-big-for-the-sidebar/
Does that help?
Brian
MemberI 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
MemberOk I can try to help out as best I can.
Please start by creating a regular product and test to see if you can add that to the cart.
Also please try our Testing for Conflicts Guide:
https://theeventscalendar.com/support/documentation/testing-for-conflicts/
Let me know what you find out from those two.
Thanks
Brian
MemberOk if that did not work then please try our testing for conflicts guide and see if that can narrow down the conflict.
https://theeventscalendar.com/support/documentation/testing-for-conflicts/
Let me know what you find out after doing the tests and we can go from there.
Thanks
Brian
MemberSorry, I am not sure I understand.
Are you taking about the meta fields like All Day Event; or Venue Name:
There is no way to change those fields by moving files to the theme. They are set as is.
You maybe to hide some fields using css, but that is about it.
Brian
MemberGreat, glad you were able to get it resolved and thanks for providing the coding. I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.
Thanks!
-
AuthorPosts
