rtech
Forum Replies Created
-
Forum: Plugins
In reply to: [Anti-Malware Security and Brute-Force Firewall] 2 hours and scan at 0%Works. Thanks for the help and the cool plugin.
Forum: Plugins
In reply to: [Delightful Downloads] Completely Broken after latest updateMaybe put a note in the file upload screen, or make it impossible to type a custom URL into the location box. That would make it clear where the files need to be and avoid confusion.
Forum: Plugins
In reply to: [Delightful Downloads] Completely Broken after latest updateNo, they were in a folder in the top level directory, in the same directory as the “WordPress” folder is in.
Forum: Plugins
In reply to: [Delightful Downloads] Completely Broken after latest updateUpdate:
I got the downloads to start working again by using the select file location function. The previous way I had the files linked was by typing in their location directly into the box and storing the download files in a completely different directory. This is no longer working in the new version of Delightful downloads. The only way to have a successful download is to either upload it via the upload button or select the file directly in folder browser inside delightful downloads.
Forum: Plugins
In reply to: [Delightful Downloads] How Do I Modify Button Style css ?I would also like to know how to do this. For how to use an image as the button. Even a quick how to in the FAQ would help a lot.
Forum: Plugins
In reply to: "Related Posts" on last page only of multi-page postIt works! Thanks alot for taking the time to help me out.
Forum: Plugins
In reply to: "Related Posts" on last page only of multi-page postDefinitely using the next page tag. The code is below the page numbers and an <hr>. The related posts are showing up fine and in the right place on the site. Just the $pages doesn’t seem to be working.
I don’t think there are any queries in between. But not exactly sure what a query is.
Here’s code copied right from my single-loop.php. Hopefully it’s enough to show where I’m trying to implement the $page if statement.
<div class="entry-content"> <?php the_content(); ?> <div style="margin-top:15px; margin-bottom:10px;"> <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?> </div> <div style="margin-top:27px;"> <hr> </div> <div style="margin-top:20px;"><h3>Related Posts:</h3> <div style="margin-top:-13px; margin-left:0px;"> <?php if( $page == $numpages ) { get_related_posts_thumbnails(); } ?> </div> </div> </div> <!-- .entry-content -->
Forum: Plugins
In reply to: "Related Posts" on last page only of multi-page postThanks for the help but not much luck with that code.
Now the related posts are only on the first page, not any pages after that.
Also, the php echo when on the first page of the post is showing nothing for both page or numpages. The second page is showing “2” for page and nothing for numpages. The third page shows “3” for page but again nothing for numpages.
These correspond exactly to what I was getting earlier while testing the variables. Page 1 seems to have a $page value of 0 and $numpages is not working for any of the pages.
Any thoughts?
Forum: Plugins
In reply to: "Related Posts" on last page only of multi-page postbtw, here’s my site that I’m trying to do this for:
Forum: Your WordPress
In reply to: My new movie review websiteGreat site. I just subscribed to the RSS. Was thinking about seeing Angry Driver or Green Hornet. Read both reviews and wouldn’t mind seeing either now. Good old Nicolas Cage. Great review and subplot on that one. I got sucked into the site right away so I think it’s good to go. The details that need work are minor and unnoticeable, that is I didn’t notice them because of the content. Looking forward to new reviews.
Forum: Plugins
In reply to: [plugin: email-to-download] several serious problems hereBelow is a link to a page using this short code which is not working properly:
[email-download download_id=”3″ contact_form_id=”5″
Page is up at:
https://www.alivemachine.com/musicPage should be able to be up for a day or two. Hopefully I get a reply before that.
Forum: Your WordPress
In reply to: VocalTrance.it: A blog about a genre of electronic musicThe “social media widget” plugin for the sidebar is a good one.
Forum: Fixing WordPress
In reply to: how to add a social media bar below the menuI think it’s those letters “.php” that make everything seem more complicated than it really is.
Forum: Your WordPress
In reply to: VocalTrance.it: A blog about a genre of electronic musicTook another look at your site and based on what you said, I think it’s pretty cool and definitely works. The slideshow does give it some action. Makes me wish I knew how to read italian though. ??
For adding to your sidebar widgets, I recommend a plugin called “social media widget”. You can see it at the bottom right of my site. And a tag cloud would be great for your style of site.
Yeah, I’m heavily industrial influenced. The trance tracks on there are on album 1, tracks 3 and 7 and album 2, tracks 7 and 9. Kinda old skool though… made them many years ago.
Happy to see you’re writing about music/trance. There’s not too many good blogs on the web talking about this kind of thing. And it looks like you’re putting a lot into it which is great too.
Forum: Fixing WordPress
In reply to: how to add a social media bar below the menuThanks for your help. I will experiment with this… it sounds easier than I thought it would be.