-
AuthorSearch Results
-
March 13, 2017 at 12:02 pm #111844
In reply to: Switch image buttons and border for image slider
Mahesh
Participant@themecatcher:
Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
1. I want to remove the buttons in the left and right side of the slider which allow to switch between the slider images#nav-slider .nav-previous, #nav-slider .nav-next { display: none; }2. I want to change the border thickness and color of the border which surrounds the sliding images
#slider-wrap a, #slider-wrap .featured-img span, .one-column #slider-wrap a, .one-column #slider-wrap .featured-img span { padding: 50px; } #slider { background-color: #ff00ff; }Note: Please change the color and thickness as per required.
Regards,
MaheshMarch 13, 2017 at 9:25 am #111841In reply to: Excerpt and button don't show up in Featured Slider
Pratik
ParticipantHi @F,
Ah, sorry, I mixed up Featured Content and Featured Slider. The Slider takes Excerpt by default.
Regards,
PratikMarch 13, 2017 at 1:46 am #111825In reply to: Excerpt and button don't show up in Featured Slider
F
ParticipantHi Pratik,
I understand. I may have to wait until the site is live to figure out a few issues.
However, when I go to Appearance > Customize > Featured Slider there is no option that says Excerpt or Show Content. All that is available is as follows: Enable Slider; Transition Effect; Transition Delay; Transition Length; Image Loader; Slider Type; No of Slides; and Select Categories. There is nothing there that addresses excerpts.
Thanks!
March 11, 2017 at 7:07 pm #111779In reply to: Excerpt and button don't show up in Featured Slider
Pratik
ParticipantHi @F,
It is pretty difficult to understand the issue without your site url.
The button needs not to be added on the page/post. It should appear once you select Show Content option in Featured slider to excerpt.
I have no idea by what you mean that slider does not appear but excerpt does.
We can move the slider to top of homepage, however, for that I will need to check your site url once.
Let me know when it will be available and I can help you further.
Regards,
PratikMarch 10, 2017 at 5:00 pm #111732In reply to: Featured Slider – alt="" Tag
marie21
ParticipantHi Mahesh,
now I checked the slider pic´s with this google tool (don´t know how it´s namend in english – click right mouse and chose pic to see the details) – so the title=”” is empty and the alt=”” as well.
If I hide .page .featured-slider .entry-title { display: none; } in the customer css or not it dosn´t matter for this title=”” , will mean it stays still emtpy if I delete the “hide blablanla” or not.
Now if I like to modify the childtheme functions.php to
$catchresponsive_first_image = catchresponsive_get_first_image( $post->ID, ‘medium’, array( ‘title’ => esc_attr( $title_attribute ), ‘alt’ => esc_attr( $alt_attribute ), ‘class’ => ‘pngfix’ ) );‘alt’ => esc_attr( $alt_attribute ) -> this seems to be wrong. Could you please help me out with how I have to do it right?
Thank you very much in advance 🙂
March 9, 2017 at 12:37 pm #111603In reply to: How to add social icon to footer
Mahesh
Participant@kiana: There has been a small bug in the theme due to which, CT: Social Icon is not working. This will be fixed in the next update.
Please refer to the link below for the dimension of the featured slider in the theme instruction.
https://catchthemes.com/theme-instructions/clean-education/#featured-image
Yes, you can add the logo of your desired size.Footer editor option is only available on Pro version. I recommend you to upgrade to Pro.
Regards,
MaheshMarch 7, 2017 at 8:30 pm #111461In reply to: Featured Slider – alt="" Tag
marie21
ParticipantHi Mahesh,
unfortunately the “alt” tags from the featured slider will be not recoverd if I do some SEO-tests (Result ALT text: no ALT text).
Could it be, that the customer css .page .featured-slider .entry-title { display: none; } hides it from google and co. ?
Because title = alt like we discussed above …?Is there a possibility to add in custom css a special “alt” only for this sides e.g.
.page-id-98 alt=”picture about something blabla”;Page ID 98 is one of the featured-slider pages ( 1 of 3).
Thank´s for response 🙂
March 7, 2017 at 1:00 pm #111433Mahesh
Participant@engbok: For that, just disabling the slider will do what you’ve mentioned. Disabling the slider won’t load any script of the slider and won’t cause any script conflicting.
Go to Dashboard=> Appearance=> Customize=> Featured Slider and select Disabled in Enable Slider on option.Regards,
MaheshMarch 7, 2017 at 9:48 am #111417In reply to: Wrong layout for static "Home Page".
Mahesh
Participant@gonace: There is no demo data for the theme, almost all demos are there available with in the theme, you just have to enable the options. Example: Featured Slider, Featured Content, New Ticker etc
1) For widgets to be visible in only “Front Page”, you’ll need to use plugin for this.
2) Homepage acts as single page so it is displaying Sidebar, please change Single Page/Post Layout to No Sidebar Full Width and you’ll get full width page.
3) Checking on our server, the static page is working fine. Please post in your site url.
Instagram widget working fine in full width.Regards,
MaheshMarch 6, 2017 at 11:36 am #111366In reply to: Featured Image Slider
Mahesh
Participant@keelin:
1. Yes, you can use Custom images and custom links on the slider. Go to Dashboard=> Appearance=> Customize=> Featured Slider and select Featured Image Slider in Select Slider Type option.2. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#hero-section .entry-header { display: none; }3. Please refer to the theme instruction for this.
https://catchthemes.com/theme-instructions/parallax-frame-pro/#featured-image4. For this, add the following CSS:
#site-logo a:before { content: " "; background-image: url("url-to-your-desired-image.jpg"); display: block; height: 150px; width: 126px; } .header-background #site-logo a:before { content: none; } .fixed-header #site-logo a img { display: none; } .header-background #site-logo a img { display: block; }Note: Use your desired image.
Regards,
MaheshMarch 4, 2017 at 9:28 pm #111295In reply to: disappearance of slider images on homepage
francesca78
Participantthese are the option selected
Slider Options
Enable SliderTransition Effect
Transition Delay
5
Transition Length1
Select Slider TypeNumber of Slides
Customizer page needs to be refreshed after saving if number of slides is changed3
Check to disable slider text Check to Exclude Slider posts from Homepage posts
Featured Post Slider #144
Featured Post Slider #241
Featured Post Slider #31
March 4, 2017 at 12:33 pm #111265In reply to: disappearance of slider images on homepage
Pratik
ParticipantHi @khGeorge,
Can you let me know what’s the option selected in Appearance => Customize => Featured Slider => Slider Options?
Regards,
PratikFebruary 20, 2017 at 10:34 am #110288In reply to: Flipping the Featured Header with the Banner
Mahesh
Participant@omradiocom: You mean to place header-featured-image before Slider? If so, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in you child theme’s functions.php add the following codes.
add_action('init', 'fullframe_child_move_featured_header_above_slider'); function fullframe_child_move_featured_header_above_slider() { remove_action( 'fullframe_before_content', 'fullframe_featured_slider', 10 ); remove_action( 'fullframe_before_content', 'fullframe_featured_overall_image', 20 ); add_action( 'fullframe_before_content', 'fullframe_featured_overall_image', 10 ); add_action( 'fullframe_before_content', 'fullframe_featured_slider', 20 ); }Regards,
MaheshFebruary 19, 2017 at 10:23 am #110225In reply to: Full Frame Pro – Front page image slider
Pratik
ParticipantHi @Garret,
As you can see your site, I have added two image with non clickable links and its working fine. Please check Appearance=> Customize=> Featured Slider. You can increase the number of sliders and add in new images as desired. Please do not forget to save and refresh after you have changed slider number.
For more info, please see Theme Instructions and check Featured Image Slider section.
Regards,
PratikFebruary 17, 2017 at 9:26 am #110038Pratik
ParticipantHi @F,
The above code will change the sizes of Featured Content Title, Slider Title a,d all other titles. On reading your request again, it seems you only want to increase size. For that, use following code:
Please increase the size to see cgange. E.g:
@media screen and (min-width: 500px) { #feature-slider .entry-title { font-size: 50px; } }It will increase size of Text Top 8 Mountain gateway on screens with viewport greater than 500px. Please increase/decrease 52px to suite your need.
Let me know if this is what you wanted.
Regards,
PratikFebruary 16, 2017 at 10:39 pm #110000F
ParticipantHi Pratik,
Thank you.
Could you please clarify what the first set of code controls, specifically?
#featured-content .entry-title, #feature-slider .entry-title, #header-featured-image .entry-title, #header-highlights-content .entry-title {
font-size: 24px; /*Increase/decrease font-sized , Default is 22px*/
}When I change the font size of this code, I do not see changes (perhaps I am looking in the wrong place). When I change the second set of code (the part that comes after @media screen), I definitely see the title font change in the “Featured Content” section, in the body of the home page (the part in the demo that has entries such as “photo shoot” “wildlife photography”. https://catchthemes.com/demo/helena/
However, there is no change in the title of the slider at the top of the homepage, where the posts display (“Top 8 Mountain Getaways”)
Kindly,
FFebruary 16, 2017 at 5:01 pm #109969In reply to: Add the new field in customizer featured slider
shahid864
Participantwhat is the best way i can call that in featured slider area with first button ?
February 16, 2017 at 2:32 pm #109943In reply to: Add the new field in customizer featured slider
Pratik
ParticipantHi @shahid864,
In your child theme , create a function to add just that link and hook it to
customize_registerhook. E.g:function clean_business_add_slider_link_2( $wp_customize ){ $featured_slider_number = apply_filters( 'clean_business_get_option', 'featured_slider_number' ); //loop for featured post sliders $priority = '11'; for ( $i=1; $i <= $featured_slider_number ; $i++ ) { $wp_customize->add_setting( 'featured_link_2_'. $i, array( 'capability' => 'edit_theme_options', 'sanitize_callback' => 'esc_url_raw', ) ); $wp_customize->add_control( 'featured_link_2_'. $i, array( 'active_callback' => 'clean_business_is_image_slider_active', 'label' => esc_html__( 'Link 2', 'clean-business-pro' ), 'priority' => $priority . '.' .$i . $i . $i, 'section' => 'clean_business_featured_slider', 'settings' => 'featured_link_2_'. $i, ) ); } } add_action( 'customize_register', 'clean_business_add_slider_link_2' );February 16, 2017 at 1:39 pm #109929Pratik
ParticipantHi @F,
Please use following code:
#featured-content .entry-title, #feature-slider .entry-title, #header-featured-image .entry-title, #header-highlights-content .entry-title { font-size: 24px; /*Increase/decrease font-sized , Default is 22px*/ } @media screen and (min-width: 910px) { #featured-content .entry-title, #feature-slider .entry-title, #header-featured-image .entry-title, #header-highlights-content .entry-title { font-size: 30px; /*Increase/decrease font-sized , Default is 28px*/ } }Regards,
PratikFebruary 15, 2017 at 8:36 pm #109828In reply to: Change background color of Featured Slider
real_makkoy
ParticipantHello,
My featured post slider is set to fade. The background color when it fades is grey. How do I change it to black while it is transitioning so it is a cleaner transition. My website is http://www.makkoy.com -
AuthorSearch Results
