Alkorr
Forum Replies Created
-
Thanks esmi but it doesn’t have anything to do with Firebug but strictly with WordPress.
I made a search on Google and couldn’t find anything about it. You have no possibility to choose to either float the featured image to the right or the left when setting it. Unlike any other image you put in your post.
Keep searching…
I mean a way to choose float right or left from the post. No default floating.
Didn’t find anything so far…
Fantastic esmi, really!
As for the CSS, I don’t know where I can specify the class I want to use to either float the featured image to the right or to the left, depending of the post. When I click on the featured image, there is no field for CSS so far.
Forum: Plugins
In reply to: [Event Organiser] How to customize [eo_event] shortcode list?Hi Stephen, thanks for your reply!
The alternative CSS has of course been put in my theme’s style.css, but it doesn’t seem to work since these classes are still called and not modifyed by my CSS:
-
<ul class=”eo-events eo-events-shortcode”><li class=”eo-event-cat-human-rights eo-event-past”>
Do you know why?
I can’t use the [eo_events] shortcode ‘as is’ because I need to show the title then below the date/time. Unfortunately, the function I used to use doesn’t work anymore:
-
<?php echo do_shortcode(‘[eo_events]%event_title%%start{d F Y} { g:i:a}%[/eo_events]’); ?>
Instead I get:
-
Medical Conference
%start{d F Y} { g:i:a}%Any idea?
So I can’t use the template shortcode-event-list.php even though I copyed it into my theme and changed the surrounding ul and li tags.
Also, the link you provide doesn’t work 😉
Ok, will do that. So I will also have to add the function in my single.php to show the featured image withing my post. But what if I want to show the featured image either on the right or the left side of the text? How can I add the class to do so?
And last but not least, if there is not featured image, how can I show a default one instead?
Thanks for your help 🙂
Ok, so I need to edit all my posts and modify them one by one to make the image from the post a featured image, right? But then, I will be able to get the thumbnail of this image for all the posts that will have this image featured, right? No more problem with using an image which is already attached to a previous one?
Hi esmi, thanks for your reply.
I am approaching this the way it is the more logical: I insert an image in a post, and I use it again, as often as I want. This how it should work.
Now if I have to use a featured image, in each on my post instead of inserting the image within my post, I will. But still, will I be able to get the thumbnail of that featured image with a function?
It looks way more complicated but if it’s the only solution, it’s better than nothing!
Forum: Themes and Templates
In reply to: Problem with 'read more' link with automatic and manual excerptsHi paulwpxp, thanks a lot! 🙂
Forum: Plugins
In reply to: [Event Organiser] How to customize [eo_event] shortcode list?I still didn’t find a way to do it…
Anyone?
Forum: Plugins
In reply to: [Event Organiser] New templates not available after upgradeOk, I found the solution: I uploaded the 1.7 version on my hard drive and saved the event-meta-event-single.php in my theme. I had to erase everything in it so nothing would show on my single-event.php template when on a single event page.
Not an easy solution but the only one I’ve found. If anyone had a better one… Hopefully it’s woking fine now!
Forum: Plugins
In reply to: [TubePress] Featured video showing twice?Well, I tried to modify everything I could but still, the most recent video (which is Featured) is still showing twice.
Any idea?
Forum: Plugins
In reply to: [TubePress] How to customize Gallery with CSS?Hi k2eric, fantastic, thank you very much! But my description is still larger than the size of the thumbnail. And sometimes the title is even cropped when too long… Even if I set the right width in the .tubepress_thumb class.
Thanks again! 🙂
Forum: Plugins
In reply to: [Adminimize] [Plugin: Adminimize] Hiding SEO settings for contributorsHi there! I tried to do the same with All in One SEO Pack but I couldn’t find how to hide the meta box 🙁
Any help is welcome, thanks! 🙂
Forum: Fixing WordPress
In reply to: WP 3.4.2 BUG Not showing website!Just did that, there is a template loader in the core WordPress index I replaced with my new index… But it used to work, now I know I can’t modify the index.php anymore.
Thanks esmi, once again you made my day! 🙂
Forum: Plugins
In reply to: How to show associated taxonomies to a post on Admin Manager?Any idea how to do that?
I’ve found a code for custom post type but not for the general posts list…