Lightpurple
Forum Replies Created
-
Forum: Reviews
In reply to: [Posts By Tag] Ok onlyThanks for your response Sudar..and trust me when I say I have nothing personal against you.
It is not that I don’t have any idea about how to do it. As I said in the support thread, what you are requesting for needs a different HTML structure than the one that is currently outputted by my plugin. If you really good in CSS, then you could achieve it by changing the position property of elements or by editing the plugin to change the HTML structure.
The thumbnails/title have absolutely nothing to do with CSS or my CSS file or abilities because I have managed to set it without any CSS editing with the new plugins. If it was that easy to do with CSS editing, I am unsure as to why you didn’t help me out almost 2 weeks ago when I first asked for help?
The first time I tried to access your site, it was hacked and you said it is going to take up sometime for you to fix it.
I got back to you 1-2 days later – you make it sound like I didn’t reply to you for weeks.
Also I hope you understand that I am just volunteering my time for this.
Of course I understand – I already stated this above. But you knew that I would make a donation to you if the plugin worked for me.
Anyway, it’s over now. I just don’t appreciate you making it look like it was my fault that your plugin didn’t work on my site. I want everyone to know that if you have problems setting the style of the output, there are other options. For those who do have issues with styling, I have posted some suggestions in this thread: https://www.ads-software.com/support/topic/change-stylinglook?replies=13
Cheers. I wish you well.
Hi Messica,
Thanks for your reply.
1. I figured out a workaround and managed to include a link on the pmpro_confirmation page to another webpage that then links to the individual forms. But I’ll have a look into the addon link you sent me as well. Thanks.
2. Yes, I have set up 2 different payment options – Pay by Check and Paypal Express, and I have 3 membership levels all with the option to pay by either Paypal or Pay by Check – so I have created 6 different membership levels. I am assuming this is the correct way to go about it:
– Standard: Paypal Express
– Standard: Pay by Check
– Premium: Paypal Express
– and so on…I was wondering if there is a way I could group the boxes for all Paypal Express membership levels together and the boxes for all Pay by Check membership levels together.
Cheers.
I have solved the problem. The shortcodes I copied from the plugin website is ‘corrupted’ by styling, ie. bold and font style.
When I went into the ‘Text’ section of the post edit page, I saw that the shortcode had stuff like ‘stong’ and <span style…> in it. So when I took all of that out of the ‘text’ shortcode, it worked fine. You should change this on your website to remove all the formatting from the shortcode wording so as not to cause others problems like mine.
I would also like to add that when I used this shortcode:
[display-posts tag=”featured female” post_status=”publish” image_size=”thumbnail” posts_per_page=”5″ orderby=”rand”]
it didn’t work for me. I had to set it up like so:
[display-posts taxonomy=”post_tag” tax_term=”featured female” post_status=”publish” image_size=”thumbnail” posts_per_page=”5″ orderby=”rand”]
and then it worked. Hope this helps others in the future.
I have also tried:
[display-posts tax_(count)_operator=”AND” taxonomy=”category” tax_term=”male” taxonomy_2=”post_tag” tax_2_term=”featured” post_status=”publish” image_size=”thumbnail” posts_per_page=”5″ orderby=”rand”]
Still the same. Even though I have select ‘featured female’ (1 tag) for the top row, it is also showing ‘featured male’ posts.
Don’t worry about my post above. I have decided to use another plugin for the widget posts. Cheers.
Forum: Plugins
In reply to: [Posts By Tag] Change Styling/LookHi Sudar,
Don’t worry about solving any of my queries. It was just getting too hard and taking too much time so I have decided to use other plugins and they are working great on my website.
Cheers.
Forum: Plugins
In reply to: [Posts By Tag] Sort RandomlyHi Sudar,
Don’t worry about solving any of my queries. It was just getting too hard and taking too much time so I have decided to use other plugins and they are working great on my website.
Cheers.
Forum: Plugins
In reply to: [Posts in Sidebar] Refresh random order?Fantastic. Solved the lack of randomisation when I disable the cache. What a fantastic plugin! Thank you!
Hi.
I had the same problem for AGES and finally found something that works today so I’ll post it here to help you out.
I found this thread: https://www.ads-software.com/support/topic/display-titles-on-separate-lines?replies=5
I copied and pasted the code on that thread into my child theme’s function.php file. I then added the following into my child theme’s CSS file:
.display-posts-listing .listing-item {display: inline-block;}
.display-posts-listing img {float: center; margin: 0 20px 5px 0; text-align: center;}It worked for me so I hope it helps you.
Cheers.Bloody fantastic. Worked for me. I’ve been searching high and low for this solution.
Thanks a million!
Elaine – you could try the margin settings for the specific areas in your CSS file. That’s what I used to adjust the margins around my image.
Cheers.
Forum: Plugins
In reply to: [Posts By Tag] Sort Randomlyhi Sudar,
I figured out through another plugin that the code for a random sort should be orderby=rand. However, when I inserted this into the shortcode, nothing changed. I have 10 posts that I have chosen to show 5 of in a random order but your plugin doesn’t seem to be working.
Forum: Plugins
In reply to: [Posts By Tag] Sort RandomlyAlso, with the exclude code, can I use this to exclude certain tags? Can I insert this into the shortcode as well? If yes, what do I need to insert into the shortcode? I used exclude = “tag” and is didn’t work.
Cheers.
Forum: Plugins
In reply to: [Posts By Tag] Change Styling/LookHi Sudar,
Have you had a chance to look at this yet?
Forum: Plugins
In reply to: [Contact Form 7] Insert contact 7 form after post content/bodyDon’t worry about this. I managed to resolve this some other way.
Forum: Plugins
In reply to: [Posts By Tag] Change Styling/LookI don’t think the code above does anything to the look of the listings. I have also tried the following things with no effect:
The CSS for my theme doesn’t have an img-wpp-thumbnail code. It only has the following codes for thumbnails:
/* .article */
.sticky {}
.article {margin-bottom: 50px; overflow: hidden; clear: both;}
.article .post-thumb {padding: 2px; border: 0px solid #ddd; block;}
.article .post-thumbnail {border: 0; block;}I tried adding a margin calling it !important to both the .post-thumb and .post-thumbnail lines and nothing happened.
2. I tried adding a specific posts-by-tag line to the CSS “ul.posts-by-tag-item {display: block; margin-right: 10px!important;}” and nothing changed either.
Neither of the above moved the title or created a margin to the right of the thumbnail.
3. I have tried adding a
after the <img src> line to the related.php file for my theme and nothing happened.I am running out of ideas and have no idea why it is absolutely not changing anything. Any help would be greatly appreciated.