Viewing 20 results - 401 through 420 (of 2,393 total)
  • Author
    Search Results
  • #126165
    Jonathan
    Participant

    I just reseted all setting beacause i was lost, but the featured slider demo enable home page/entire site is not there yet…

    I don’t konw what happened, it’s a big problem for me, i don’t know why… There is an issue? A proble with the site?

    Help me please

    #126156
    Jonathan
    Participant

    Thank you very much for your answer but of course Homepage is selected, i’ve tested with all setting…

    I don’t know why but the featured Slider is enable, on the entire site but i can’t see it on my web site..

    Really don’t understand what happen

    #126155
    tikaram
    Participant

    Go to Appearance => Customize => Additional css and add the following css

    .featured-slider {
    	pointer-events:none;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    #126129
    tikaram
    Participant

    Go to Appearance => Customize => Featured slider . Under
    Enable Slider on: Make sure that either Entire site or Homepage / Frontpage is selected. Follow this link to know more about adding featured slider on your website. Let me know if you need further assistance.

    Regards,
    Tikaram

    #125909

    In reply to: Header image slider?

    Pratik
    Participant

    @mistyfog: Please follow instructions here: https://catchthemes.com/theme-instructions/adventurous/#enable-featured-slider

    Let me know if you face further issues.

    #125842
    Mare
    Participant

    Hi Tikaram,

    Ok, but then where are you tommorrow? Can’t keep record of whitelisting you.

    But anyhow, I found another catch-evolution user, who know exactly where to look for and solved the issue this morning.
    The header images are being saved in the child-theme. The next issue was the featured image slider. He explained how to do that.
    But it’s to much work to get it nice and pretty. So those are still in the parent-theme to be overwritten with the next update.

    I’m really asking you, how come you couldn’t help me, the first time, while this user could in a couple of minutes….
    Sorry to say, but I had also issues with another catch theme last year.

    I’m gonna look, for another theme in the near future, which is easier to understand and more stable.

    #125777
    tikaram
    Participant

    @innov72 : To remove page title from featured slider :Go to Appearance => customize => Additional css and add the following css.

    #feature-slider .entry-title {
    	display: none;
    }

    It look like your site is under maintenance. Please let me know when your site is live and I will provide you the css to change the background color of menus. Let me know if you need any further assistance.

    Regards,
    Tikaram

    #125326
    Paul T
    Participant

    thanks, so then here is a Theme related question (as I try to minimize size of all my images):

    I know your FEATURED SLIDER image recommended size is 1680 px by 720 px. That size looks nice on large screen, but on mobile phone and tablet, it is too small for me (in height). To get a size I like on mobile requires me to use an image bigger than 720 px in height for the Featured slider image I download.

    Is there a way to download and use 1680 x 720 px image for the Featured Slider image, and just force the image to have a higher height on a mobile screen?

    (I am guessing the answer is no, but thought I’d try!)

    Thanks.

    #125316

    In reply to: Mobile Menu Missing

    PeteGWebmaster
    Participant

    I can already tell that canging the image size for the featured content isn’t fixing this error as I’m also having the same issue here where the image sizes all look about the same:

    http://losangeleswebdesignseo.com/doctorwhimsy/

    I’m using the following CSS codes:

    .site {
        width: 100%;
    }
    #feature-slider .cycle-slideshow {
        max-width: unset;
        width: 100%;
    }
    #feature-slider img{
    	width: 100%;
    }
    
    .catchresponsive-nav-menu {
        display: table;
        width: 100%;
    }
    .catchresponsive-nav-menu > li {
        display: table-cell;
      float: none;
    }
    .catchresponsive-nav-menu > li > a {
        display: block;
        text-align: center;
    }
    #search-toggle {
      	display: none;
    }
    
     #main{
    	width: 1100px;
    }
    
    #supplementary.four .widget-area {
        width: 25%;
    .sidebar-primary {
        float: left;
        width: 88%;
    }
    }
    
    Ulrich
    Participant

    Hi @ Pratik,

    Thanks for getting back. I’ll keep that suggestion in mind for later use ’cause meanwhile the guys from YOAST said I should not have two different URLs being on WordPress Address (URL) and Site Address (URL). They advised to use the same URL on the both fields which I did and voila: Slider and Featured Contend are back 🙂

    Sorry for creating all this trouble trying to use those different URLs…..

    Regards,

    Ulrich

    #124979
    KenFecher
    Participant

    I have been searching for a solution to the Continue reading-> part of the Featured Slider. My issue is that it doesn’t work. If I click the Continue reading –> it only loads the Home page. I’ve tried various things I’ve read on the help forums, and nothing works.

    Also, this path seems to be gone now to try your solution above: “Appearance => Theme Options => Custom CSS” box.

    Ulrich
    Participant

    Hi @Pratik,

    All right, thanks for clarifying.

    Nevertheless, Featured Contend / Featured Slider is not accessible via Customizer.

    I tried everything you recommended, no improvement:

    1. A different browser
    2. A different system
    3. Disabling all plugins

    My wild guess would be a database curruption. Do you think it might be a solution to reinstall the whole theme? But how do I keep my seetings then?

    Regards
    Ulrich

    Ulrich
    Participant

    Hi @pratik,

    Trying to run Customizer -> Featured Contend / Featured Slider on a different system with Chrome, I get the following in the main window:

    Non-existent changeset UUID.

    Looks like I wrecked parts of the whole installation during that conversion to https process. What do you say, any chance to fix that problem?

    Regards,
    Ulrich

    Ulrich
    Participant

    Hi @Pratik,

    Thanks for getting back.

    I tried different browser already, didn’t help.

    But after disabling the Chield security plugin I the following message showed up when I tried to access Featured Contend / Featured Slider:

    Blocked by the Content Security Policy (CSP)
    This website has a content security policy that prevents the website from being integrated in this way.
    Firefox has prevented this website from being loaded in this way because the site has a content security policy that does not allow this.

    Any idea what that might mean?

    Regards,
    Ulrich

    Ulrich
    Participant

    Hi Pratik,

    Thanks for getting back.

    I think I did all this and evrything else on the site seems to be working just fine.

    But when I access featured content or featured slider in the customizer all the boxes are gone it’s “no show” just a grey field. The only selection left is
    Enable Slider -> and the dropbox beneath, nothing at all after that.

    The the same with the featured contend settings

    Quite strange. Do have another idea for a solution to this?
    Regards,
    Ulrich

    #124237
    tikaram
    Participant

    @contentchampion : Create a child theme and add the following code in the functions.php file of the child theme.
    To change the time of the slider change the value of data-cycle-timeout="10000". Currently 10000 refers to 10 seconds. Let me know if you have any further issues.

    function clean_education_testimonial_display() {
    		//clean_education_flush_transients();
    		global $wp_query;
    
    		// get data value from options
    		$options        = clean_education_get_theme_options();
    		$enable_content = $options['testimonial_option'];
    		$content_select = $options['testimonial_type'];
    		$slider_select  = $options['testimonial_slider'];
    
    		// Front page displays in Reading Settings
    		$page_for_posts = get_option('page_for_posts');
    
    		// Get Page ID outside Loop
    		$page_id = $wp_query->get_queried_object_id();
    		if ( 'entire-site' == $enable_content || ( ( is_front_page() || ( is_home() && $page_for_posts != $page_id ) ) && 'homepage' == $enable_content ) ) {
    			if ( ( !$output = get_transient( 'clean_education_testimonial' ) ) ) {
    				$layouts 	 = $options['testimonial_layout'];
    				$headline 	 = $options['testimonial_headline'];
    				$subheadline = $options['testimonial_subheadline'];
    
    				echo '<!-- refreshing cache -->';
    
    				if ( !empty( $layouts ) ) {
    					$classes = $layouts ;
    				}
    
    				$classes .= ' ' . $content_select ;
    
    				if ( 'demo' == $content_select ) {
    					$headline    = esc_html__( 'Testimonials', 'clean-education-pro' );
    					$subheadline = esc_html__( 'Here you can showcase the x number of Testimonials.', 'clean-education-pro' );
    				}
    
    				if ( $options['testimonial_position'] ) {
    					$classes .= ' border-top' ;
    				}
    
    				$output ='
    					<div id="testimonial-section" class="sections ' . $classes . '">
    						<div class="wrapper">';
    							if ( !empty( $headline ) || !empty( $subheadline ) ) {
    								$output .='<div class="section-heading-wrap">';
    									if ( !empty( $headline ) ) {
    										if( class_exists( 'Polylang' ) ) {
    											$headline = pll__( $headline);
    										}
    										$output .='<h2 id="testimonial-heading" class="section-title">'.  $headline .'</h2>';
    									}
    									if ( !empty( $subheadline ) ) {
    										if( class_exists( 'Polylang' ) ) {
    											$subheadline = pll__( $subheadline);
    										}
    										$output .='<p>' . wp_kses_post( $subheadline ) . '</p>';
    									}
    								$output .='
    									<!-- prev/next links -->
    									<div id="content-controls">
    										<div class="content-prev"></div>
    										<div class="content-next"></div>
    									</div>
    								</div><!-- .featured-heading-wrap -->';
    							}
    							$output .='
    							<div class="section-content-wrap">';
    
    								if ( $slider_select ) {
    									$output .='
    									<div class="cycle-slideshow"
    									    data-cycle-log="false"
    									    data-cycle-pause-on-hover="true"
    									    data-cycle-swipe="true"
    									    data-cycle-auto-height=container
    										data-cycle-slides=".testimonial_slider_wrap"
    										data-cycle-fx="scrollHorz"
    										data-cycle-prev="#testimonial-section .content-prev"
    	        							data-cycle-next="#testimonial-section .content-next"
    	        							data-cycle-timeout="10000"
    										>';
    								}
    
    								// Select content
    								if ( 'demo' == $content_select ) {
    									$output .= clean_education_demo_testimonial( $options );
    								}
    								elseif ( 'post' == $content_select || 'jetpack-testimonial' == $content_select || 'page' == $content_select || 'category' == $content_select ) {
    									$output .= clean_education_post_page_category_testimonial( $options );
    								}
    								elseif ( 'image' == $content_select ) {
    									$output .= clean_education_image_testimonial( $options );
    								}
    
    								if ( $slider_select ) {
    									$output .='
    									</div><!-- .cycle-slideshow -->';
    								}
    
    				$output .='
    							</div><!-- .section-content-wrap -->
    						</div><!-- .wrapper -->
    					</div><!-- #testimonial-section -->';
    			set_transient( 'clean_education_testimonial', $output, 86940 );
    			}
    		echo $output;
    		}
    	}

    Note : You will need to make any change from the customizer to clear the transient. Otherwise you will not be able to see changes immediately due to transient issue.

    Regards,
    Tikaram

    #124058
    tikaram
    Participant

    @mykul0rr : To remove the title field from Featured slider : Go to Appearance => Customize => Additional css and add the following css.

    .slider-content-wrapper .entry-title{
    	display: none;
    }

    Please upload slider image with the following dimensions. The images you have used currently are not of proper size thats why it is displaying a background color.
    Slider Image:

    Width: 1920px
    Height: 1080px

    Let me know if you need further assistance.

    Regards,
    Tikaram

    Mahesh
    Participant

    @landyvlad: Thank you for using Catch Everest Pro. Sorry that I forgot to put the link in the above reply. Here’s the link for Featured Sliders informations.
    https://catchthemes.com/theme-instructions/catch-everest-pro/#featured-slider

    Regards,
    Mahesh

    #123511

    In reply to: Featured Slider Images

    [email protected]
    Participant

    HI,

    The site is this
    2dmaterials.nus.edu.sg
    As you can see the featured sliders images are all messy. It keeps changing depending on the browser’s view (desktop, laptop, mobile, etc)
    Can’t it be something like this?
    https://2dmaterials.nus.edu.sg/oii/ (it changes but only slightly, not too much cropped and zoomed in)

    Thanks in advance for the help!

    Michael
    Participant

    Further to the above:

    I currently run Adventurous (or rather Adventurous Pro) on another website and it allows me to have a slider of select images, however in the description under free themes – “Adventurous” it states that it is a featured post slider?

    Can you explain what a featured PAGE slider is? Can this be used just as a featured image slider instead?

    Perhaps a video (ideally) or at least a section on your website, clearly explaining the difference between the various slider types, would be really good.

    Cheers

Viewing 20 results - 401 through 420 (of 2,393 total)