Pvanania
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-TopBar] Close after clickedThanks for the help Bob!
Forum: Plugins
In reply to: [WP-TopBar] Close after clickedReopens on the next page after clicked.
Forum: Fixing WordPress
In reply to: My Static Home Page only works when I'm logged inI had this problem after deactivating wp-super-cache. You need to delete the files from htaccess that were written by wp-super-cache. They may still be there and causing the issue.
You can use the file manager in cpanel of your hosting to do this. There will be something that says begin wp-super-cache and something that says end wp-super-cache. Delete starting from wp-super-cache and ending with end wp-super-cache.
Forum: Themes and Templates
In reply to: [Adamos] li not displaying inside a olThank you!
Forum: Themes and Templates
In reply to: [Adamos] li not displaying inside a olit is still not working π
Forum: Themes and Templates
In reply to: [Adamos] li not displaying inside a olBut the numbers still aren’t displaying π
Forum: Themes and Templates
In reply to: [Adamos] li not displaying inside a olForum: Fixing WordPress
In reply to: Border around one menu itemthank you young man. It was because of the unclosed style.
Forum: Fixing WordPress
In reply to: Border around one menu itemthat was the first thing i did.
I moved the post to here
Forum: Fixing WordPress
In reply to: Border around one menu itemok i will.
Another followup. I changed the max width below to 3000px instead of 1720px. I hope this doesn’t screw anything up. It seems to be working fine now.
@media only screen and (min-width: 1281px) and (max-width: 3000px) {
.contain-to-grid {
padding-top: 0;
height: auto;
margin-bottom: 0;
}Just a followup. It is only when my browser width goes past 1728px wide that this happens. When is is below this width it works properly.