badjohnny
Forum Replies Created
-
Forum: Themes and Templates
In reply to: woocommerce product sorting is on top of drop down menuHi
Could you post a screenshot here? That will make me clear.
Thanks
Forum: Themes and Templates
In reply to: My drop down bar is too bigHi, @amodge
This free theme doesn’t include mega menu feature by default, but anyway, I’ve upgrade the theme just now, and make it compatible with Max mega menu plugin, so you can try to install this plugin and upgrade the theme to v1.1.0 to create two columns of the sub menu.
Thanks
Forum: Fixing WordPress
In reply to: How to change host and back up website content?I use to backup the whole site with BackWPup plugin and move the website manually like below
1. Upload the site zip file to the correct folder of the new webhosting.
2. Unzip the site zip file.
3. Login phpMyAdmin, import the sql file to the new database.
4. Correct the database information in wp-config.phpThat’s it.
Forum: Reviews
In reply to: Theme crashed my site & invited spamSorry for that.
I tested it on the different hostings, the site was not crashed. So, do you mind if I can know your activated plugins list that I can test the theme with those plugins? Now I can only guess that the theme is conflict with a certain plugin on your site.
Sometimes, if W3 Total Cache or other cache plugin is activated, we have to empty all the cache first.
For the spam, I’m not sure the reason, because I haven’t included any email form or mail modul e into this theme, so I don’t think this issue is related with the theme.
Thanks
Forum: Themes and Templates
In reply to: [BadJohnny] Problems with Ä letters in mobile viewSo sorry for the delay. I found you have changed theme.
I tried on my own demo site http://wubo.me, you can see the Ä is included in the first article title, then I checked on my ipad and iphone, it looks fine.Where you put Ä? Post title or content?
Thanks
Forum: Themes and Templates
In reply to: [BadJohnny] Inserting logo and enabling WooCommerceYou have to adjust the logo size, position by adding custom CSS. Use CSS media query to do that. You can search a lot of guide on google.
Thanks
Forum: Themes and Templates
In reply to: [BadJohnny] Inserting logo and enabling WooCommerceLike I said, I have to explain again, free theme support doesn’t include the custom issue, I can only give you a right direction, I hope you understand.
For the LOGO issue, I gave you two solutions.
1.Place the LOGO at the top left of screen, use my first custom code, if you don’t want a sticky LOGO, just change the position:fixed to position:absolute.
<div style="position:absolute;top:10px;left:10px;z-index:3;"><a href="<?php echo home_url('/');?>" style="border:none;"><img src="https://pbs.twimg.com/profile_images/452413073031065600/-iLl80j__bigger.png" /></a></div>2. If you want to place the LOGO at the front of blog title, please check my previous reply again.
In this theme, there’s no LOGO option, so no recommend dimension. If you place the LOGO, you should decide the LOGO size by yourself, just make it what you like.
For the menu issue, like I said, please refer to https://codex.wordpress.org/WordPress_Menu_User_Guide make sure you did correct settings and checked the theme location option for the menu.
Forum: Themes and Templates
In reply to: [BadJohnny] Inserting logo and enabling WooCommerceIf you are worry about the changed file will lost when you upgrade the theme in the future, you can backup this changed file or create the child theme for your custom work(recommended), I’m sorry that free theme support doesn’t include custom service, I will only provide you the genreal idea and hope it will help you. Just refer to the child theme documentation here: https://codex.wordpress.org/Child_Themes or http://www.themevan.com/two-important-tips-to-customize-wordpress-theme/
1. Maybe I understood you incorrect for the LOGO question, you want to add the LOGO in front of the blog title, right? Please remove the those codes. edit header.php, find the following codes
<?php if(is_home()){ echo badjohnny_seo_wrapper('h1 class="site-title"','<a href="'.esc_url( home_url( '/' ) ).'" title="'.esc_attr( get_bloginfo( 'name', 'display' ) ).'" rel="home">'.get_bloginfo( 'name' ).'</a>'); }else{ echo badjohnny_seo_wrapper('h3 class="site-title"','<a href="'.esc_url( home_url( '/' ) ).'" title="'.esc_attr( get_bloginfo( 'name', 'display' ) ).'" rel="home">'.get_bloginfo( 'name' ).'</a>'); } ?>Change to
<?php if(is_home()){ echo badjohnny_seo_wrapper('h1 class="site-title"','<a href="'.esc_url( home_url( '/' ) ).'" title="'.esc_attr( get_bloginfo( 'name', 'display' ) ).'" rel="home"><img src="LOGO URL" /> '.get_bloginfo( 'name' ).'</a>'); }else{ echo badjohnny_seo_wrapper('h3 class="site-title"','<a href="'.esc_url( home_url( '/' ) ).'" title="'.esc_attr( get_bloginfo( 'name', 'display' ) ).'" rel="home"><img src="LOGO URL" /> '.get_bloginfo( 'name' ).'</a>'); } ?>Replace LOGO URL to your LOGO, and make sure all quotation marks are English marks, otherwise, the page will return to blank.
2. Please paste your shop page codes here (woocommerce.php)
3. You may check this user guide for custom menu using https://codex.wordpress.org/WordPress_Menu_User_Guide The important is don’t check the “Theme location” option.
Thanks
Forum: Themes and Templates
In reply to: [BadJohnny] Inserting logo and enabling WooCommerceHi
Thanks for your using this theme.
You have to edit the header.php file, manually insert the following codes into this file behind
<div id="page" class="hfeed site">. Remember replace the img URL to your LOGO URL and backup this changed file.<div style="position:fixed;top:10px;left:10px;z-index:3;"><a href="<?php echo home_url('/');?>" style="border:none;"><img src="https://pbs.twimg.com/profile_images/452413073031065600/-iLl80j__bigger.png" /></a></div>For the WooCommerce integration issue, you can check the plugin documentation here https://docs.woothemes.com/document/third-party-custom-theme-compatibility/ Hope it’s helpful.
Thanks
Thank you! Helpful information!
Forum: Themes and Templates
In reply to: [BadJohnny] Sidebar Not Working on Individual PostsHi
Thanks for using this theme, could you let me know the error message?
This is the demo post with right sidebar http://badjohnny.me/citynews-a-comprehensive-newspaper-wordpress-theme/ I checked it on the mobile device, I haven’t found the error message.
How can I reproduce the issue?
Thanks
Forum: Everything else WordPress
In reply to: Can I submit a modified version of the default theme?OK, thank you so much! I will try.
Forum: Everything else WordPress
In reply to: Can I submit a modified version of the default theme?Thanks!
I’ve considered to create a child theme, but I’ve already modified many files for a long time so that I forget which files was changed unless I rebuild this theme as a child theme, that’s why I asked this question.
Yes, I mentioned “Description: This theme is modified from Twenty Twelve theme which is created by the WordPress team” in style.css
Is that OK?
Forum: Networking WordPress
In reply to: Why I can't change .htaccess file for multisite?Finally I fixed this issue. Just put the solution here for the people who has the same problem.
I’ve upgraded wordpress to the latest version, but I forget to upgrade the whole network, that’s it, so stupid mistake.
Forum: Networking WordPress
In reply to: Why I can't change .htaccess file for multisite?I found after I changed .htaccess file, if I refresh the website in the browser, then .htaccess will be changed back.