theresident
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Random Posts Widget] Custom CSSHello!
The content is appearing too far to the right. I would like to change it through a Custom CSS option, or through CSS, but I cannot find a file for the original CSS anywhere, nor do I know what to write to change the padding.
Thanks for any help!
Forum: Fixing WordPress
In reply to: Site Hacked, How to Reinstall?Thanks for those links! I really appreciate it.
I’m using 1and1 and have backups of the site files – not sure about the DB files. I guess I should ask my hosting service if they do periodic backups?
Forum: Fixing WordPress
In reply to: automatically repopulate homepage with more postsHm, that’s a good idea! Plopping in a div around the script might work.
Forum: Fixing WordPress
In reply to: automatically repopulate homepage with more postsI think the issue is with the selectors.
I am using the following:
Content Selector: #subpage
Posts Selector: #subpage div.contentNavigation Selector div.navigation
Next Page Selector div.navigation a:firstThe theme I use didn’t have a Previous and Next div built in, it used the following script and php:
<?php
include(TEMPLATEPATH.”/scripts/wp-pagenavi.php”);
if(function_exists(‘wp_pagenavi’)) { wp_pagenavi(); }
?>The navigation selector and next page selector for the infinite-scroll don’t seem to apply, then – or, I don’t have any idea what to put in lieu of having an actual previous-next setup on my site.
I think I need to have different things set for those two selectors, in other words, but I have no idea what they might be.
Anyone have any ideas?
Forum: Fixing WordPress
In reply to: automatically repopulate homepage with more postsHey there – I finally added in the Infinite Scroll, and I love it, BUT – now my header disappears once you scroll down. How do I fix that, any ideas?
Forum: Fixing WordPress
In reply to: automatically repopulate homepage with more postsThanks! hahaha
Forum: Fixing WordPress
In reply to: automatically repopulate homepage with more postsThanks very much, Johnb81!
Now if I could only remember my gravatar email address to figure out why the heck my profile pic is that weird, heinous thing…:)
Forum: Fixing WordPress
In reply to: determining the variable for $category =I am a bit of an idiot, so I’m not sure.
The <?php endwhile;?> line happens right after it, so I think it’s still in the loop, yes?
Thank you so much for taking a peek!
Forum: Fixing WordPress
In reply to: determining the variable for $category =Yes, it’s running on the single.php.
I have it running normally on index and am trying to finesse the single.
Forum: Fixing WordPress
In reply to: determining the variable for $category =No change with that. Ugh! Thanks for any input. It seems like it should be an easy thing to do but I’m stumped!
Forum: Fixing WordPress
In reply to: determining the variable for $category =Hi there! Thanks so much for the response, I am at a loss!
That didn’t seem to work, though I might not have implemented it correctly. Is this what you meant? This is what the code looks like:
<?php $page = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1;
{
$get_category = get_the_category();
$category = $get_category[0]->category_nicename;
}
{
$posts = 3;
}
query_posts(“cat=$category&paged=$page&posts_per_page=$posts”);
while ( have_posts() ) : the_post() ?>Forum: Hacks
In reply to: shortcode issue: extra spacing around shortcodesAs an update – I tried other themes – this seems to be a WordPress issue as its persistent across themes.
Does anyone have ANY idea why WordPress separates shortcodes so much, and is there any way at all to stop this from happening?
Forum: Fixing WordPress
In reply to: Twitter stream went away with twitter goodies pluginIt has been working well for a while now, but I still have no explanation for why it went away sporadically! I had to do something else for a while, so I just left it up, broken, and then when I came back to my desk in an hour, it was back up.
It might just take a while to set in? No idea why that might be, but it seems to be working now. For a while. Fingers crossed. ??
Good luck!
Forum: Plugins
In reply to: WPAudio – can't get to autoplayIs there anyone who can help with this, or perhaps recommend another non-flash audio player plugin? I would be willing to pay for it – just need it to work and be dependable. Thanks!
Forum: Fixing WordPress
In reply to: sections on page keep moving aroundPS:
This is the site: https://www.tomatoshouseofrock.com