Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@jennifer wilson: You cannot add Posts in Page by Default WordPress Settings. You can add Posts in Category and add category in your menu. If you want to add posts in page then you need to use plugin. I search and found one plugin, you can test it Posts in Page plugin.
Sakin
Keymaster@darren13: Can you check if there is any chrome extension in your computer which is making this and also check in your zoom in browser. As I check in from all browser in different screen-size and it’s working fine. You can also test in your site at http://mattkersley.com/responsive/. So, Sorry I am not being able to find it.
Sakin
Keymaster@Roberto: Which slider you are using? If you are using Image Slider then you need to manually resize the image as per you need with width 1140px and height can be any as per your need. But if you use Page Slider or Post Slider or Category Slider, then it will take the featured image of size 1140px width and 450px height. But if you upload featured image size is less then this size then it will show you the your original image.
Note: If you have just changed your Theme then you need to regenerate image thumbnail for Posts published prior to activating this Theme. You can simply install Regenerate Thumbnails Plugin. Then Regenerate Thumbnails through “Tools => Regen. Thumbnails” in your WordPress Dashboard.
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”.
-
AuthorPosts
