Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Sonia: Sorry I don’t get it what you mean. Can you explain in reference to your site URL.
Sakin
Keymaster@lightwarrior: It’s designed that way. You can change to different comment box if you want. Just install “Jetpack” plugin and activate “Jetpack Comments” module and make sure you have deactivate “Mobile Theme” module.
Sakin
Keymaster@julluj: Can you explain in reference with your site URL.
If you just want to reduce the padding of footer then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-generator .site-info { padding: 10px 0; }Sakin
Keymaster@J14: That is post title. You can hide that if you don’t want from Custom CSS. Send me your site URL and then I can check in.
Sakin
Keymaster1. I’d like to change the Artists names heading for each show and make them bold and larger, in red color.
— Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.td.gigpress-artist { color: #FF0000; font-size: 18px; font-weight: bold; }2. I also would like to move the Subscribe RSS and iCalendar logos that are now at the bottom of the Upcoming Performances, to the top of the page where they can be seen, or even double them at the bottom and the top.
— For this you need to check in with the plugin developer. This cannot be done though css. You need to change the configuration in plugin.Sakin
Keymaster@Sarah: You got me wrong. Please replace the following CSS:
@media screen and (min-width: 961px) { /* Custom Column CSS */ } /* For 2 columns primary, secondary and wrapper */ .three-columns .content-sidebar-wrap { width: 83%; } .three-columns #primary { width: 70%; } .three-columns #secondary { width: 29.5%; } /* For 3rd column */ .three-columns #third { width: 16.5%; }With the following CSS:
@media screen and (min-width: 961px) { /* For 2 columns primary, secondary and wrapper */ .three-columns .content-sidebar-wrap { width: 83%; } .three-columns #primary { width: 70%; } .three-columns #secondary { width: 29.5%; } /* For 3rd column */ .three-columns #third { width: 16.5%; } }Sakin
Keymaster@Olivier: Catch Mustang Theme doesn’t support Contact form from Jetpack. We recommend Contact Form 7. But yes thanks for your details responsive and we will update the fix as soon as possible in the updated version.
Sakin
Keymaster@Kenneth: For that either you need to build child theme and edit the functions, which is bit complicated and you need to hire customizer. But there is one way, you can just upload the Small Size image in the “Featured Image” section then it will be fine. Like you have done in “New Section” post mywebbedreviews.com/new-section
Sakin
Keymaster@marcella: Yes, it’s creating confusion. Can you post it in Catch Everest Pro forum at http://catchthemes.com/support-forum/forum/catch-everest-pro-premium/
Sakin
Keymaster@ianroach: If you are using Catch Everest Pro theme then simply use Featured Image Slider and then you can upload the image of any size you want.
Sakin
Keymaster@lisareopera: Looks like you have customize the theme as Catch Box Theme only support “Header Image that you can add from “Appearance => Header” and will be on left.
Sakin
Keymaster@impresnet: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
body { padding-top: 0; } #page { margin-bottom: 0; } #header-content { padding: 0; }Sakin
Keymaster@Sally Starlett: Sorry I don’t understand your question clear. Catch Evolution Theme uses large images. See the theme instruction page http://catchthemes.com/theme-instructions/catch-evolution/
Image Sizes:
Featured Post Slider
Width: 644px
Height: 320pxCustom Header Image for Logo
Width: Flexible (recommended width 1600px)
Height : Flexible (recommended height 400px)Can you show me your site URL and let me know your issues in detail, maybe screenshot
Sakin
Keymaster@rckstr: For changing any core theme files, first you need to build child theme. Then just create
functions.phpfile in your child theme and copy the functioncatchbox_socialprofile()from parent theme. Then you can change thetitle="MySpace"totitle="Yelp"Sakin
Keymaster@ianroach: Sorry, I am bit confused about your question. You can add header image from “Appearance => Header” and header featured image from “Appearance => Theme Options => Header Featured Image Options”. If you are not talking abut this then can you explain in reference with your site URL.
Sakin
Keymaster@Bethann: I see that you are using Catch Everest Pro theme and too add sidebar in Product page, you can just go to “Appearance => Widgets” and add widget in “WooCommerce Sidebar”
Sakin
Keymaster@Rinaldo: Sorry I don’t understand your question. Can you explain in reference with your site URL. In Catch Box Pro, you can just add the Site Title from “Settings => General”. Then for the widgets in Header Right Sidebar, you can go to “Appearance => Widgets”.
For more, please read our theme instruction page at http://catchthemes.com/theme-instructions/catch-box-pro/
Sakin
Keymaster@Sarah: It’s because of the following Custom CSS:
/* For 2 columns primary, secondary and wrapper */ .three-columns .content-sidebar-wrap { width: 83%; } .three-columns #primary { width: 70%; } .three-columns #secondary { width: 29.5%; } /* For 3rd column */ .three-columns #third { width: 16.5%; }You need to add these inside
@media screen and (min-width: 961px) { /* Custom Column CSS */ }Sakin
Keymaster@shamwow: There are 4 types of slider in Catch Everest Pro theme. See the theme instruction page for more details on how to setup Slider http://catchthemes.com/theme-instructions/catch-everest-pro/
Page Slider is use to highlight the page
Post Slider is use to highlight the post
Category Slider is use to highlight the post in that category
Image Slider gives you complete flexible, you can upload your own image, content and links. -
AuthorPosts
