Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #53525
    Claudio
    Member

    theme: Catch BaseVersão: 1.4

    Featured content

    I choose the page that the image.
    But when the image appears on my main page it appears duplicate.

    What should I do? Help me please?
    Thank U

    #53540
    Sakin
    Keymaster

    @Claudio: Sorry I don’t understand it. Can you explain in reference with your site URL?

    #53544
    Claudio
    Member

    Ok,

    my site is : http://riojardinagem.tmp.k8.com.br/

    This theme has a slide switch and below this option u ode put small figures right?

    When I go on the panel choose the pages that these figures are, they appear duplicated in my front page

    Thank U!

    #53553
    Sakin
    Keymaster

    @Claudio: As one image is the Featured Image that you have added in your page and another one is the the image inside your page content. So, you can either remove the page image or the featured image in your page.

    Or you can add the following css in “Appearance => Theme Options => Custom CSS” to hide that image in your page.
    #featured-content .entry-container .wp-caption { display: none; }

    #53560
    Claudio
    Member

    Solved, thank you.
    But it has a problem each other that I forgot to mention, sorry.
    Please click on the image you are directed to the page. How do I prevent this?
    Thank U

    #53583
    Sakin
    Keymaster

    @Claudio: Sorry I don’t get it what you want to prevent.

    #53585
    Claudio
    Member

    Ok, the way you spoke made me see that it was not really a problem, hehehe.

    But one more question: How do I change the size and color of the menu letters?

    Thank U

    #53614
    Sakin
    Keymaster

    @Claudio: If you upgrade to Pro version, you will get detail color option to change the color of the menu letter. For free theme, you need to change with custom css. So, just change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    /* Menu Text Color */
    .catchbase-nav-menu a  {
    	color: #666;
    }
    /* Menu Hover-Focus Text Color */
    .catchbase-nav-menu li a:hover,
    .catchbase-nav-menu li a:focus {
    	color: #21759b;
    }
    /* Menu active-current Text Color */
    .catchbase-nav-menu .current-menu-item > a, 
    .catchbase-nav-menu .current-menu-ancestor > a, 
    .catchbase-nav-menu .current_page_item > a, 
    .catchbase-nav-menu .current_page_ancestor > a {
        color: #21759b;
    }
    #53648
    Claudio
    Member

    Thanks for the reply!
    I do not know whether to open another question or if I can ask right here, sorry.

    But I use the private option, so that the page does not correctly price the menu bar.

    is there another way to do this?

    I ask this because when there is an image on a page with the private option the image appears on the screen with the word private.

    please see: http://riojardinagem.tmp.k8.com.br/

    thank you

    #53661
    Sakin
    Keymaster

    @Claudio: There is nothing private coming on when I visited the site. When you page/post is in private mode, it will not display that for normal user. It will only show for logged in users.

    #53667
    Claudio
    Member

    Ok, but for example, the slide images appear: “private: Ixoria

    The word private on the image.

    thank you

    #53671
    Claudio
    Member

    Actually now that I entered without being the administrator saw that the problem lies elsewhere.

    Images do not appear by what I have labeled the pages they are like private pages.

    In reality how do I get the pages of slaide and four smaller figures do not appear in the menu bar?

    Thank U

    #53676
    Sakin
    Keymaster

    @Claudio: I am telling you is that All Private pages will be visible only to you when you are log in. We will not see it. this is how WordPress Private page/post works. So, we see empty Slider and Featured Content.

    About menu, you can create custom menu from “Appearance => Menus” and then add page, post, category, links as per your need to your custom menu. Then assign your menu to Primary menu location from “Appearance => Menus => Manage Location”. Check this out for custom menus http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/

    #53704
    Claudio
    Member

    Okay, thank you, all settled in this regard.
    Now I would like to know for doing so does not appear the author of the post
    thank you

    #53788
    Sakin
    Keymaster

    @Claudio: Sorry I don’t understand your next question.

    #54103
    Claudio
    Member

    22 de março de 2015 Authorclaudiomoraesbr Leave a commentEdit

    Please as I do not seem to the author in my post. And how do I put (Leave a commentEdit) in my language?

    Thank U

    #54153
    Sakin
    Keymaster

    @Claudio: For language translation you need to create .po and .mo files in our theme language folder. Catch Base theme is translation ready and currently translated in Swedish language only. We are in the process of add in French language soon and working on with one of our french theme user. So, in which language are you trying to translate it.

    To translate the theme, you need to download free software from http://poedit.net/ and create your language file. Let me know it and then I will email you to help in translation. After translation is completed we will add language in core theme.

    to hide the author, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box.
    .entry-meta .byline { display: none; }

    #54185
    Claudio
    Member

    Ok,

    My language is portuguese ( Brazil )

    Now a just translate ; Leave a comment

    Thank you

    #54211
    Sakin
    Keymaster

    @Claudio: Yes for that you need to create pt_BR.po and pt_BR.mo files using http://poedit.net/ free software. I have compile file for you and I will email you.

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