trollheimendesign
Forum Replies Created
-
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] >Big spacesYes, I see.. ?? But its OK now, thanks!
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] >Big spacesOki, tnx ??
But the height are different on an other site I have with same MC stylsheetForum: Plugins
In reply to: [My Calendar - Accessible Event Manager] >Big spacesI mean, all theese;
https://prntscr.com/m77zfsForum: Plugins
In reply to: [WP Store Locator] Remove the start-pointerI dont know why my code from last time stopped working?
But, now its work with ur link, so no problem!:)Forum: Plugins
In reply to: [WP Store Locator] Remove the start-pointerNo, i just used CSS.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Time in calendar@godest – No, you add this code in your function.php file;
add_filter( ‘mc_time_format’, ‘my_time_format’, 10, 1 );
/**
* Default time format is ‘h:i A’ (standard US time format).
* Pass any string using the pickadate.time formatting rules: https://amsul.ca/pickadate.js/time/#formatting-rules
*/
function my_time_format( $format ) {
return ‘H:i’; // European 24-hour format
}OR – upload the whole code from Joes link as a plugin. ??
Sane problem. Active billing account, did that means Google now take payment for the service? :/
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Time in calendarHahahha! ??
Lovley!! It works!! ??Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] TranslatingI saw it, cool! =D
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Time in calendarYes, i am talking about admin… ??
Can u do that custom changes for me for a good price? ??Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] TranslatingHello, @joedolson ??
I have now translated the whole stable to norwegian. ?? *Phu*…
When will the translations affect to my site/plugin?Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Translating@bjornjohansen – perfect! ??
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Translating@bjornjohansen – har du mulighet til ? sette meg som CPE her? ??
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] CSS theme changesdoesn′t applyYou have to use !important after all css-changes to get the changes. I had to that myself.
eks “Color: #fff !important;” osv.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] My calendar not working on mobileHide them with css ??
div.mc_bottomnav.my-calendar-footer {
display: none;
}