Tagged: featured content, image
- This topic has 18 replies, 2 voices, and was last updated 9 years, 8 months ago by Sakin.
-
AuthorPosts
-
March 17, 2015 at 2:59 pm #53525ClaudioMember
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 UMarch 17, 2015 at 9:28 pm #53540SakinKeymaster@Claudio: Sorry I don’t understand it. Can you explain in reference with your site URL?
March 17, 2015 at 9:42 pm #53544ClaudioMemberOk,
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!
March 17, 2015 at 10:48 pm #53553SakinKeymaster@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; }
March 17, 2015 at 11:58 pm #53560ClaudioMemberSolved, 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 UMarch 18, 2015 at 1:15 am #53583March 18, 2015 at 1:47 am #53585ClaudioMemberOk, 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
March 18, 2015 at 9:51 am #53614SakinKeymaster@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; }
March 18, 2015 at 3:20 pm #53648ClaudioMemberThanks 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
March 18, 2015 at 8:27 pm #53661SakinKeymaster@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.
March 18, 2015 at 9:26 pm #53667ClaudioMemberOk, but for example, the slide images appear: “private: Ixoria
The word private on the image.
thank you
March 18, 2015 at 10:15 pm #53671ClaudioMemberActually 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
March 18, 2015 at 11:23 pm #53676SakinKeymaster@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/
March 19, 2015 at 7:35 am #53704ClaudioMemberOkay, 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 youMarch 20, 2015 at 1:43 pm #53788March 23, 2015 at 3:25 am #54103ClaudioMember22 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
March 23, 2015 at 8:28 pm #54153SakinKeymaster@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; }
March 24, 2015 at 1:13 am #54185ClaudioMemberOk,
My language is portuguese ( Brazil )
Now a just translate ; Leave a comment
Thank you
March 24, 2015 at 9:15 am #54211SakinKeymaster@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.
-
AuthorPosts
- The topic ‘duplicate image’ is closed to new replies.