Viewing 20 results - 321 through 340 (of 2,393 total)
  • Author
    Search Results
  • #149406
    Sakin
    Keymaster

    @evoluers: Looks like you haven’t select the page in “Appearance => Customize => Featured Slider”. You need to select page in “Featured Page # 1”, “Featured Page # 2” and so on.

    #149397
    marykathill
    Participant

    Hi,

    I have the same problem.
    I have Rock Star Free theme. The demo shows a button on the featured slider. However, on my website, the button doesn’t show. I have tried everything, but can’t figure it out.

    Can you help me make the button appear?

    I would also like to change the fonts. Not sure where I can do that?

    my website is marykathill.com

    Thank you,
    Mary

    #149385

    In reply to: featured post slider

    DenisaSK
    Participant

    Hello Skandha,

    the featured post slider is still there and I feel like it always stucks my page. I do not want to have it there at all. How can I remove it?

    Thank you for your help,
    Denisa

    #148455
    Skandha
    Participant

    @rkolanup: Go to => Appearance = Customize => Additional CSS and remove the following CSS Code.

    #per-slide-template{
    	display: none;
    }

    And please check out the recommended image size for slider image and reupload the images with similar aspect ratio with respect to the recommended size.

    Let me know if this works out.
    Kind Regards,
    Skandha

    #148196

    In reply to: Simple Persona Pro

    Skandha
    Participant

    @svguitar: For this you will need to create a child theme. If you do not know how to create a child theme then you can use Generate Child Theme Plugin.

    Go to => Text editor => Paste the following code and save it as header.php in the child theme folder.

    <?php
    /**
     * The header for our theme
     *
     * This is the template that displays all of the <head> section and everything up until <div id="content">
     *
     * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
     *
     * @package Simple Persona
     */
    
    ?>
    <!doctype html>
    <html <?php language_attributes(); ?>>
    <head>
    	<meta charset="<?php bloginfo( 'charset' ); ?>">
    	<meta name="viewport" content="width=device-width, initial-scale=1">
    	<link rel="profile" href="http://gmpg.org/xfn/11">
    	<?php wp_head(); ?>
    </head>
    
    <body <?php body_class(); ?>>
    <div id="page" class="site">
    	<a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'simple-persona-pro' ); ?></a>
    
    	<header id="masthead" class="site-header">
    		<div class="wrapper">
    			<div class="site-header-main">
    				<?php get_template_part( 'template-parts/header/site', 'branding' ); ?>
    
    				<?php get_template_part( 'template-parts/navigation/navigation', 'primary' ); ?>
    			</div><!-- .site-header-main -->
    		</div><!-- .wrapper -->
    	</header><!-- #masthead -->
    
    	<div class="below-site-header">
    
    		<?php get_template_part( 'template-parts/slider/content', 'slider' ); ?>
    
    		<?php get_template_part( 'template-parts/header/header', 'media' ); ?>
    
    		<?php ! get_theme_mod( 'simple_persona_events_position' ) ? get_template_part( 'template-parts/events/content', 'event' ) : ''; ?>
    
    		<?php get_template_part( 'template-parts/hero-content/content', 'hero' ); ?>
    
    		<?php get_template_part('template-parts/portfolio/display','portfolio'); ?>
    
    		<?php get_template_part('template-parts/featured-content/display','featured'); ?>
    
    		<?php ! get_theme_mod( 'simple_persona_testimonial_position' ) ? get_template_part( 'template-parts/testimonial/display', 'testimonial' ) : ''; ?>
    
    		<?php
    		$enable_homepage_posts = simple_persona_enable_homepage_posts();
    
    		if ( $enable_homepage_posts ) : ?>
    		<div id="content" class="site-content">
    			<div class="wrapper">
    		<?php endif; ?>

    Now I the events section should display above the hero content.
    Let me know if this works out.
    Kind Regards.
    Skandha

    Skandha
    Participant

    @vietnamrehberi: Go to = Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:641px) {
    	.site {
    		width:1349px;
    		margin:0;
    	}
    	.featured-slider .slides img {
    		width:1349px;
    	}
    }

    Let me know if this is what you want.
    Kind Regards,
    Skandha

    Skandha
    Participant

    @herod1: This may be due to the size of slider images you have uploaded being quite less than recommended slider images size. Please check the recommended image size in this link.

    Kind Regards,
    Skandha

    #146534
    Skandha
    Participant

    @fixer: Please select Page as the Slider Type and select the pages you want to display on the featured slider.

    To change the button text on the slider Go to => Appearance => Customize => Theme Options => Excerpt Options => Read More Text and edit the text.
    Note: This will also check the read more text in all other sections.

    Kind Regards,
    Skandha

    #146504
    Skandha
    Participant

    @wabbit: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    To remove the search field

    #header-right-search {
        display:none;
    }

    To reduce gap between slider and featured content section

    #feature-slider {
    	padding-bottom:0;
    }

    To reduce gap page header and slider

    #masthead {
    	padding-bottom:0;
    }
    #site-branding {
    	padding-bottom:0;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    #146427
    Skandha
    Participant

    @ritmo: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #slider-wrap .featured-text, #slider-wrap .featured-text:hover {
    	background:rgba(0, 0, 0, 0.0);
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    #146304
    Skandha
    Participant

    @wabbit:
    1. The option to keep Images as Featured Slider Type is not available in pro version of the theme. I suggest you upgrade to pro. You can check out the additional-features available in pro version of the theme.

    2. This option is also available only in the pro version of the theme.

    3. Yes that can be done. You can separate the posts you want to display in a page by keeping it in one Category. Then you can insert the category page in the menu.

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

    #146167
    Skandha
    Participant

    @catwingz: The Featured Slider option with slider type image is only available in pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme.

    Let me know if you have anymore issues.
    Kind Regards,
    Skandha

    #145692
    tikaram
    Participant

    @henlan : Please follow the theme instructions properly and use images with proper dimensions as specified in the theme instruction, you will not have any issues with size.
    For featured slider, use the following image sizes
    Width: 1200px
    Height: 514px

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    #145657
    Boxhamster
    Participant

    I’m on the free theme.
    I’m using the “Featured slider” on Homepage/front page.
    I can only choose from 2 slider types: Demo and “page”. of course I’ve chosen “page” here.

    #145650
    Skandha
    Participant

    @boxhamster: Are you using Rockstar Free Theme or Rockstar Pro Theme. Please Let me know which slider type you are using for Featured Slider?

    Kind Regards,
    Skandha

    #144891
    Martin
    Participant

    Thank you for the hint, @Skandha. Turns out, the Featured Image Slider is working when disabling the NextGEN Gallery plugin (version 2.2.54). During the last years NextGEN Gallery and Clean Journal Pro were working fine for me.

    Although, I found several other threads in the forum regarding NextGEN Gallery and try to find a solution to have both of them working properly again. If you have any idea how to achieve this, please let me know!

    Thanks again and kind regards,
    Martin

    #142750

    In reply to: Slider is not working

    Skandha
    Participant

    @jamesmillerlifeology: There seems to be an issue with the featured category slider. Will get back to you soon on this.

    Kind Regards,
    Skandha

    #142721
    Dumont
    Participant

    Thanks for quick reaction, Skandha. I cannot give you url, I work the theme on wampserver localhost.

    Let me try to explain a bit further :

    On the homepage, there is a featured slider with a total of 8 dots. 4 dots are unexpected and should not appear. No permalink is indicated for them but when we press the dots, they point on the new homepage I have drawn up with SiteOrigin page builder.

    Notes :
    – I gave the new home page a name which actually was already used for a featured slide image ! I have deleted the related featured image/page and recreated it under another page name but I wonder this did not create the present issue.

    – The former homepage had the slider with 4 featured images and a featured content with 3 blocks. I have kept the featured slider with the 4 images but I have desactivated the featured content with additional css in the menu Appareance/Customize/Additional CSS of the them that I saw somewhere in your forum :

    .home #featured-content {
    display: none;
    }

    Hope I thereby put you on the track of the problem…
    Thanks in advance for your help !

    #139898
    tikaram
    Participant

    @raul : please upload the post slider images with appropriate size as specified in the theme instructions. The recommended size for Featured Post Slider is
    as follows:
    Width: 976px
    Height: 313px

    Please make sure that you upload images with the proper size as mentioned above.

    Regards,
    Tikaram

    #139686
    ofrederick1
    Participant

    @tikaram that css code didnt work for me. Is there something else that I should do to remove the featured slider peramalinks?

Viewing 20 results - 321 through 340 (of 2,393 total)