robstuart
Forum Replies Created
-
I’m having the exact same issue. Have spent/wasted a number of hours trying to resolve the issue. The preview version works fine, so I hope you’re not just looking there to see if it works. When I refresh the page it suddenly has cropped the image. I spend the next 30 mins to try and get to work and it eventually does only to break the second you want to make a slight adjustment. The image is placed onto a video.
Hi
Thank you Wendy. Yes the website has been scanned thank you. Took way longer than the 24hrs as stated. Also the “Scan now” option was not showing at all. It would appear it only shows AFTER the first scan which didn’t help.
Thanks again for the reply.
Forum: Plugins
In reply to: [The Events Calendar] Setting Size of Map on large screensOkay stumbled across this fix. ??
add this code to your wp-config.php file.
define(‘TRIBE_EVENTS_SINGLE_VIEW_V2_DISABLED’, true);
See source of fix here.
https://theeventscalendar.com/knowledgebase/k/configuring-the-events-calendar-with-constants/#tribe_bypass_single_eventHope this helps.
Forum: Plugins
In reply to: [The Events Calendar] Setting Size of Map on large screensHi
I have the same problem. After migrating my website it went from https://snipboard.io/DnRX07.jpg to https://snipboard.io/9JXa46.jpg
I’ve tried uninstalling and reinstalling the plugin but this did not work.
Please let me know if you manage to resolve this.
I have the same issue. I came across this solution but when I add the CSS to the Customise Theme and either simple CSS or Additional CSS it makes NO change. ??
The code I’m using is (remove pricing and teacher details)
ul.learn-press-nav-tabs .course-nav.course-nav-tab-instructor{
display: none;
}
.lp-single-course .course-price{
display: none;
}