Abhishek
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Mobile/tablet navbar not displaying correctlyHello, @courtssite
I m not sure but your CSS, not access menu properly you need to put your container and menu class inside the wp_nav_menu(); that is inside the header.php or read the documentation- This reply was modified 7 years, 9 months ago by Abhishek.
Forum: Fixing WordPress
In reply to: Imported new site but old one still showinghello, @tallonius your website is static. so, if you still have the backup of your new site which you was fetched by ‘All-in-one-WP-Migration’ plugin to import a backed up copy of the new site then go to your old WordPress installation and then remove all directory then again install WordPress on your database and then import files to the new WordPress installation.
- This reply was modified 7 years, 9 months ago by Abhishek.
Forum: Fixing WordPress
In reply to: Changing font size in child theme style.cssHello @courtssite
clear your browser cache or history
You Can try this font-size: 50px !important; it should work.. otherwise, you can read the documentation about itForum: Fixing WordPress
In reply to: Customized css issue with mobile menuHello, @bethplummer
you can try a different width of @media screen
widths that you can try..
otherwise you asking theme devlopersForum: Developing with WordPress
In reply to: Retrieving content before and after the $moreNot use any code now just set code as the default means single.php file and go to the page and then edit a post and add the more tag from the edit page customization.
check it out.
https://codex.wordpress.org/Customizing_the_Read_More#Customizing_the_.22more.E2.80.A6.22_text
see screenshot
https://prnt.sc/kwifvwForum: Fixing WordPress
In reply to: Menu Missinghello, @kybick. If you can install plugins, install (Health Check) plugin.
https://wordpress.org/plugins/health-check/
On the troubleshooting tab, you can click the button to disable all plugins and change the theme for you, while you’re still logged in, without affecting normal visitors to your site.OR you can do it manually deactivate all plugins and switch to the default theme them one by one active plugin as so theme too.when you find why which plugin or theme creates a problem remove that plugin or theme.
Forum: Developing with WordPress
In reply to: Retrieving content before and after the $moreIn a single.php file, there is a semicolon missing.
get_header(); in line number 1.and in a code you share their written PHP before the_title();
remove that PHP word from it, save it refresh.and do debug your wp-config.php
https://codex.wordpress.org/WP_DEBUGForum: Developing with WordPress
In reply to: Retrieving content before and after the $morehi, @mcamposs send me a link of a page where you have a problem.
Forum: Fixing WordPress
In reply to: wp-login.php lost password link loads blank pageclick on it you will get the password reset window.
https://tirnaelectronics.co.uk/wp-login.php?action=lostpassword
it’s because of cache and cookies of your browser deactivate any force login plugins and w3 total cache plugin.if you wanna reset your username and password from database manually click here
Forum: Fixing WordPress
In reply to: WordPress site suspended. not opening.hi, @eliotzein I just check your current host service provider is still HostGator. so, contact your service provider.
https://support.hostgator.com/Forum: Fixing WordPress
In reply to: photo links not workinghello, @davidallen23 you’re able to put custom URL on images to redirect you to the image URL for that while uploading images you need to set URL in the custom URL field name( LINK TO).
Check this
https://wordpress.org/plugins/save-import-image-from-url/check screenshot
https://prnt.sc/kw7joiForum: Fixing WordPress
In reply to: cant log in to my WP accountyou can do same for username where you have password field same you have their username field too.
see screenshot
https://prnt.sc/kw72iy
https://prnt.sc/kw73mbForum: Fixing WordPress
In reply to: Kalbi ThemeHello
I am not sure but maybe you forgot the save your permalink setting
for more informationForum: Fixing WordPress
In reply to: cant log in to my WP accountopen your host provider website then go to your phpmyadmin and click on your database and then wp_users table and reset your password from there.
check this I’m sure you are able to reset your password.
https://codex.wordpress.org/Resetting_Your_PasswordForum: Fixing WordPress
In reply to: Run Cron in WordPresscheck this I am sure u got know well how to use cron.
https://codex.wordpress.org/Function_Reference/wp_cronya many plugins also available for cron, you can use them too.