Eric Gunawan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Having trouble with template hierarchyHi tugbucket,
Along with Custom Post Type, WordPress has also Custom Taxonomy.
So, you can achieve that by using both features.
To explain both Custom Post Types and Custom Taxonomy in brief, see this example.
e.g. You have a Custom Post Type called “Product”.
Then you create Custom Taxonomy called “Product Category”.For “Product Category”, you define e.g.:
– Men
– Women
– KidsAs Custom Taxonomy can also have hierarchy, then you define subcategory for each like:
– Men
— Shirt
— Trousers
– Women
— Dress
— Accessories
– Kids
— Jacket
— PantsThen finally you can tag your Products for each sub category above.
Registering Custom Post Types and Custom Taxonomy will need to be done via PHP code (adding it on your theme’s
functions.php
or create a separate plugin).But if you’re not comfortable with PHP, you can try these plugins:
https://www.ads-software.com/plugins/types/
https://www.ads-software.com/plugins/custom-post-type-ui/Or find another which match your requirement:
https://www.ads-software.com/plugins/search.php?q=custom+post+typeForum: Fixing WordPress
In reply to: menu database issue?Hi folgerj,
It seems you’re using this commercial Photocrati Theme.
If that so, if you use a commercial theme or plugin and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations.
You probably can find the link to ask questions in your Member Area:
https://members.photocrati.com/Or if you’re not sure, try to contact them via this link:
https://www.photocrati.com/contact/Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.
Hope you can resolve your problem here.
Hi Cuti,
Thanks for sharing.
Best practice is indeed putting the js script in footer since it has more benefit (like loading time and performance issue) although it’s not always the case.
If you think you already have your problem solved, please feel free to mark this topic as resolved.
Forum: Fixing WordPress
In reply to: How to hide blog categories in mobile menuHi Teresa24_wp,
It seems you’re using Divi by Elegant Theme.
If that so, if you use a commercial theme or plugin and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations.
You can try to post your question here:
https://www.elegantthemes.com/forum/Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.
One advice though, usually Theme’s Technical Support will advice you to use latest WordPress version and the latest version of their theme, so please make sure you have done it before submit your questions.
Forum: Fixing WordPress
In reply to: New Post Page Access ErrorHi LindaStuffiebean,
Is it possible to have a screenshot of your problem here ?
Also, have you made sure that you’re on the right page (WP-Admin > Posts > Add New) ?
Forum: Fixing WordPress
In reply to: getting error during import wordpress databaseHi shahid,
What exactly are you trying to do?
By the SQL error warning of Duplicate entry, it seems you try to import the database twice.
Or perhaps you try to import an sql to an existing database/tables which already had pre-existing data, hence the duplicate entry.
If you try to restoring a database, it’s recommended if you do on a clean database/table. Or try to import it on a new database/table. Just to make sure you do not have a corrupt sql file.
Forum: Fixing WordPress
In reply to: RSS feed on sidebar using HTML codeHi aylya,
First, the
the_content_feed
andthe_excerpt_rss
filters is for your “own” RSS feeds.
They aren’t filters for your RSS widgets.You can’t do with just HTML code for this.
If you don’t want to use any plugins (I can’t seem to find one either), you’ll need to create a custom widget using the Widgets API for this. And of course, you need to understand PHP as well.
Also, it won’t stop here either. The RSS feeds you’re trying to get and display on your sidebar (using custom widgets) have to be enabled for thumbnails too. Assuming your RSS source is also running WordPress, by default, WordPress do not display thumbnails on RSS feeds.
So it will depend on your source to have it enabled the thumbnails on their site’s RSS.
Hope this explains.
Forum: Fixing WordPress
In reply to: Message I received after repairing database tables:Hi Jetjanssen,
Please check your database name in
wp-config.php
and compare with your database name under PHPMyAdmin (or similar tools).
This error may be due to your mismatched database name.Also please check your table prefixes in
wp-config.php
.
If they have different name, it could be a problem too.Or, do you use MultiSite?
If so, make sure you’re not missing thedefine('MULTISITE', true);
line in yourwp-config.php
.You might want to check this link too (if you’re using MultiSite):
https://www.ads-software.com/support/topic/remove-multiple-sitesturn-off-network?replies=11Generally, please check your
wp-config.php
settings. Usually problems start from there (mismatch name or wrong settings).Forum: Fixing WordPress
In reply to: Please help! unlink image thumbnail?!Hi mikechagares,
Just want to confirm, have you managed to resolve your problem?
I’ve just checked your site and its Single Post, but it seems the problem do not exist anymore?
Forum: Fixing WordPress
In reply to: Install error databaseHi reynw,
It seems your installation process get corrupted in the middle.
If it’s possible, have you try to re-iterate the process (I mean re-installing from the scratch) ?
For more information about how to Install WordPress, try visit this link:
https://codex.www.ads-software.com/Installing_WordPress#FantasticoForum: Fixing WordPress
In reply to: ErrorHi neerajsharma19,
Seems it’s more likely server issue rather than WordPress issue.
Please try to contact your hosting provider or visit their support/forum to get more reliable help for this.
Since this is a WordPress support forum, I don’t think you’ll get much help about the topic here.
Doing a quick Google, I found these links that might be helpful for you (but probably not too):
https://tjosm.com/4056/fix-nginx-502-bad-getaway-error-ubuntu/
https://www.digitalocean.com/community/questions/getting-nginx-fpm-sock-error
https://www.digitalocean.com/community/questions/wordpress-nginx-site-very-slow-php-error-cpu-highGood luck and hopefully you can resolve your server problem.
Forum: Fixing WordPress
In reply to: Updated to 4.4.1, said to update database, now says doesn't existThanks for the heads up, Matthew! ??
Forum: Fixing WordPress
In reply to: How to add a button that inputs dataHi sharmasanthosh,
For a mere “submit a video link” or submit form in general, you can use any contact form found in here:
https://www.ads-software.com/plugins/search.php?q=formThe ones I’ve ever personally used are:
https://www.ads-software.com/plugins/ninja-forms/
https://www.ads-software.com/plugins/contact-form-7/But you can of course try another.
As it will then be created as a Post automatically, I don’t think there are any plugins available with that ability. You should then create a Post manually after reviewing the submissions.
Or if you feel adventurous, you can try to look for premium plugins out there which suffice your requirements.
Another way is posting this as a Custom Project on https://jobs.wordpress.net/ and wait until someone interested in your project here.
Forum: Fixing WordPress
In reply to: Images not sharing correctlyHi karenjr,
Try this plugin to fix your problem:
https://www.ads-software.com/plugins/facebook-thumb-fixer/I’ve used it on several sites and it works as intended.
The old images that still showing (even after you delete the original file) is probably caused by Facebook Open Graph cache.
Installing the above plugin and use a new image should probably clear the problem.
Forum: Fixing WordPress
In reply to: Updated to 4.4.1, said to update database, now says doesn't existI would recommend trying to reinstall WordPress manually and see if you are experiencing the same issues after that. Sometimes there can be glitches when updating that are fixed by performing it again manually.
If it doesn’t work for you, or you feel like trying another way, you can try this:
https://www.ads-software.com/support/topic/upgrade-to-441-stuck-on-upgradephp?replies=5#post-7920560