edna.alfaro
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GK Portfolio] Remove featured imageNevermind, figured it out. In case anyone else wanted to remove the header image, I was able to by changing display: block to display: none
.entry-header > img { display: none; margin: 0 auto; }Forum: Plugins
In reply to: [The Events Calendar] Individual Event Not Displaying CorrectlyHi Shelby,
Yes since the latest plugin update was released it has resolved me issue. Thanks!
Edna
Forum: Plugins
In reply to: [The Events Calendar] Individual Event Not Displaying CorrectlyHas version 4.4 been officially released yet or is it only available through the WP Rollback plugin?
Forum: Themes and Templates
In reply to: [Fukasawa] Removing/Hiding "Featured Image" in a Single PostHi 30goingon13, please try the above steps. It worked for me.
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Images cut off in mobileI put the code mentioned above into the “Slider custom styles” for the slider and in mobile view it still is cut off.
I have also cleared my cache in mobile, using a private tab and the slider is still cut off when remove “Auto-height slider”
https://drive.google.com/file/d/0B7UjSTq47VA6dUtjWTF0WnVmU3JGSERNdUVMaTMzVThqMXo0/view
Forum: Themes and Templates
In reply to: [Fukasawa] Removing/Hiding "Featured Image" in a Single PostResolved this by removing line 48 from “single.php” which took out the featured media in single image posts.
<div class="featured-media"> <?php the_post_thumbnail('post-image'); ?> </div> <!-- /featured-media -->Forum: Themes and Templates
In reply to: [Fukasawa] Contact optionHi, how was this solved by the way? I’m trying to figure out how to add the contact form as well. Thanks.
Forum: Plugins
In reply to: [The Events Calendar] Excerpt length after 4.0 updateHi,
I also notice this after the update to 4.0. I was wondering why my events suddenly showed all of the description.
Will there be an update to fix this? I find this to be an issue as it shows too much on the list view and pushes the rest of the events farther below.
Thanks!
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Shortcode Doesn't WorkOh my goodness, what an oversight..I thought this was a different Mailchimp plugin that I was using. Apologies π
It works!
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Shortcode Doesn't WorkYes, the theme I’m using uses a page builder tool.
Here’s a test page where I just used wordpress’s default editor:
http://dev.pretendcity.org/test/It still doesn’t show up as a form.
Also, I have used other shortcodes in the page builder tool and they have worked.
Thanks
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Shortcode Doesn't WorkHi,
Sorry removed the shortcode because it wasn’t working. Here it is now again on the page:
http://dev.pretendcity.org/contact-us/It’s located under the “Donate Today” button
And it doesn’t work as the form is not displayed at all.
Forum: Plugins
In reply to: [The Events Calendar] Change Header on Individual Events PageHi Brook, thanks for the info! I added the constant to the wp-config.php file which helped a bit. Although, it’s still not how the other pages are set up.
After adding the constant and enabling the header, it no longer displays the event title twice. Instead, it’s an empty header with just the grey background. I would like to have it just say “Calendar of Events” at the top with the grey background. Is this possible and if yes, how so?
In addition, I’m trying to get the breadcrumb to display properly. Right now it only has the home link and doesn’t show “> Events” This is not as important as having the title fixed. Just wanted to see if this is possible as well.
Again, here’s the link to the calendar events page:
http://dev.pretendcity.org/eventsHere is the link to another page with correct header for example:
http://dev.pretendcity.org/visitThanks!