v123shine
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to create 6 thumbnail for recent post ?Thank you so much ikaring. Problem solved ??
Forum: Fixing WordPress
In reply to: How to create 6 thumbnail for recent post ?Thanks Ikaring. Yes, I know it, I will wrap each post in div.
Maybe my question not clear. Okay i will try to re-explain.
I want to display different the_post_thumbnail size in recent post. This is what i want: 2 big thumbnail and 4 small thumbnail. How can I do that?I know that is possible. I hope someone can help me.
Many thanks,
Forum: Fixing WordPress
In reply to: Sample checkbox for custom metaboxThanks Kidcompassion.
I have create this.
array( 'name' => 'Test Checkbox', 'desc' => 'field description (optional)', 'id' => $prefix . 'test_checkbox', 'type' => 'checkbox' ),
But I don’t know how to implement code for theme. Can you give to me one sample please!
Thanks
Forum: Reviews
In reply to: [bxSlider integration for WordPress] Compatibility issue with wordpress 3.9I have the some problem ??
Can someone help us, please!Forum: Fixing WordPress
In reply to: Problem with "Theme Check"Note: I create this theme for wordpress directory theme. So I must pass any warning in “Theme Check”.
Regards,
V123shineForum: Plugins
In reply to: [WP Fastest Cache] Plugin could not be activatedMore Detail:
– WP_DEBUG enable via wp.config.php
– WordPress 3.6
– Server: XamppForum: Plugins
In reply to: [DD Last Viewed] So many warning!!I really appreciate your efforts. I have given it 5 stars.
After download the new version. Again, this nice plugin still give to me so many warning! I hope you can fix this problems.
View print screen: https://i.imgur.com/ZWx3DG9.jpg
On Backend widget:
Notice: Undefined index: selected_posttypes in C:\xampp\htdocs\wp\wp-content\plugins\dd-lastviewed\lastViewed.php on line 99 Notice: Undefined variable: lastViewed_thumb in C:\xampp\htdocs\wp\wp-content\plugins\dd-lastviewed\lastViewed.php on line 120 Show thumbnails if excist: Notice: Undefined variable: lastViewed_total in C:\xampp\htdocs\wp\wp-content\plugins\dd-lastviewed\lastViewed.php on line 143 Number to show: Notice: Undefined variable: lastViewed_truncate in C:\xampp\htdocs\wp\wp-content\plugins\dd-lastviewed\lastViewed.php on line 159 Truncate excerpt:
On frontend:
Notice: Undefined index: lastViewed in C:\xampp\htdocs\wp\wp-content\plugins\dd-lastviewed\lastViewed.php on line 193
Forum: Fixing WordPress
In reply to: How to show widget in frontend?Omg, i forget using “Echo”. Problem solved.
Forum: Fixing WordPress
In reply to: 500 Internal Server Errorlogin to ftp and view your log file!
Forum: Fixing WordPress
In reply to: site not loading, 500 internal errorcheck your .htaccess file
Forum: Fixing WordPress
In reply to: Problem with add_image_size ???OMG, i forget to set the featured image, After i set the image appears well.
Thank you so much for you help guys.
-SOLVED-
Forum: Fixing WordPress
In reply to: Problem with add_image_size ???Thank you so much “Johnfotios” for your help.
## Try using a different image name, perhaps without numbers.
I change without number, still not working.## Try this code to bring it into your template
I put your code into index.php file, i got blank page.<?php if ( has_post_thumbnail() ) : the_post_thumbnail(); the_post_thumbnail('img86'); else : echo 'no thumb'; ?>
Please help me.
Forum: Fixing WordPress
In reply to: Problem with add_image_size ???I have othres site using wordpress 3.4.x –> The code work fine.
But when i using wordpress 3.5 –> The code not work for me.*all my site using the same theme.
[No bumping. If it’s that urgent, consider hiring someone.]
Forum: Fixing WordPress
In reply to: Problem with add_image_size ???yes, i already re-upload the image.
I can see the image: https://www.domain.com/wp-upload/images/name-68×68.jpgForum: Fixing WordPress
In reply to: Show Recent Post Per CategoryProblem solved.
Thank you so much “Alchymyth” for your help me :))