mikenet7482
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Gallery Pagination?Does anyone have any ideas? Im trying hard to find a help topic on this, but there’s only one that I found which was unresolved. It may help others too if this is a problem that’s gone unaddressed.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Voting does not work.I got ya, I just hope that address doesn’t move or go down which would suddenly prevent the load up of the font, if the header.php is now pulling that remotely.
I can’t complain too much though, it works. Yall seem to be doing pretty good as well so I’m thinking gVectors will be around for future help request. Thanks for the fast replies, many plugins have people waiting a week or more for answers.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Voting does not work.Thanks, putting that code into the header.php worked fine. I noticed it has a website link in it, does that mean it pulls the image or code remotely?
Forum: Plugins
In reply to: [Comments - wpDiscuz] Comments always require moderation no matter what.I tried what you said, I removed plugins, I tried with 2 different themes other than my main one, and I tried to see if the problem existed without Wp-Discuz activated.
The problem occurs regardless of themes it seems, and I still had a problem with other plugins deactivated or uninstalled. It has to be a combination of some setting or perhaps something lingering in my database along with Wp-Discuz.
Here’s the weird part, just like with the help request from the other member it only happens with one screen name apparently, that would be my admin screen name Michael. Take a look….
https://www.dropbox.com/s/yl8c834dnvuij5n/Name%20always%20moderated%20problem.PNG?dl=0
As seen here it’s only the name Michael from what I can tell, this is annoying but overall good news that it’s just one name. The concern I have is that I’m afraid it’ll reoccur with another name once I have my website up and running, since I have no idea what’s causing it.
My only other help request for this theme will be in regards to the voting system. I see a 0 for the number of likes I’m guessing but no thumbs up or down.
I get these things worked out and I’m good. Feature wise Wp-Discuz is just what I was looking for.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Comment pagination and support policy questionsThank you, I think I’ll be able to work with this it’s looking like a useful plugin and I’ve been searching everywhere for the right one.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Comment pagination and support policy questionsAwesome, 2 more things then I’m good.
The latter is more important.
If I absolutely have to can I edit the code of this plugin, or are there any plugins that would be compatible?
Lastly, I notice the comment fields have options for b-quotes, bold and italic text, ect. I’m wondering though if there is a more advanced list I can add that will allow the user to do things like color or resize text, basically a more extensive list of things. I’m not sure what all can be done with the code button, and I’m thinking many users wouldn’t know either.
Don’t get me wrong, I’m glad some of it is there, it would have been a deal breaker otherwise, I’m just curious if it can be expanded some.
Thanks in advance.
Forum: Plugins
In reply to: [Simple Image Sizes] The plugin has no effect on any image, and…To update, here’s what I want…
(as seen in the media library)
https://www.dropbox.com/s/qhi1kkg1861wkm1/Centered%20thumb.PNG?dl=0And here’s what I’m getting…
https://www.dropbox.com/s/mem4osa0ymice0r/Uncentered%20thumb.PNG?dl=0
(as seen on my websites gallery page)You can see that the red example pictures are aligning based on the dimensions of the picture which makes my gallery uneven. My goal is to have everything to appear to be aligned to a grid. All the thumbs would be the same size, without cutting large portions of the picture out. The first example shows it.
What exactly do I do to achieve that with this plugin? I tried turning the cropping on and off.
Forum: Themes and Templates
In reply to: [Theme: Mantra] How do I center the title of a particular page?I got it working guys, I used a built in CSS field to save me a lot of stress with finding files. I just had to use web inspector to find the page id, then use the CSS field to write the appropriate line.
Forum: Fixing WordPress
In reply to: How to change the style for a particular page title?That’s a relief, thanks again sterndata, that helped a lot.
Forum: Fixing WordPress
In reply to: How to change the style for a particular page title?Awesome, thank you so much it works.
Can I edit other page attributes this way? I’d assume so, this will save me a huge headache with hunting files down, that’s a big deal for me because Mantra is oddly structured. It had an experienced member in the IRC CSS chat room scratching his head.
Forum: Fixing WordPress
In reply to: How to change the style for a particular page title?Would I be doing something like this…
.page-id-109 {
text-align: center;
}where .page-id-109 as the identifier goes before the bracket, then the properties on the inside. At the very least that example is missing a way to signify the title. Perhaps this goes in there somewhere as well?…
<h1 class=”entry-title”>Gallery</h1>
Forum: Fixing WordPress
In reply to: How to change the style for a particular page title?https://www.dropbox.com/s/b8pn8atu9cf4uyi/Gallery%20not%20centered%20example.PNG?dl=0
You may be thinking of the header title, that’s fine, it’s actually part of the header image but you see where it says Gallery in the upper left in the pic? That’s what I’m wanting centered.
Forum: Fixing WordPress
In reply to: How to change the style for a particular page title?Thanks man, I’ll install it.
You wouldn’t mind giving me an example of .page-id-109 used in a functional way would you? I think I know what to do but want to be sure.
Forum: Fixing WordPress
In reply to: How to change the style for a particular page title?https://www.dividedifnotunited.com/?page_id=109
I looked at the body tag, if I remember right it had a lot under it so I got a bit confused. It was in the dropbox pic I shared.
Forum: Fixing WordPress
In reply to: How to change the style for a particular page title?At some point I was thinking of perhaps a couple other things with the page but if I can’t get something simple like title centering to work I’m in trouble as far as any hope of editing the Gallery page. If body classes is the way to go id need to know what to type, and if it can go in the CSS field, if not I’ll provide any information I can to find the right files to edit.