gk-interactive.com
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Calendar Map disapears after page load.Not sure if this is related but I also get the following script errors in Firefox.
Script: https://sitename.com/oa…o.simpleskin.js?ver=1469529413:142
Script: https://sitename.com/oa…js/jquery/jquery.js?ver=1.12.4:3Have replace the site name as its still in development.
Forum: Plugins
In reply to: [The Events Calendar] Calendar Map disapears after page load.Hey Geoff,
Yeah, I followed the link before posting for assistance.
Strange thing is that I see the map & location for a split second then it disappears replaced with a grey block.
https://pasteboard.co/2f0GG0eSf.pngThanks,
GKForum: Plugins
In reply to: [Contact Form 7] Failed to send your message…fixed it
Forum: Fixing WordPress
In reply to: custom php tweak – HelpHi, thank you for responding. The code belongs to the below theme.
https://southerncape-security.co.za/bookings/tour/shark-cage-diving-gansbaai/
the description title as a quick fix I just removed the element –
<?php byt_render_field(“text-wrap”, “”, “”, $tour_obj->get_description(), __(”, ‘bookyourtravel’)); ?>but if you now click between the tabs you will notice the styling between description and reviews.
here is the code snippet.
<section id=”description” class=”tab-content <?php echo $first_display_tab == ‘description’ ? ‘initial’ : ”; ?>”>
<article>
<?php do_action( ‘byt_show_single_tour_description_before’ ); ?>
<?php byt_render_field(“text-wrap”, “”, “”, $tour_obj->get_description(), __(”, ‘bookyourtravel’)); ?>
<?php byt_render_tab_extra_fields($tour_extra_fields, ‘description’, $tour_obj); ?>
<?php do_action( ‘byt_show_single_tour_description_after’ ); ?>
</article>
</section>