Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Em Cloney: I am bit confused with your question. Can you send me your site URL so that I can check in and get better Idea of what are you trying to do it
1. If you are trying to hide the page title Home then you can just add the following css in “Appearance => Theme Options => Custom CSS” box:
.home .entry-header { display: none; }2. But if you are trying to hide home from your default page menu, then you need to add the following css in “Appearance => Theme Options => Custom CSS” box:
.menu li { display: none; } .menu li.page_item { display: block; }Sakin
Keymaster@alphaxyz: There is empty header right sidebar. So, just go to “Appearance => Customize => Theme Options => Header Right Sidebar Options” and check the option “Check to disable Header Right Sidebar” and save it.
Sakin
Keymaster@Mark: This is strange. It all should be adjust from “Appearance => Customize”. Can you send me more detail about it so that I can check in. If you want me to check directly in your site and check in then I will be sending you email and you can respond me there.
Also check in your plugin list, there might be conflicting plugin. Did you try in disabling plugin one by one and check in.
Sakin
Keymaster@Omar: For that form width and all you need to play with the following css, as per your need. Adjust the width and all as per your need in various screen size and then add it in “Appearance => Theme Options => Custom CSS” box or in your child theme style.css
#header-content .bbp-login-form { display: block; float: none; margin: 0 auto; width: 335px; } #header-content .bbp-form { display: block; } #header-content .bbp-login-form .bbp-submit-wrapper { margin-right: 20px; } @media screen and (max-width: 1344px) { #header-content .bbp-login-form { width: 335px; } } @media screen and (max-width: 1280px) { #header-content .bbp-login-form { width: 335px; } } @media screen and (max-width: 1152px) { #header-content .bbp-login-form { width: 335px; } } @media screen and (max-width: 1100px) { #header-content .bbp-login-form { width: 335px; } } @media screen and (max-width: 1000px) { #header-content .bbp-login-form { width: 335px; } } @media screen and (max-width: 940px) { #header-content .bbp-login-form { width: 94%; } #header-content .bbp-login-form .bbp-submit-wrapper { margin: 0 auto; } }March 25, 2015 at 8:50 am in reply to: Just for Homepage – Disable Header and Footer Completely #54305Sakin
Keymaster@Omar: Many of the plugin uses hook
<?php wp_head(); ?>which will be there in header.php before<body>tag and hook<?php wp_footer(); ?>which will be there in footer.php after</body>tag. If you homepage template, look like it’s missing<?php wp_footer(); ?>hook for reference check out footer.php file.Sakin
Keymaster@Omar: You can W3 Total Cache plugin installed. So, you need to clear your Cache from W3 Total Cache plugin settings after you make the changes. Your site has green background in all browser and devices. You are experiencing different because of cache. You can change that background color from “Appearance => Theme Options => Color Options => Site Color Options” and click on “Site Background Color”. Change it as per your need and then don’t forget to clear your cache.
Sakin
Keymaster@lisan955: After you remove that you browser will only show responsive element but when you check from mobile devices it shouldn’t who mobile version. It will show as there must be Responsive Style in your style.css. So, you can build child theme and don’t enqueue parent theme style.css and just copy the style.css in yoru child theme before this element
/*-------------------------------------------------------------- Responsive Style --------------------------------------------------------------*/So, everything after this should be deleted.
Sakin
Keymaster@Omar: Sorry, this is beyond the scope of Theme. We are not allowed to modify the core elements of WordPress. So, as I said previous. It falls under plugin territory. You either need to search fro plugin to modify it or you need to create child theme and customize the search
searchform.phpSakin
Keymaster@Steve: try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
.header-sidebar .widget_polylang li { display: inline-block; }March 24, 2015 at 11:23 pm in reply to: Help! How to change promotion headline's text color, and other issues- Fullframe #54259Sakin
Keymaster@Laura Pio: Yes, you can remove/edit that from “Appearance => Customize => Theme Options => Footer Editor Options” in Full Frame Pro theme. See the theme instructions page at http://catchthemes.com/theme-instructions/full-frame-pro/
Sakin
Keymaster@John: You can change that from your basic color option. Change that background color and click on “Save and Publish”. If you want your default color back then you can just click on that element “Select Color” and then it will show color picket and in the right you will see “Default”. Click on Default and “Save and Publish”.
Sakin
Keymaster@tamorgen: There is author archive. See this
http://laurelwreathlodge.org/wm/author/wm149/
http://laurelwreathlodge.org/wm/author/pm149-2014/Sakin
Keymaster@shellfish_tracker: In Featured Content, you can add any number of content. You can change that from “Appearance => Customize => Featured Content Options => Featured Content Type”, after you choose type, you will see “No of Featured Content”, you can add up to 20. So, change that and click on Save and Publish. After that you can refresh your browser or reload the customizer again “Appearance => Customize => Featured Content Options => Featured Content Type” and add in more content.
You can enable this featured content only in Homepage or Entire Site. For that go to “Appearance => Customize => Featured Content Options => Featured Content Settings” and change “Enable Featured Content on”.
Sakin
Keymaster@Jan Deelstra: For your header space, you need to add the following cs sin “Custom CSS” box:
#header-content { padding: 0 ; }Sakin
Keymaster@tcurran: You need to add in background image like following css. So, it depends on the css.
#header-content { background: transparent url(http://i.imgur.com/vEm7H2J.png) no-repeat; }Sakin
Keymaster@cosmiccarletti: That sign up button in “Join Natures Grace Emails” widget is showing fine when I check in. Can you refresh your browser and check in.
-
AuthorPosts
