jacksbird
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Organiser Posterboard] change excerpt length?ok, when I open up single-event-board-item.html I see
<%= event_excerpt %>
I’m assuming that for the person above, he would just remove that, and then the event description would disappear.
However, I want the event description – I just want to limit its length. how do I truncate that excerpt?I don’t understand how using the filter you mentioned would truncate the excerpt length.
Forum: Plugins
In reply to: [Event Organiser] Modify templates for single event and event meta dataI copied event meta data into the root folder for my child theme. This is the path:
/wp-content/themes/generatepress_child/event-meta-single-event.php
I just tried it again and it did not work.
Forum: Fixing WordPress
In reply to: Events Organiser plugin: modifying event templatesthank you! I didn’t realize it has its own forum.
Will the restore option work if I need it to re-map the urls? (the staging site urls are different than the live site.)
thank you thank you thank you! It was the unclosed }. I can’t believe I missed that. thank you thank you thank you.
Forum: Themes and Templates
In reply to: [GeneratePress] Remove home page title/modify templateHello there – I added this code (which I got from another support thread)
.home .entry-header {
display: none;
}to remove the title on my home page only, and it works on desktop, but on mobile the title still shows up. So I tried adding
@media (max-width: 768px) {
.home .entry-header {
display: none;
}
}but no dice. any idea why it is still showing up on mobile?
ok, I just let this go for a while, but it’s still not working. I have this code in my css:
.page-header-image, .page-header-image-single {
display: none;
}@media (max-width: 768px) {
.page-header-image-single {
display: none;
}
}it works on desktop. When i shrink the window, or open the site on my phone, a giant feature image is displayed. I have cleared my browser cache. Here is a sample post: https://new.wisefoolnewmexico.org/bust-2016-sign-up-now/
Forum: Themes and Templates
In reply to: [Make] Removal of copyright.thank you! that worked for me.
Really? I cleared the cache, and it still loads the giant feature image when I shrink the window to mobile view in Firefox, Safari, or when I open the site on my phone.
Already tried that (I found it in one of your previous threads) and it doesn’t work. When I shrink the window, the giant featured image still appears. Hmmmm.
p.s. I have told multiple people how supportive you are and how awesome your theme is – I really appreciate your helpfulness and I’m trying to drum up more business for you!
Never mind – I think I got it worked out. Thank you thank you thank you for all your help.
Thank you, this did help. Now the only thing is that the logo is a different size than the sidebar – is there a way to make sure it stays the same size as the sidebar?
thank you so much!
(my site is super early in development and I’m going to turn the coming soon plugin off so that you can check it out, and then put the site back under password protection as soon as you’ve responded.)
Hello there – so the instructions you gave me totally worked (yea!), except:
the logo is only showing up on the homepage, no subpages (https://new.wisefoolnewmexico.org/ is the homepage).
Also, where it shows up, it has some padding under it that I can’t figure out how to remove – I want it to attach to the nav bar.
Originally I shrunk the width of the left nav bar – from 30% to 15% – so it’s only as wide as it needs to be for the menu items, and made the logo 180 px, which corresonded. But then when I opened the site in another browser the logo and side nav were different widths. So I tried setting the side nav to 180px, instead of using %. (I added this to my child theme style sheet:
grid-25 {
float: left;
width: 180px;
}
this works in terms of keeping them the same size, but it does get a little funny if I shrink the screen too much – just before the breaking point to tablet-view the menu overlaps the body content. Thoughts?thank you thank you thank you thank you!!!