Viewing 20 results - 481 through 500 (of 2,393 total)
  • Author
    Search Results
  • Evguenia Engelmann
    Participant

    Dieses 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’ );

    #116559
    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,
    Mahesh

    #116360
    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

    #116343
    Gareth
    Participant

    every 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
    gareth

    #116333
    David Irwin
    Participant

    I 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???

    #116295

    In 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,
    Mahesh

    #116161
    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,
    Mahesh

    #115925
    Casper
    Participant

    Thank 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

    Glen Pavelich
    Participant

    Same 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

    #115313

    In reply to: Demo content

    Albert Sudarto
    Participant

    tried everything, featured image, full size, slider nothing showed up

    #115244
    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,
    Mahesh

    #115217
    CURT SASSAK
    Participant

    I think it is called the featured slider that I am trying to change

    Ish
    Participant

    When 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=0

    If 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; }

    #114955

    In reply to: Setup Rock Star Pro

    Mahesh
    Participant

    @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.

    Marius
    Participant

    No 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

    Mahesh
    Participant

    @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,
    Mahesh

    Marius
    Participant

    Hi 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

    Mahesh
    Participant

    @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,
    Mahesh

    #114633
    Mahesh
    Participant

    novaglenn: 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,
    Mahesh

    #114631
    Mahesh
    Participant

    @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,
    Mahesh

Viewing 20 results - 481 through 500 (of 2,393 total)