kmross
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pinnacle] Problem in the menu on primary_navigationIt’s impossible to take a look and troubleshoot without a website url.
Forum: Themes and Templates
In reply to: [Hew] Can I add custom fonts to this theme?Create a font folder within the theme folder.
This article may help:
http://www.wpbeginner.com/wp-themes/how-to-add-custom-fonts-in-wordpress/
Forum: Themes and Templates
In reply to: Need a themeForum: Themes and Templates
In reply to: [Shopera] Item Not Saving on MenuI would try the following:
– deactivate the plugins, and test adding the menu item and saving. If this works, then you can then reactivate the plugins one by one, testing adding a menu item and saving, until the issue happens again. This will pinpoint the plugin causing the issue.
– switch to a default theme, and test adding the menu item.
– resetting the plugins folder by FTP or the cPanel File Manager. Sometimes, an inactive plugin can still cause problems.
I hope this helps!
Forum: Themes and Templates
In reply to: [DK Responsive] Remove search in headerWhat theme are you using, and what is the url?
You *can* use CSS to hide the search –> display: none;
I don’t really recommend using CSS for this. Information about the theme and the website url will be helpful in answering your question properly.
Forum: Themes and Templates
In reply to: How to delete white space bar on homepageHi there,
I am not familiar with the theme, or know if you have modified the CSS. The white space is coming from the following CSS.
The top white space below header/ above content:
.entry-content {
margin: 60px auto 0
}Below the image:
.paginate-links {
text-align: center;
margin: 40px auto;
}and
.footer-cta {
text-align: center;
margin: 100px 0 -100px;
padding: 30px 0;
box-shadow: inset 0 4px 0 rgba(255,255,255,.1);
}I hope this helps!
Forum: Fixing WordPress
In reply to: Internal Server Error, no access to most pagesThen at this point I would definitely contact the hosting provider, and tell them that it is fact NOT working fine. Outline the steps you have taken to troubleshoot the issue.
Forum: Fixing WordPress
In reply to: Unable to login to adminYou will need to access (login) to the database, and select the wp_options table. This will open up the table, and there will be an option to edit a row, which you can then correct the url.
Forum: Fixing WordPress
In reply to: Internal Server Error, no access to most pagesIf you have followed all the steps above, then the next step would be to replace wp-admin and wp-includes folder from a fresh WordPress installation.
Forum: Fixing WordPress
In reply to: Plugins & theme options gone and no clear way to access them againAre you logged in as an administrator role?
Forum: Fixing WordPress
In reply to: Internal Server Error, no access to most pagesHave you tried re-installing WordPress? I would also try activating a default theme.