Girish Panchal
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Permissions and Unknown FilesWordPress needs 775 directories and 644 files permission excepting “Uploads” directory. Only “Uploads” directory needs 777 permission.
Forum: Fixing WordPress
In reply to: Can’t Login to WordPressHi @cwalkerO,
When you took backup from old server did you replace site_url and home_url in Database?
Please replace both the parameters in your backed up database it.Otherwise, you need to add below both line in your wp-config.php file and replace your site URL with “www.example.com”.
define('WP_HOME', 'https://www.example.com'); // no trailing slash define('WP_SITEURL', 'https://www.example.com'); // no trailing slash
- This reply was modified 7 years, 1 month ago by Girish Panchal.
Forum: Developing with WordPress
In reply to: Custom Field Search not working correctlyHi @gheff
I have a better idea for you to reduce custom SQL query to default WordPress query.
This is a link which helps to search you desire meta or anything which you wants.
https://generatewp.com/wp_query/
Thank you
Forum: Themes and Templates
In reply to: [Ultra] Search QueryHi,
For a specific post type search query, you will need to create custom search form which has contained hidden field to make search for specific post type. Here default form isn’t working.
Here is the custom search form.
<form role=”search” method=”get” id=”searchform” action=”<?php echo home_url( ‘/’ ); ?>”>
<input type=”hidden” name=”post_type” value=”tv” /> //just include value as post type & for blog use post
<input type=”text” value=”” name=”s” id=”s” placeholder=”Search videos…”/>
<input type=”submit” id=”searchsubmit” value=” ” />
</form>Add post type name in form hidden field which i have made as bold it.
Thank you.
Forum: Plugins
In reply to: [Contact Form 7] require email or phoneHi,
Yes it is possible you can make field as required field.You need to add * for email or phone.
if you want to use email you need to generate email field using contact form 7 and make it required using checkbox which is adding * on shortcode like ([email* you-email]).
For the phone you need to generate tel field from contact form 7. This is same as email field just click on required checkbox.
I hope you can do it.
Forum: Plugins
In reply to: eWAY plugin not working on live payment modeHello Webaware,
I am waiting for your reply.
Forum: Plugins
In reply to: eWAY plugin not working on live payment modeHello,
I was already talk with him. and they was given following reply.
I am trouble shooting the problem. I am uncertain as this is a third party plugin. I would recommend contacting the module creator which is Gravity Forms.
We do not know, this was simply a test to determine if this was the cause of the issue. eWAY did not develop this plugin in, it was developed by a third party. As far as we can see your eWAY settings/credentials are correct, if you are having issue with the module you will need to contact the plugin dev directly
You may need to contact the plugin developer to see the exact cause of the error.
Your eWAY settings appear to be correct.And
I asked Andreas to transfer the chat so I can assist. You are using a third party module that is not developed by eWAY. You will need to contact the module developer directly to resolve this issue, the error message you are receiving appears to be an issue with request being sent when the module is in live mode. I can see you eWAY settings appear to be correct as long as you are using the live Customer ID in the customer ID field
Have you been in contact with the module developer?Forum: Plugins
In reply to: eWAY plugin not working on live payment modeHii Webaware,
We have added customer id not the API key.
I known if we will integrate with paid plugin then it’s need to add API key but for this we put customer id.
waiting for your reply ??
Forum: Themes and Templates
In reply to: [Kindergarten] Image alignmentIn wp-content/themes/your-theme-name folder where you will find style.css ??
Forum: Themes and Templates
In reply to: [Kindergarten] Image alignmentHello Purplerose,
I think the themes CSS effect on your image which you are adding from the editor.
You need to add CSS on custom.css or style.css .Parentclass(theme image parent class) .img {float: none; display: block;}
Forum: Themes and Templates
In reply to: [Quark] Translating Quark into your own languageHello Anthony,
If you wish to translate admin and front-end both. need to download .po or .mo language file from “https://make.www.ads-software.com/polyglots/teams/”.
Create a new folder in your /wp-content directory called /languages.
Adding those files in the languages folder.
Read carefully. “https://codex.www.ads-software.com/Installing_WordPress_in_Your_Language”
Forum: Themes and Templates
In reply to: [evolve] Show full title on main pageHello ManiacBall
Can i see your problem. are you mansion above wordpress themes link.
I think problem with content?? Not Title.
Forum: Themes and Templates
In reply to: [Twenty Eleven] Captcha in comment formHello
Add this code where you are display captch code.
<?php comment_id_fields(); ?>
<?php do_action(‘comment_form’, $post->ID); ?>Forum: Plugins
In reply to: [Contact Form 7] Send confirmation not showed (loading icon forever)please contact your server vendor because some time on your server/domain
send-mail module are not install then this kind of error appear.Forum: Plugins
In reply to: [Custom Post Type Permalinks] How do I rename the Front Page Permalink?Hello Suzanne
https://www.ads-software.com/plugins/custom-permalinks/
Try this plugin
Install plugin and you can see on admin site each page’s permalink editable.
You can easily changes front page permalink.