Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@impresnet: For that you need to customize the css so please take help from CSS developer. Sorry, this is beyond the scope of our site.
Sakin
Keymaster@GranPaSmurf: You must have set the front page from the Settings. So, yo have to edit that page. When you edit the page you will see “Discussion” box. There you have to uncheck
Allow comments.
Allow trackbacks and pingbacks on this page.See this for more details http://en.support.wordpress.com/enable-disable-comments/
Sakin
Keymaster@trentbuzz: You have just hidden the tile by using font size to 0 but with that you haven’t hide the title padding and the line height. So, the best way to hide the title will be by adding the following css.
.page .entry-header { display: none; }This will make the sidebar and content align.
Sakin
Keymaster1 – How do I eliminate the space between the menu and the University of Southampton Banner below the menu. How can I make this banner the same size as the menu bar too? The link to the specific page is http://soton-fifc.co.uk/register/gold-band/gold-band-example-company-1
— You can add the following cs in “Appearance => Theme Options => Custom CSS” box to remove the padding in that particular page. `.page-id-423 #main {
padding-top: 0;
}`For features added in Catch Everest Pro theme. See this.
http://catchthemes.com/theme-instructions/catch-everest-pro/Sakin
Keymaster@nwffuels: Looks like you are using Contact Form 7. to add contact from 7 contact form in Sidebar. Just go to “Appearance => Widgets”. Then drag and drop the “Text” widget. Then in the content of text widget. Add the form code
[contact-form-7 id="124" title="Contact form 1"]Sakin
Keymaster@rbrt_bene: You can upload in any photo sharing site or use dropbox and paste the url here.
Sakin
Keymaster@impresnet: Your custom CSS box is little mess. Can you clean it up. For now, can you add the following css in the top of custom css box.
#hgroup-wrap, #site-logo, #site-generator .site-info { padding: 0; }and delete the following css from Custom CSS box.
#site-generator .site-info { padding: 0px 0; } /*@media screen and (min-width: 1060px) { */ /*.page #main {*/ /* padding-top: 20px;*/ /*}/* /*}*/ #hgroup-wrap, #site-logo { padding: 0; }Sakin
Keymaster@Tracie: I just test your site with the following real IE
IE10: It’s working fine.
IE9: It’s working fine.
IE8: It’s working fine. But the site with is small as you haven’t updated to latest version of Catch Everest Pro.Can you refresh your browser and check it.
Sakin
KeymasterAre you trying to hide the page title. If yes, then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.page .entry-header { display: none; }Sakin
Keymaster@rbrt_bene: You need to send me something to help me understand the site u are designing and what you are trying to add back. Maybe screenshot.
Sakin
Keymaster@RyanOc360: Font options is only there in Catch Everest Pro theme. For more details about additional features in Catch Everest Pro. See this http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@arthidalgo: I am not so sure how you added the Facebook. You can do the same way.
Sakin
Keymaster@TanjaCrouch: When I share your site in Facebook as http://www.tanjacrouch.com/. It works fine.
Sakin
Keymaster@erikab1: Add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-meta { display: none; }Sakin
Keymaster@LogoSystems:
1. Is there any way to put the search box in the right hand end of the menubar in Catch box pro ?
— Sorry there is no option to add in the search to the right side of menubar. To add this, you need to build child theme and do the modification. It’s but complicated.2. Is there a quick way to stop all the page titles being links.
— Just build child theme and then edit the file content-page.php . There you can just delete the link in heading.Sakin
Keymaster@mloga94: This is not in theme Territory. You need to add in plugin if you need instant translation. There is ready to use translation in Polish, Chinese, Spanish and Italian language. But this is for different WordPress installation.
Sakin
Keymaster@impresnet: Add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu a { white-space: normal; } -
AuthorPosts
