Captain Theme
Forum Replies Created
-
Forum: Plugins
In reply to: [Recipe Hero] Can't add ingredientsSorry been at work! Checking now 🙂
Forum: Plugins
In reply to: [Recipe Hero] Ingredient Amount to None (blank) by defaultHey Loryo,
So it’s not 100% easy to change the default yet.
I’ve added an issue for this and will try get it into an update soon 🙂 https://github.com/bryceadams/Recipe-Hero/issues/58
Thanks!
Forum: Plugins
In reply to: [Recipe Hero] Can't add ingredientsHey Coletterbox,
Thanks for trying it out!
Could you please email me (info [at] captaintheme (dot) com) with your site’s login details and I will take a look?
Cheers!
Forum: Plugins
In reply to: [Recipe Hero] Ingredient Amount to None (blank) by defaultHey!
Thanks for trying it out 🙂
I would not recommend doing that. There is a better way that I will let you know here when I get home. A new update is also coming in like a day or two and your changes will be lost.
Recipe reviews are going to be a premium ‘extension’ added really soon 🙂 it won’t cost much but will do a whole lot of cool stuff.
Cheers!
Forum: Plugins
In reply to: [Recipe Hero] Translation problemHey Elack,
Awesome! I was hoping someone would translate it to Swedish.
There are a couple bugs with the translation. I have a new big update coming this week so I’ll make sure to get these fixed up for it.
Will post here when the update is available 🙂
Thanks for letting me know.
Forum: Plugins
In reply to: [Recipe Hero] Error message on installHey Dave,
Thank you for trying out the plugin! I’m happy to help you with this.
Could you please let me know a little bit more about the error? Do you have a screenshot you could share with me?
Also, when you deleted the top header, which file did you do it in?
I think I know the issue but just need to know that to figure out the fix.
Will get it fixed ASAP after I hear from you.
Cheers! 🙂
Forum: Fixing WordPress
In reply to: Icon Block colour changePlease post a link to your website!
Forum: Fixing WordPress
In reply to: Allowing more posts in catagoriesHi giantfish. You can do this by going to Settings > Reading in your WordPress Admin and changing the Blog posts show at most option.
See image: http://cld.wthms.co/6fsO
Please let me know how that goes and if I can assist you in any other way.
Thank you!
Forum: Fixing WordPress
In reply to: endwhile error happenedHi! Try this:
<?php get_header(); ?> <section class="banner"> <img src="/wp/wp-content/themes/kadckadc/img/Omoricho_main_banner.png" style="margin:10px 0px 10px 0px;"/> </section> <section class="middle" style="margin-top:40px;"> <?php get_sidebar(); ?> </section> <p class="blog_date">投稿日:<?php the_Date(); ?></p> <h4><?php the_title(); ?></h4> <p class="blog_inner"> <div class="breadcrumbs"> <?php if ( function_exists( 'bcn_display' ) ) { bcn_display(); } ?> </div> <?php the_content(); ?> <?php get_footer(); ?>Forum: Fixing WordPress
In reply to: WordPress search bugHey Simon,
I’ll just let you know that is not a bug with WordPress itself, but perhaps just an issue you’re having on your site.
I’d be happy to help you if you could post a little bit more information and some screenshots etc. showing the problem that’s happening.
Please let me know! Thanks
Forum: Installing WordPress
In reply to: Instalar WordPress no parallels panelTRANSLATION:
Good night staff, I am beginner with wordpress and am trying to put a website I made for a subdomain assigned by a friend, I want to see if it ta heavy and etc..
The problem is that when I enter the address of the site it directs me to the WordPress installation screen and fill out the following:
Database: Name of the local bank
user name: root
password: blank
Database host: localhost
table prefix: wp_I tried to create a new database within the online server with the data above, I tried also to insert the data from the new database created on the server, but I could not!
always returns the error:Error establishing a database connection
This means that both the username and password in your wp-config.php file is incorrect or we can not contact the database server at localhost. This could mean the database on your host server is down.I wonder how do I install wordpress to localhost leaving for Parallels Panel … I followed a tutorial here but still got no result. If anyone can help I appreciate it.
Forum: Plugins
In reply to: [Fullscreen Galleria] Can not exit fullscreenHi Tuan,
I’ve checked out the code and I don’t believe the plugin’s lightbox has a close button to use. You may want to take a better look through the plugin’s options to see if there is an option for adding a close button or wait until the developer comes by and they can let you know what to do.
Good luck!
Forum: Plugins
In reply to: [OAuth twitter sidebar widget] Widget stripping urlsSounds good. Have a nice day!
Forum: Plugins
In reply to: [Redirection] Locked out of my own sites! Need assistance!No problem! You should now mark this topic as resolved 🙂
Have a nice day!
Forum: Plugins
In reply to: Product Masonry DisplayWhat sort of products? Are they items created by WooCommerce or another e-commerce plugin?
If it’s just images, you could try this plugin – https://wordpress.org/plugins/jquery-masonry-image-gallery/
This one might help you too – https://wordpress.org/plugins/so-masonry/
Alternatively, you should spend a little bit of time reading a guide on how to do this and then you can integrate it into your website yourself completely for free 🙂 http://www.wpbeginner.com/wp-themes/how-to-use-masonry-to-add-pinterest-style-post-grid-in-wordpress/
Good luck!