lee718
Forum Replies Created
-
Forum: Plugins
In reply to: [Portfolio Slideshow] [Plugin: Portfolio Slideshow] Validation errorsHi Dalton,
I am using the html5 doctype and have got a similar error as above in my media library content.
Notice: Undefined variable: post in /Applications/MAMP/htdocs/my-site/wp-content/plugins/portfolio-slideshow/inc/functions.php on line 20
Notice: Trying to get property of non-object in /Applications/MAMP/htdocs/my-site/wp-content/plugins/portfolio-slideshow/inc/functions.php on line 20
Any ideas on how I can fix this?
Thanks. I look forward to your response.
Thanks for your reply. Unfortunately I followed this post’s suggestion and tried changing to “past” both with ASC and DESC and it shows the past events only.
What I want to do is show the upcoming events on the home page. I have it set to 5 and right now it’s showing oldest events instead of newest. I do not want to exclude old events from being displayed necessarily but future (more recent) events should be showing on top. These are the arguments I currently have:
$all_events = tribe_get_events(array( 'eventDisplay'=> 'Upcoming', 'orderby' => 'EventStartDate', 'order' => 'DESC', 'posts_per_page'=> 5Thanks for taking a look.
Anyone got any insight on how to reverse the order? ASC and DESC are being ignored. I posted the link in my original post.
This is a really important feature for my client and I need to resolve this issue. Thanks in advance.Thanks roblagatta for responding. I made a new entry here:
http://wordpress.org/support/topic/plugin-the-events-calendar-events-calendar-plugin-chronological-order?replies=1#post-3253152Is there any solution to this issue? I have tried all the suggestions and deactivating other plugins to no success.
Forum: Fixing WordPress
In reply to: Responsive slider stop workingI’m still not sure what changed, but in case this helps anyone, I changed the lowercase h to Home and it worked.
<?php if(is_page(‘Home’))do_shortcode( ‘[responsive_slider]’ ); ?>
Forum: Fixing WordPress
In reply to: Responsive slider stop workingI’m still not sure what changed, but in case this helps anyone, I changed the lowercase h to Home and it worked.
<?php if(is_page('Home'))do_shortcode( '[responsive_slider]' ); ?>Forum: Fixing WordPress
In reply to: Responsive slider stop workingUpdate: when I add || contact or another page to conditional, the slider shows in all pages.
This is how I have the code set in my header.php:
<?php if(is_page(‘home’))do_shortcode( ‘[responsive_slider]’ ); ?>Now I need to just get it working in that one page only: page-home.php
Forum: Fixing WordPress
In reply to: bold and italic font not showing up on home page postsI just realized it strips the HTML but I found this function override to help me out:
Forum: Fixing WordPress
In reply to: bold and italic font not showing up on home page postsExcerpt doesn’t support bold and ital, is that what you’re saying?
I’m using Bones which isn’t meant to be used to make a child.
Forum: Themes and Templates
In reply to: uploading my updated themeHow do you delete the original theme? I couldn’t figure that out.
ThanksForum: Themes and Templates
In reply to: uploading my updated themeTrying to override my original which I uploaded exactly like you described. Trying to update it now and getting failed. Any ideas?
I had put the slider code inside the hgroup of the header.php file in my child theme instead of after it and thereby taking on the full width of the page. May not be the same problem for you but worth checking.
I fixed it by using permalinks. If you’ve got default permalinks, it will not allow the nav to show on events page.