-
AuthorSearch Results
-
May 9, 2015 at 8:57 am #57436
In reply to: Increase body width/decrease sidebar width
Sakin
Keymaster@bennyvaldes: Sorry for that and thanks for your appreciation. Can you find the following css that I gave you earlier:
div.layout-978, #mainmenu, #featured-slider, #featured-slider .slides, #featured-slider .featured { width: 1170px; }Just replace above block of css with the following css:
div.layout-978, #header #mainmenu, .featured-slider, .featured-slider .slides, .featured-slider .featured { width: 1170px; }May 8, 2015 at 1:50 pm #57384In reply to: Increase body width/decrease sidebar width
Sakin
Keymaster@bennyvaldes: Your title is scrunched up together as there is css loaded from your google font plugin, which uses h1 letter-spacing as -5px. See the css:
h1 { font-family: "Roboto"; font-style: normal; font-weight: 100; letter-spacing: -5px; }So, either you need to rectify that from your google font plugin css or add in the following css in “Appearance => Theme Options => Custom CSS” box:
#site-title { letter-spacing: 0; }If you want to increase the width of the site then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
div.layout-978, #mainmenu, #featured-slider, #featured-slider .slides, #featured-slider .featured { width: 1170px; } .featured img { width: 100%; } #main #content { width: 740px; } #content .col5 { width: 480px; } #main .sidebar { width: 400px; } #footer .powered-by { float: right; }May 7, 2015 at 1:07 am #57302In reply to: Problem with Slider Images
Sakin
Keymaster@Brandon: When I check in your site. It’s loading fine. It’s just 2 second like that and slider changes after the image is loaded. You are try changing your Image Loader settings at “Appearance => Customize => Featured Slider Options => Featured Slider Settings”
May 7, 2015 at 12:53 am #57299In reply to: Decrease size for the featurer slider in homepage
Sakin
Keymaster@Rolando: Ok you can make your logo align left with menu by adding the following css in “Appearance => Theme Options => custom CSS” box:
#header-content { margin-left: 0; margin-right: 0; }Fro slider, I don’t recommend you to change the size, if you want then I recommend you to use featured image slider and then upload image of your own size. then you can reduce the size by adding in the following css where you can change the width percentage.
#main-slider { width: 100%; }May 7, 2015 at 12:34 am #57297In reply to: Link to blogpost in slider image
Sakin
Keymaster@Vivien: For this you need to use “Featured Image Slider”. Just go to “Appearance => Theme Options => Featured Slider => Slider Options” and Select Slider Type as “Image Slider”, after this you can upload image and add custom link from “Featured Image Slider Options”. See this screencast http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/
For, more about slider and other options, please refer to theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/
May 6, 2015 at 8:27 pm #57270Sakin
Keymaster@Rolando: I don’t get it what you mean. You are using Simple Catch Pro theme, where you can use Featured Image Slider and upload any image size as per your need. See this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/
May 5, 2015 at 2:08 pm #57184In reply to: override files in "inc" folder
danielski
Memberand I want to change feature image size, I think I have to do this in catchbase-core.php, am I right?
`add_theme_support( ‘post-thumbnails’ );
// Add Catchbase custom image sizes
add_image_size( ‘catchbase-featured-content’, 400, 225, true); // used in Featured Content Options Ratio 16:9add_image_size( ‘catchbase-slider’, 1200, 514, true); // used in Featured Slider Ratio 21:9
//One Archive Image
add_image_size( ‘catchbase-featured’, 780, 439, true); // used in Archive Landecape Ratio 16:9`May 5, 2015 at 11:39 am #57165In reply to: change slider text box
Sakin
Keymaster@Sheila: First you need to Select the Slider Type from “Appearance => Customize => Featured Slider Options => Featured Slider Type”. Then depending on the type, you can change it. For example, if you choose “Featured Image Slider”, then you can Select Image, Add in Title and Content as per your need and then “Save & Publish”. For Page, Category and post slider, it will take particular page/post title and excerpt content.
For more, please refer to theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/
May 2, 2015 at 10:26 pm #57010In reply to: Second Language in Featured Slider
Sakin
Keymaster@Roberto: It’s same for Catch Everest Pro theme as well. Just build child theme and then add the following code in your child theme functions.php file.
/** * Template for Ceceppa Multilingua Invalid Cache */ function catcheverest_ceceppa_invalidcache() { delete_transient( 'catcheverest_post_sliders' ); delete_transient( 'catcheverest_page_sliders' ); delete_transient( 'catcheverest_category_sliders' ); delete_transient( 'catcheverest_image_sliders' ); delete_transient( 'catcheverest_homepage_featured_content' ); delete_transient( 'catcheverest_homepage_headline' ); delete_transient( 'catcheverest_footer_content_new' ); } add_action( 'after_setup_theme', 'catcheverest_ceceppa_invalidcache' );May 2, 2015 at 5:09 pm #56989In reply to: Indvidual Header Featured Image
stringa
MemberHei everybody! I used the Header Image instead of the Slider because I didn’t want the Page’s Featured Image to show of at the top of the pages as they show in the featured content.
The problem is that even though I uploaded 5 or 6 Header Images and checked the ‘Randomize Uploaded Headers’ button the Header Image does not change. It changes just one time, when I open the Customizing menu, and when i save the changes and close it the header image stays just the same.
Have a check! http://www.casadelbaccala.com
Please Help!May 1, 2015 at 8:42 pm #56931In reply to: change featured posts and "home" page
Sakin
Keymaster@benjo: It would have been easier if you had added your site URL. So, that I can check in and send your the css. For now, I just need to guess and send it to you.
1. If you just want slider and featured content in your homepage then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.home #content-sidebar-wrap { display: none; }2. This is high level of customization and for this you need to build child theme. For child theme, check out http://catchthemes.com/blog/create-child-theme-wordpress/. Then after that you need to copy function
catchkathmandu_homepage_featured_content()to your child theme and change the position and all. For this, you might need to hire developer to work on it.Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitation are huge problem here. We are also helping others in the community so we are slowing getting back online.
May 1, 2015 at 8:58 am #56873In reply to: Creating lightbox effect with main page
Sakin
Keymaster@Eric: This is high level of customization. So, either you need to hire developer to work on it or you need to use plugin like these https://wordpress.org/plugins/search.php?type=term&q=lightbox
Also the 3 pictures below the slider is called Featured Content Area where there is no option to add in light effect. This area is created to link to your page/post/category/custom link.
April 30, 2015 at 3:41 pm #56828In reply to: Dissable link to article in the Feature Slider
Robert
ParticipantHi, I again.
When I go with the mouse over die Slider the dialog box comes: Featured Image-1. Can I change this?
Thanks, RobertApril 27, 2015 at 8:47 pm #56682In reply to: Featured Content Option
[email protected]
MemberHi there, is it possible to disable link to pages from the featured sliders so that they are simply there for design?
April 24, 2015 at 3:13 pm #56561In reply to: Featured images not visible on pages
Sakin
Keymaster@Michelle: Catch Mustang theme doesn’t have featured image option for single page/post. Theme featured image are only useful for blog and archives and page,post, category sliders.
April 24, 2015 at 1:46 am #56522In reply to: Remove Permalink To
Sakin
Keymaster@nikhilmangal: there is no option to remove permalink from Featured Page Slider in Catch Responsive Free theme. For that either you need to build child theme and then copy the full function
catchresponsive_page_slider()to your child theme functions.php file and edit it or you can upgrade to Pro version and use “Featured Image Slider” instead of “Featured Page Slider” so that you can just upload image without link.For more about Catch Responsive Pro additional features, you can read theme instructions at http://catchthemes.com/theme-instructions/catch-responsive-pro/
April 24, 2015 at 1:31 am #56520In reply to: Can't format the text in the sliders
Sakin
Keymaster@Chris.J.Hoffman: Featured Page slider takes excerpt automatically from your selected page. But if you want to adjust it then you can split the content using more tag
<!--more-->April 23, 2015 at 7:08 pm #56482In reply to: Can't format the text in the sliders
innova
ParticipantHi, in my case I selected the next options:
Appearence > Theme Options > Featured Slider >
Inside ‘Slider Options’, I selected ‘Image Slider’ Option.
And below this, inside ‘Featured Image Slider” you have to upload/select the slider images you want to display in your homepage. Along with every image you have to input the ‘Title’ and the ‘Content’ for each slider.Is this the ‘Content’ you are asking about?
April 23, 2015 at 3:25 pm #56469In reply to: Make footer smaller, add an image to home page
Sakin
Keymaster@amyfanton: Wow so many question for free support forum. My head is spinning round and round 🙂
1. Footer Area one image, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#supplementary { padding: 20px 0; } #footer-sidebar { padding: 0; } #supplementary .widget-area { float: left; text-align: center; width: 100%; } #supplementary #text-2 { line-height: 1px; } #supplementary .widget-area img { box-shadow: none; }2. Footer Text and Link Color, you can change the color code in the following css and add it in Custom CSS box:
#site-generator { color: #999; } #site-generator a { color: #ddd; }3. Footer text space above and below, you can edit the padding in the following css as per your need and add it in Custom CSS box:
#site-generator .site-info { padding: 40px 0; }4. To remove dark background in menu active item, you can add the following css in Custom CSS box:
#header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a { background-color: #bfcdcc; }5. Yes, add 7 small images with link, just add like the following in your current text widget:
<a href="your-link1" target="_blank"><img src="image-url1" alt="image-alternative-text1" /></a><a href="your-link2" target="_blank"><img src="image-url2" alt="image-alternative-text2" /></a><a href="your-link3" target="_blank"><img src="image-url3" alt="image-alternative-text3" /></a><a href="your-link4" target="_blank"><img src="image-url4" alt="image-alternative-text4" /></a><a href="your-link5" target="_blank"><img src="image-url5" alt="image-alternative-text5" /></a><a href="your-link6" target="_blank"><img src="image-url6" alt="image-alternative-text6" /></a><a href="your-link7" target="_blank"><img src="image-url7" alt="image-alternative-text7" /></a>Then add the following css in “Custom CSS” box:
#supplementary #text-2 a { display: inline-block; float: left; width: 14.28% }6. To center the text below featured content. Just add the following css in Custom CSS box:
#featured-post .hentry { text-align: center; }7. To center the logo, just add the following css in Custom CSS box.
#header-left, #site-logo { width: 100%; text-aligh: center; } #hgroup-wrap img { display: block; margin: 0 auto; }8. To trim the space between slider and featured content, you can adjust the padding in the following css and then add in Custom CSS box:
.home #main { padding-top: 20px; }Note: In Featured Content, I see that you have added in Large image with width of 1024px. Which is very big for that area and will be heavy for site load. I suggest you to change that and upload image of maximum width 400px.
April 23, 2015 at 3:06 pm #56468In reply to: Can't format the text in the sliders
Chris.J.Hoffman
Memberplease help
where does the featured page image slider get its excerpt content???
-
AuthorSearch Results
