jitendrajoshi
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Need help with siteCan you please elaborate or provide a visual clue as to what you are trying to achieve?
Forum: Installing WordPress
In reply to: 404 After InstallingYour SSL Certificate is invalid so use: https://silverback-studios.com/wp-admin/
Forum: Installing WordPress
In reply to: Fatal Error after 4.1 WP UpdateThe function “wp_json_encode” is defined in “wp-includes/functions.php” so maybe just replace it from the v4.1 zip file.
OR
More details: https://www.ads-software.com/support/topic/fatal-error-after-41-upgradeForum: Installing WordPress
In reply to: Have the space, don't want to use the domainYes, it is possible if your hosting allows using Addon domain: https://my.bluehost.com/cgi/help/326
Forum: Fixing WordPress
In reply to: how to edit color scheme in woo commerceYou can write your own css or use https://www.ads-software.com/plugins/simple-custom-css/
Forum: Fixing WordPress
In reply to: how to edit color scheme in woo commerceAdd the following to custom.css
table.shop_table, .entry table { background: none; } .entry table thead th, .entry table tbody th { background: none; } h1, h2, h3, h4, h5 { color: #FFF; }
Forum: Fixing WordPress
In reply to: how to edit color scheme in woo commerceAdd the following css rules to custom.css:
h1.product_title { color: #fff; } li.product-type-simple.instock h3 { color: #fff; padding: 10px 0; } h5 { color: #FFF; }
Note: custom.css is located at https://www.walkabouttoursphuket.com/wp-content/themes/canvas/custom.css
thanks
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected 'define' (T_STRING)Karolina,
You just need a space after the opening php tag. The code is shown below:
removed by mod, this is private information that should not be shared
Forum: Localhost Installs
In reply to: PHP 5.5 OPcache and WordPressYou can make use of: https://github.com/carlosbuenosvinos/opcache-dashboard to see how your OPCache is working on your server.
Forum: Fixing WordPress
In reply to: how to edit color scheme in woo commercePlease specify your product page URL where you need to change the font color and which color code is to be used for font?
Forum: Fixing WordPress
In reply to: Wocommerce help! Update cart text!You need to write custom JavaScript to only show ‘Cash On delivery’ for Local Delivery on the checkout page. WooCommerce Defaults to ‘Cash on Delivery’ when you select ‘Local Delivery’
For the radiob button issue add:
ul#shipping_method {
margin-bottom: 0;
width: 200px;
}thanks
Forum: Fixing WordPress
In reply to: Forgot username — how to get reminder?You can access your website database using PHPMyAdmin and get your username & reset your password. You need not start from scratch.
The following links should help:
https://codex.www.ads-software.com/Resetting_Your_PasswordForum: Fixing WordPress
In reply to: The SidebarCan you please post link to your website?
Looks like you need the remove the breadcrums from the theme.
You may checkout your theme options to hide the breadcrums or provide website link for me to advise to hide via CSS.thanks
Forum: Fixing WordPress
In reply to: Woocommerce checkout button problemPlease post your website link to take a look.
thanks
Forum: Fixing WordPress
In reply to: unable to install pluging or upload image after site transferTemporarily change the wp-content folder permission to 777. Upload a file from WordPress allowing it to create the “uploads” folder. Change the permissions back to 755 on the wp-content folder. Permissions on the uploads folder need to remain 777.
You can read more: https://codex.www.ads-software.com/Changing_File_Permissions