astephens
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hemingway] Sidebar non shown on mobileNOT .com….. it’s https://www.stillwatersministries.net
so sorry… i keep making that mistake ??Forum: Themes and Templates
In reply to: [Hemingway] Sidebar non shown on mobileThank you for your help and quick response.
Yes.. i understand the line i replaced with this line: /*.sidebar { display: none; }*/
was to comment out the “display: none” so that the sidebar would then be displayed.Are you saying you DO see right sidebar on your phone/mobile device small screen? Does it appear below the page body text above the footer? My phone and a friend’s phone (both iphones) do not display it even though desktop does.
All but the Photos and Resources pages have a sidebar (but there is a different sidebar on the About page). I am using Custom Sidebars plugin so i could have different sidebars on different pages. The About page has the custom sidebar and the other pages use the default single sidebar with the theme.
To answer your question the two sidebars used both have one widget that is a graphic and one widget that is the text.
https://www.stillwatersministries.comForum: Themes and Templates
In reply to: [Hemingway] Sidebar non shown on mobileTo clarify… I found this line in Section 14:
.sidebar { display: none; }
and replaced it with this line:
/*.sidebar { display: none; }*/Forum: Themes and Templates
In reply to: [Hemingway] Sidebar non shown on mobileI apologize… i did locate that line in section 14
/*.sidebar { display: none; }*/
and replaced it with the suggested above that worked for Herman and Martin but nothing seemed to happen or change. When i view on mobile (or narrow my desktop screen to mobile size) the side bars still do not show up. i haven’t changed anything else in the code so not sure why it worked for some and not on my site. Seems like i read on another forum/post that someone (possibly the author?) said that it was not designed to show sidebars on mobile devices and he had no plans to change it. His suggestion was to put sidebar info in footer but this seems like a big limitation on the theme design?
Any suggestions appreciated.I’m sorry that i neglected to give the link to my site in previous question. Maybe someone can look and get some ideas.
https://www.stillwatersministries.net
Thank you!Forum: Themes and Templates
In reply to: [Hemingway] Sidebar non shown on mobilesame problem – no sidebar on mobile but i do not find that code (.sidebar{display:none;}) anywhere in my css stylesheet – looked under SEc 11 Sidebar as well as scanned the whole sheet.
Any other solutions? Apparently that’s not working for everyone.
Thanks….Forum: Themes and Templates
In reply to: [Hemingway] sidebar disappears in mobile viewi do not see that sidebar/none code anywhere in the CSS so i cannot remove it with /*
What section did you find it? I scanned through it all even Sidebars (sec 11)Forum: Themes and Templates
In reply to: recommendations for simple flexible church themeThank you for your recommendation. I’ll check out the features. I was hoping to find something a bit less expensive but i’m sure it’s a great theme.
I appreciate your response.
AnnForum: Themes and Templates
In reply to: Theme SuggestionsI would like to ask for a theme recommendation and i have more specifics. Can you direct me how to post and ask appropriately so I’m not jumping on to someone else’s question?
Thanks!
AnnForum: Fixing WordPress
In reply to: content of sidebard went to bottom of pageWell actually i’m not sure. I had added a section of code that didn’t work so i deleted it and possibly i took out something by accident that properly placed the widget.
Just happy it’s ok now ??
Thanks for your reply….Forum: Fixing WordPress
In reply to: content of sidebard went to bottom of pageoops… sorry… fixed already.
Forum: Fixing WordPress
In reply to: all blog posts not showing on the pageok thank you! I do have a single.php and a page.php page so i went to index template and made the one change (content to excerpt) and that did change all on the blog page archive to excerpts that will link to the post on its single page.
I did read the info at the link you sent and it helped… but a little much for me. I’m happy that we got the excerpt working. If i want to also add the “more” tag on the edit post page myself to control the location of the end of the excerpt, am i understanding correctly that I can still do that on individual posts w/o adversely affecting the global setting I just made?
However i do still have the problem that only 10 post excerpts are showing on the blog page. I do understand that i have set 10 on the Reading setting and i did read the pagination link that you gave me but i think that’s where i’m stuck – not sure how to add that so more blog page excerpts will appear. Current i have 10 more that aren’t showing. Could you clarify what i need to add to do that? (I haven’t worked much with the functions file yet but i will be able to follow your instructions.)
Thank you very much!
https://www.gracechurchhouston.comForum: Fixing WordPress
In reply to: adjust transparency in header image Hemingway themeyes.. thank you. That worked ??
Forum: Fixing WordPress
In reply to: change font in contact form message areaThank you so much! It worked!
Forum: Fixing WordPress
In reply to: locate proper div and how to center on pagejust checked my phone and actually it does look like it’s showing up correctly… so may be ok as it is now.
Forum: Fixing WordPress
In reply to: locate proper div and how to center on pageWell i think i just did it by adding:
.sermonnet { margin: 0 auto; }
but now not sure i want it centered for aesthetics because now the responsiveness isn’t going to work for the player as it did when it was on the left side.
The overall site/template is NOT a responsive template but the player was performing responsive at least enough that it could be seen full when the screen was narrowed across width.
Any suggestions? otherwise i’ll just put it back to left side.
Thanks