Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Tomáš: Yes, you need to be administrator of that site to change color any any settings “Appearance => Theme Options”
Sakin
Keymaster@flp2001: In Page Slider, first you need to change featured image in your pages. Then you need to change setting in your customizer. Then you will see new image. If cannot be done from Media uploader. It need to be done from page featured image, Add Media.
Sakin
Keymaster@yyyfor: Try adding following css in “Appearance => Theme Options => Custom CSS” box:
div.layout-978 { position: relative; } #header .social-search form.searchform { left: 60px; position: absolute; top: 0; }Sakin
Keymaster@marcodimi: OK I will contact you through email and check in.
Sakin
Keymaster@Michaela: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
.wp-caption { border: none; } .wp-caption .wp-caption-text, .gallery-caption, .entry-caption { font-style: normal; }Sakin
Keymaster@Christine: Please post in your site URL then I can check in from my iPhone
September 15, 2015 at 7:06 pm in reply to: Site not updating & subscribe box doesn't look right #66919Sakin
Keymaster@shaun.smudger.smith: I just check in your site and see that you have already changed to black box.
Sakin
Keymaster@richtrcentrum-cz: Hello Tomas, We cannot control that as it’s from WordPress Core. You can search for Tag cloud plugin and change it.
Sakin
Keymaster@Alexandre Yes, you can just add one featured content and send me your site URL then I will change it custom css. For example, if you choose three columns and then only add one then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#featured-content.layout-three .hentry { text-align: center; width: 100%; }Sakin
Keymaster@Alexandre: It will take featured image instead of first image. For featured image, check this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/
But if you don’t like this then you can change the layout to “Show Full Content (No Featured Image)” Layout from “Appearance => Customize => Theme Options => Layout Options => Archive Content Layout”. This will show all the image and content from your post. Then you can break content using
<!--more-->more tag/ For more tag, check this http://devotepress.com/wordpress-writing-editing/how-to-split-content-using-the-more-tag-option/Sakin
Keymaster@Alexandre: Yes, you can do that. But for what you need to build child theme and then copy footer.php file to your child theme and add your code. As if you edit/add code inside ‘catch-responsive-pro’ core theme directory, all your edits will be reverted back to original when you update the theme.
Sakin
Keymaster@Alexandre: Sorry PHP code is not acceptable. To add in PHP code, you need to build child theme and edit the function.
Sakin
Keymaster@kalatos: The CSS that I gave you is correct. But the css that you have got missing closing bracket
}. Find the following css:#header #mainmenu ul li:hover > a { background-color: #444; color: #e3ba84;and then replace it with
#header #mainmenu ul li:hover > a { background-color: #444; color: #e3ba84; }Sakin
Keymaster@Alexandre: Sorry PHP code is not acceptable. To add in PHP code, you need to build child theme and edit the function.
Sakin
Keymaster@Antoinette: It depends on your server and cache setup.
Sakin
Keymaster@tmanastasio: Sorry, this theme doesn’t have Full Content layout option in free version. This option is there only in Pro version, in pro version you can just go to “Appearance => Customize => Theme Options => Layout Options” and then choose Show Full Content in “Archive Content Layout” option.
Sakin
Keymaster@Antoinette: Sorry can you post in your site URL and screenshot of your dashboard previous. So, that we can check in what you mean.
Sakin
Keymaster@steve-large: Yes, to change that you need to build child theme. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then copy
adventurous_social_networks()function to your child theme functions.php file and make modification. In this way, you will not have issue when there is update. If you modify directly in main more theme files/folder in ‘adventurous-pro’ theme directory then your changes will be reverted back to original when you update the theme. So, to make changes in any functions, you need to build child theme and edit it. -
AuthorPosts
