wethead
Forum Replies Created
-
HI
On your themes page.php…….. do you have the following code?
<?php get_comments( $args ); ?>Make sure your theme allows comments on pages.
Also – I have found that “updating” the post also show comments on pages that already have been published,
Hope this helps
Hi
Did you go to each product and make sure the “allow comments” is checked off?
After adding that line of code to the array, you will have to go to each product and click off allow comments
OR Run a MYSQL command line to open all comments
Hope this helps
Joseph
Hey man!
I also had this same issue here:
http://wordpress.org/support/topic/2013-theme-no-comments-showing?replies=2#post-5280176
and then realized that they changed markepress
so in your maketpress.php open that and look for
'supports' => array( 'title', 'editor', 'author', 'excerpt', 'revisions', 'thumbnail', ),and then you have to add
‘comments’
so the final code will be:
'supports' => array( 'title', 'editor', 'author', 'excerpt', 'revisions', 'thumbnail', 'comments' ),Hope this helps and see my thread above π
God Bless π
Joseph
Forum: Plugins
In reply to: [WPMU MarketPress Allow Comments] 2013 Theme no comments showingokay , I found this issue
so in your maketpress.php open that and look for
'supports' => array( 'title', 'editor', 'author', 'excerpt', 'revisions', 'thumbnail', ),and then you have to add
‘comments’
so the final code will be:
'supports' => array( 'title', 'editor', 'author', 'excerpt', 'revisions', 'thumbnail', 'comments' ),Hope this helps everyone!
God Bless π
Joseph
Forum: Plugins
In reply to: [WPMU MarketPress Allow Comments] 2013 Theme no comments showingBTW – HERE is a look at my website
http://wetheadpumprepair.com/store/products/ao-smith-bn24-motor-bearing-kit/
Just so you can see the code
@longtail.
Thank you,
that worked for me,
π
never mind π
@longtail.
I was having the issues above and then I had to upgrade manually FTP,
But now I keep getting a message that says,
To complete installation of the JW Player Plugin for WordPress, please click install ( BUTTON HERE )
and then when I try, I get:
Not able to install JW Player. Please grant write access to the jw-player-plugin-for-wordpress/player directory and visit the upgrade page.
I have checked all my directories and have them 777,
What am I missing? can you tell me what I am doing wrong,
Also – When I try to edit the default player or add another one it won’t save the info,
I am running the latest version of wordpress.
Thanks so much in advance,
Joseph
Forum: Fixing WordPress
In reply to: Upgraded To Bigger Sever and Now Weird Characters ?Thanks guys!!
I just saw you replied now, but I wanted to say thanks,!
I found out what caused my problem as well.
I was using “bigdump.php” to import my database and when I did, I never set the char encoding to UTF-8.
So what I did was just re-imported a back up copy of the database and then made sure that the big dump php was set to UTF 8
Thanks again guys!
I had this issue as well. So what I did was just re uploaded the wordpress files manually through FTP.
All of the files EXCEPT the wp-content folder.
Hope this helps you,
Forum: Fixing WordPress
In reply to: No permission when logging into WP-Admin [2.8.6]Hi.
I was having this issue, here is what I did.
Go into your database
Look for the PREFIX_usermeta table
Then you will see user_capabilities
Chances are that row is set to “subscriber”
Edit that row(remove whats there) and add:
a:1:{s:13:”administrator”;b:1;}
Then hit save
and that should work,
Hope this helps you.
Forum: Fixing WordPress
In reply to: Firefox Crash only with WordPressThank you from me as well. I am so glad I googled this issue and found this thread.
This was driving me crazy!!
I disabled gears and I was good to go!!
Thank you very much1!!
Forum: Fixing WordPress
In reply to: string(7) “post-19” has appeared in footerUPDATE
SEE THIS post on there forums
http://www.wpwp.org/forums/topic/wassup-17-causes-error-in-frontend
Thank you all and sorry I apologize but I missed a debug echo.
I will upload the new corrected file in a few minutes.
But if you don’t want to download again it, just DELETE line:1859DELETE THIS FROM wassup.php (line: 1859 Version 1.7)
“var_dump($url_wpid); //debug”
Posted 2 days ago #Forum: Fixing WordPress
In reply to: weird string error. Help NeedUPDATE
SEE THIS post on there forums
http://www.wpwp.org/forums/topic/wassup-17-causes-error-in-frontend
Thank you all and sorry I apologize but I missed a debug echo.
I will upload the new corrected file in a few minutes.
But if you don’t want to download again it, just DELETE line:1859DELETE THIS FROM wassup.php (line: 1859 Version 1.7)
“var_dump($url_wpid); //debug”
Posted 2 days ago #Forum: Fixing WordPress
In reply to: string(7) “post-19” has appeared in footerMy post was called
[resolved] weird string error. Help Need (9 posts)
LINK Above post