-
AuthorSearch Results
-
September 7, 2016 at 12:52 pm #98863
In reply to: More than 20 Featured Sliders
Mahesh
Participant@husker: For that, edit the file in
inc/customizer-includes/catchresponsive-customizer-featured-slider.phpthen go to line 171 and change Max no of slides is 20 to your desired number, this is the description text. Change line 175'max' => 20to your desired number of slider. This is the actual number of slides.
Let me know if any problem.Regards,
MaheshSeptember 7, 2016 at 11:10 am #98856In reply to: Featured image slider
Mahesh
Participant@vetroartefatto: Seems you have currently enabled the slider in Homepage only, there is another option Entire Site, which will display Featured Slider in all pages. If this is whot you mean, go to Dashboard=> Appearance=> Customize=> Featured Slider=> Slider Options and select Entire Site option in Enable Slider drop-down. The one currently displaying is the page’s featured image as Header Image.
Let me know if any problem.Regards,
MaheshSeptember 6, 2016 at 2:35 pm #98819In reply to: Request dummy file
Mahesh
Participant@bono1987: Our themes doesn’t have the dummy data, the theme is already provided with the Demo Data in all the features such as Featured Slider, Featured Content etc. For that either use Reset in Dashboard=> Customize=> Reset All Settings or choose demo data in relevant features.
If you want Dummy pages or post data please refer to the link below:
https://codex.wordpress.org/Theme_Unit_Test
Note: While resetting the theme setting, you may see Invalid error, however, the functionality works fine. This error will be fixed in the next theme update.Regards,
MaheshSeptember 6, 2016 at 11:05 am #98816In reply to: More than 20 Featured Sliders
Mahesh
Participant@husker: Aww, sorry about that. Okay, if you want to have more than 20 sliders, you’ll need to modify some code. The simplest way (not-recommended) to do is just edit the core theme file and increase the number. Since, while updating, you’ll lose the changes, you’ll need to make sure you do this change every-time you update the theme.
Other way is really tricky one, you’ll need to remove the current control and add a new one. Please add the following codes in you child theme’sfunctions.php:function catchresponsive_child_customize_register( $wp_customize ) { $wp_customize->remove_control( 'catchresponsive_theme_options[featured_slide_number]' ); $wp_customize->add_control( 'catchresponsive_theme_options[featured_slide_number]' , array( 'active_callback' => 'catchresponsive_is_demo_slider_inactive', 'description' => __( 'Save and refresh the page if No. of Slides is changed (Max no of slides is 25)', 'catch-responsive' ), 'input_attrs' => array( 'style' => 'width: 45px;', 'min' => 0, 'max' => 25, 'step' => 1, ), 'label' => __( 'No of Slides', 'catch-responsive' ), 'priority' => '2.1.4', 'section' => 'catchresponsive_featured_slider', 'settings' => 'catchresponsive_theme_options[featured_slide_number]', 'type' => 'number', ) ); } function child_customzier() { add_action( 'customize_register', 'catchresponsive_child_customize_register' ); } add_action('init', 'child_customzier');Note: This will make max-number of slides to 25, you can adjust it to your desired number in by changing the max value in the above code.
Regards,
MaheshSeptember 5, 2016 at 6:30 pm #98788In reply to: Linking of images in Featured Slider
trip2day
ParticipantFantastic @Mahesh, many many thanks for your support!
The (I hope :D) last questions:
Is it possible for you to give me a CSS code that changes the text in the box “Read more” in the featured slider (not in the posts preview) to “See more deals…” ??
Would be very very appreciated š
September 5, 2016 at 1:37 pm #98765In reply to: Linking of images in Featured Slider
Mahesh
Participant@trip2day: Thank you for using and liking our theme. Fabulous Fluid Free version has limited options. Featured Slider is limited to Demo Slider and Featured Page Slider which only allows you to link to the page. For custom Featured Slider, I recommend you to upgrade to Fabulous Fluid Pro. Pro version has Featured Image Slider option with which you can put custom image, content, title and link in the slider.
Regards,
MaheshSeptember 5, 2016 at 9:54 am #98751In reply to: Featured Image Slider on a single page?
Mahesh
Participant@phillycontemporary: Do you mean to display Featured Slider in single Posts page only and not in single pages or any other pages? Let me know further.
Regards,
MaheshSeptember 4, 2016 at 12:15 pm #98713In reply to: Replace picture on cycle-slideshow
Pratik
ParticipantHi @Raul,
Please follow instructions here: https://catchthemes.com/theme-instructions/rock-star-pro/#featured-slider
Let me know if you run into problems.
Regards,
PratikSeptember 3, 2016 at 2:40 am #98653In reply to: Featured Image Slider on a single page?
phillycontemporary
ParticipantJust kidding! I did not solve it with
get_option(āpage_for_postsā)… let me know how I can specify the posts page as the only page for the featured slider.Thanks!
September 1, 2016 at 3:51 am #98486In reply to: Featured Image Slider on a single page?
phillycontemporary
ParticipantI’ve taken out the wrong code and put in the new CSS you provided, however when I activate the featured slider for the entire site, the slider is still visible on every page.
I’m using the featured image slider in the featured slider options. Would that make a difference?
Thank you,
August 30, 2016 at 7:16 pm #98365In reply to: Featured Image Slider on a single page?
phillycontemporary
ParticipantHi,
Hmm, I put the code in and I don’t see a change..
I activated the featured slider for the entire site and put your code into my child theme style sheet. I’m still getting the featured slider on all of my pages. Do I need to ‘disable’ the slider on individual pages in the page layout options?
August 29, 2016 at 10:33 am #98287Mahesh
Participant@phillycontemporary: I’ve replied to this in the other thread. Please refer to that.
https://catchthemes.com/support-forum/topic/featured-image-slider-on-a-single-page/#post-98283
You can continue reply on this thread.Regards,
MaheshAugust 28, 2016 at 10:14 am #98228In reply to: Featured Content Slider on home page
Mahesh
Participant@karlcurrentsnj-com: I did set the code into the custom CSS and it said, āCheating Huh?ā Your are not allowed to customize this site. I don’t understand how this came upon.
And yes, now I get which slider you really meant, sorry.
It seems that you have selected Featured Post Content, but for some reasons, no posts are being displayed. Have you put the Post id in the Customizer’s Featured Post # option.
Please check and let me know further.Regards,
MaheshAugust 27, 2016 at 2:19 am #98178In reply to: Featured Content Slider on home page
Stephanie
ParticipantHi Mahesh, I did set the code into the custom CSS and it said, “Cheating Huh?” Your are not allowed to customize this site.
Also, I’m pretty sure that we’re talking about separate things. I said featured slider, but the I’m really referring to the Featured “content” slider which is available on the site. I want to try to get the posts under the secondary menu and main slider to appear horizontally and scroll left or right. this is a feature that is used on the main Full Frame theme demo.
Right now, the posts are running vertically up down the page.
Please provide a little more help on both topics.
August 26, 2016 at 2:01 pm #98147In reply to: Questions regarding thumbnails
Mahesh
Participant@imboliboli: I checked your site, seems you haven’t enabled the Feature Content that’s why nothing is showing. Go to Dashboard=> Appearance=> Customize=> Featured Content=> Featured Content Options and select Homepage/Frontpage option in Enable Featured Content on dropdown Below Content option in Featured Content Position drop-down.
For smaller slider, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following:
#feature-slider, #feature-slider .wrapper, #feature-slider .cycle-slideshow { margin: 0 auto; width: 80%; }Hope this helps.
Regards,
MaheshAugust 26, 2016 at 12:35 pm #98145In reply to: Featured Content Slider on home page
Mahesh
Participant@karlcurrentsnj-com: I checked your site and the Featured Slider seems to be working fine.
To remove the date and comments on my posts, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS:#main .entry-meta { display: none; }Let me know further.
Regards,
MaheshAugust 26, 2016 at 12:19 pm #98143Mahesh
Participant@phillycontemporary: The color options is built-in in Pro version. I recommend you to upgrade to Pro. But if you want it in Free version anyway, it can be done with Custom CSS. Go to Dashboard=> Apperance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
/* blue box behind the search bar icon on the top menu */ .site-header .social-networks li .fa-search { background-color: #ffff00; } /* blue hover color on the āRead Moreā button on the featured Image slider */ #feature-slider .more:hover { background-color: #00a3e6; border-color: #00a3e6; color: #fff; text-decoration: none; } /* blue color of all hyperlinks in page/post text */ a { color: #00a3e6; } /* color of the footer navigational menu item text */ .footer-b .footer-nav a { color: #ff00ff; }Note: Please change the colors as desired.
Regards,
MaheshAugust 25, 2016 at 10:54 pm #98089In reply to: Formatting Slider title typography and position?
phillycontemporary
ParticipantH! One more question about the featured slider–
Is it possible to change the hover color overlay of the slider thumbnails?
Thank you and let me know!
August 25, 2016 at 7:47 pm #98079In reply to: Questions regarding thumbnails
yonghao
Participantand also if there is a way to make the featured slider smaller.
August 25, 2016 at 2:14 am #98004In reply to: Featured Image Slider on a single page?
phillycontemporary
ParticipantHi Mahesh,
I put in the CSS for the individual page and nothing changed..
Is it possible to have two different sliders– One on the homepage, and one on a separate page–Both with different featured pages?
Thank you for all your help! I know I have a lot of questions…
-
AuthorSearch Results
