jumust
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hover/Click Menu in jquerySorry…
here it’s the pastebin https://pastebin.com/QGVdmdLH
Forum: Fixing WordPress
In reply to: jQuery menu click to slidedown, click to slideupHere it’s the code https://pastebin.com/jL4dxBBN
Shortly, it slides down when I click, When I click again it slides up
Than it stops workingForum: Fixing WordPress
In reply to: jQuery menu click to slidedown, click to slideupThanks! I’m struggling with this as I don’t know jQuery well.
I tried to replace it with slideToggle but I don’t know how exactly and also tried this, I added the slideUp and now the submenu slideup but then it doesn’t work anymore if I click again….Do you know if I can fix this to work properly?
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
THANKS for your help!
Any ideas? I don’t mind about the admin if it’s not possible.
Just I need to hide the end time in the single event pagePlease advice…Thanks
Forum: Fixing WordPress
In reply to: Query post type in category pageGreat it did the job!
Forum: Plugins
In reply to: [Search Everything] [Plugin: Search Everything] custom post typeDoesn’t this plugin have support for custom post type?
Forum: Fixing WordPress
In reply to: Order post alphabetically by categoryThanks! It sounds difficult for me to do that….
Any other ideas on this thread “Order post alphabetically by category”?
Forum: Fixing WordPress
In reply to: Order post alphabetically by categoryYes but actually I need to use it in the file template .php, because I need to use a loop
Forum: Fixing WordPress
In reply to: Order post alphabetically by categoryGood!
<?php if (have_posts()) : while (have_posts()) : the_post(); ?> MY CONTENT <?php endwhile; endif; ?>
Ok so in the template I use do_shortcode function?
And how about endwhile?Forum: Fixing WordPress
In reply to: Order post alphabetically by categorySounds like it may be a good fit!
So considering the code I wrote above how can I insert the shortcode in the template after I install the plugin?In my case I think I should use shortcode like [catlist categorypage=yes orderby=title order=ASC post_type=A]
Ok Thanks! I understand
I’m trying to find a workaround at least in the front end in the single post/event page, so that it doesn’t show up the end date
like I did for the agenda view https://screencast.com/t/kaRti9uXmBGI see in the single-event.php that the start/end date is outputted by this function
event->timespan_html
Is there a way to edit this function so that I can hide the end time in the front-end? Which file should I take a look?
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] No related posts.Just another vote to fix this plugin.
I have the same issue, tried the experiment plugin and with threshold=1 it gets some posts but never the most related one….I have two posts with almost the same title (also same tag) and only the most recent post get the older one as related…
it’s not bidirectionalSpecially about End time, event organizers don’t want to show a fixed end time…because there is not
It happens only in IE. Any solution?
Hi,
I checked the “Page Attributes” and the box “thumbnail”
also added to functions.php
add_theme_support( 'post-thumbnails', array( 'post','arte-antichita','turismo' ) );
But in the custom post admin I can only see the Attribute box with Sorting field…no featured image.
My theme displays the featured image in posts with
<a href="<?php the_permalink(); ?>"><?php the_post_thumbnail('blog-post');?></a>
so somewhere there should be post-thumbnails registered but can’t find.
Any idea how to solve this?