JohannaK
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Show list of Child pages of current page w/ Featured ImageThanks for the code.
I modified it to get the thumbnail of each Sub-Page instead of the the thumbnail of the current page: $page->ID replaced with $page->pageChild.
I also got the link to encapsulate both image and text to create a menu.
<?php $child_pages = $wpdb->get_results("SELECT * FROM $wpdb->posts WHERE post_parent = ".$post->ID." AND post_type = 'page' ORDER BY menu_order", 'OBJECT'); ?> <?php if ( $child_pages ) : foreach ( $child_pages as $pageChild ) : setup_postdata( $pageChild ); ?> <div class="child-thumb"> <a href="<?php echo get_permalink($pageChild->ID); ?>" rel="bookmark" title="<?php echo $pageChild->post_title; ?>"> <?php echo get_the_post_thumbnail($pageChild->ID, 'single-post-thumbnail'); ?> <?php echo $pageChild->post_title; ?> </a> </div>
Hi Anabelle,
Will the new version fix all the above problems?
I have a website going live possibly at the end of the week and I was using the plugin until I created a second menu and all the images disappeared from the first one.
Very frustrating. Please let us know on this post when it’s released, but I hope to find an other solution in the meantime!
Johanna
PS: I just saw this in the changelog: “Bugfix: #_EXCERPT layout was not ok, should be the same as for #_NOTES”
Would you be able to give me the exact fix as a lot of changes have been made on the plugin and I can’t upgrade it?
All right… I found my mistake!!
I put the code within the “If post ()” code… so if no pages/posts were including the word, no results would come up…
I hope this can help somebody else who did the same mistake.
But now, the problem is that if the keywords doesn’t come up in any pages but in some events, we will still have the message “Nothing Found” under the events, which is a bit stupid.
Is there anyway to change “If post” by “if results”?
Hi,
I have a problem using this search code.
Some searches work and some don’t.
For example, if the title of the event is “Building computer networks” and I type:
Network -> It shows the right result
Networks -> It shows no results.I have an event which titles include these 2 keywords: “Engineering” and “Aviation”
If I type:
Aviation -> No results
Engineering -> It shows the right resultsIt’s driving me mad and my client as well…
Forum: Plugins
In reply to: Scrolling photo gallery bannerHi cigarimpulse,
Did you find something? I am interested in the same plugin!
Thanks,
Johanna
Forum: Plugins
In reply to: [Wordpress Forms] [Plugin: WordPress Forms] Some bugsThat’s great! But I don’t think it is said in the first page of the plugin that it is still a beta. I saw it in the FAQ but not on the first page… This might avoid people tagging it as broken.
Forum: Plugins
In reply to: [Wordpress Forms] [Plugin: WordPress Forms] Some bugsI just tried to add the form to a page, and the pop up opening is just empty.
I also have problems with drop downs. It is annoying but after entering the elements a few times, it worked…
When I submit the form, it would also be good to have some loading icon or something and maybe replace the form by the success message to clearly show that the form has been sent.
Otherwise, the form building was nice and easy.
Johanna
I’m using the shortcode you provided.
But actually, the pictures have finally come up after a few days where I left the code…
But it was not displaying at the start, and some were… Weird!Forum: Plugins
In reply to: Event Calendar Recommendation?I’ve been checking Events Calendar all day.
A few good one:
– The Events Calendar
– Alieneila Events
– Events Manager Extended
– Event Registration
– My CalendarOne of these had the category under a drop down and I don’t remember which one.
The first one handles categories so you can display them in a drop down like normal categories.Hope this helps.
Johanna
Hi all,
I just installed the 1.6.3 version of this plugin and using the subcategories.
But on top of the subcategories, I will need to filter the Events by Location.
You have the “Province” as an Event attribute.
How difficult would it be to filter by Categorie AND Province?
Could I do it myself or this require major development?I also thought of using the Location as Subcategories and then use Tags for the Category.
But will I be able to filter the Events by Category AND Tag?Last but not least, I also need to filter by DAY.
Is it easy to display a list of the dates and filter by Dates as well as Location and Category?I will be using this plugin for a client, so I am happy to pay for the development.
Thanks a million.
Johanna
Forum: Plugins
In reply to: [Plugin: Flickr Gallery] Image SizesHi Dan,
Could you tell us when are you planning to release the new version of your plugin?
I am using it for a photographer’s website and she is asking if her pictures could be bigger.
I tried Rik’s fix, but it didn’t work.
I tried it with “_o” (which I figured out to be the Large size ending) instead of “_b” but didn’t work either.Thanks!
Johanna