Clarion Technologies
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 404 Error — The requested document was not found on this server.Hi,
We have just checked and links on your website are working.
Thanks
Hi,
Please see if Directory index is set to index.php in the server configuration.
Thanks
Forum: Plugins
In reply to: [Contact Form 7] Change font color of error message?Hello koo145,
Please try using below CSS code change the color as per your requirement.
div.wpcf7-validation-errors { color: #C10000; }Thanks
Forum: Themes and Templates
In reply to: Changing top menu colourHello superflicka,
Please try using below CSS
body nav#main a { color: black!important; font-weight: bold; }Forum: Themes and Templates
In reply to: How to remove or disableHello Jan Dembowski,
From next onward We will definitely take care of that We will not going to recommend any change in parent theme files directly.
Thanks for kind suggestion.Thanks
Forum: Fixing WordPress
In reply to: Reasons for 'Fatal error: Out of memory'?Forum: Fixing WordPress
In reply to: Blog items do not translateIf you define custom code, must use printf_() function
If its coming your theme go to below file.
wp-content/themes/zerif-lite/inc/template-tags.php
line: 123 or search for zerif_posted_on()check like below metioned or not
printf( __( ‘<span class=”posted-on”>Posted on %1$s</span><span class=”byline”> by %2$s</span>’, ‘zerif-lite’ )Forum: Fixing WordPress
In reply to: How to link a image title with a text module?Can you provide your site link ?
Forum: Fixing WordPress
In reply to: Post code search and then to certain pagesHi,
There are quite some wordpress plugins available. Please see if they meet your requirements.
https://ww.wp.xz.cn/plugins/wp-find-your-nearest/
https://ww.wp.xz.cn/plugins/postcodes4u-address-finder/http://codecanyon.net/item/advanced-store-locator-for-wordpress/238166
Thanks
Forum: Networking WordPress
In reply to: Working with wordpress on a subdomain (?)Hi,
Yes you can install WordPress in a folder on the current domain or make a new sub-domain and install it. It will not affect your current website.
For more details regarding WordPress installation please see below link.
https://codex.ww.wp.xz.cn/Installing_WordPress
Thanks
Forum: Localhost Installs
In reply to: Deleted MenuUnfortunately its not possible to restore deleted menus in WordPress using WP systems.
you can only restore if you have a recent database backup
Forum: Fixing WordPress
In reply to: PHP installation missing the MySQL extensionHi,
Please contact the hosting provider they will solve it out.
Thanks
Forum: Themes and Templates
In reply to: How to remove or disableHello Ayu Rozenda,
Please follow the below link which has function for removing the style.css
http://codex.ww.wp.xz.cn/Function_Reference/wp_dequeue_style
OR
By going in header.php we can remove.
Thanks
Forum: Fixing WordPress
In reply to: Re-directBy using below tool you can change or replace url easy way in database.
Before doing take database backup file.Download tool and paste in wordpress root whereas wp-config.php resides.
Go to browser htt://example.com/db_replacehttps://interconnectit.com/products/search-and-replace-for-wordpress-databases/
Forum: Fixing WordPress
In reply to: Forgot PasswordHi,
As mentioned earlier by you ” I’ve tried to get an email password reminder several times yesterday and today but I’ve had no email.” then I am afraid, we have one last option left.
In this case we will use emergency script to reset the password.Open the following link.
http://codex.ww.wp.xz.cn/User:MichaelH/Orphaned_Plugins_needing_Adoption/Emergency
Create a file named “emergency.php” on your root folder where wordpress is installed.
Copy the file code which is present in GREY block to the file you created. Save the file.
Now open your browser and enter your current site URL with the file you created.
Example:
If http://domain.com is your site utl then open in browser as
http://domain.com/emergency.phpAs instructed, enter the administrator username (usually admin) and the new password, then click Update Options. A message is displayed noting the changed password.
An email is sent to the blog administrator with the changed password information.
Delete emergency.php from your server when you are done. Do not leave it on your server as someone else could use it to change your password.
Now you can log in the website.
Please let me know if it works for you.
Thanks