peter-hamilton
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Problem with multiple instancesI have a demo account if you wish to access the site to check the code live
username: demo
password: demo2017Link to login
My theme is not finished yet but fully functional and few members posting so plenty of images to see what I mean.
Thanks again.Forum: Plugins
In reply to: [BuddyPress Activity Plus] Problem with multiple instancesHi Oguz
Here is a link to a screenshot.
As you can see there are three links to the same image.
The midle one is the only one actually showing the image on screen.
The other two are in front and after the actual link, and all three wrapped in P tags as well.I am trying to show a larger image if only one is posted and smaller images when more are posted so targeting the image/link with nth-child and only-of-type.
Since there are two<a>
tags surrounding the<a>
tag I aim to target with only-of-type this is not possible for me unless I know how to remove those two unnecessary links.I hope this makes more sense with the image.
Thanks for looking into this for me.
Peter
- This reply was modified 7 years, 4 months ago by peter-hamilton.
- This reply was modified 7 years, 4 months ago by peter-hamilton.
Sorry, not accustomed yet to forum etiquette, will leave them out from now on.
Forum: Reviews
In reply to: [Weather] Fatal ErrorCheers proodos, I will give the plugin another try, thanks for the update and more then happy to give it a go.
Forum: Reviews
In reply to: [Crelly Slider] Beyond coolHappy to see the CSS classes implemented as an extra option…nice one @fabiorino.
Could I suggest one more possible improvement, although might be a lot of work for you.
Could you add the option to use video files so some slides could have a little extra eyecandy, this would make it a great video production plugin as we could mix video’s and add text and images as layers that mix fluid with the slides.
Either way really appreciate this plugin and your support, just gave you a donation through paypal for a few coffees and hope a few more users do this so you will stay and continue the impressive work you do.
Thanks again
Peter Hamiltonyup, always start with a child theme, all the changes you made were probably in the original theme which gets removed by previous function.
And Chromes inspect function is my favorite tool to see where the css conflicts are created.
good luck mate
P.H.
hi
instead of @import you should add following code to your child functions.php
function theme_enqueue_styles() { $parent_style = 'parent-style'; wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( $parent_style ) ); } add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
Forum: Plugins
In reply to: [BuddyPress Like] Problems with CSSYou can add/change the class for the button in your css file.
.like {
add the css from the buttons here
}I think this should do what you want.
Forum: Your WordPress
In reply to: Review My SiteVery cold for a relation/man catching website
Forum: Your WordPress
In reply to: Movie war – reviewsHi Kewski
Yuor site is too empty, there is no eye-candy on the homepage.
you should look into some post/content sliders for your homepage
Also the navigation should not say start but “home” or “homepage”
And the widget/sidebar should have images.
I see you try a clen desgn, but too clean is not good.Good luck
P.H.Forum: Plugins
In reply to: [Quicksand Post Filter jQuery Plugin] Upgrade ruined my CSSUnfortunately had to remove the plugin since the customer needed an alphabetical list due to the fact that there will be 3000+ items filed and this would become unusable without sorting.
I do hope you continue with this plugin, it has all the possibilities to become fantastic.
P.H.
Forum: Plugins
In reply to: [bbPress Like Button] Like button in activity stream?Yeah a bit misleading, there is no like button on the activity stream.
Although a great plugin, the ability to like activity stream entries would make it 99.99% perfect.
100% when we have more control over widget output, like a limit on liked posts in the list.
Anyway, great plugin 99.98% perfect.
P.H.Forum: Plugins
In reply to: [Quicksand Post Filter jQuery Plugin] Upgrade ruined my CSSbtw, are there only 6 filter categories possible? every time I try to add one more it just replaces another which it removes so I can not get all categories to show.
Forum: Plugins
In reply to: [Quicksand Post Filter jQuery Plugin] Upgrade ruined my CSSDont get me completely wrong, i appreciate all work people put in making plugins, and yes I should always have a backup of everything I use.
Still would be handy if there was a preview for the upgrades available somehow, this did break my sites functionality for a while.
btw. is there no way to add an alphabetical ordering, they only appear in the list in the order the posts are posted.
Forum: Plugins
In reply to: [bbPress Like Button] like button in forum list with topicsPerhaps an easier alternative would be a way to show the amount of likes on a post in the single-post-list?
Perhaps a php echo thing that can be hard coded into a template.