Rushang Chauhan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page not found on custom taxonomy pageEven I was facing the same issue and the solution by michelabdo worked perfectly.
I will like to know how it works. Why do we have to place custom taxonomy function above custom post type?
Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] How Can I Create More than one menuLike if I have more than one restaurants on my site then can I create a new menu for each restaurant?
Forum: Themes and Templates
In reply to: [Minamaze] how to change the color of the read more buttonHello Marco,
You are absolutely correct.
Actually I gave a very general solution to the Problem. Also I didn’t knew that theme comes with an options Panel. But will take care that in future.
Cheers,
Rushang ChauhanGlad to know that! π
Just put the CSS code mentioned below in custom css panel:
#intro.option1 #intro-core:after { border-bottom: 3px solid #000; }Hope that Helps!
Cheers,
Rushang ChauhanWell I never faced any problem while updating WordPress core with Active plugins.
I guess WordPress core takes care of it by itself. But still if you wish to be extra cautious you can do that. Atmost all you will be losing by doing that is a couple of minutes or so! π
Forum: Themes and Templates
In reply to: [Minamaze] how to change the color of the read more buttonGlad to know that.
Cheers!
Forum: Themes and Templates
In reply to: [Minamaze] how to change the color of the read more buttonYou need to add custom CSS code for that. I will advice to install a plugin that enables you add custom CSS.
Recommended Plugin: Simple Custom CSS by John Regan
Install and activate the plugin and go to
Dashboard —> Appearance —> Custom CSS
and past this code:
.themebutton { background: #000; }Replace the hex value according to your need.
Cheers,
Rushang ChauhanForum: Themes and Templates
In reply to: Reduce spaces between section boxes of videos/postsThis can be done simply by making custom changes in CSS styles of the section box. All you need to do is to change the margin or padding of section box and it should work.
Cheers,
Rushang ChauhanThe settings that you made via dashboard will not be affected if you update WordPress themes. But if you have made any changes in the actual theme files of the 2014 theme then those changes are most likely to be affected.
Forum: Themes and Templates
In reply to: [Montezuma] Removing Menu Icons#menu1 > li > a > i {background: none !important;}Put this code in your style.css file and it should work.
If you still face any problems feel free to ask.
Cheers,
Rushang ChauhanForum: Themes and Templates
In reply to: [Montezuma] Removing Menu IconsHello there,
Default menu is always in the header.php file of a wordpress theme.
Can you please Provide me link to your website, so that I can guide you further.
Cheers,
Rushang Chauhan