felixone
Forum Replies Created
-
Forum: Plugins
In reply to: [Meteor Slides] Resizing Bug?i’m sorry, you are absolutely right. It was my theme, thanks for the response!
have a great day!Forum: Plugins
In reply to: [Social] Can't add Facebook accounthey,
I can’t add neither twitter, nor facebook to social options ??
The popup appears and i can connect it to my acc, but it doesnt show up in the plugin options.Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] pictures don't show upi did everything like in your video, but it still shows up featured images, but not those i added to the slider..
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] pictures don't show upim using wp Version 3.4.2; meteor Version 1.5.1 ;
Meteor only shows featured images, very strange! I set the featured images like you said, and yes i see a thumbnail and it shows up on meteor and some white images too
the imageclass is: “attachment-featured-slide wp-post-image” is this correct?Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] pictures don't show uppictures only display when they are uploaded via the events manager post type, into an event post – but still dont show up in SLIDER settings. i think that is the problem ?? all images are uploaded to /uploads folder, but meteor only shows images that are article pictures/tumbs of event posts, even if “No slides found” on the slider page.
when i disable the events-manager plugin it still does not work.Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] pictures don't show up.
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] pictures don't show uphey JLeuze! fast support as always,
plugins:
Events Manager
NextGEN Gallery
Social
Social Sharing Toolkit
WP-PageNavi
WP AutoSuggest
-> i disable everything, but images still don’t load.
(meteor slide)you can find the button: Slides -> click on the slide title-> view SLIDE (not slider, sorry)
i used this in the past, but it does not give me an excerpt.
add_filter( ‘pre_get_posts’, ‘my_get_posts’ );
function my_get_posts( $query ) {
if ( is_home() && false == $query->query_vars[‘suppress_filters’] )
$query->set( ‘post_type’, array( ‘post’, ‘event’ ) );
return $query;
}Forum: Plugins
In reply to: [wp-autosuggest] [Plugin: wp-autosuggest] How can i add a thumbnail?no idea?
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] pictures don't show upit tells me that the picture cant be found, when i click “view slider” button. im using the 2011 theme.
Forum: Plugins
In reply to: [wp-autosuggest] [Plugin: wp-autosuggest] How can i add a thumbnail?unfortunately it does not work with the wordpress widget search in sidebar or footer. im using twentyeleven template, can you pease help me?
im using the twentyeleven theme and made them show up on main page by simply adding this code i found to functions.php:
add_filter( ‘pre_get_posts’, ‘my_get_posts’ );
function my_get_posts( $query ) {
if ( is_home() && false == $query->query_vars[‘suppress_filters’] )
$query->set( ‘post_type’, array( ‘post’, ‘event’ ) );
return $query;
}can you help me to modify it, to get an excerpt?
wow, how easy. stupid me, thank you so much! and is it possible to only read out an exzerpt on mainpage, like the “normal” posts do?