Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@luismarioochoa: It depends on where you want to add in. For transparent background, you need to use rgba color like below example.
#slider .featured-text { background: rgba(0, 0, 0, 0.5); }Sakin
Keymaster@Caducassau: Which font are you trying to add in? Is that Google Font. Let me know it and I will check in for best solution.
Sakin
Keymaster@Sebastian: No we use WordPress default search and we haven’t done any customization of it.
Sakin
Keymaster@bigoslesli: Thanks for our question.
If you update the theme, you don’t need to re-do all the theme options. It will be saved in your server and it will be used in updated version as well.
If you purchase pro theme and then upgrade it then also you don’t need to re-do your theme options. All the old options will be there, you just need to work on additional new options. You might want to check this post http://devotepress.com/wordpress-writing-editing/upgrade-premium-version-wordpress-themes-eg-adventurous-pro/
Sakin
Keymaster@MasterManiacs: Which version of Catch Box Theme are you using it. As our latest version has image size for featured slider is
add_image_size( 'featured-slider', 644, 320, true );Sakin
Keymaster@Sandra: Sorry you have posted in wrong support forum. You are using Simple Catch Pro theme and this forum is for Adventurous free theme. For Simple Catch Pro theme, please use this forum http://catchthemes.com/support-forum/forum/simple-catch-pro-premium/
To change the color of footer from “Appearance => Theme Options => Color Options => Footer Background Color”
Sakin
Keymaster@BrianRS: For detail color option and more feature you can upgrade to Pro version. You can check out the http://catchthemes.com/theme-instructions/adventurous-pro
In Free version of Adventurous Theme, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#site-generator { background-color: #000; color: #ccc; }Sakin
Keymaster@Seper: It shouldn’t be like that. Which version of Catch Base theme are you using it?
Can you check this version https://wordpress.org/themes/download/catch-base.1.2.1.zipAs when I check in our dark color scheme, it’s working fine. No issue like that. So confused. Did you added any custom css?
Sakin
Keymaster@budiesp: You can use Catch Flames Pro where you have option to use Featured Image Content what you can use 3 pics or 4 pics cols as per your need. Catch Flames Pro theme doesn’t have that option.
Sakin
Keymaster@Michael: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
#site-logo, #header-right { padding-top: 20px; } #hgroup-wrap { padding-bottom: 20px; }Sakin
Keymaster@Mike: Your image size is small. If you upload the image size of Width 144px and Height 144px then it will support all devices.
Sakin
Keymaster@Michael: So many multilanguage plugin these day. Sorry we are not aware of this. Can you try WPML or qTranslate or mqTranslate or Polylang. I have seen user using these plugin. For plugin, please ask in plugin support forum.
Sakin
Keymaster@Kim:
2. It’s not staging server issue. It’s the more tag. If you have more tag in all other post then it must be that you have more words before more tag. The concepts is this. You can set the Read More… word count from “Appearance => Theme Options => Excerpt/Mote Tag => Excerpt length(words)”. I am sure that the word count before more tag of this post in less then the word count number add in Excerpt length(words). Where as all other post have more word count before more tag.4. Try adding in the following css in “Appearance => Theme Options => Custom CSS” box
@media screen and (min-width: 941px) { #logo-wrap { width: 68%; } #sidebar-header-right { width: 30%; } }Sakin
Keymaster@Jan Deelstra: I think plugin conflict from Customizer. So, I suggest you to manage the widget from the Widget area then from Customizer. Maybe that plugin is search for Blog Page. Can you create the page Name “Blog” and test it.
Sakin
Keymaster@Michael: try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
@media screen and (min-width: 1080px) { .site { width: 1100px; } }Sakin
Keymaster@Kim: This is full width so it is not showing it. For example, if you add the following css in “Appearance => Theme Options => Custom CSS” box, then it will show.
.site { margin: 0 auto; max-width: 1300px; }Sakin
Keymaster@Kim: You have already remove posted on. I don’t see it. There is only date.
Yes, I need to create more and more themes 🙂
Sakin
Keymaster@pips: Sorry this option is not there. You need to add plugin. I just try this plugin
https://wordpress.org/plugins/lowermedia-sticky-js-menus/.1. Just activate this plugin.
2. Go to “Appearance => Theme Options => Custom CSS” box and add the following css:#header-menu-sticky-wrapper { margin: 0 !important; } .admin-bar .is-sticky #header-menu { top: 32px !important; }3. Go to “Settings => Sticky.js Menus” and then in “Sticky Object” you need to add in #header-menu
-
AuthorPosts
