Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@effess: To edit this, first you need to build child theme. Best option will be to download child theme from http://catchthemes.com/blog/create-child-theme-wordpress/ and the copy
content-page.phpfile to your child theme. Then remove that text as per your need.June 28, 2015 at 4:06 am in reply to: Add phone number and email address to right side of header #60215Sakin
Keymaster@Monkey_girl: The easy way to add is to upgrade to Pro version where you will get Header Right Sidebar. You can just add or remove widgets from “Appearance => Widgets”.
But if free, yes first you need to build child theme. Then you need to copy function
catchresponsive_header_right()fromcatchresponsive-structure.phpand then add it and edit as per your need in your child themefunctions.phpfile.Sakin
Keymaster@Les:
1. Not sure about this issue. Are all script loading fine.
2. For menu, you can add the following css in “Appearance => Theme Options => Custom CSS” box:@media screen and (max-width: 1280px) { #secondary-menu ul.menu a { padding: 2px 10px; } } @media screen and (max-width: 1152px) { #secondary-menu { display: none; } #secondary-mobile-menu { display: inline-block; } }Sakin
Keymaster@Maverick87Shaka: Yes, that is high level of customization and yes, you can copy that social icon code from
catchresponsive_header_right()and move tocatchresponsive_primary_menu()then you need to adjust the css for width in your child themestyle.css. For this you might want to hire a developer to customize it for you.Sakin
Keymaster@Maverick87Shaka: It’s fine. Just for your future reference.
Sakin
Keymaster@lastdayremnant: The css in working fine.
June 26, 2015 at 10:51 pm in reply to: Polylang: translating Featured Content title and description #60186Sakin
Keymaster@Pius: It’s should work as it’s working on our server. What is the difference in you live server. Maybe you need to contact Polylang plugin support.
Sakin
Keymaster@Maverick87Shaka: Please don’t post same question twice. It will be difficult to manage for me. I have answered in detail here at http://catchthemes.com/support-forum/topic/remove-header-search-box/
Sakin
Keymaster@oleymedia:
1. In Catch Responsive Pro theme, you can enable Slide only in Homepage.
— Go to “Appearance => Customize => Featured Slider => Featured Slider Options” and select “Homepage / Frontpage” from “Enable Slider on” options
2. Then you can enable header image excluding homepage
— Go to “Appearance => Customize => Header Image” and select “Excluding Homepage, Page/Post Featured Image” from “Enable Featured Header Image on” options
3. Now, add featured image in your page/posts. See this for adding featured image http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/ . As these featured image will be displayed in that page/post display. If those post don’t have featured image then it will load default image set in “Appearance => Customize => Header Image”
4. Now to move header image below menu, go to “Appearance => Customize => Header Image” and select “After Menu” from “Featured Header Image Position” optionsSakin
Keymaster@Maverick87Shaka: The easy way to remove those search will be to upgrade to pro version. If you upgrade to pro version, you will get header right sidebar option which will allow you to remove or add any other widgets in that section. Also, you have option to remove search in primary menu.
But in Free version, this option in not there. So, first you need to build child theme. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/
Then copy
catchresponsive_header_right()from catchresponsive-structure.php file and then remove the whole search search. Then to remove search from primary menu, you can copycatchresponsive_primary_menu()from catchresponsive-menus.php file and the remove the search.Sakin
Keymaster@kimakaze: Which search you want to remove it? Please post in your site URL and Explain. To remove it you need to create child theme and edit code directly. For child theme and sample child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/
Sakin
Keymaster@Les: Sorry you site needs to be live for me to check in then only I can provide you support.
Sakin
Keymaster@Michaela: First, add the following css in “Appearance => Theme Options => Custom CSS” box and it will look better.
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }If you want to create link then you can add in “Text Widget” to your Footer Area and then add HTML link. See this http://www.w3schools.com/html/html_links.asp
Sakin
Keymaster@Michaela: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
.page-id-5384 #masthead, .page-id-5384 #colophon { display: none; }Sakin
Keymaster@Michaela: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
.home .content-sidebar-wrap { display: none; }Sakin
Keymaster@Paltorn: Looks like you have customize the theme and change the
footer.phpfile and that is why it is creating problem.Sakin
Keymaster@Caitlin For slider background and border color, you can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
#main-slider { background-color: #21759b; border-color: #1b5f7d; }Sakin
Keymaster@Cybersnaby: For gallery, you can go to “Galleries => Add New”. If you are talking about Gallery Archive, then number of post is controlled from “Settings => Readings”. But for single post, it will show all the images uploaded.
June 26, 2015 at 9:25 am in reply to: Polylang: translating Featured Content title and description #60152Sakin
Keymaster@Pius: String translation will show the items that you have entered. It will not show the demo. So, make sure you add in the text first from “Appearance => Customize” and then only check string translation.
-
AuthorPosts
