Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@fritzhesse: Your site is password protect. So, I cannot view it. Please check it lacostafilmfestival.org
Sakin
Keymaster@obiokere: You can add the padding to in header right sidebar as per your need to adjust it. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box
`
/* Padding for Sidebar top */
.sidebar-top { padding-top: 100px; }
/* For mobile device to remove the padding you have added for Sidebar top */
@media screen and (max-width: 767px) { .sidebar-top { padding-top: 0; } }
`Sakin
Keymaster@impresnet: By default maximum size is 1040px width but it can support 1140px width. To support 1140px width, you need to remove the white space in left and right by adding following CSS in “Appearance => Theme Options => Custom CSS” box
`#hgroup-wrap { padding-left: 0; padding-right: 0; }`Sakin
Keymaster@eric.suth: Thanks and here goes the answer to you.
1. How do I change the font, size and color of the Tittle and Tagline?
— Change the size and color code as per your wish and add the following CSS code in “Appearance => Theme Options => Custom CSS” box
`
/* For Site Title */
h1#site-title a { font-size: 45px; color: #444; }
/* For Tagline */
h2#site-description { font-size: 14px; color: #666; }
`2. How do I add an image as the header background?
— I have take your image in sidebar to show you the demo. Change the image as per you need and add the following CSS code in “Appearance => Theme Options => Custom CSS” box
`#header { background-image: url(‘http://unitiger.net/wp-content/uploads/2013/04/th.jpg’); }`3. How do I remove the “Leave a Reply” section out of the Home page and Contact page?
— Click to Read Tutorial and if you are still confused then watch this video, Click to View VideoSakin
Keymaster@iJON: I see that you have already change the color of footer text to blue. But you haven’t change text JON : MDNUZAJR. To change that just add the following CSS in “Appearance => Theme Options => Custom CSS” box
`#footer span { color: #1569c7; }`Sakin
Keymaster@mysterio: I still don’t see problem in your site. The width of the site change in different sizes of screen as it is responsive design. If you don’t want responsive design then you can deactivate it through “Appearance => Theme Options => Responsive Design”.
Sakin
Keymaster@Mickesan: I see that you have activate Jetpack Mobile Theme. Please disable that. Go to Jetpack from your WordPress Dashboard and then deactivate mobile theme.
Sakin
Keymaster@savvageorge: I just install the plugin and check it. It works in both individual post and page. But in Homepage or Category Archive, it will show only if you have set “Show full content” in “Content layout” in Theme Options panel.
Check your Setting at “Settings => Social Media” and check “Share Post Types” and select both post and page.
Sakin
Keymaster@Chris: Just add the Search Box in the header and then send me your site url. Then you can add the position absolute to the search box.
Sakin
Keymaster@qvigour: In Catch Box Pro, you can disable the social icons in footer through “Appearance => Theme Options => Social Links”. Then check “Disable Social Links in Footer”.
Then you can add the social icons in the “Header Right Sidebar”. To do that just go to “Appearance => Widgets”. Then drag and drop “Catch Box Social Widgets” to “Header Right Sidebar”.
Sakin
Keymaster@trentbuzz: Yes the best option is to add the category. I cannot see your setting so it will be difficult to guess it.
Sakin
Keymaster@karinschultz: When you copy and page from Word, use “Paste from Word” button. See this for more details http://en.support.wordpress.com/microsoft-word/
Sakin
Keymaster@karinschultz: To show slide in both the blog and homepage you need to edit the code or upgrade to pro version where you have option to enable slider on all pages.
You have to edit the function simplecatch_sliderbreadcrumb() and simplecatch_scripts_method(), where you have to change is_home() || is_front_page()
Sakin
Keymaster@gaetano_torrisi: Maybe that is loading issue. Can you let me know when you don’t see the post slider.
Sakin
Keymaster@junkfoodrehab.net: Ok I will try my best to answer your questions.
1. How do I decrease the spacing between the graphics currently featured in my widgets?
— Just change the margin bottom as per your wish and add the following CSS in “Appearance => Theme Options => Custom CSS” box
`.widget-feat-content { margin-bottom: 10px; }`2. How do I decrease the space below the menu bar and the content on the page? I tried other css suggestions you gave others and they didn’t work for me.
— Just change the parting top as per your wish and add the following CSS in “Appearance => Theme Options => Custom CSS” box
`#main { padding-top: 50px; }`3. How do I remove the faint gray border around all the images I’ve posted in the site?
— Just add the following CSS in “Appearance => Theme Options => Custom CSS” box
.featured-image img, .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image { box-shadow: none; }4. How do I decrease the line break spacing between the images I posted on http://junkfoodrehab.net/shop/
— There is so many spaces in that page which is leading to extra tag `` which is making is size increase. So, edit that page delete the extra space. To add new image don’t your Enter much.
Sakin
Keymaster@mysterio: I don’t see issue in your site, can you show me screenshot or set the header and show it. So, that I can see it.
Hum, there should be a trick to add the image instead of Homepage Headline. You can just add in the HTML tag and add it. See this: http://www.w3schools.com/html/html_images.asp
Sakin
Keymaster@bluezeliablog: The internal server error is die to your permalink settings. Go to “Settings => Permalink” and then set to “Default” and save it. If this solve your issue that mean you have permalink issue and you need to add setting in .htaccess. So, after you set to default you can again set to your custom post, which will show you the setting that need to be added to .htaccess, or if you have permission to write in .htaccess then it will write automatically.
See this for details information about Permalink http://codex.wordpress.org/Using_Permalinks
When you set to the excerpt as the option. It will show the image of 644px with and height 320px.
Sakin
Keymaster@christina: Don’t keep high resolution image in the background. It will make the site heavy and load slow. Try to use repeat background or patterns or colors. But if you don’t worry about loading then you can add high resolution image.
You can add the background image from “Appearance => Background”
-
AuthorPosts
