Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@thierry: Thanks and if you like my support and theme then please review Adventurous theme at https://wordpress.org/support/theme/adventurous/reviews/?filter=5
Sakin
Keymaster@voodoochill: That is footer overflow issue. We will fixed that in next version update. For now, you can add the following css in “Appearance => Customize => Additional CSS” box:
#site-generator { overflow: hidden; }
Sakin
Keymaster@thierry: I don’t see your screen option. First, you need to click on “Screen Options” and then check in “Discussion” to enable comment option box. See this screenshot https://www.pinterest.com/pin/548594798329843253/
Sakin
Keymaster@thierry: You can replace earlier css with the following
.entry-meta .by-author, .entry-meta .on-date { display: none; }
For comment, you can just disable comment in from Comment settings. If you want to disable comment is all new posts, then you can go to “Settings => Discussion” and uncheck “Allow people to post comments on new articles” and “Allow link notifications from other blogs (pingbacks and trackbacks) on new articles”. Check this screenshot https://www.pinterest.com/pin/548594798333127973/
But for the old posts, you need to edit that post and check “Discussion” option in screen options and then uncheck “Allow comments.” and “Allow trackbacks and pingbacks on this page.”. Check this screenshot https://www.pinterest.com/pin/548594798329843253/
Sakin
Keymaster@thierry: you shouldn’t add
/* and */
You should remove that and just add
.entry-meta .by-author { display: none; }
Sakin
Keymaster@thierry: Try adding the following css in “Appearance => Customize => Additional CSS”
.entry-meta .by-author { display: none; }
Sakin
Keymaster@real_makkoy: That is Fade effect with change all elements in slider. But you can try adding in solid background in slider background by adding the following css in “Appearance => Additional CSS”
#main-slider { background-color: #000; }
Sakin
Keymaster@real_makkoy: Can you try adding the following css in “Appearance => Additional CSS” box:
#hgroup { padding-top: 0; }
Sakin
Keymaster@dotcalm: Yes, you can mode position with CSS from “Appearance => Additional CSS”. Let me know where you want to move it?
Sakin
Keymaster@vessy: Nothing I can do more. As it can either stretch or cover. There is no other option as the screen sizes keeps on changing. You can try object fit to different. Check out https://css-tricks.com/almanac/properties/o/object-fit/ for more details.
Sakin
Keymaster@vessy: Tee image is both the pages are different. One it 1024px by 55px and another one is 1680px by 720px. But if you want full width and height then css will be:
#header-featured-image img { width: 100%; height: 100vh; object-fit: cover; }
Sakin
Keymaster@skynet: Thanks for the images, we will update it. About the screenshot, we only use screenshot.png and not screenshot.jpg. Check your theme file and delete old screenshot.jpg.
Sakin
Keymaster@rflores: It’s depends on your subscription. So, I recommend you to check in with out sales team directly at https://catchthemes.com/contact-us/ and ask about your your subscription and order.
Sakin
KeymasterYes, sure. Just add the following css:
#masthead { background: rgba(17, 17, 17, 0.7); }
Sakin
Keymaster@vessy: Rock Star theme only have Primary menu and since this theme is designed to only have menu at top. So, that’s not going to work in this theme. But I see that you site title is large in reference with menu. So, you can add the following css to adjust it.
@media screen and (min-width: 910px) { .site-title { font-size: 30px; } }
Sakin
Keymaster@marlo: Thanks for reporting and we haven fixed this issue in version 3.5.1 which just got live. Please update.
Sakin
Keymaster@vessy: You can add the following css in “Appearance => customize => Additional CSS”
.slider-contents { background: rgba(17, 17, 17, 0.7); border-radius: 15px; -webkit-box-shadow: 0px 5px 15px 10px rgba(0,0,0,0.7); -moz-box-shadow: 0px 5px 15px 10px rgba(0,0,0,0.7); box-shadow: 0px 5px 15px 10px rgba(0,0,0,0.7); }
Sakin
Keymaster@jitendra-vaishnav: Sorry I don’t understand your question. Can you explain in detail in reference with your site URL.
-
AuthorPosts