Forum Replies Created
-
AuthorPosts
-
Leslie BigosParticipant
Thank you. That is working beautifully now.
Leslie BigosParticipantThank you. It had something to do with the page cache plugin. I have solved it.
Leslie BigosParticipantIn addition, when I removed the password the page still did not display and the password was requested. The Toolbar above the page also does not display.
Leslie BigosParticipantThat is a link to the header image. Be sure you go to theme options and disable the header. You may have deleted the image but the link is still there. Go to Theme Options and on the first tab, under HEader Featured Option click Disable under “Enable Featured Header Image”
Leslie BigosParticipantYes. Go to Theme Options>Responsive Design>Enable Secondary & Footer Menu in Mobile Devices?
Responsive Design is the first option under Theme Options.
Leslie BigosParticipantThank you so very much! This worked like a charm!
Leslie BigosParticipantI have purchased 3 themes but I would like to send a Donation for this help. Do you have a mechanism for that?
Leslie BigosParticipantThank you! I am so grateful! I would have never figured this out on my own and I was playing with a lot of CSS.
Thank you, thank you!
Leslie BigosParticipantI’m reading all these posts about #site-description and changing the color but it is just not working for me. My site is http://www.yarlungrecords.com/news/. The H1 should be a rust color and the tagline a Yellow.
/*For Site Title */
#site-title {
font-size: 3.5em;
text-transform:uppercase;
font-family: ‘Cinzel’, serif;
font-weight: normal;
}/* For Site Tagline */
#site-description {
font-family: ‘Cinzel’, serif;
font-size: 1.9em;
color: #d3bf81;
font-style: normal;
text-transform: uppercase;
font-weight: lighter;
}Leslie BigosParticipantInstead of putting “WIFI onboard” in Header Top Sidebar Widget, put it in the Header Right Sidebar Widget” as I think putting it in the Top Sidebar Widget pushes the title down.
I would also recommend you make the phone number a link so people can dial from their cell phones.
Leslie BigosParticipantYou can put this in the custom css but remember it will remove all titles from all pages. I have done this with my site, http://www.nerdt.org.
/* Remove Page H1 Headers*/
.page .entry-header {
display: none;
}Leslie BigosParticipantSakin,
I am wondering if you missed by last question about site-description. I would like to change the color on the site-description different from the site-title. See the above post. I didn’t know whether I should start a new thread?
Sorry for the confusion.
Leslie BigosParticipantHi Sakin,
Sorry to bother you with this but I am just not finding where I can make by Site Description different from my Site Title. I’m using Pro Kathmandu and I want the Site Title Red and the Description yellow. I defined Site Title color in the Customize Theme: Colors.
I added custom CSS for the site description but it is not working:
/*For Site Title */
#site-title {
font-size 3em;
text-transform:uppercase;
font-family: “EB Garamond”, Palatino,sans-serif;
font-weight: normal;
}/* For Site Tagline */
#site-description {
font-size: 1.9em;
color: #d3bf81;
font-style: normal;
text-transform: uppercase;
}My site is: http://www.yarlungrecords.com/news/
Leslie BigosParticipantTry putting the TEXT Widget in the Header Right Sidebar
Leslie BigosParticipantFunny, when I put html in, it actually changed it to a link instead of showing you the code. Just do a View Source and you can see the code. IT is just a link tag with href=”tel:425-941-1407″ target=”_blank”>
Leslie BigosParticipantTo get the menu showing on mobile devices, go to Appearance>Theme Options>Responsive Design>Enable Secondary and Footer in Mobile Devices
Make sure you check Enable on “Enable Secondary & Footer Menu in Mobile Devices?”
As far as putting a clickable phone number in your header, you can use the TEXT widget which allows you to place HTML in an area. Then you need to link your phone number. The HTML will look like this but just be sure to use your own phone number.
<a href="tel:425-222-1206" target="_blank">425-222-1206</a>
I hope this helps.
Leslie BigosParticipantThanks so much. I used the Catch updater plugin, purchased the Pro Theme and it worked like a charm!
Thanks again,
Leslie
Leslie BigosParticipantHi,
I realize that the error was mine. In the custom CSS, I specified a width and that was throwing it off.
My featured image is working great. Thanks.
Thank you so much for your time!
Leslie BigosParticipantI solved the problem. I needed to check a box “Enable Secondary & Footer Menu in Mobile Devices?”
Thanks for being there!
November 16, 2014 at 6:08 am in reply to: Remove Page Entry title without removing Slider Caption #47556Leslie BigosParticipantThank you so much for answering!
-
AuthorPosts