Zelal Hossain
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: “White site”Hi Andreas,
Thanks, you have taken step to fix.
You already have the same theme on your directory so you can not upload same named theme again.So what you can do now.
1. Take full backup (files , database)
2. Now login to your control panel and rename the novo theme and upload new oneAlso theme might conflict with other plugins or WordPress latest version. So you can also role back your theme also as it was.
Let me know if you need more help with respect.
ThanksForum: Fixing WordPress
In reply to: “White site”Hi,
If you able to login dashboard then please try to deactivate all the plugins and theme.
Check the front end- If front end works instead of white screen now activate all plugin and theme one by one.
ThanksForum: Fixing WordPress
In reply to: Can I salvage an old wordpress site (my hosting lapsed)Hi,
Option #1: Ask your hosting company to restore your hosting with old WordPresss file.Option 1#: If you have already website backup then purchase new hosting, point your domain and restore website from backup
Option #3: If you don`t have a backup, hosting company does not able to restore the site then you have to build new a website unfortunately.
ThanksForum: Fixing WordPress
In reply to: Landing title and centering picsHi,
Hope you are doing well. This might be help for you.1. If you need to remove the title from the landing page, you need to do is to edit the page and remove the title. Do not worry about the permalink, as it will remain unchanged.
2. Hide Title, You can use this plugin to hide the single page title.
Let me know if it works.
Forum: Fixing WordPress
In reply to: Strange url redirectsHi,
I have to check the site or can you send the screenshot of your site error.
ThanksForum: Fixing WordPress
In reply to: Searching for new theme with left side menu barIf you use premium theme then I will suggest you avada theme. Most popular theme with left sidebar menu and on top, you can add any slider
ThanksForum: Fixing WordPress
In reply to: can’t access to login pageHi @mhhossein
You can try with two possible step.
First:
Go to your installation directory from cpanal (login cpanel–> file manager–> then you will find directory folder where wp installed)
Then go to wp-content/themes and plugins
Rename the plugin name and theme name
Now try again to login and if work then back to the plugin (actual plugin) one by one check which one causing problem.Second:
If it deos not work update the wordpress core file.Note: You should have backup to proceed WordPress core update.
Forum: Everything else WordPress
In reply to: Gravatar name@terezapokorna can you please send a screenshot ?
Forum: Fixing WordPress
In reply to: Change Size of Footer Menu Fonts@jewelsbytrish My pleasure.
Forum: Fixing WordPress
In reply to: Error message, impossible to access WordPress loginHi,
Take a manual backup of your file and database first
Then
1. Go to wp-content/plugins- rename the plugin name
like- pluginname(current name) after rename something- (old-pluginname)
Then try to login if still same problem then do rename your current theme.
if does not work back to plugin folder name and update wordpress core file
Note: Take a backup first to avaoid any unwanted issue
Thank youForum: Fixing WordPress
In reply to: Problem with media in carrousselHi, @juliesolal
Can you try with this
(did you saved your permalink after http to https?) If no then do that.
1. Please check carefully if the urls in your admin area Settings > General “https” instead of “http”2. Re upload the images if they are few
3. You can install Really Simple SSL WordPress plugin and check.
4. Check your configue file
Thank you- This reply was modified 5 years, 4 months ago by Jan Dembowski. Reason: Removed not pertinent screenshot
Forum: Installing WordPress
In reply to: Unable To Install WordPress on subfolder@akpatil
You should give me the screenshot of directory selected while install and other screenshot that folder is not in your publick html folder.
However, Can you try the manual install please.
This guide might help youTips from my end-
1.Download WordPress and extract in to your computer.
2. Login in to your dircetory and create sub folder
3. Upload all the WordPress file to sub folder
4. Now create the database and user
5. Go to your directory sub folder and find the config-sample.php file. Open the file and fill up your created database user, host. once done just rename that file to configue.php (just remove sample from it)6. Now you are done- call your site to browser to next proceed.
yourdomain/folder you created
Thank you
Forum: Installing WordPress
In reply to: Unable To Install WordPress on subfolder@akpatil
I think here is your point- “pls ensure directory you are installing does not already exist.”can you install wordpress manually or can you check the folder already exist in your public html directory ig yes, delete that and try again
Please keep me update if still not solved. You can take screenshot using this tools- https://prnt.sc/
Thank you.Forum: Installing WordPress
In reply to: Unable To Install WordPress on subfolderHi,
Please check your directory sub folder closely.
Go go cpnanel, then go to directory from file manager then check the sub folder you created has not any wordpress file.Secondly, if you installing wordpress by script installation (this allow to install wordpress by single click), see closly the directory where its going to be installation. you might missing writting the folder name
I am sure something you doing mistake in between two things above. Please send me screenshot if it does not help.
Thank you
ZelalForum: Fixing WordPress
In reply to: Change Size of Footer Menu FontsHi,
I hope this will be simple now.
.color_footer-top a {
color: #ccc;
font-size: 22px;
}
Add that code in custom css in your theme. See the font size and fit with your size.
See the screenshot-
https://prntscr.com/olb9wj
Thanks