Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #25741
    Scholz
    Participant

    Is it possible to show title only on smartphones and other logo ?

    How could we change background-color of responsive navigation (Demo (http://catchthemes.com/demo/catch-kathmandu/) is with blue background, at our page no background)?

    How could we reduce the free space after text in sidebar-text-widget?

    http://www.steinundtechnik.de

    #25742
    Scholz
    Participant

    Additional question:

    How could we delete the sidebar on this site:

    http://www.steinundtechnik.de/shop/

    We are using WeeCommerce-Plugin and have used the “no sidebar” option, but it doesn’t work.

    #25812
    Sakin
    Keymaster

    @Scholz: For menu background in mobile, you can add the following css in “Appearance => theme Options => Custom CSS” box.

    #header-menu .sb-holder {
        background-color: #823c32;
    }
    #header-menu .sb-holder a {
        color: #fff;
    }

    To reduce the free space after text in sidebar-text-widget, you can add the following css in “Appearance => theme Options => Custom CSS” box.

    .textwidget p:last-child{
        margin-bottom: 0;
    }

    About WooCommerce Sidebar we are working on it and will be fixed in version Catch Kathmandu Pro 2.1 which is schedule to release this week. Which will by default make it full width and only if you need sidebar, there will be WooCommerce Sidebar. But for now you can add the following css in “Appearance => theme Options => Custom CSS” box. Remove this after you update to 2.1
    .woocommerce #secondary { display: none; }

    #25850
    Scholz
    Participant

    Thanks for fast reply!

    Do you have also solution for first written line ?

    (Is it possible to show title only on smartphones and other logo (smaller) ?)

    #25948
    Jim
    Member

    Hello,
    I have been using your catch evoloution theme and i have been running my site through a couple of seo optimizers and the main error i get is there are more that one location that H1 tag is used.

    I dont know if there is a reason for this or if maybe an alternate options page name or post name would be something like this?

    <header class=”entry-header”>
    <span class=”entry-title”><i>” title=”<?php printf( esc_attr__( ‘Permalink to %s’, ‘catchevolution’ ), the_title_attribute( ‘echo=0’ ) ); ?>” rel=”bookmark”><?php the_title(); ?></i></span>
    </header><!– .entry-header –>

    If there is a reason forthe double use of the h1 tag please let me know as I am new to the SEO thing.

    #25949
    Jim
    Member

    Hrm it did not show the Strong tags i had surrounding the span class. Actually the post did not show quite a bit of the code pasted.

    <header class="entry-header">
    		<strong><span class="entry-title"><i><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'catchevolution' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></i></span></strong>
    	</header><!-- .entry-header -->
    #26056
    Sakin
    Keymaster

    @Jim: Multiple H1 is allowed and recommended to use in HTML5. See this http://catchthemes.com/support-forum/topic/featured-content-h1-tages-to-many/

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Design’ is closed to new replies.