Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Tomáš: Thanks a lot 🙂
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
Sakin
Keymaster@flp2001: In your slider image, all images are not of same size so you have that issue. See the images with sizes. So, to fix it, you need to make all image of same size.
* http://franzoesische-kammerphilharmonie.com/wp-content/uploads/2015/08/IMG_4942_2_2-e1441133870948.jpg (width 1670px and height 611px)
* http://franzoesische-kammerphilharmonie.com/wp-content/uploads/2015/09/Philip-R-neu-Kopie-1-e1441834699764.jpg (width 1080px and height 405px)
* http://franzoesische-kammerphilharmonie.com/wp-content/uploads/2015/09/FK-Anholt-neu-e1441227552868.jpg (width 1995px and height 730px)Sakin
Keymaster@freebird: Thanks for reporting. We found that this issue is there only in Featured Post Slider. We will fix this in next version update. For now, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#feature-slider .cycle-slideshow .slides { width: 100%; }Sakin
Keymaster@flp2001: Sorry that is not possible as that menu is fixed header top menu. You cannot add logo above that. If you want log above menu, then try using Catch Responsive or Catch Flames theme.
Sakin
Keymaster@Mark: In which image are you trying to add in border. If you are trying to add in featured content, then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options”
#featured-content figure { border: 2px solid #ddd; }Sakin
Keymaster@Paul: Here is the css, you can change the font size as per your need and for the text add in font family.
#promotion-message h2 { font-size: 30px; } #promotion-message p { font-family: "Dancing Script",sans-serif; }Sakin
Keymaster@Daniel: WordPress doesn’t allow to add link in Tagline. So, try searching for plugin to add in link in tagline or you need to create child theme and then copy
header.phpfile to your child theme and edit code<p class="site-description"><?php bloginfo( 'description' ); ?></p>with your html link code.Sakin
Keymaster@EricT: Sometime, it might show due to cache. So, just go to “Dashboard => Updates” and click on “Check Again”.
Sakin
Keymaster@dcruver: Generally, Social Share take WordPress Page/post Featured image. So, edit your page/post and add in featured image. For featured image, check this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/
Then you can install plugin like WordPress SEO by Yoast and then check your image from Open graph test at https://developers.facebook.com/tools/debug/, add in your site URL, click on “Debug”. After this click on “Fetch new scrape information” and you will see new image.
Sakin
Keymaster@fcascardo: can you post in your site URL and then I can check that for you.
Sakin
Keymaster@Jim: I see that you have already added in Custom CSS to add in blue line and decrease the space.
If you further want to decrease the space then you can adjust the padding in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#site-branding { padding-top: 20px; padding-bottom: 20px; } -
AuthorPosts
