Greetings! I have 2 questions: I would like to add a calendar UNDER the MAP. However when I add the calendar widget it places it on very top Right. SO how do I move it under the map? Also When I get the embed code for google maps at address you have, it gives me a link, not an iframe code. Not sure if that is new for google maps or what. But do you know how I can get iframe fro location? Thanks!
Hello, Greetings from InkThemes! Regarding your first issue, I would like to add a calendar UNDER the MAP. Please follow the screenshots given below. For your information, I am using "WP-Editor" plugin to edit files. You can also download and use it from the link https://wordpress.org/plugins/wp-editor/. After activating this plugin, you will get the same screen as shown in the screenshot. For the second issue, Kindly follow the video given below. Link: http://screenpresso.com/=ROxjb Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
Hi There So I tried what you said to do, and it ended up making my sidebar completely blank. You can see the code I did below for reference. I should point out that I made the appointment bar inactive. Does that matter? Here is how I am trying to set up sidebar (with no appointment calendar) 1-Time Box on top 2-Location Box 3-Map 4-Calander on bottom Thanks 4 <div class="sidebar home"> <?php //if (is_active_sidebar('home-page-widget-area')) : ?> <?php dynamic_sidebar('home-page-widget-area'); endif; $widget_active = str_replace(' ', '', strtolower(appointway_get_option('widget_activate'))); if ($widget_active == 'both') { if (function_exists('ink_appoitment')) { Placed it here </div> 78 <?php if (is_active_sidebar('home-page-widget-area')) : ?> <?php dynamic_sidebar('home-page-widget-area'); endif; $widget_active = str_replace(' ', '', strtolower(appointway_get_option('widget_activate'))); if ($widget_active == 'both') { if (function_exists('ink_appoitment')) { echo '<div class="sidebar-widget">'; echo '<div class="default_plugin">'; ink_appoitment(); echo '</div>'; echo '</div>'; } if (function_exists('appointway_leadform')) appointway_leadform(); }elseif ($widget_active == 'appointment') { if (function_exists('ink_appoitment')) { echo '<div class="sidebar-widget">'; echo '<div class="default_plugin">'; ink_appoitment(); echo '</div>'; echo '</div>'; } } elseif ($widget_active == 'leadcapture') { if (function_exists('appointway_leadform')) appointway_leadform(); } ?> </div>
Hello, Please send us your dashboard details at [email protected] along with this thread link and I will do it for you.. Looking forward to your reply. Thanks & Regards! Priyanka InkThemes.com
Thanks for the details... We will get back to you soon... Your patience will be appreciated, Thanks & Regards! Priyanka InkThemes.com
Hello, Your issue has been resolved.. Kindly check your site.. Thanks & Regards! Priyanka InkThemes.com