Forum Replies Created

Viewing 15 replies - 1 through 15 (of 35 total)
  • I have to write this: I found a solution in this topic:
    https://www.ads-software.com/support/topic/featured-images-not-showing-13?replies=10
    It helped me, I deactivated Jetpack and then activated it again. It helped me for now. See on this link up. So, it`s defenitely a problem with a Jetpack plugin.

    I have the same problem. I had the featured image before and it worked fine. Now, recently, the featured image doesnt show up in the header. I didnt change the theme or else. The theme is twenty eleven.
    Thanks, hope anybody will help.

    Thread Starter doubles

    (@doubles)

    I meant for later update. Ive tried before editing CSS but it didnt work. I dont have a child theme, I had it before, but then I removed it because new posts on home page didnt work, only static page was showing.
    Only, if you can tell me what to do in custom CSS for the future, please.
    Tnx

    Thread Starter doubles

    (@doubles)

    YeS! ??
    Because, I`ve changed slideshow-shortcode.css in /wp-content/plugins/ jetpack/modules/shortcodes/css/slideshow-shortcode.css
    I have put there background and line: transparent.
    Is it Ok? I have just done it, few moments ago. Is it ok? It`s obviously working, but is it ok, for later update or? I have tried to maximize picture of slide show, but I think they are still same height.

    Thread Starter doubles

    (@doubles)

    Ups, sorry, this is the link https://osivanamazuranica.hr

    [bump moderated]

    Thread Starter doubles

    (@doubles)

    I have put this code in style.css at the end:

    body.home .page h2 {
    display: none;
    }

    It really worked!!! So, I do not need anymore a child theme? I`ve thought I can only change a child theme, not the original one.
    ??

    Thread Starter doubles

    (@doubles)

    I have to go to style.css of the parent theme?

    Thread Starter doubles

    (@doubles)

    I wanted to remove title from each page ( I couldnt do it in parent theme, but did in child theme), maybe remove side bar. But first to remove this title from showing up in every page.

    Thread Starter doubles

    (@doubles)

    Yes, I haave found on some forum to do so. Obviously, It`s not so simple..

    Thread Starter doubles

    (@doubles)

    <?php
    /**
     * The main template file.
     *
     * This is the most generic template file in a WordPress theme
     * and one of the two required files for a theme (the other being style.css).
     * It is used to display a page when nothing more specific matches a query.
     * E.g., it puts together the home page when no home.php file exists.
     * Learn more: https://codex.www.ads-software.com/Template_Hierarchy
     *
     * @package WordPress
     * @subpackage Twenty_Eleven_Child
     */
    
    get_header(); ?>
    
    		<div id="primary">
    			<div id="content" role="main">
    
    			<?php if ( have_posts() ) : ?>
    
    				<?php twentyelevenchild_content_nav( 'nav-above' ); ?>
    
    				<?php /* Start the Loop */ ?>
    				<?php while ( have_posts() ) : the_post(); ?>
    
    					<?php get_template_part( 'content', get_post_format() ); ?>
    
    				<?php endwhile; ?>
    
    				<?php twentyelevenchild_content_nav( 'nav-below' ); ?>
    
    			<?php else : ?>
    
    				<article id="post-0" class="post no-results not-found">
    					<header class="entry-header">
    						<h1 class="entry-title"><?php _e( 'Nothing Found', 'twentyelevenchild' ); ?></h1>
    					</header><!-- .entry-header -->
    
    					<div class="entry-content">
    						<p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyelevenchild' ); ?></p>
    						<?php get_search_form(); ?>
    					</div><!-- .entry-content -->
    				</article><!-- #post-0 -->
    
    			<?php endif; ?>
    
    			</div><!-- #content -->
    		</div><!-- #primary -->
    
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

    [Moderator Note: Please post code or markup between backticks or use the code button. Or better still – use a pastebin. Your posted code may now have been permanently damaged by the forum’s parser.]

    Thread Starter doubles

    (@doubles)

    Yes, but I dont know what to do with it

    I know, but I couldnt find where to start it now. Tnx, anyway, I will try to figure it out what to do.

    What now?

    <?php /** * The main template file. * * This is the most generic template file in a WordPress theme * and one of the two required files for a theme (the other being style.css). * It is used to display a page when nothing more specific matches a query. * E.g., it puts together the home page when no home.php file exists. * Learn more: https://codex.www.ads-software.com/Template_Hierarchy * * @package WordPress * @subpackage Twenty_Eleven_Child */ get_header(); ?> <div id=”primary”> <div id=”content” role=”main”> <?php if ( have_posts() ) : ?> <?php twentyelevenchild_content_nav( ‘nav-above’ ); ?> <?php /* Start the Loop */ ?> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( ‘content’, get_post_format() ); ?> <?php endwhile; ?> <?php twentyelevenchild_content_nav( ‘nav-below’ ); ?> <?php else : ?> <article id=”post-0″ class=”post no-results not-found”> <header class=”entry-header”> <h1 class=”entry-title”><?php _e( ‘Nothing Found’, ‘twentyelevenchild’ ); ?></h1> </header><!– .entry-header –> <div class=”entry-content”> <p><?php _e( ‘Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.’, ‘twentyelevenchild’ ); ?></p> <?php get_search_form(); ?> </div><!– .entry-content –> </article><!– #post-0 –> <?php endif; ?> </div><!– #content –> </div><!– #primary –> <?php get_sidebar(); ?> <?php get_footer(); ?>

    What do you suggest me to do?

Viewing 15 replies - 1 through 15 (of 35 total)