Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@venkat: Zoom is not supported. Why do you need to zoom your site and view it. Everyone, will view the site in regular mode.
Sakin
Keymaster@filmmaker: Your site URL please.
Catch Box Theme is Responsive design this means it will change as per the devices and screen size you browse from.See the demo page http://catchthemes.com/demo/catchbox/ .If it’s same then it’s design like that.
Sakin
Keymaster@filmmaker: Ok since you are using Catch Box Free Theme. Follow the steps as below:
1. Login to Your WordPress Dashboard.
2. Click on Appearance => Theme Options
3. Then you will see “Disable Search in Header”. Click on the checkbox.
4. Then Click on Save Changes.Sakin
Keymaster@filmmaker: Thanks for using our Free theme Catch Box. There is no option to add phone no and extra item in header. You need to add information either in Site Title and Tag line from “Settings => General” in your WordPress Dashboard. Or you need to use the Header Image from “Appearance => Header” in your WordPress Dashboard.
The other option if you want to add that information in the header right side. Then you can upgrade to Catch Box Pro where there is Header Right Sidebar and you can drag and drop widgets in the header right sidebar to add items in Header Right Side.
Sakin
KeymasterJust add margin button to 0 as CSS in your “Custom CSS” box in Theme Options panel.
.logo-wrap { margin-bottom: 0; }
Sakin
Keymaster@Raphael: Not now. As you need to have full technical knowledge about the child theme and action hook then only you will be able to change it.
Sakin
Keymaster@Raphael: I will think about removing the # is there is no link in the featured image slider. But for now there is no option to remove the # in the link.
Sakin
Keymaster@Raphael: Oh to remove that you need to build child theme and do the customization.
The best option will be to add the title and then hide the title to display in the site by adding the following CSS in “Custom CSS” box in your Theme Options panels.
#slider-wrap .featured-text { display: none; }
Sakin
KeymasterFor other those who have this issue. This issue will be fixed in new Version 0.1.2.3 which will be out soon. But for now you can just go to “Appearance => Theme Options => Excerpt / More Tag Settings” just remove arrow -> and save it. Then only make changes.
Sakin
Keymaster@dianzt: Thanks for reporting and begin patience. I have been able to find that the issue was is few server while for other it was working fine. I have fixed it in your site. Now you can change and work on the site.
Sakin
KeymasterYes Robert, The unhooking process is the WordPress hook. Thanks for using Catch Box Pro theme.
Sakin
Keymaster@TripleMoxy: can you try adding this CSS in your “Custom CSS” box in Theme Options panel and check with your iPad. Also send me your Site URL after you add in this css. So, I can check in with iPad.
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
#main #content {
margin: 0 38.6% 0 3%;
width: 58.4%;
}
#main #secondary {
float: right;
margin: 0 3% 0 0;
width: 32.5%;
}Sakin
Keymaster@Robertf: Yes. I didn’t realize the unhooking process and simply gave you the function. As I am supporting a lot of users. But I am happy that finally it worked for you.
PS. Are you writing plugin or review of theme.
Sakin
Keymaster@heeralc: For designing the background. Try to use repeatable background/texture/patterns. As the size changes as per the screen size and yes if you build really large background then it will create loading problem in Mobile devices.
Sakin
KeymasterHello Diana, Did you try disabling the plugin you used and check in. First try disabling the plugin and check it. If not then reply my email. You got mail.
Sakin
Keymaster@Raphael: Alt tag in Catch Box Pro theme Featured Image slider is the Title. So, just change the tile in the Featured Image Slider Options under Appearance Tab in your WordPress Dashboard.
Sakin
Keymaster@Raphael: Are you using Catch Box Pro Theme. Then simple use Featured Image Slider instead of Featured Post Slider and then don’t add anything in links. Just add Image, title and description.
Sakin
Keymaster@JamieHaden: Just add the following css in “Custom CSS” box in your Theme Options panel.
.site { background-color: #ffebbf; }
-
AuthorPosts