Forum Replies Created

Viewing 20 posts - 10,961 through 10,980 (of 12,034 total)
  • Author
    Posts
  • in reply to: Change Background Color? #148223
    Skandha
    Participant

    @torsten-ruedebuschberlin-de: Thank you very much! Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Site title customizing #148222
    Skandha
    Participant

    @alunana: Can you let me know what would you like to do to the site title by adding HTML tags?

    Kind Regards,
    Skandha

    in reply to: YouTube video frame size #148221
    Skandha
    Participant

    @adrmusic: Thank you very much for your appreciation. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Simple Persona Pro #148196
    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

    in reply to: password entry screen wording and sidebar #148194
    Skandha
    Participant

    @abisbee: For this, I suggest you to hire a customizer or find a suitable plugin from the WordPress Plugin Repository.

    Let me know if this solve the issue.
    Kind Regards,
    Skandha

    in reply to: featured content images permalinks #148193
    Skandha
    Participant

    @pastonchase: The original size of the images you have used in 400*225px and you are trying to stretch it to a height of 650px that is the reason the images are not showing up well. To get the image to show up properly I suggest you to maintain similar aspect ratio with respect to the original size of the image.

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

    in reply to: Edit Copyright in Pro version #148192
    Skandha
    Participant

    @mossifer: Thank you for the reply but I suggest you not make changes to core theme files directly without creating a child theme as all your changes will get deleted when you update the theme. So always creating a child theme to be on the safe side.


    @sezg
    : Sorry for the late reply. To edit the footer first you will need to create a child theme. If you do not know how to create a child theme you can use Generate Child Theme Plugin. Then Go to => Child Theme Folder => functions.php and the following code. You can make the necessary changes to the following Code customize the footer.

    
    function clean_journal_get_content() {
    	$theme_data = wp_get_theme();
    
    	$clean_journal_content['left'] 	= sprintf( _x( 'Copyright &copy; %1$s %2$s. All Rights Reserved. %3$s', '1: Year, 2: Site Title with home URL 3: Privacy Policy Link
    ', 'clean-journal' ), esc_attr( date_i18n( __( 'Y', 'clean-journal' ) ) ), '<a href="'. esc_url( home_url( '/' ) ) .'">'. esc_attr( get_bloginfo( 'name', 'display' ) ) . '</a>', get_the_privacy_policy_link() );
    
    	$clean_journal_content['right']	= esc_attr( $theme_data->get( 'Name') ) . '&nbsp;' . __( 'by', 'clean-journal' ). '&nbsp;<a target="_blank" href="'. esc_url( $theme_data->get( 'AuthorURI' ) ) .'">'. esc_attr( $theme_data->get( 'Author' ) ) .'</a>';
    
    	return apply_filters( 'clean_journal_get_content', $clean_journal_content );
    }

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

    in reply to: Change Background Color? #148189
    Skandha
    Participant

    @torsten-ruedebuschberlin-de: Hello, there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-responsive/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Slider #148188
    Skandha
    Participant

    @torsten-ruedebuschberlin-de: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page-id-18 .entry-title, .page-id-664 .entry-title, .page-id-85 .entry-title, .page-id-219 .entry-title, .page-id-435 .entry-title, .page-id-732 .entry-title{
    	display:none;
    }

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

    Skandha
    Participant

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

    @media screen and (max-width:414px) {
    	.site-identity .site-title {
    		font-size:20px;
    	}
    	.header-media .entry-title.section-title {
    		font-size:26px;
    	}
    }

    You can adjust the font-size as well as the screen size according to you requirement.
    Kind Regards,
    Skandha

    in reply to: Change Background Color? #148145
    Skandha
    Participant

    @torsten-ruedebuschberlin-de: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body.custom-background {
          background:blue;
    }

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

    in reply to: Center menu pages #148144
    Skandha
    Participant

    @joshuacgibson: To center primary menu
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .nav-primary .menu {
        text-align: center;
        width: 94%;
    }
    .nav-primary .menu li {
        display: inline-block;
        float: none;
        text-align: left;
    }

    To center secondary menu
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .nav-secondary .menu {
        text-align: center;
        width: 94%;
    }
    .nav-secondary .menu li {
        display: inline-block;
        float: none;
        text-align: left;
    }

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

    in reply to: WordPress: Eighties Theme: Responsive Site Identity Text #148139
    Skandha
    Participant

    @blake81: Hello there, You don’t seem to be using our theme. Please post your issues in the respective Theme Support Forum. Have a good day! 🙂

    Kind Regards,
    Skandha

    Skandha
    Participant

    @luigisilipogmail-com: Please post in your site URL so that I can look in to the issue.

    Kind Regards,
    Skandha

    in reply to: featured content images permalinks #148070
    Skandha
    Participant

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

    .featured-homepage-image img {
         height:250px;
    }

    You can adjust the height according to your requirement.
    Let me know if this what you want.
    Kind Regards,
    Skandha

    in reply to: Change Words in English to Spanish #148069
    Skandha
    Participant

    @adriana-pulicicchio: Press Ctrl+F and type in and find the words you want to translate. This will make it easier to find words you want to translate.

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

    in reply to: Problem loading images and updating the site #148065
    Skandha
    Participant

    @adriana-pulicicchio: Glad the issue is resolved. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: featured content design? #148063
    Skandha
    Participant

    @ellinor-alicessongmail-com: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-responsive/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Site Identity #148062
    Skandha
    Participant

    @adriana-pulicicchio: Please post in your site URL and let me know how you want the logo to be aligned.

    Kind Regards,
    Skandha

    in reply to: Make things fit the page properly #148061
    Skandha
    Participant

    @thimoduprehotmail-com: Glad that you could figure it out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 20 posts - 10,961 through 10,980 (of 12,034 total)