helldog2018
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image Thumbnails in Category ListingHi @ilovediecast,
I checked your css, but you did not add my complete code.
Please change your css code
FROM/*Custom edit*/ .feature-img-box, .feature-img-box {margin-bottom: 0px!important; width: 150px; float: left;} nav .post-list-pagination {position: absolute; bottom: 0; right: 30px;} div.post-list-pagination {font-weight: bold; color: blue;}TO
/*Custom edit*/ .feature-img-box, .feature-img-box {margin-bottom: 0px!important; width: 20%; float: left;} .entry-main {width: 75%; float: right; margin-left: 10px; margin-bottom: 50px;} nav .post-list-pagination {position: absolute; bottom: 0; right: 50px;} div.post-list-pagination {font-weight: bold; color: blue;}This should make the archive look better.
I see the second image is not showing up anymore.Once the archive is looking good, we are going to improve the single post pages.
Cheers.Forum: Fixing WordPress
In reply to: menu and header bar disappearedAvada is a great theme
Forum: Fixing WordPress
In reply to: Image Thumbnails in Category ListingHi @ilovediecast,
We are going to use the big picture, here is the first change for the lay-out.
You will see changes happening, please do not restore before we are finished.Add the following code in your style.css at the bottom:
/*Custom edit*/ .feature-img-box, .feature-img-box {margin-bottom: 0px!important; width: 20%; float: left;} .entry-main {width: 75%; float: right; margin-left: 10px; margin-bottom: 50px;} nav .post-list-pagination {position: absolute; bottom: 0; right: 50px;} div.post-list-pagination {font-weight: bold; color: orange;}On the archive.php file please remove the following code from the line:
if{has_post_thumbnail()}{the_post_thumbnail();}Cheers.
- This reply was modified 8 years, 1 month ago by helldog2018.
- This reply was modified 8 years, 1 month ago by helldog2018.
- This reply was modified 8 years, 1 month ago by helldog2018.
Forum: Fixing WordPress
In reply to: menu and header bar disappearedHi @nitehawk,
I am sorry you are having so much trouble fixing just a minor issue.
Keep us updated of follow ups, guess hostgator techs can fix your problems.If they are not able to fix things up, please restore back-up to when the problems occurred (your plugin) and let me have a look (if you are okay with that).
Have a nice day.
Forum: Fixing WordPress
In reply to: Menu stopped workingHi @ciarrasiller,
Please activate debugging and see if it comes back with errors.
Forum: Fixing WordPress
In reply to: Add New Post + Swapping out of Admin roleHi @robroberts,
Have you checked for certain that this account is on an administrator role?
You can check this in phpmyadmin, please read instructions.If you are certainly on administrator role, please activate debug and check php server logs.
Cheers.Forum: Fixing WordPress
In reply to: Cannot enter wordpress adminHi @vryabov1,
Probably one of the plug-ins is causing problems with your website.
Please do the following to check if it solves your issue.1. De-activate all plug-ins (via FTP and add _OLD to every plug-in folder).
2. check if you can enter the administrator section now.
3. If you can enter this section without trouble, please activate each plug-in one by one. Do this by removing the _OLD text behind the folder.
4. You will find the culprit this way.Let us know if this solved your issue.
Forum: Fixing WordPress
In reply to: wp-admin not loadHi @atakhadivi,
You have a 500 internal server error which might incur there is a corrupt WordPress file.
Please keep all plug-ins deactivated and download the newest version of WordPress.
Do the following:1. De-activate all plug-ins.
2. Please replace all WordPress files except the wp-config.php file and the wp-content folder.
3. Check if you can login again.
4. If you can login again, check if all the front-end pages are still live.
5. If front-end pages are not live then reactivate permalinks in the back-end and try again.
6. re-activate the plug-ins one by one, just to make sure the problem isn’t happening thanks to one of the plug-ins.Let us know if this solved your issue.
- This reply was modified 8 years, 1 month ago by helldog2018.
Forum: Fixing WordPress
In reply to: Un-Collapsing the admin dashboard menuHi @smita013,
Have you tried clearing your cache?
https://en.support.wordpress.com/browser-issues/Forum: Fixing WordPress
In reply to: Default Visual Text Editor Automatically Removes Line BreaksHi @eadwig,
Can you check what it does if you add an empty class?
Just change<p class=”description”>to<p class=””>and check what it does.Thanks.
Forum: Fixing WordPress
In reply to: Image Thumbnails in Category ListingHi @ilovediecast,
Can you show me the rest of the code? Currently if I check the page https://musicalhelp.org/category/consorts it is showing me an archive without thumbnails but with backgrounds.
That means that the current code you are showing me
(if ( has_post_thumbnails() );is false and therefore the code after<?php endif; ?>is active.Please add a thumbnail to one of these posts (and please tell us which post has an thumbnail assigned), after that we can check and maybe alter the code a bit to see what it does.
Thanks.
Forum: Fixing WordPress
In reply to: Change Title Tag for Categories in HeadHi @karyls,
You said you are using the All in one SEO package, I believe you can enable the ‘title’ and ‘description’ alteration by activating some advanced settings within the plug-in.
Take a look at the following Documentation.
Let me know if this helps.
Forum: Fixing WordPress
In reply to: menu and header bar disappearedHi @nitehawk,
To be honest, I wouldn’t pay the remaining money. I would make screenshots are show them what errors/mistakes has came in after they tried to fix the menu.
If they aren’t willing to fix your menu in any case, then take a look if your hosting company can place a back-up which has been created just before they started trying to fix your menu.
If they first isn’t possible but the latter is, I am willing to help and re-create a working menu. How does that sound?
Cheers.
Forum: Fixing WordPress
In reply to: menu and header bar disappearedWell first of all, are they going to fix the javascript problem?
If so, wait a moment with adding new plug-ins.
Once they are done I am willing to help add a social media plug-in.Let me know when you are ready for this.
Forum: Fixing WordPress
In reply to: Image Thumbnails in Category ListingHi @ilovediecast,
I see your theme is using the ‘content’ file.
Open the content.php or content-archive.php or anything that has something to do with content. This file is being opened to add the format of your post.In there you should find a code which is adding the featured image.
You can alter the code over there or swap it withif {has_post_thumbnail()}{the_post_thumbnail();}Whenever this code has been changed you can alter the visual with css.
Cheers.