Giri
Forum Replies Created
-
AuthorPosts
-
Its possible using wp_cron. https://codex.wordpress.org/Function_Reference/wp_cron
Please consider hiring a developer from here since it requires custom coding https://wpgeodirectory.com/support/forum/geodirectory-jobs/
I have applied the changes on your website.
Thanks
You are welcome
If you want to optimise your page loads you can keep the cache plugin. Otherwise you can remove it.
It was because you enabled GD booster cache. I have cleared the cache. Everything should work fine now.
Login not working
You are welcome
You had some blank lines at the end of functions.php file. I have removed them. It should work fine.
Let me know if you still have problem.
Thanks
Use this code
/* Theme Name: mychild Theme URI: http://wpgeodirectory.com/ Description: A blank Child Theme for Whoop Author: GeoDirectory Author URI: http://wpgeodirectory.com/ Template: GeoDirectory_whoop Version: 1.0.0 */
Make sure you have the following in your child theme’s functions.php file
// Here we add the parent styles add_action( 'wp_enqueue_scripts', 'whoop_child_enqueue_styles' ); function whoop_child_enqueue_styles() { wp_enqueue_style( 'whoop-parent-style', get_template_directory_uri() . '/style.css', array(), GDF_VERSION); } // Here we defind the textdomain for the child theme, if changing you should also replace it in the function below. if (!defined('WHOOP_CHILD')) define('WHOOP_CHILD', 'whoop_child');
August 1, 2016 at 10:00 am in reply to: Split: "Get Directions" button to Open Google Maps Link #238061sylvester vader,
I’m not sure what you are trying to achieve. But you seems like messing with the code.
That Get directions link is created for the map pinpoint on the detail page.
Its NOT created for get direction A to B type map points.
Looks like you added some custom code in whoop_child functions.php file and its printing some code.
Can you provide FTP details and wp admin details?
Could you provide login details? So I can check.
Also let me know the widget names you have problem with.
Thanks for clarifying Hervé.
Let me know if you still have problem.
This has been fixed. Post your ftp details. I’ll apply the changes.
Thanks
I have tested your site. Mobile layout seems to be working fine. Can you tell me whats wrong? See attachment
-
AuthorPosts