-
AuthorSearch Results
-
June 1, 2017 at 12:04 am #116559
In reply to: Featured slider is not responsible
MaheshParticipant@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
SakinKeymaster@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
GarethParticipantevery 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 IrwinParticipantI 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
MaheshParticipant@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
MaheshParticipant@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
CasperParticipantThank 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 PavelichParticipantSame 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 SudartoParticipanttried 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
MaheshParticipant@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 SASSAKParticipantI think it is called the featured slider that I am trying to change
May 3, 2017 at 9:50 pm #115185IshParticipantWhen 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; }April 30, 2017 at 12:27 am #114955In reply to: Setup Rock Star Pro
MaheshParticipant@maddogcharly: Thank you for using Rock Star Pro theme. Well, its quite simple to make your site look like demo. Featured Slider is enabled by default so no problem on that. Then the Tours and Video section are from the widgets CT: Tours and CT: Video Embed widgets respectively. Go to Dashboard=> Appearance=> Widgets and place your desired widget in your desired widget area. After that is the Featured Content. Go to Dashboard=> Appearance=> Customize=> Featured Content, select Homepage/Frontpage or Entire Site in Enable Featured Content on option.
Hope this helps. Let me know if any problem.April 25, 2017 at 5:59 am #114640MariusParticipantNo I mean generally (this will depend on my client, and for me just to be prepared), if I can change the actually defined order of the front page slider elements like for example: Logo Slider before Hero content or Featured content after header Highlight content (the actual order is Featured Slider then Hero Content etc.)… Best Regards Marius
April 25, 2017 at 5:11 am #114639MaheshParticipant@mariustodor: Seem I understood something else, nevermind. So you mean to change the position of Featured Slider? Where do you want put it? Let me know further.
Regards,
MaheshApril 25, 2017 at 4:00 am #114637MariusParticipantHi Mahesh,
please excuse my misleading question. My issue is not to change the order within, for example the featured slider.
What I meant, is to change the order of the sliders themselves on the front page. For example to have the featured content or whatever before logo slider etc. Hope I could make it clearer now and thank you for your efforts.Best regards
Marius
April 25, 2017 at 12:44 am #114634MaheshParticipant@mariustodor: Reorder it manually means, suppose you are using Featured Page Slider and you have two slides.
1. About
2. My Sample Page
Then select My Sample Page on first and then About on the second, this will reorder the Slider’s order.
Hope you understand.Go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and select Disabled in Single Page/Post Image Layout option.
Regards,
MaheshApril 25, 2017 at 12:28 am #114633In reply to: Customizing Featured Slider
MaheshParticipantnovaglenn: Go to Dashbaord=> Appearance=> Customize=> Featured Slider and put the desired number of slider you want, then click Save & Publish. Then refresh the custoimzer page. Again go to Dashbaord=> Appearance=> Customize=> Featured Slider, now you’ll see more options. Then select the sliders as per required. Hope this helps. Let me know if any problem.
Regards,
MaheshApril 25, 2017 at 12:01 am #114631In reply to: setting feature slider images
MaheshParticipant@sumiko: Full Frame free version only has Featured Page Slider which allows you to set page as featured slider. In this option, you can select certain pages and the slider will link to that particular page (and cannot me modified). On Full Frame Pro you will have Custom Featured Slider option with which you can modify image, title, content and link of your choice. As per your requirement, Custom Featured Slider will help you have it. I recommend you to upgrade to Pro.
And to remove excerpt, this can be done with Custom CSS. Go to Dashbaord=> Appearance=> Customize=> Additional CSS box and add the following CSS:#feature-slider .entry-content { display: none; }
Regards,
MaheshApril 24, 2017 at 6:52 am #114616MaheshParticipant@mariustodor: You can use different header image for different page\post. You must set featured image for those pages or posts and it will display the very image. In case of pages or posts with no featured images, uses the default header image.
For that, go to Dashboard=> Appearance=> Customize=> Header Image and select Entire Site, Page/Post Featured Image in Enable Featured Header Image on option.No, there is not options to change the order of the slider, you have to set it manually in customizer setting.
Regards,
Mahesh -
AuthorSearch Results