epicdevspace
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: logo blurry as hell on mobileHi again
Research @media usage and tweak this code to suit your needs. You can use a resized version of your logo etc.
@media screen and (min-width: 480px) { .fusion-logo img { width: 100%; } }Forum: Fixing WordPress
In reply to: Cant find codes…Hi
Go to Appearance-> Menu in your Dashboard and update your menu.
Forum: Fixing WordPress
In reply to: Permalink structure problemHi Marie
It looks fine on my side. I accessed your May 14th posts just fine.
Perhaps try clearing your cache / flush your dns?
Forum: Fixing WordPress
In reply to: PHP Fatal error: Class 'WP_Widget' not foundHi there
My apologies for a very delayed reply. It’s been a very busy week.
Did you manage to figure out your database update?
Forum: Fixing WordPress
In reply to: How to align page header without affecting post header?Hi Justin
Try adding this to your css:
h1.article-title.entry-title { float: left !important; }All the best!
Forum: Fixing WordPress
In reply to: Permalink structure problemHi Marie
Please provide a link to your site.
Forum: Localhost Installs
In reply to: Main Menu no link – sub Menu pages linkedHi
This is the method I use as well so it could be theme/plugin related in your particular circumstance.
A few suggestions:
Use javascript: void(0); instead of the # , please update this post if this solution works for you.
Alternatively you can also use css to disable the link and target the top level navigation. Read up on this here:
All the best!
Forum: Fixing WordPress
In reply to: Featured Image won't appearHi
Please provide a link to your site so I can have a look 🙂Forum: Fixing WordPress
In reply to: contact form errorYou might want to enable scrolling too
If so you can add
scrolling="yes"to your iframe code.Forum: Fixing WordPress
In reply to: contact form errorHi have you tried to set a width and height to your iframe?
<iframe frameborder='0' src='http://store180834.duoservers.com/hosting-order/' width="800" height="800"></iframe>Forum: Fixing WordPress
In reply to: PHP Fatal error: Class 'WP_Widget' not foundHi there
I highly recommend a fresh install as it’s difficult to pinpoint the issue without having access to your setup.
Download the latest WordPress package or use an auto installer if your host has one available on your hosting control panel.
Work in small steps so that you can quickly identify the cause of the problem should a problem occur.
All the best!
Forum: Fixing WordPress
In reply to: How to change the upload directory of uploaded files?Use the form’s name etc. field instead and modify the snippet to suit your needs
Forum: Fixing WordPress
In reply to: My site comment section disappeared?Do you have this problem on all your posts ?
Forum: Fixing WordPress
In reply to: Cant login, cant viewLooks fine now , please mark this as resolved.
Forum: Fixing WordPress
In reply to: PHP Fatal error: Class 'WP_Widget' not foundHi
Delete the akismet folder (located in wp-content/plugins/)
You site should now be available if the host’s assessment is correct.
You will then need to install the latest version of akismet and activate it.