Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@ashrafashraf: If you want to add the shortcode then I already give you the instruction. What is your shortcode, replace it with
[gallery]function catchbox_extra_gallery() { echo do_shortcode('[gallery]'); } add_action( 'catchbox_before_primary', 'catchbox_extra_gallery', 15 );Sakin
Keymaster@Perriard: I don’t get it what you mean. Are you using Featured Image Slider in Catch Kathmandu Pro theme. Then you are not supposed to add the ID number of the image. But you are supposed to add the Image URL.
Sakin
Keymaster@Tim: Either you need to add in padding as below:
.textwidget ul { list-style: disc; padding-left: 11px; }Or you need to make the disc inside in bullet as below:
.textwidget ul { list-style: disc inside; }Sakin
Keymaster@rgamlam: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 961px) { #primary { width: 530px; width: 53rem; } #secondary { width: 300px; width: 30rem; } } @media screen and (min-width: 1025px) { #primary { width: 590px; width: 59rem; } #secondary { width: 300px; width: 30rem; } } @media screen and (min-width: 1153px) { #primary { width: 670px; width: 67rem; } #secondary { width: 310px; width: 31rem; } } @media screen and (min-width: 1281px) { #primary { width: 750px; width: 75rem; } #secondary { width: 320px; width: 32rem; } } @media screen and (min-width: 1345px) { #primary { width: 770px; width: 77rem; } #secondary { width: 360px; width: 36rem; } }Sakin
Keymaster@dbevarly: If you delete your custom menu, it will show the primary menu. You can hide that by adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#branding #access { display: none; }May 14, 2014 at 11:34 am in reply to: Footer columns do not display properly on mobile devices #30516Sakin
Keymaster@Tim: WoW, you found the issue when we set to 3 Footer Area. We will fixed this in next version update. Till then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (max-width: 640px) { #supplementary.three .widget-area { margin-left: 0; margin-right: 0; width: 100%; } }Sakin
Keymaster@rgamlam: Can you send me your site URL and the width that you want. Then I will check in Custom CSS to edit that for you.
Sakin
Keymaster@kteschmitt: The option will be to build child theme and then create
functions.phpfile in your child theme and copy the functioncatchbox_header_menuin your child themefunctions.phpfile edit the condition is_page.Sakin
Keymaster@mark: Yes sure send me your site URL and Screenshot URL. You can upload the screenshot in your own site or any photo sharing site.
Sakin
Keymaster@ADINA NOVAC: Oh so you are trying to change the image in Features Slider. In Catch Everest Free theme, you only have option to user “Featured Post Slider” that is why you must be confused. For this first, you need to create Post from “Posts => Add New” and add in in Featured image in your post, see this screenshot on how to add featured image http://www.pinterest.com/pin/548594798331806476/. Then you need to go to “Appearance => Theme Options => Featured Post Slider => Featured Post Slider Options” and add in your post id like http://www.pinterest.com/pin/548594798329984427/. You can see all your post ID in “Posts” columns in your WordPress Dashboard.
I will also email you and reply me in-case if you are still confused.
Sakin
Keymaster@Tim: Send me the link where you want to fix it. I will send you custom css.
Sakin
Keymaster@ashrafashraf: You can add the following css to remove the margin.
#slider.slider-fullwidth { margin-bottom: 0 }Sakin
Keymaster@Sevian: You can add in the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (max-width: 960px) { #header-menu { display: none; } }Sakin
Keymaster@ashrafashraf: You have added in the gallery below the slider. So, that’s the issue. Try in Hire Customizer for detail customization.
Sakin
Keymaster@Tim: Sorry this option in not there. As in general user have most priority information in Content Section. So, we load the content first and sidebar second.
At this stage, you can build child theme and then add “Sidebar First Page Template” in your child theme as page-sidebar-first.php. See the code https://gist.github.com/catchthemes/b1b0f49a48c8e9b84fd0
Then in your page you can select Left Sidebar and in Page template you can choose “Sidebar First Template” and add the following css in child theme style.css
.left-sidebar #primary { clear: none; }This is bit technical answer. I hope you understand it.
Sakin
Keymaster@ashrafashraf: Didn’t you check in our demo page at http://catchthemes.com/demo/catchbox-pro/ where you can see latest post in the homepage. You can change homepage to latest post or static page from “Settings => Readings”.
Sakin
Keymaster@Carina: Once you purchase the theme Catch Everest Pro, you can change as per your need. As then you own the theme.
You can get the Latest Version of Catch Everest Free theme version 1.5 at http://themes.svn.wordpress.org/catch-everest/1.5/footer.php
Sakin
Keymaster@dfjama: thanks David for your appreciation. I am not so much active on social network my facebook and twitter user is: sakinshrestha . You can follow catchthemes at http://facebook.com/catchthemes and http://twitter.com/catchthemes
Sakin
Keymaster@ashrafashraf: In Catch Box Pro theme you can disable header search either by disabling Header Right Sidebar from “Appearance => Theme Options => Header Options” or by adding in the widgets in Header Right Sidebar from “Appearance => Widgets”
You can edit the footer from “Appearance=> Theme Options => Footer Editor”
-
AuthorPosts
