Clarion Technologies
Forum Replies Created
-
Find here edit wp-config file
Forum: Fixing WordPress
In reply to: WordPress dashboard is wierd!Hi,
Just checked and found that it cannot connect to the database.
Had you changed the values in wp-config.php file.
Thanks
Forum: Fixing WordPress
In reply to: WordPress dashboard is wierd!Hi,
Had you copied all files and made necessary URL changes in the database?
For more details regarding moving WordPress from one location to another please see the below link.
https://codex.ww.wp.xz.cn/Moving_WordPress
Thanks
Forum: Hacks
In reply to: wp register scriptHello czafir,
Scripts and styles should not be registered or enqueued until the wp_enqueue_script you first need to enqueue_script using the ‘wp_enqueue_script’ hook after that hook call use the ‘wp_register_script’ for registering the scripts.
Please check in you function.php file and get it correct hook call.
Thanks,
Forum: Themes and Templates
In reply to: [Gateway] How to remove class from Gateway theme bodyHello gpscorpion1,
Please replace your above code with below CSS code:
.f-topbar-fixed { padding-top: 0px!important; }Thanks
Forum: Themes and Templates
In reply to: Remove Category from Blog Template LoopHello Suresh Patel,
Do you want remove all Category from Blog Template Loop right ?
Thanks
Forum: Networking WordPress
In reply to: WordPress MU cookie issueHello SRD75 Member,
Can you please try by adding below line of code in wp-config.php file
define('COOKIE_DOMAIN', false);Thanks
Forum: Fixing WordPress
In reply to: Too old PHP and MySQL serverPlease find requirements in below link
Hi @llpadre
Create a file called “php.ini” in the “wp-admin” folder of wordpress install.
Add the following text to the file;
memory_limit = 256M ;
Forum: Themes and Templates
In reply to: Can I delete my wordpress pre install themesHello saliks,
Yes you can delete WordPress pre install themes for you need to follow below steps:
1) Goto Appearance menu in Admin.
2) Click on themes menu.
3) Click on theme details of theme that you want to delete in popup at right side bottom their is option for delete click on it.
4)Confirmation alert click ok.Thanks
Forum: Fixing WordPress
In reply to: Backup wordpress site for offline accessHi Mmusil,
In below link you can find to copy files from hosting to your local system. May be it will helpful for you
https://managewp.com/how-to-create-a-local-copy-of-a-live-wordpress-site
Forum: Fixing WordPress
In reply to: Website not showing upHi,
It is asking for setup. had you not setup the site?
To install WordPress please refer the following link.
https://codex.ww.wp.xz.cn/Installing_WordPress
Thanks
Forum: Themes and Templates
In reply to: [Bhost] bhost – remove footer content in postsHello justinrobbins,
Copy your parent theme single.php into your child theme and remove below HTML from template
<footer class="entry-footer"></footer><div class="about-author"></div>OR add below code of CSS in your child theme style.css
.entry-footer, .about-author{display:none;}Thanks
Forum: Fixing WordPress
In reply to: Navigation not workingHi Asuff,
Add “s-” to internal links because in HTML you mentioned s-
Just replace links
#customer-profiles to #s-customer-profiles
#applications to #s-applications
#customer-profiles to #s-customer-profilesForum: Fixing WordPress
In reply to: Fresh Install. Can't view Media Grid and New ThemesHi @robodiaz,
Find below some discussion about Error
https://ww.wp.xz.cn/support/topic/an-unexpected-error-occurred?replies=24
Thanks