Forum Replies Created
-
AuthorPosts
-
July 19, 2013 at 4:36 pm in reply to: Header height (can't remove the white space at the bottom) #12122
Sakin
Keymaster@udisa: You can add the following css in “Appearancec => Theme Options => Custom CSS” box.
.sidebar-top .widget { margin-bottom: 0; }Sakin
Keymaster@Harry454: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#main-slider .entry-title { display: none; }Sakin
Keymaster@Bill Pagonas: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-content, #branding .logo-wrap { margin: 0; } #site-details, #sidebar-top { display: none; }Sakin
Keymaster@sobujbd: Oh Ok. You can build child then and then copy the function simplecatch_loop() in your child theme functions.php and add the thumbnail.
Sakin
Keymaster@iemotion: Send me our site URL and let me know what you want? Then I can can check in. If you want you can load the mobile menu in the tablet as well.
Sakin
Keymaster@MrJonnyJones: I don’t know about it. Why do you want o use video.js in your this theme. We already have responsive video support.
Sakin
Keymaster@sobujbd: I don’t get it what you mean. You don’t need to add the media individually in the single post. You can also mass upload the media from “Media => Add New” in your WordPress Dashboard. Then you can add the link in your post or you can just upload the gallery in the post.
Sakin
Keymaster@sobujbd: When I check in your site and sticky post “Bangla Movie Chowringhee (1968) Review”. I see that in content, you have lot of empty
<p></p>tags. So just edit that post in text mode and remove the extra<p></p>tagsJuly 19, 2013 at 2:33 am in reply to: Warning: file_get_contents() [function.file-get-contents]: http:// wrapper is di #12086Sakin
Keymaster@dario.dlrnz: This look your server related issue and you can ask your hosting server.
If this is giving you problem then you can remove the updater in your functions.php, delete code// Load up our new theme update notifier require( get_template_directory() . '/update_notifier.php' );Sakin
Keymaster@lynzikate: You can change the color code as per your need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* Active/ Current Menu Item Background Color */ #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a { background-color: #000; } /* Hover Menu Item Background Color */ #header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus { background-color: #2d2d2d; }Sakin
Keymaster@Harry454: Just change the color code as per you need and add the following css in “Appearance => Theme Options => Custom CSS” box.
.entry-header .entry-title { color: #222; }Sakin
Keymaster@Hank: There is easy option in “Appearance => Theme Options => Homepage Settings => Homepage Headlines Options”. Then check to disable “Disable Homepage Headline”.
Sakin
Keymaster@adongol: I am not sure what do you mean by Heading text. Do you mean the title of the page and post. There in easy to use Font Family Options and color Options in Catch Everest Pro theme. But for free theme, you need to add CSS in “Appearance => Theme Options => Custom CSS” and adjust it.
When you add css, make sure it is compatible with the Mobile devices, especially the font size.
.entry-header .entry-title { font-family: sans-serif,Arial; font-size: 30px; color: #222; }How can I remove the comments section of the page?
— You can remove comments section of the page from “Edit Page” discussion box. There you have to uncheck Allow Comment. See this http://en.support.wordpress.com/enable-disable-comments/Is it possible to remove the white arrows on the featured image on the front page (I only have one image)
— You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#slider-nav { display: none; }Sakin
Keymaster@MrJonnyJones: This is strange. Can you tell me the customization you have done. Maybe there is conflict with your customization or with the plugin you have installed.
So first try disabling plugins and check in.
Sakin
Keymaster@Bill Pagonas: Sorry there is no option to add second menu in this theme. You need build child theme and do the customization.
Sorry, what type of space are you talking about? I don’t see much space. Can you explain it.
Sakin
Keymaster@iemotion: I just check in with the iPad and it is working fine. When I just do single touch on Sample Page, it shows the child pages HTML Elements, Page Without Comment and Page With Comment. To Open Simple Page, I need to touch two times.
Sakin
Keymaster@Cherry: That is thumbnail image which you can set it from “Settings => Media”. After you setup just regenerate thumbnails from the plugin.
-
AuthorPosts
