christystjohn
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Transparent Header Not WorkingThat would be a question for Tyler (the theme creator)
Forum: Themes and Templates
In reply to: Transparent Header Not WorkingOh I see, I misunderstood the problem. Does it work if the opacity is set at 1? I ask because 0 may be an impossible setting for the header’s opacity for this theme
Forum: Fixing WordPress
In reply to: Deleting an unknown blogI see! You can log into wordpress sites by adding /wp-admin to the url. For example, your site’s login page would be https://blog.etekcity.com/wp-admin
This is standard for most wordpress sites, although there is an option to change your login URL if you like. Thankfully, whoever set up this blog didn’t.
Forum: Fixing WordPress
In reply to: Creating a 2 x 2menuYou can do this by playing with the width of the list items. “li” is CSS for list item. If each list item has a width of 50% of its parent element (in this case, the full menu), your 2×2 effect can be achieved. Also, be sure to set the height so they aren’t different.
Forum: Themes and Templates
In reply to: Transparent Header Not WorkingHello!
The header is actually not in front of the photo, it is on top of the photo. Thus, realize changing the photo’s opacity would only change the color to a lighter color because nothing is behind it.
I can tell because both elements are block elements and are therefore stacked one on top of the other.
Forum: Fixing WordPress
In reply to: Image link changedIt seems like the link is directly to where the image is stored in the back-end of your site, instead of where it is uploaded to your media library. Have you installed any new plugins recently or have you done something that may have affected your media library?
Forum: Fixing WordPress
In reply to: Unable to access DashboardCool story bro.
Forum: Fixing WordPress
In reply to: Creating a 2 x 2menuFrom a coding perspective, you can do all this in CSS by adjusting the widths of the menu/Logo/list items, a la:
menu {
width: 33%;
}
LOGO {
width: 33%;
}
li {
width: 50%;
)What theme are you working with?
Forum: Fixing WordPress
In reply to: Deleting an unknown blogDear Dillon,
Unfortunately, you can’t delete the blog without some kind of access to it. The best would be if you had the username/log in for the WordPress site. You could then follow these instructions: http/:en.support.wordpress.com/delete-site
Alternatively, if you have the hosting account information (such as a GoDaddy username and password), you can delete all WordPress files.
However, deleting a random site from the internet without any access is not allowed (just like you wouldn’t be able to delete this site if you didn’t like it).