B.L. Joseph
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Menu and automatically created linksHi,
I wonder if you already solve the problem.
1. maybe a photo can help to describe more on this… I don’t really understand. Im sorry. Note: You might want to reconsider the url structure…maybe option out for https://twopiesandasquiggle.com instead of adding /home in the end
2. Inside the admin panel go to page > all pages (located left side) and delete the pages you dont want.
to make it disappear from the menu, access the menu option by clicking the Appeareance > menu (located left side). Here you can find under the setting, uncheck the “automatically add new page…” and also delete the “sample page from your menu list”…
Forum: Fixing WordPress
In reply to: Making changes to Submit/Send buttons in Comments to PostsHello,
try this one hope it working.
input[type=”submit”] {
border: medium none;
font-size: 20px;
padding: 10px;
text-decoration: none;
box-shadow: 0px 1px 3px #666666;
box-shadow: -webkit-box-shadow: 0px 1px 3px #666666;
box-shadow: -moz-box-shadow: 0px 1px 3px #666666;
text-shadow: 1px 1px 3px #666666;
background: -webkit-linear-gradient(#006ad4, #003366);
background: -moz-linear-gradient(top, #006ad4, #003366);
background: linear-gradient(top, #006ad4, #003366);
}body input[type=”submit”]:hover {
background: -webkit-linear-gradient(#003366, #006ad4);
background: -moz-linear-gradient(top, #003366, #006ad4);
background: linear-gradient(top, #003366, #006ad4);
}Forum: Fixing WordPress
In reply to: Cannot edit css regardless of themeHello,
maybe you forgot to clear any cache?
Try hard refresh. if you’re using chrome then press Ctrl + F5 or Ctrl + the reload button.
Because that super big site-description of yours appear nicely in my browser..
for anyone visiting this topic.
There a several plugin required to ensure this theme to work as it suppose to. If you already installed franz josef theme go to the appearance>franz josef option for the details.
Forum: Themes and Templates
In reply to: [Franz Josef] Sticky menuHi machistu,
You want the sticky menu become unsticky?
Have to try looking into the code? If you’re not comfortable with editing the code then you might want to msg the author personally. He spend so much energy in this so im not going to say anything about how to do it.
Note: the sticky menu already awesome.