Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@olaf-boehmebissantz-de: This looks more of Plugin issue. Can you check in with WPML support at
https://wpml.org/forums/forum/english-support/Sakin
Keymaster@banno2000: Theme has responsive video support from Jetpack plugin. I see that you already have “Jetpack” plugin install. So, don’t embed video like that. Just add in the video URL in your post editor and it will work fine.
Just add like:
https://www.youtube.com/watch?v=dB4kiR4--UwSakin
Keymaster@marsha: Yes, you can go to “Plugins” in your WordPress Dashboard and then deactivate that plugin. But, if you don’t want to deactivate that plugin, then check that plugin font color options and change the color there. This is not from our theme.
Sakin
Keymaster@marsha: I see that you have made changes thorough Easy Google Font Plugin. Also, I don’t understand your question: Do you want to remove that black background in the post title? or Do yo want to add that black baground int eh post title in posts in Frontpage?
Sakin
Keymaster@mtp525: The option to change the header image position is there in Catch Base Pro theme. In Pro version, you will get option “Featured Header Image Position” where you can select from “Before Header / Before Menu / After Menu / After Slider”. You can check out more about additional features in Pro version at https://catchthemes.com/theme-instructions/catch-base-pro
If free version, if you want your logo to be at the top full width then you need to upload logo of at least 1200px width, then add the following css in “Appearance => Customize => Additional CSS”. But this is not recommended way to do it.
#masthead, #masthead .wrapper, #site-branding { padding: 0; }Sakin
Keymaster@adetoyipeter12gmail-com: Sorry, I just check in your site and see that you are not using theme from Catch Themes. This support forum is only for theme developed by us. Check out our themes at https://catchthemes.com/themes/category/premium/
Sakin
Keymaster@themecatcher: Sorry there is no option in theme to have another slider in different pages. So, in this case you need to use plugin and maybe adjust code by building child theme. As Pratik suggested, please consider hiring a customizer. You can post message from https://catchthemes.com/hire-customizer/.
I check in our system, but sorry we haven’t received any message from your account to hire a customizer. I will send you email with CC to our cuztomizer team.
Sakin
Keymaster@mauryeel: Thanks for your appreciation and if possible would you please submit your review at https://wordpress.org/support/theme/fabulous-fluid/reviews/?filter=5
Thanks 🙂Sakin
Keymaster@mauryeel: Replace the previous css with the following. Make sure, you copy all 4 lines of CSS:
.site-branding { width: 100%; text-align: center; } .site-branding .header-site-details { float: none; padding: 0; } #site-navigation { clear: both; float: none; margin: 0; text-align: center; } #site-navigation ul li { float: none; display: inline-block; }Then for the title, remove the all caps, you can add the following css:
.site-branding .site-title { text-transform: none; }Finally for the font size changes, I am not going to change that for mobile. So, you can change the font size in the following css as per your need and add it in “Appearance => Customize => Additional CSS”
@media screen and (min-width: 990px) { .site-branding .site-title { font-size: 28px; } .site-branding .site-description { font-size: 14px; } }Sakin
Keymaster@mauryeel: For header arrangement, you can add the following css in “Appearance => Customize => Additional CSS”
.site-branding { width: 100%; text-align: center; } .site-branding .header-site-details { display: inline-block; padding: 0; } #site-navigation { clear: both; float: none; margin: 0; text-align: center; } #site-navigation ul li { float: none; display: inline-block; }About the white background below your header image. That is there from “Featured Content”. I see that, you have activated featured content and use “page featured content”, but you haven’t selected any page to be displayed. So, if you don’t want featured content then just go to “Appearance => Customize => Featured Content” and in “Enable Featured Content on” select “Disabled”. Then the white background will go from there.
Sakin
Keymaster@sshellerina: Now, custom css has been supported by WordPress from version 4.7. So now you can add custom css in “Appearance => Customize => Additional CSS”. What’s not working can you let me know? When I check in your site it working fine.
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; } -
AuthorPosts
