chrissmit
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Swap Menu'sHi Micah,
That did the trick.
got it all working now (for now… ?? )thx
ChrisForum: Fixing WordPress
In reply to: List Authors in a single pageHi,
Had a quick read through the codex (not the easiest read for some one not technical).
I understand the basics and the mentioned example.
However, how do I get this in a page to display. What I’m looking at is PHP language. I have no clue how to do this.
I’d also like to include the posts of admins, and basically everybody who ever wrote something.
thx for the help!
ChrisForum: Fixing WordPress
In reply to: Can't add comments to PageYou’re welcome. Let me know if it worked.
Forum: Fixing WordPress
In reply to: List Authors in a single pageOops, can’t seem to get the link right.
Just click on “thx, Chris”
thx
ChrisForum: Fixing WordPress
In reply to: Can't add comments to PageHi,
Had a look at your page.php file.
I can’t see there is the additional code that I’ve mentioned earlier.Try adding that.
For some further reading, here’s a link that helped me solve my problem: https://www.thebuzzmedia.com/enabling-comments-on-every-wordpress-page/The bit of code suggested in this link was missing in my page.php file.
Hope this helps.
Forum: Fixing WordPress
In reply to: Can't add comments to PageCan you send me you page.php file?
Forum: Fixing WordPress
In reply to: Can't add comments to PageHi all,
I solved my own problem.
The solution?
I had to add something to my theme’s page.php file.
This was a bit of testing for me, so if you do this, make sure you back up your original file!Below is what you need to add, if it is not present:
<div id="comments" class="box2"> <?php comments_template(); ?> </div>
Hope this helps.
Cheers
ChrisForum: Fixing WordPress
In reply to: Can't add comments to PageStill no answer for this.
I’ve de-activated all my plugins one by one, but no solution…
Really need help. Please?
thx
Forum: Fixing WordPress
In reply to: Bullit points do not appear anymore, and screw up pagesNo one can help me with this?
Forum: Plugins
In reply to: Plugin "Vote it up" does not countHi Mat,
It makes sense that you can only vote one’s on a blog post. Otherwise you can “up” your own post through the roof.
For me it seems to work. I can vote from my Mac and iPhone. It keeps adding the votes.
If you’d like me to vote for yours let me know (just to see if it actually adds the votes).
rgds
ChrisForum: Plugins
In reply to: Plugin "Vote it up" does not countHi Mat,
For me this solved it too. Great. Thanks for the tip!
rgds
ChrisForum: Fixing WordPress
In reply to: Can't login in Back-endHi Marventus,
Thanks for the link. This codex is so extensive, that I find it most of the times hard to understand.
Anyway, I manage to solve my login problem by changing the site URL in the database using MyphpAdmin.Now, a question for some advice:
I cloned my site the wrong way. What happened in the end is that I have 2 websites (nwibold.nwib.be and https://www.nwib.be). The first one is a Joomla site, the second one a WP site.What I’ve done is (apparently) merge the two databases into one.
Both sites work just fine.
I’ve checked the database, and there are loads of J_tables and loads of WP_tables.Since both sites are working fine, is this a (future) problem? or can I just leave it like this?
thx
ChrisForum: Fixing WordPress
In reply to: Comments not displaying correctlyWould it be anything you can help me with?
Resqueing a poor helpless soul in Belgium?Forum: Fixing WordPress
In reply to: Comments not displaying correctlyUnderstand.
This looks like a sophisticated job, for which I need a lot of html/php experience.
True?Forum: Fixing WordPress
In reply to: Comments not displaying correctlyI’ve found a plug-in called “Tidy Up”
any experience with that?