-
AuthorSearch Results
-
June 14, 2017 at 11:59 pm #117590
In reply to: Import demo data
Mahesh
Participant@sarahf: Thank you for using Decree Pro theme. Our themes does not have demo data to import. Instead, you can select demo type of respected section to have similar display as of Demo site. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Featured Slider and select Homepage / Frontpage in Enable on option. And make sure Demo is selected in Select Slider Type. Its the same for all other sections too.
Please check the theme instruction for more information.
The blogs will be displayed in grid by default. Please post in your site url.
Let me know if you have any trouble.Regards,
MaheshJune 12, 2017 at 9:21 am #117408In reply to: Theme have different width in different Browsers
Sakin
Keymaster@masterchess: Celestial is using image size of 1920x540px in your demo and we are using 1600x650px in our demo. so, if you are viewing site from 1920 resolution then there will be spaces beyond 1600 and the image will be centered.
You can also check our new themes demo, which are build for 1920px resolutions. Like:
Lucida Pro: https://catchthemes.com/demo/lucida/
Parallax Frame Pro: https://catchthemes.com/demo/parallax-frame/
Nepal Buzz Pro: https://catchthemes.com/demo/nepalbuzz/So, if you want to get it solved in Catch Flames Pro
1. one option it to use “Featured Image Slider”, where you can upload image of your own choice. So, you can upload image of width 1920px then there will be no space.
2. another options, if to make image stretch by adding additional css in “Appearance=> Customize=> Additional CSS box”:
#main-slider img { width: 100%; }June 11, 2017 at 11:45 pm #117351In reply to: Slider not working
Mahesh
Participant@krywen: Make sure you’ve selected Pages in Dashboard=> Appearance=> Customize=> Featured Slider. If the problem persists, try resetting the settings or reinstalling the theme. Let me know further.
Regards,
MaheshJune 8, 2017 at 7:39 am #117102In reply to: Strange behaviors
Mahesh
Participant@wamukota: No such issue on our server. And how are you able to choose Post in Featured Slider, Clean Education Free version only allows to put Pages in Featured Slider. Have you customized the theme? Please install a clean theme and check if the issue persists. If you are using any plugins, please try disabling the plugins one by one and check if that resolves the issue. Let me know further.
Regards,
MaheshJune 8, 2017 at 7:20 am #117092In reply to: Hero content picture
Mahesh
Participant@serasta: In Hero Content, post, pages, categories or custom image and content can be used. Same can be done for Featured Slider too. If you are using post/page/category, you can select the same in Featured Slider too. And if you have put Custom content and image in Hero Content, please choose Image in Featured Slider Type in Dashboard=> Appearance=> Customize=> Theme Options=> Featured Slider and use custom image and content.
Let me know if any problem.
Regards,
MaheshJune 6, 2017 at 3:10 am #116807In reply to: Edit/remove sliding header on home page
Mahesh
Participant@dariajanssen: In #1, #2 and #3, post ids should be given. Please use Catch IDs plugin for that.
https://wordpress.org/plugins/catch-ids/
Check to Exclude Slider posts from Homepage posts
Checking this option will exclude selected posts from blog lists that are selected for slider. Posts that are displayed in slider won’t be shown in blog list.In the editing fields of the home page, the codes for the images ‘catchkathmandu-featured-image’ ‘catchkathmandu-header-image’ and ‘catchkathmandu-sidebarlayout’ keep re-appearing in ‘Extra fields’.
Please clarify more on this.Regards,
MaheshJune 5, 2017 at 6:38 am #116744In reply to: Edit/remove sliding header on home page
Mahesh
Participant@dariajanssen: The image you’ve mentioned is from the Featured Slider, to disable this section, go to Dashboard=> Appearance=> Customize=> Featured Slider=> Slider Options and select Disable in Enable Slider option.
Let me know if any problem.
Regards,
MaheshJune 4, 2017 at 4:57 pm #116718Evguenia Engelmann
ParticipantDieses code not work:
/*
Theme Name: Clean Education Pro Child Theme
Theme URI: https://catchthemes.com/themes/catchbox-pro
Author: Catch Themes Team
Author URI: https://catchthemes.com
Description: Catch Box Pro is an advance version of our popular theme Catch Box. It is based on HTML5, CSS3 and Responsive Web Design to view in various devices. Some of the additional features includes: featured image slider, option for full width slider, disable responsive layout, header option for margins, image and search, color options, additional color scheme, font family options, font size options, additional default layout options, additional optional sidebar for homepage, archive, pages, and posts, homepage category setting, more tag text options, and footer editor options. Multilingual Ready (WPML) and also currently translated in Brazilian Portuguese, Spanish, Danish, Germany, French, Polish, Czech, Croatian, Italian, Swedish, Russian, Arabic, Serbian, Dutch, Persian, Hungarian, Slovak and Japanese.
Version: 2.1.3
License: GNU General Public License, version 3 (GPLv3)
License URI: https://www.gnu.org/licenses/gpl-3.0.txt
Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, front-page-post-form, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, footer-widgets, blog, education, news, portfolio
Text Domain: clean-education
Template: clean-education-pro
*//* =Child Theme Custom CSS
if ( ! function_exists( ‘clean_education_child_polylang_invalidcache’ ) ) :
/**
* Template for Clearing Polylang Invalid Cache
*
*/
function clean_education_child_polylang_invalidcache() {
delete_transient( ‘clean_education_promotion_headline’ );
} // clean_education_child_polylang_invalidcache
endif;
add_action( ‘after_setup_theme’, ‘clean_education_child_polylang_invalidcache’ );function clean_education_child_polylang() {
if ( function_exists( ‘pll_register_string’ ) ) {
$options = clean_education_get_theme_options();$promotion_title = $options[‘promotion_headline_title’];
$promotion_content = $options[‘promotion_headline_content’];
$promotion_button_text_1 = $options[‘promotion_headline_button’];
$promotion_button_text_2 = $options[‘promotion_headline_button_2’];pll_register_string( ‘promotion_title’, $promotion_title );
pll_register_string( ‘promotion_content’, $promotion_content );
pll_register_string( ‘promotion_button_text_1’, $promotion_button_text_1 );
pll_register_string( ‘promotion_button_text_2’, $promotion_button_text_2 );
}
}
add_action ( ‘admin_init’, ‘clean_education_child_polylang’ );June 1, 2017 at 12:04 am #116559In reply to: Featured slider is not responsible
Mahesh
Participant@mrmojorisin: Yes, font size issue can be corrected. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
@media screen and (max-width: 1200px) { #feature-slider { margin-top: 98px; } } @media screen and (max-width: 1152px) { #feature-slider { margin-top: 68px; } } @media screen and (max-width: 767px) { #feature-slider { margin-top: 46px; } #feature-slider .entry-title a { font-size: 20px; } #feature-slider .entry-content { font-size: 15px; } #feature-slider .readmore a, #header-featured-image .readmore a { font-size: 15px; } }Note:
* The height of the slider is automatically calculated with respect to the width keeping it responsive. And your text in the slider seems to be more that they are barely visible.
* You can adjust the font-size as desired.Regards,
MaheshMay 26, 2017 at 6:31 am #116360In reply to: Change Featured Image Slider
Sakin
Keymaster@daveirwin: Please use proper support forum. This is for Catch Everest Theme. For Catch Responsive Pro theme, you can post it in https://catchthemes.com/support-forum/forum/catch-responsive-pro-premium/
You can check out our theme instructions for Featured Slider in Catch Responsive Pro theme at https://catchthemes.com/theme-instructions/catch-responsive-pro/#featured-slider and also check out screencast at https://www.youtube.com/user/catchthemes
May 26, 2017 at 1:39 am #116343In reply to: Include featured image in search results
Gareth
Participantevery post has a featured image. they are used in the slider and the ultimate list lists. also i have the widget which bans any post from being published without a featured image.
so definitely no problem there.
thanks
garethMay 25, 2017 at 7:53 pm #116333In reply to: Change Featured Image Slider
David Irwin
ParticipantI have the same original problem. I have Catch Responsive Pro, and cannot get the Featured Image Slider to appear on page. All I get is a blue bar under header Image. I want to replace header Image with Featured Image slider…..How do I do that???
May 25, 2017 at 12:34 am #116295In reply to: import demo/dummy data
Mahesh
Participant@amburmj: Now there is no dummy data for importing. You’ll need to put it manually.
For similar display as demo:
1. Demo slider: Go to Dashboard=> Appearance=> Customize=> Featured Slider and select Demo slider in Slider Type option.
2. Tours Widget: Go to Dashboard=> Appearance=> Widgets, add Tours widget into Before Content widget area. Follow along, fill up the data.
3. Videos Embeds Widget: Go to Dashboard=> Appearance=> Widgets, add Video Embeds widget into Before Content widget area. Follow along, fill up the data.
4. About Widget: Go to Dashboard=> Appearance=> Widgets, add About widget into After Content widget area. Follow along, fill up the data.
5. Instagram Widget: Go to Dashboard=> Appearance=> Widgets, add Instagram widget into After Content widget area. Follow along, fill up the data.Hope this helps.
Regards,
MaheshMay 23, 2017 at 7:12 am #116161In reply to: replace header image by slider
Mahesh
Participant@cemuria: Gridalicious theme does not include Featured Slider, please use our other themes that has Featured Slider.
https://catchthemes.com/themes/category/free/Regards,
MaheshMay 18, 2017 at 3:08 am #115925In reply to: Some colors do not change
Casper
ParticipantThank you Mahesh! It works perfectly. There’s just one more though. Could you tell me the code for the small bullets in the featured slider?
Thank you!
All the best
May 6, 2017 at 9:29 am #115346Glen Pavelich
ParticipantSame applies to the featured slider, and featured content.
Both broken on the back end. No options appear.
Since we are at opposite time zones, so please provide more details that just turn off plug ins. Can I safely roll back to the previous template??Thanks
May 5, 2017 at 8:35 pm #115313In reply to: Demo content
Albert Sudarto
Participanttried everything, featured image, full size, slider nothing showed up
May 5, 2017 at 1:41 am #115244In reply to: Trouble changing the photo slide show in background
Mahesh
Participant@curtsassak: You can modify the Featured Slider through Customizer. Please follow the instruction in the link below:
https://catchthemes.com/theme-instructions/rock-star-pro/#featured-slider
Let me know if any problem.Regards,
MaheshMay 4, 2017 at 11:08 am #115217In reply to: Trouble changing the photo slide show in background
CURT SASSAK
ParticipantI think it is called the featured slider that I am trying to change
May 3, 2017 at 9:50 pm #115185Ish
ParticipantWhen I add the code you provide me this happens
https://www.dropbox.com/s/wug92ecppsetpfl/Screen%20Shot%202017-05-03%20at%206.43.59%20PM.png?dl=0
You’ll notice the text is not showing.
If I change the padding to 0px this is what I see
https://www.dropbox.com/s/a4gsup4vp7i9e3y/Screen%20Shot%202017-05-03%20at%206.49.20%20PM.png?dl=0If it helps, here is the entirety of the custom CSS I have
/*
You can add your own CSS here.Click the help icon above to learn more.
*//*
Padding around logo
*/
#masthead, #site-branding { padding-top: 0; padding-bottom: 5; }/* Adjust Featured Slider’s header font size */
#feature-slider .entry-title {
font-size: 15px;
}
/* Adjust Featured Slider’s content font size */
#feature-slider .entry-content {
font-size: 10px;
}
/* Remove dots */
#feature-slider .cycle-pager {
display: none;
}/* Padding around text in slider box*/
#feature-slider .entry-container {
padding: 0;
left: 33%; /* Increase to push text further right */
width: 35%; /* Increase/decrease this % to increase/decrease the width of text. Leave this line out if you do not want to change width */
background: rgba(0, 0, 0, 1.0);/* works but not well */
/* bottom: -20%; */}
/*
Adjust Logo size
*/
#masthead #site-logo img,
#masthead.fixed-header #site-logo img {
max-width: 60%;
}/* Center Header */
/*
#site-logo, #site-branding {
text-align: center;
width: 100%;
}
*/
/* Sidebar Header Right */
/*
.sidebar-header-right {
clear: both;
display: inline-block;
float: none;
text-align: center;
width: 100%;
}#masthead .search-field,
.sidebar-header-right .widget-wrap {
float: none;
}*/
@media screen and (max-width: 1060px) {
/* Add here css for maximum screen size of 1060px *//* For footer Widget Title */
#supplementary .widget-title { font-size: 14px; }
/* For footer Widget Content */
#supplementary .widget { font-size: 10px; }}
@media screen and (max-width: 960px) {
/* Add here css for maximum screen size of 960px *//* For footer Widget Title */
#supplementary .widget-title { font-size: 12px; }
/* For footer Widget Content */
#supplementary .widget { font-size: 10px; }
}
@media screen and (max-width: 767px) {
/* Add here css for maximum screen size of 767px *//* For footer Widget Title */
#supplementary .widget-title { font-size: 10px; }
/* For footer Widget Content */
#supplementary .widget { font-size: 8px; }
}
@media screen and (max-width: 480px) {
/* Add here css for maximum screen size of 480px *//* For footer Widget Title */
#supplementary .widget-title { font-size: 10px; }
/* For footer Widget Content */
#supplementary .widget { font-size: 8px; }
}
@media screen and (max-width: 320px) {
/* Add here css for maximum screen size of 320px *//* For footer Widget Title */
#supplementary .widget-title { font-size: 10px; }
/* For footer Widget Content */
#supplementary .widget { font-size: 8px; }
}/* hide post on homepage */
.home #content { display: none; } -
AuthorSearch Results
