Clarion Technologies
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OnePress] Display on Mobile PhonesHello drumchik,
Can you please your website link.
Thanks
Hello mymusicking,
Please add the below line of css code in your theme style.css file
.simple-image {
float: left;
padding: 0 10px;
}
.widget.widget_simpleimage {
float: right;
}Thanks
Forum: Fixing WordPress
In reply to: MySQL version, WP requirements and 500 errorHi,
Yes if the required PHP and MYSQL version is not present on the server then latest wordpress may not get installed or may cause problems after installation.
Thanks
Forum: Themes and Templates
In reply to: [evolve] Name of Template for Evolve themeHello ScubaAnna,
The Template name must the name that displaying in back-end please check in admin what is the theme name and this as Template in you child theme style.css
Thanks
Forum: Fixing WordPress
In reply to: want to create separate registration form for different customersBy using below plugin you can create two list of customer, you need to create separate page each box
Forum: Fixing WordPress
In reply to: Lost password link not showingYou can try one of these methods:
Forum: Localhost Installs
In reply to: [WordPress] Transfer localhost to another localhost (computer)welcome. 🙂
Forum: Fixing WordPress
In reply to: Installed 4.2.5 and have error1. Try adding this line to your wp-config.php file: define('WP_MEMORY_LIMIT', '64M'); or 2. If you have access to your PHP.ini file, change the line in PHP.ini If your line shows 32M try 64M: memory_limit = 64M ; Maximum amount of memory a script may consume (64MB) or 3. If you don't have access to PHP.ini try adding this to an .htaccess file: php_value memory_limit 64M or 4. Talk to your host.Forum: Fixing WordPress
In reply to: wordpress updating issueIf 4.5.2 is installed (you see version 4.5.2 in the bottom right of each admin screen) then install the Core Control plugin and use that to ‘check for updates’.
http://ww.wp.xz.cn/extend/plugins/core-control/
Manual upgrade instructions are at Upgrading WordPress.
Forum: Networking WordPress
In reply to: Image Paths Wrong on ServerHello aixorbitant,
Please try by changing the the Default Media Upload Location in Media under the setting option.After saving the path please update the permalink and check you site.
Thanks
Forum: Fixing WordPress
In reply to: Add code for HTML5 Video to PlayTry this plugin https://ww.wp.xz.cn/plugins/secure-html5-video-player/screenshots/ or
https://ww.wp.xz.cn/plugins/videojs-html5-player/Add videos to this plugin and call short code where you want
Forum: Fixing WordPress
In reply to: Pages are duplicating in each menuIf possible Can you provide site link ,
Which loop code you are using for display
Forum: Networking WordPress
In reply to: HTTP 500 Error due to .htaccess file multisiteHello anniekehoekman,
Can you please check the code that you have added in .htaccess file their may be case of some syntax or something missing while adding the code.Please try it once.
Thanks
Forum: Fixing WordPress
In reply to: Create Blog Categorywelcome. 🙂
Forum: Fixing WordPress
In reply to: All in one SEO problemHi,
SEO do take some time to get your website keywords indexed in google search. Also it depends on the quality of “Meta keywords” and “Meta Description” used in the website.
Make sure you have done the SEO properly. The following links can help.
https://graphpaperpress.com/blog/10-seo-tips-for-wordpress-websites/
http://www.razorsocial.com/wordpress-seo-tips/
https://www.tipsandtricks-hq.com/top-15-search-engine-optimization-seo-mistakes-i-commonly-make-701Thanks