breathelifein
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image loses quality when set as a backgroundAlready have it. Here’s my css: https://pastebin.com/k4W2hY71
Forum: Fixing WordPress
In reply to: Image loses quality when set as a backgroundAnyone?
Forum: Fixing WordPress
In reply to: Different headers on front page and on pages 2 and onIt does work on pages 2, 3, and so on, but it stopped working on single pages/archive/etc.
So I just called<?php get_header('pages'); ?>
instead of<?php get_header(); ?>
, and that did the trick.
Thanks!Forum: Plugins
In reply to: [WP-Polls] Not counting registered users votesI know this has nothing to do with the plugin anymore, but would know (or could at least point me to) a solution to this problem? Cause I disabled every single plugin but WP-Poll, cleared the cache, and it still wouldn’t work. Thanks!
Forum: Plugins
In reply to: [WP-Polls] Not counting registered users votes*sigh* I recently changed themes, and now the whole plugin stopped working, it seems. Even logged out I can’t vote anymore. Other plugings and functionalities have been affected as well. I did some searching and it seems like it might be jQuery related. I suppose this plugin uses jQuery as well…? Any clue as to what exactly might be affecting it?
When logged in, I select the option and click on “vote”, but nothing happens. When I’m logged out, I can’t even see the boxes to select a vote. Settings are the same as before.Forum: Plugins
In reply to: [Quick Chat] Forever "Loading…" a.k.a latest jQuery incompatibility — fixI didn’t even find those lines in those files.
My jQuery is up to date, but ever since I changed themes, the chat won’t load.It’s live now, but I disabled Socialize, since it was messed up and didn’t actually have any of the buttons: https://castlefanatic.com.br
And no, I didn’t check those boxes. I don’t even know what would be the css for it. I went through the css and it’s pretty clean, I have no idea what could be overriding the plugin…Forum: Plugins
In reply to: [WP-Polls] Not counting registered users votesYeah, only registered. When I go to the log, I can see all the votes, but on the poll result displayed on the site, the logged in users votes aren’t being count.
eg: 2 members voted on option X, with another 3 guests. And only 3 people (all guests) voted for option Y. So X has 5 votes, and Y has 3. But on the poll, it shows as if they’re tied with 3 votes each.In my “Poll Options”, I have “Registered users and guests.” selected.
In “Poll Logging Method”, it was selected “Logged By Cookie and IP”, and then I changed to “Logged by IP”. Now I changed to “Logged By Username”, cleared the cache and all, but still, registered users votes just won’t count…We can vote just fine, but for some reason, it’s just not counting the votes.
If it helps, this is the website: https://castlefanatic.com.brThanks!
Forum: Fixing WordPress
In reply to: Loop in 2 columns is "out of order"I also had to change line 15 to
<?php endwhile; else : ?>
, cause I got an error, but yeah, that worked.
Thanks!Forum: Themes and Templates
In reply to: Comments section is behind post/sidebarProbably not the ideal way of doing this, but I put all the contents of the page inside a table, and that did the trick.
Forum: Plugins
In reply to: [Flare] Counters still showing up and G logoAlso having this problem where the damn counters are still showing, even after I disabled them.
Is there anyone responsible for this plugin that can help people out, or is it abandoned already?Forum: Plugins
In reply to: [Flare] Make top buttons appears without scrolling the screenI would also like to know this. Or, at least, have it to appear after scrolling down just a bit, and not half the page…
Forum: Fixing WordPress
In reply to: Loop in columns, out of orderThat worked! Thanks!
Forum: Themes and Templates
In reply to: Comments section is behind post/sidebarI did some changes since the original post.
I created a new class for the related posts plugin (“vidrel”), instead of using the “newsmain” one. That made the whole comments section go to the bottom, after the sidebar was over. So it’s not behind the post area nor the sidebar anymore, but it’s still not where it should be.
I tried crating a class for the comments (“coment”), setting a width of 684px, which’s narrower than the actual post area, but it still didn’t make the comment section go up to its place.
Now it’s looking like this: https://img853.imageshack.us/img853/8107/nc0r.jpgForum: Themes and Templates
In reply to: Comments section is behind post/sidebarReposting the codes:
comments.php: https://pastebin.com/xKrGQm3d
single.php: https://pastebin.com/bppaE0tB
css: https://pastebin.com/KYX2sQBK