Clarion Technologies
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hairstyle] How to slow down slider?Just change this parameter to minimum value you want slow down to
animSpeed: 1000,Forum: Fixing WordPress
In reply to: Echo shortcode if post is in specific categoryHi,
If you want to check multiple categories then you can do it in the following way.
<?php
if(has_category(array(‘travel’,’freelancing’,’another category’))){
echo do_shortcode( ‘[cta id=”3919″]’ );
}
else{
//your other stuffs here
}
?>Thanks
Forum: Fixing WordPress
In reply to: Background Image refuses to Change!Hi,
Your themes must have the option in the admin panel. See below link.
You find option there.
Thanks
Forum: Fixing WordPress
In reply to: Permalink QueryHello ESSBEEAY,
Which breadcrumb plugin are you using because I found that their will some setting in plugin or if coded in to theme the home url and link are gets repeated can you please check.
Thanks
Forum: Fixing WordPress
In reply to: Changing the Font Size and ColorYour Welcome! 🙂
Forum: Themes and Templates
In reply to: How to remove space below header/menu in themify wordpress themeHello sojmanie,
I have checked their is no white space below header/menu.
Thanks
Forum: Installing WordPress
In reply to: install wp on window hostingHi,
I think you had left some syntax incomplete while updating the wp-config.php file which is throwing error.
Please check if the syntax for all lines are correct.
Thanks
Forum: Installing WordPress
In reply to: Installation issuesHi,
Can you please post a screenshot of the folder and path where you had installed the wordpress files?
Thanks
Forum: Themes and Templates
In reply to: [Moesia] Background Content BorderHello mhouseconsulting,
I have checked both site and found that the your client site is using the box layout while you are setup the full width site please check in setting their will setting for applying the box layout.
Thanks
Forum: Localhost Installs
In reply to: [WordPress] Transfer localhost to another localhost (computer)Hi,
Please follow the steps as follows:
1) First make sure you have php and mysql installed on the new computer where you want to transfer your wordpress website.
Then from the given link follow the steps of the topic “Moving to a New Server”.
Thanks
Forum: Fixing WordPress
In reply to: Changing the Font Size and ColorHi,
You can add the following css in the custom css tab of the theme and save it.
.product-small p.name{
font-size: 16px;
}
.price{
font-size: 100%;
color: #000000;
}You can add/reduce font size values as you require. Also you can use any color code you want. Save it and it will work.
Thanks
Forum: Fixing WordPress
In reply to: disable force https throw ftpCheck below link it may be help you
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/Forum: Installing WordPress
In reply to: Installation issuesHi,
Please check the location where you have installed the wordpress using Softaculous. I think you might have installed in some other location or folder and not at the root of “diranigroup.com”.
Also check in PHPMYADMIN with database is created.
Thanks
Forum: Localhost Installs
In reply to: Find and replace in files not working with Brackets and NetbeanForum: Localhost Installs
In reply to: [WordPress] Transfer localhost to another localhost (computer)Hi,
Please see the instructions given in below link to transfer WordPress from one server to another.
https://codex.ww.wp.xz.cn/Moving_WordPress
Thanks