Viewing 20 results - 281 through 300 (of 2,398 total)
  • Author
    Search Results
  • #161922

    In reply to: Slider Image Size

    Trevor
    Participant

    Hi Skandha,

    No problems, I did try various changes as prompted but gave up.

    They say “if you have a problem, sleep on it”

    I woke up this morning with an idea of why the old images worked, but the newer versions did not.

    I had loaded the old slides in the smaller size I wanted (620 x302).

    However, when I checked the New Slides, I had uploaded them in the original size (1920 x 1080) and then SCALED them to 602 in the media library.

    Although in the “Featured Image” of each page they showed as 602 it seems the slider was using the original size.

    I deleted all the larger slides. Uploaded another set in the 602 size and it worked.

    It would seem the slider is ignoring the SCALING in Media Library.

    Thanks for all your help and hope my revelation helps your end.

    Trevor

    #161782
    sapana
    Participant

    @urbach: You seems to using the image size smaller than it is required in slider section, Please follow the theme instruction in order to get the 100% width.
    /* To remove the text of featured slider */
    Go to=> Appearance=> Customize=> Additional CSS=> Add the following CSS code

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

    Let me know if this helps you out!

    Kind Regards,
    Sapana

    sapana
    Participant

    @bwgi: It might be due to image loader. Can you please follow this steps:
    step 1: Go to=> Appearance=> Customize=> Featured Slider=> Image Loader=> Select False
    Let me know if this trick helps you out!

    Kind Regards,
    Sapana

    #160839
    Skandha
    Participant

    @kirti: You can add new sections to the homepage by enabling sections like Featured Content, Featured Slider, Portfolio, Service and so on.
    To disable recent posts in homepage.
    Go to => Appearance => Customize => Homepage Settings => A Static Page

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #160499
    Evdel
    Participant

    Yes! this is great. Thanks a lot.

    Just one more question concerning the featured slider: it turns out that on some screens the image does not display properly, but stretched. Looks like it is on internet explorer and / or larger screens.
    Is there a way to fix this? I could not find it in the other support threats.

    Thanks in advance.

    #160383

    In reply to: Section Sorter?

    hoiung
    Participant

    @skandha: thanks I understand! great! this would be the section order we would like by updating the child theme:

    (top to bottom)
    featured content
    portfolio section
    services section
    logo slider section
    skills section
    testimonial section
    hero content section
    stats section
    slider section

    #160283
    sapana
    Participant

    @fireflywebs: Can you please remove all the code you have added for featured slider.
    Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code.

    .cycle-pager{
    display: none;
    }
    .cycly-prev{
    display:none !important;
    }
    .cycle-next{
    display: none! important;
    }

    Let me know if this works out!

    Kind Regards,
    Sapana

    #160211
    Skandha
    Participant

    @evdel: You don’t seem to have enabled Featured Slider on your site. Please enable Featured Slider so that I can help you change the font on header image same as that of sub title of the slider.

    You can see the font used on featured slider using the Inspect Element tool of your browser.

    Kind Regards,
    Skandha

    #160157
    Evdel
    Participant

    Just one more thing:

    We would love to have the same font on our header images as we have on our featured slider’s sub title:
    – can we change the font on the header images?
    – How can we see what the font of the sub title on our feature slider is?

    Can we change the text on the button that appears on the featured slide when we want it link to a certain page? Now the link says ‘continue reading’, but we want to state something like ‘our products’.

    Again thanks for your help!

    #159068
    ns151
    Participant

    Yes, thank you anyway. Now I have another problem. I tried to add a new post to the featured slider and it works well when I look at the site logged in the administrator but nothing changes when I check it as a user, it looks like I haven’t made any changes. I tried to refresh and save the new version multiple times but it doesn’t seem to work.

    #159046
    Skandha
    Participant

    @ravanh: I will look into the issue with the order of featured page slider and get back to you soon.

    Regarding the French translation, since we do not know french, those translations are not done by us and are done by our customers like you. You could contribute to translating the theme in french and we will put your name as a contributor for the translation.
    All you need to do is download free software from http://poedit.net/ and open it then. Edit a translation and then select fr_FR file and open. Then you will see the English text on left side and its translation to the right. You can correct previous translations as well as add new translations to the empty ones. After completing translating the words you can email us the .po file and we will update the translation in the next theme update.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #158972
    RavanH
    Participant

    Any news on this? I also noticed that when the Featured Slider is set to Pages, the order of the slides seems to be reversed. Slide number 1 comes last instead of first…

    #158692
    pelinsu2010
    Participant

    Hello again,

    I found Featured Slider options. But still i need use featured slider to header area. Also can i change arrow and dot options in featured slider?

    Thank you.

    #158571
    Hans
    Participant

    Hi Skandha,

    What I should like has been solved voor 75% by using featured images.

    Where I am looking for is the following:
    In the featured content should be four featured content in the final version of the website.
    Two of them are “normal” pages and two of them are pages with lated posts. And I should like to have for all 4 the possibility of a “read more link” and an image above the text.
    Now I use the featured image functionality and then it isn’t possible to have an excerpt and a read more link.

    And if I use the featured content functionality then I have to use an image for a page to get the image in the featured content. But…. I use a featured slider and then using an extra image as featured image gives an ugly effect.I am not able to make the featured picture for a latest post page so that it is only visible to the featured content on the front page and not on the latest post page.

    Addition question: is it possible to upload a picture to you, then it is easier to explain what I mean.

    Kind regards

    Hans

    #158322
    sapana
    Participant

    @fireflywebs: Go to => Lucida-pro-child => funtions.php and add the following Code.

    function lucida_page_post_category_content( $options ) {
    		global $post;
    
    		$no_of_post   = 0; // for number of posts
    		$post_list    = array();// list of valid post/page ids
    		$layouts      = 3;
    		$quantity     = $options['featured_content_number'];
    		$type         = $options['featured_content_type'];
    		$show_content = $options['featured_content_show'];
    
    		$output     = '<div class="featured_content_slider_wrap">';
    
    		if( 'layout-four' == $options['featured_content_layout'] ) {
    			$layouts = 4;
    		} elseif ( 'layout-two' == $options['featured_content_layout'] ) {
    			$layouts = 2;
    		}
    
    		$args = array(
    			'post_type'           => 'any',
    			'orderby'             => 'post__in',
    			'ignore_sticky_posts' => 1 // ignore sticky posts
    		);
    
    		//Get valid number of posts
    		if( 'post' == $type || 'page' == $type ) {
    			for( $i = 1; $i <= $quantity; $i++ ){
    				$post_id = '';
    
    				if( 'post' == $type ) {
    					$post_id = isset( $options['featured_content_post_' . $i] ) ? $options['featured_content_post_' . $i] : false;
    				}
    				elseif( 'page' == $type ) {
    					$post_id = isset( $options['featured_content_page_' . $i] ) ? $options['featured_content_page_' . $i] : false;
    				}
    
    				if ( $post_id && '' != $post_id ) {
    					$post_list = array_merge( $post_list, array( $post_id ) );
    
    					$no_of_post++;
    				}
    			}
    
    			$args['post__in'] = $post_list;
    		}
    		elseif( 'category' == $type ) {
    			$no_of_post = $quantity;
    
    			$args['category__in'] = $options['featured_content_select_category'];
    		}
    
    		if ( 0 == $no_of_post ) {
    			return;
    		}
    
    		$args['posts_per_page'] = $no_of_post;
    
    		$loop = new WP_Query( $args );
    
    		$i=0;
    		while ( $loop->have_posts()) : $loop->the_post(); $i++;
    			$title_attribute = the_title_attribute( array( 'before' => esc_html__( 'Go to: ', 'lucida-pro' ), 'echo' => false ) );
    			$excerpt = get_the_excerpt();
    			$output .= '
    				<article id="featured-post-' . $i . '" class="post hentry post">';
    
    				//Default value if there is no first image
    				$image = '<img class="wp-post-image" src="'.esc_url( get_template_directory_uri() ).'/images/gallery/no-featured-image-1920x800.jpg" >';
    
    				if ( has_post_thumbnail() ) {
    					$image = get_the_post_thumbnail( $post->ID, 'lucida-landscape', array( 'title' => $title_attribute, 'alt' => $title_attribute ) );
    				}
    				else {
    					//Get the first image in page, returns false if there is no image
    					$first_image = lucida_get_first_image( $post->ID, 'lucida-landscape', array( 'title' => $title_attribute, 'alt' => $title_attribute ) );
    
    					//Set value of image as first image if there is an image present in the page
    					if ( '' != $first_image ) {
    						$image = $first_image;
    					}
    				}
    
    				$output .= '
    					<figure class="featured-homepage-image">
    						<a href="' . esc_url( get_permalink() ) . '" title="' . $title_attribute . '">
    						'. $image .'
    						</a>
    					</figure>';
    
    				$output .= '
    					<div class="entry-container">
    						<header class="entry-header">
    							<h2 class="entry-title">
    								<a href="' . esc_url( get_permalink() ) . '" rel="bookmark">' . the_title( '','', false ) . '</a>
    							</h2>
    						</header>';
    						if ( 'excerpt' == $show_content ) {
    							$output .= '<div class="entry-summary"><p>' . $excerpt . '</p></div><!-- .entry-summary -->';
    						}
    						elseif ( 'full-content' == $show_content ) {
    							$content = apply_filters( 'the_content', get_the_content() );
    							$content = str_replace( ']]>', ']]>', $content );
    							$output .= '<div class="entry-content">' . wp_kses_post( $content ) . '</div><!-- .entry-content -->';
    						}
    					$output .= '
    					</div><!-- .entry-container -->
    				</article><!-- .featured-post-'. $i .' -->';
    		endwhile;
    
    		wp_reset_postdata();
    
    		return $output;
    	}

    This should change your Permalink to:=> Go to. Let me know if this works out!

    Kind Regards,
    Sapana

    #157457
    Skandha
    Participant

    @umbra989: Yes, sections here mean featured content, featured slider, hero content, posts and so on and you can change their order using the Section Sorter feature in the theme options.

    Kind Regards,
    Skandha

    #157163
    Sakin
    Keymaster

    @ravanh: I think it’s got to do with the image loader. So, can you go to “Appearance => Customize => Featured Slider” and change the value of “Image Loader”

    Sugran
    Participant

    There is no post option under ‘Featured Slider’, it shows -> Content Alignment for #1, 2, 3…

    #156863
    Sakin
    Keymaster

    Hello Chris,

    Sorry, there is no option to add social icons to the header right. There is option to enable social icons in Featured Slider from “Appearance => Customize => Featured Slider”. Further, you can add social icons in widget areas from “Appearance => Widgets” and then drag and drop “CT: Social Icons” widget to your desire widget area.

    Regards,
    Sakin

    #156800
    grobc
    Participant

    Hi Skandha,
    of course I use a child theme…and now I added the function to load the page at the featured-slider.php to my child theme functions.php.
    My idea was to buy the Pro theme, support your company and get pro functionalities…to be able to setup an page as content for the featured slider with HTML, that will be shown at the website.

    But for me it looks, like I don´t get any extra functions with this Pro theme… The font, that could be loaded/configured at the customizer, I loaded at the functions.php of the child theme (free version of Rock Star). Different colors could be changed via the childs CSS file.

Viewing 20 results - 281 through 300 (of 2,398 total)