Forum Replies Created
-
AuthorPosts
-
Pratik
ParticipantHi @bill@dieballsailing.com,
Please upgrade to pro version for this feature. The feature is present in Clean Education Pro. Check the features at https://catchthemes.com/theme-instructions/clean-education-pro/.
For Adding read more link at end of excerpt, you need to decrease excerpt words. As you can see, your sites third and fourth posts have Read More links. Goto Appearance=> Customize=> Theme Options=> Excerpt Options to reduce excerpt length.
Regards,
PratikPratik
ParticipantHi @Nijn,
Having a full width layout with no sidebar is a pro feature. Please upgrade to pro version to properly use this feature.
Regards,
PratikFebruary 14, 2017 at 3:48 pm in reply to: Author name and link not displaying at posts of the front page loop #109655Pratik
ParticipantHi @RossanaGB,
Can you try activating the parent theme and see if the author is shown there or not?
Regards,
PratikFebruary 14, 2017 at 12:45 pm in reply to: Different slider on subpage with different images #109644Pratik
ParticipantHi @ThemeCatcher,
What you want is not achievable via theme. You will need to hire a customizer. Theme only provides one slider.
Regards,
PratikPratik
ParticipantHi @Garret,
Can you post in your site url? I need to check the slider.Regards,
PratikPratik
ParticipantHi @Mathilde,
I checked your site on android phone and iphone and it seems to be working fine. Can you try on a different device?
Regards,
PratikPratik
ParticipantHi @rayaven,
Welcome to Catch Themes forum. Can you post with reference to your site url?
Regards,
PratikPratik
ParticipantHi @Alexander,
You should be able to upload the image from Appearance=> Customizer=> Site Identity=> Logo. Did you try there?
Regards,
PratikPratik
ParticipantTry following code:
@media screen and (max-width: 990px) { #header-featured-image { padding: 30px 0px 0px 60px; float: none; } #mobile-header-left-menu { position: relative; bottom: 44px; } }Pratik
ParticipantHi @noscollections,
Try Following code in Appearance=> Customize=> Additional CSS:
@font-face { font-family: 'Oswald'; font-style: normal; font-weight: 400; src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v12/DgBpgaYycijFA8v2hNt7MfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } #access { font-family: 'Oswald', sans-serif; }Let me know how it goes.
Regards,
PratikPratik
ParticipantHi @noscollections,
I checked your site and the menus are taking Oswald font. Am I missing something?
Pratik
ParticipantHi @vlts,
In single post, there is a class in body class tag-sticky-post. you will need to use this one.
Regards,
PratikPratik
ParticipantHi @Michael,
Please click on My Accounts button on top right, then click on downloads button on left sidebar. It should look something like this:
Bitte klicken Sie oben rechts auf “My Accounts” und dann auf die Schaltfläche “Downloads” in der linken Seitenleiste. Es sollte so etwas aussehen:
https://dl.dropboxusercontent.com/u/81234910/my-account-downloads.png
Regards,
PratikPratik
ParticipantHi @vlts,
This is very strange. Please check Catch Box Pro line 262. The class is there. View the source instead of using browser console.
Pratik
ParticipantHi @vlts,
Please check the first post in demo, there is sticky class.
<article id="post-49" class="post-49 post type-post status-publish format-standard has-post-thumbnail sticky hentry category-blog category-theme-test tag-sticky-post">February 13, 2017 at 12:51 pm in reply to: Change height of main menu bar in Fabulous Fluid Pro #109538Pratik
ParticipantPratik
ParticipantHi @sschmeer,
First, please remove code:
@media screen and (max-width: 420px) { #header-featured-image .entry-title { font-size: 20px; } }from your Appearance=> Customize=> Additional CSS box.
Then add following code in same place:
#header-featured-image .entry-content { display:block; } @media screen and (max-width: 910px) { #header-featured-image h1 { font-size: 20px; } }Regards,
PratikFebruary 13, 2017 at 10:25 am in reply to: Color, and thickness of the line horizontal line – in footer area #109530Pratik
ParticipantHi @knudkp,
Please try following code in Appearance=> Customize=> Additional CSS box:
#supplementary { border-top: 5px solid #eee; /* Increase/decrease 5px tp increase/decrease border length */ } #first { background: #eee; /* Change #eee to desired hex color */ min-height: 540px; } #second { background: #ccc;/* Change #ccc to desired hex color */ min-height: 540px; } #third { background: #bbb;/* Change #bbb to desired hex color */ min-height: 540px; } #fourth { background: #aaa;/* Change #aaa to desired hex color */ min-height: 540px; }Let me know how it goes.
Regards,
Pratik -
AuthorPosts
