Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@xpyouth: It’s because you have disable responsive design. Once you disable the responsive, it will show the full width website in mobile and will work as per the setting of mobile devices. If you want consistence in mobile design then you need to enable responsive design.
Sakin
Keymaster@xpyouth: That because of fit video script. It’s take the whole wrapper. So, what you can do it add the a div wrapper before your script.
<div style="width:640px;">[youtube http://www.youtube.com/watch?v=4fPybfTaIO0?rel=0&w=640&h=360]</div>Sakin
Keymaster@xpyouth: If this happening to your site only or in our demo pages as well. As when you disable the Responsive design, it display as per the devices nothing from our css.
Sakin
Keymaster@frog357: It cannot be done though the css. You need to change the core theme files and then css. So, you need to build child theme and then add the sidebar in your header.php before primary div. and then change the css. So, you might need to consider hiring developer for you.
Sakin
Keymaster@donestefano71: Great that you solved it. Now are you talking about menu. Then right now your using default menu options by WordPress itself. It’s not manual, it’s from function wp_nav_menu() http://codex.wordpress.org/Function_Reference/wp_nav_menu . If you need to customize this then you have to use action filter.
Sakin
Keymaster@kulsoomtm: I got the URL but you didn’t told me which widgets to change.
Sakin
KeymasterJust add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#home-top-sidebar .widget p { display: none; }Sakin
Keymaster@mintamim: For site description add the following css
#site-details #site-description { color: #000; }For header search input box border.
#header .social-search form.searchform input { border: 1px solid #000; height: 33px; width: 200px; }Sakin
Keymaster@tamesidemartialarts: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-left { text-align: center; width: 100%; } #site-logo { width: 100%; } #hgroup-wrap img { display: inline-block; }Sakin
Keymaster@[email protected]: Yes but for this I need your site URL.
Sakin
Keymaster@kulsoomtm: For that you need to add custom css. Can you send me site URL and tell me which all to change and the color code. Then I will send you the css.
Sakin
Keymaster@TabithaHofmeijer: When you install the WordPress SEO plugin by yoast. It will change as per your setting in plugin.
Sakin
Keymaster@Robertf: This is not an issue. You can just ignore it. But yes, if you want to edit through child theme then you can build function catchbox_header_menu() in your child theme functions.php . You will find that function inside “inc” directory custom-header.php
Sakin
Keymaster@frog357: I don’t understand your question. Can you explain more and also add in your site URL?
Sakin
Keymaster@cumpleby: Them theme doesn’t have tab widgets. Try searching for plugin in http://wordpress.org/extend/plugins/
Sakin
Keymaster@pfian: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#supplementary .widget-area { float: none; }Sakin
Keymaster@tamesidemartialarts: I need your site URL.
-
AuthorPosts
