Forum Replies Created
-
AuthorPosts
-
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.Sakin
Keymaster@Christine: Looks like you are trying to change Featured Demo Slider with your own Image. For that, check out theme instructions page at http://catchthemes.com/theme-instructions/full-frame-pro/#featured-slider
1. First, you need to select the slider type from “Appearance => Customize => Featured Slider => Featured Slider Options”
2. Then depending up the slider type you need to setup accordingly. If you select Featured Image Slider, then you need to upload image, title, content and link as per your need from “Appearance => Customize => Featured Slider => Featured Slider Options”
If you choose Featured Page slider, then you need to select the page. These pages will replace the demo slider. Same with post slider and category slider. But make sure you have added in featured image in those page/post.Sakin
Keymaster@EricT: Thanks, I found there was path issue. I have fixed it in your theme and also will fix this in new version update.
Sorry for the trouble.
Sakin
Keymaster@bertolotti: Yes, that is advertisement widget and it works if you add in advertisement code or image URL. So, if you just want link and text. Then just add HTML link code in “Advertisement Code”. Like below:
<a target="_blank" href="Add in link here">Add in text here</a>For more about HTML links, check this http://www.w3schools.com/html/html_links.asp
-
AuthorPosts
