Clarion Technologies
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wordpress installHi,
Please make sure that your server have required PHP version and MYSQL version.
https://ww.wp.xz.cn/about/requirements/
Also there are 2 websites on your server.
http://www.ssn.edu.in (already running fine)
http://www.ssn.edu.in/apps/ (Needs setup to be completed)
Both are different website.
For http://www.ssn.edu.in/apps/ create a new database and then complete the installation.
To install WordPress follow steps from the following link.
https://codex.ww.wp.xz.cn/Installing_WordPress
Please let us know if you still face problem.
Thanks
Hi, Have you checked “wp-content/theme” permission? It will be better if “wp-content/theme” has 755. For further information, please visit Codex
Thanks.
Forum: Fixing WordPress
In reply to: Table background color missingCould you please explain where you added code manually where background color not shown.
Forum: Themes and Templates
In reply to: [evolve] Home Page CustomizationHello wittyr5bg,
If you want modify the some of theme files in your theme please try creating the “Child-theme” of your current theme and copy the files that you want to customize from parent theme and add it into your child theme.
Please follow below link which will helps you in creating the child theme:
https://premium.wpmudev.org/blog/how-to-create-wordpress-child-theme/ https://codex.ww.wp.xz.cn/Child_ThemesThanks
Forum: Fixing WordPress
In reply to: different menus in different pagesHi,
You can use the following plugin.
https://ww.wp.xz.cn/plugins/page-specific-menu-items/
This plugin allows you set different menu per pages.
Thanks
Forum: Fixing WordPress
In reply to: wordpress installHi,
You will have to contact hosting provider as this error is not WordPress related but it is server related. They will be able to solve it.
Thanks
Forum: Fixing WordPress
In reply to: [WooCommerce] calculate shipping segmentHi,
I think you should open a support ticket on the woocommerce support page as they will be able to help you more efficiently.
https://ww.wp.xz.cn/support/plugin/woocommerce
Thanks
Forum: Fixing WordPress
In reply to: wordpress installHi,
What error it is showing?
Thanks
Forum: Fixing WordPress
In reply to: Set a default featured imageHello powerj,
The filter applies the image when there was no featured image is applied post in post type=”testimonials”.
Thanks
Forum: Fixing WordPress
In reply to: how to change drop down button color in contact formHi,
Can you please provide link to your website and contact form?
Thanks
ok
Hi,
You can use use the following plugin to Build Multipage form.
https://ww.wp.xz.cn/plugins/contact-form-7-multi-step-module/
Thanks
Hi,
User can create account on the website by registering. Please see below link for the steps to enable registration on the website.
http://www.dummies.com/how-to/content/how-to-allow-user-registration-on-your-wordpress-n.html
Thanks
Forum: Fixing WordPress
In reply to: Check If User Is Logged In If NOT Run JavascriptHello liquidhmedia,
Yes above code will work fine You need to post it in your theme function.php file and You also need to run this for on page so check page condition also so use like this
<?php if( is_page('page-name')){ if ( !is_user_logged_in()){ ?> <script> $(function () { $('.element').click(function (ev) { if (Cookies.get("clicks") == undefined) { Cookies.set("clicks",1, { expires: 365 }); } else { Cookies.set("clicks",Cookies.get("clicks") + 1, { expires: 365 }); } if (Cookies.get('video-clicks') > 2) { ev.preventDefault(); //stop the regular click action from happening window.location.replace('http://www.coinlifestyle.com/blog/about-ncu/'); } }); }); </script> <?php } } ?>Thanks
Forum: Fixing WordPress
In reply to: How to show related post in a proper way?Hello malteserone,
As the one related to add the title to section and other is related to CSS first I need to review your webpage Can you please share your website link.
Thanks