kaniamea
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Translation in single event tempateGreat! I am happy to help. ??
Forum: Plugins
In reply to: [The Events Calendar] Calendar will not display correctly (theme is missing)Cool. I am happy to hear the calendar works. Regarding the styles, it is best to consult with the developer who put your theme up.
Forum: Plugins
In reply to: [The Events Calendar] Calendar will not display correctly (theme is missing)It is safe to switch to different themes for testing purposes. But if it makes you feel better you can in addition make a backup of your folders and files.
Forum: Plugins
In reply to: [The Events Calendar] How can i take of the "TH" after the day !!Hello, check your Settings => General and try different Date Format option.
Forum: Plugins
In reply to: [The Events Calendar] Events in the Blog rollHi there,
you can go to your Widgets area and drag the Event Calendar to your sidebar. There you can choose how many events you would like to display and which category.Forum: Plugins
In reply to: [The Events Calendar] Translation in single event tempateHi there,
you can use a filter that will display the “Time” in Danish language. Add this your your theme functions.php file:add_filter ('tribe_events_single_event_meta', 'translate_time_danish'); function translate_time_danish($title) { return str_replace ('Time', 'Danish Time Word Here', $title); }
I hope this helps!
Forum: Plugins
In reply to: [The Events Calendar] Google maps is not accurateHi there,
What happens if you remove the postcode from the postcode field and put it in the address field instead? Or just leave the code out all together? Still not working?Forum: Plugins
In reply to: [The Events Calendar] Calendar will not display correctly (theme is missing)Hi Andre,
Did you try switching to a different theme? Please do so and in case it works with another theme, then the issue is with your vamtam theme. It seems there are styles missing.Forum: Plugins
In reply to: [The Events Calendar] Event URLS bring 404 errorHello,
go to Setting => Permalink Settings and click the Save Changes link and try again.
If it still does not work, deactivate and activate the plugin again.
I hope this helps!Forum: Plugins
In reply to: [The Events Calendar] Sidebar…where is it??Hello,
it sounds like this is a theme issue. You could try to upload your theme again, so this will most likely restore the sidebar. If you are not currently using a child theme or you don’t know which other files your programmer had modified, it is best to make a back-up of your current files because uploading the theme again can mess up things. You could also try getting more help from the support forum of the theme you are using.Forum: Plugins
In reply to: [The Events Calendar] CSS for sidebar widgetHi there,
try the following code and see if you can put a border around the widget when its in the sidebar:.tribe-events-list-widget { border:2px solid #a1a1a1; padding:10px 40px; background:#dddddd; border-radius:25px; }
Hi there,
clear your browser cache and try again. If it still doesn’t work, re-install the plugin. If the problem still persists after you reinstall the plugin, switch to one of the default WP themes, for example the 2013 theme. Check and see if the plugin works. If so, it is possible your current theme to conflict somehow with the Event Calendar. In case the Event Calendar does not work with the 2013 theme, deactivate your remaining plugins one by one to rule out a possible conflict with the other plugins you have.
I hope this helps!
Forum: Plugins
In reply to: [The Events Calendar] Changing 'Event for March 2014' textHi there,
it is in the loop.php file (around line 172):if( tribe_is_month() ){ $title = sprintf( __( 'Events for %s', 'tribe-events-calendar' ), date_i18n( 'F Y', strtotime( tribe_get_month_view_date() ) ) );
Forum: Plugins
In reply to: [The Events Calendar] Event date defaults back to 1970Hi there,
you can try to reinstall the plugin and see if it works then. If not, deactivate your other plugins one by one so you can test if any of your other plugins conflict somehow with The Events Calendar.Hello,
add this to your child style.css (if you are using a child theme) or in the Custom CSS plugin (if you are not using a child theme):.home .entry-meta { display: none; } .archive .entry-meta { display: none; }