dnhgeeks
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] India GST configuration for WoocommerceHi Tushar Tajane,
I have solved this problem with WooCommerce and GST multiple tax slabs.
View screenshot here
for CGST and SGST
https://ibb.co/dXqH9a
for IGST
https://ibb.co/mGMeNvForum: Installing WordPress
In reply to: Error Establishing a Database Connection on Local ServerMysql host should be localhost or 127.0.0.1 to run locally.
Also, check if your mysql server is running and it is not blocked by the firewall.
Forum: Fixing WordPress
In reply to: How to Make a Post InvisibleClick on the edit link besides post status as shown in
https://codex.www.ads-software.com/File:write1.png
Then change it to draft and click ok. This will hide the post everywhere.
If a widget is coded incorrectly (showing private posts), I do not think there is any plugin which can help.
Forum: Installing WordPress
In reply to: Creating a web siteHi chump91,
You cannot install wordpress online on a domain without having hosting. You will need domain and hosting for your website to run.
I think to create your website you can install a local web server, mysql database server and install wordpress and work on your website.
There are many websites which provide information on installing apache and mysql. You can easily install wordpress after it.
With Regards,
[removed link from sig]
- This reply was modified 8 years, 4 months ago by Steven Stern (sterndata).
- This reply was modified 8 years, 4 months ago by Steven Stern (sterndata).
Forum: Fixing WordPress
In reply to: How to Make a Post InvisibleHi ecodume,
I think the widget does not check for private post and shows all posts.
To hide the post, you can keep the post as draft until the day to publish comes.
With Regards
Forum: Fixing WordPress
In reply to: Home page URL changedHi raidorah,
Try to login to your site using this url https://www.healthyindivid.com/wp-login.php?redirect_to=http%3A%2F%2Fwww.healthyindivid.com%2Fwp-admin%2F&reauth=1
After login, try to go to https://www.healthyindivid.com/wp-admin/options-general.php and update the url settings.
If you are not able to login, you will need to change the url in wp_options table in database. Open phpmyadmin, select your database and go to wp_options table. Change the siteurl and home values in database.
With Regards
Forum: Fixing WordPress
In reply to: Menu on the right sideHi rabox66,
You can use a div around the menu like this
<div id="masthead"> <div class="menuatright"> <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?> </div> </div>
with style like
#masthead {width="200px;} #masthead .menuatright{float:right} .main-navigation ul, .main-navigation ul li {display:inline-block;}
This will pull the menu to the right and show list of menu items in one line.
With Regards
Forum: Fixing WordPress
In reply to: HELP! How to remove or hide Admin Bar front endHi joel,
You can hide the admin bar completely using this plugin
https://www.ads-software.com/plugins/hide-admin-bar/or
You can show admin bar to specific roles and users using this plugin
https://www.ads-software.com/plugins/admin-bar-disabler/With Regards
Forum: Fixing WordPress
In reply to: Customization will absolutely not workHi enjoimark,
Your browser may have cached pages and scripts of wordpress. You can remove browser cache and try again.
With Regards
Forum: Fixing WordPress
In reply to: Featured image not showing for lessons and topicsYou will need to check the php files having the code for featured image of Lesson and Topic.
If possible, please post the code for featured images for Lesson and Topic in the php files.
Then we can know what the issue is.
Forum: Installing WordPress
In reply to: Is WordPress available in Arabic?Hi,
Do you want to use wordpress for arabic website. You will need WPML plugin and a compatible theme.
Forum: Fixing WordPress
In reply to: wordpress installation issueHello brosis,
Can you please tell us, if this has happened on a server or localhost ?
Which OS you are using, windows or any other ?
Forum: Plugins
In reply to: [WHMCS Bridge] Domain checker of WHMCS is not working with WHMCS-BridgeI have removed the plugin multisite enhancements and now it is working again.
I have updated whmcs-bridge plugin.
Forum: Plugins
In reply to: [WHMCS Bridge] Domain checker of WHMCS is not working with WHMCS-BridgeI have removed whmcs-bridge.
Now, it is working in whmcs.