Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@guzie: You are using some cache plugins. Sometimes, even after disabling plugins, the site seems to behave as it was due to cache. Please disable the plugins and try clearing the cache. Let me know if the problem persists, we’ll need to check on your server.
Regards,
MaheshMahesh
Participant@pietdevries: Yes, sorry for the confusion. Have a nice day!
Regards,
MaheshMahesh
Participant@bayimages: Now I got what you meant. The widgets on the sidebar you are getting is the default widgets. When no widgets is selected and layout set to right or left sidebar, these default widgets are displayed (issue you’re facing). If you want to have full width display, go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout options and select No Sidebar, Full Width option in Sidebar Layout Options. Let me know if any problem.
Regards,
MaheshMarch 14, 2017 at 10:03 am in reply to: need some basic info on Find Us, About This Site and Footer #111911Mahesh
Participant@wire51: Find Us and About This Site are just the text widgets. You can put desired texts and html there to display in the widget areas. Go to Dashboard=> Appearance=> Widgets and add/edit the text widgets there. Same in the footer areas too. Let me know if any problem.
Regards,
MaheshMahesh
Participant@malni: Go to Dashbaord=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.catchbase-nav-menu .current-menu-item > a, .catchbase-nav-menu .current-menu-ancestor > a, .catchbase-nav-menu .current_page_item > a, .catchbase-nav-menu .current_page_ancestor > a, .catchbase-nav-menu li a:hover, .catchbase-nav-menu li a:focus, .catchbase-nav-menu .sub-menu li a:hover, .catchbase-nav-menu .sub-menu li a:focus, .catchbase-nav-menu .children li a:hover, .catchbase-nav-menu .children li a:focus { color: #00ff00; }Regards,
MaheshMarch 14, 2017 at 9:37 am in reply to: How to Change and remove the default Rock Star top image #111909Mahesh
Participant@bhupen: Not feature slider, but top slider image, I don’t quite get it. Please post in your site url.
Regards,
MaheshMahesh
Participant@pietdevries: Well, header display text is checked with the color of the header text. So, when color scheme is changed, the header text color also resets to default and thus the title is shown again. You need to uncheck the Display Site title and tagline option again.
Regards,
MaheshMahesh
Participant@tattoo-tom: Thank you for your appreciation. Glad to know that your problem is resolved. Have a nice day!
Regards,
MaheshMahesh
Participant@bayimages: Just checked your site. You have set default layout to Right Sidebar so sidebar is displaying on the right with Search and Archive on the right side and content on the left. And on the inner pages, the layout is set to No Sidebar Full width so no sidebar on the inner page.
And about the Search and Archive widgets on the footer, I didn’t find this one. Only found a tags widget in the footer.
Let me know further if any problem.Regards,
MaheshMahesh
Participant@novaglenn: Well, we currently don’t have any plugin or widget as you’ve mentioned. And haven’t either tested any slider plugin with our theme. Please choose an appropriate one from WordPress repo.
https://wordpress.org/plugins/Regards,
MaheshMarch 13, 2017 at 1:36 pm in reply to: Reducing videosize full width template not possible; FitVids.js. is interfering? #111853Mahesh
Participant@lucinda-romeijn: JS can’t be dequeued by adding CSS code, you’ll need to dequeue it using the child theme. You can find the and download the ready child theme from the link too and add it to your site. If you are not familiar with coding, I recommend you to hire a customizer.
Regards,
MaheshMahesh
Participant@pietdevries: This is how it works. When you change the color scheme, the color will be set to default as per that color scheme. So first you’ll need to choose the color scheme then change the colors later. Hope you understand.
Regards,
MaheshMahesh
Participant@jennifersimsdesign-com-au: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@aeneb: This is only available in Pro version. I recommend you to upgrade to Pro version.
Regards,
MaheshMahesh
Participant@guize: Sorry, just got what you actually meant. Its not from the theme, but from one of the plugin you are using. There is a message displaying Lightbox Plus Colorbox. Please disable the plugin and check again. Let me know further.
Regards,
MaheshMahesh
Participant@tattoo-tom: You can hide the title on the page with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.home #main .entry-header { display: none; }Regards,
MaheshMahesh
Participant@analog2112: Can you please clarify more. I don’t quite get what you mean by expiration date? Please check the demo version. Is the demo slow too? Let me know further.
https://catchthemes.com/demo/rock-star/Regards,
MaheshMahesh
Participant@themecatcher:
Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
1. I want to remove the buttons in the left and right side of the slider which allow to switch between the slider images#nav-slider .nav-previous, #nav-slider .nav-next { display: none; }2. I want to change the border thickness and color of the border which surrounds the sliding images
#slider-wrap a, #slider-wrap .featured-img span, .one-column #slider-wrap a, .one-column #slider-wrap .featured-img span { padding: 50px; } #slider { background-color: #ff00ff; }Note: Please change the color and thickness as per required.
Regards,
MaheshMahesh
Participant@infolittlegiftplace-co-uk: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
1. I’d like to remove the title Home from home page please..home #main .entry-header { display: none; }2. Is it possible to change the colour of the social icons and promotional call to action boxes? So background box is one colour and inner icon another?
#promotion-message .right a { background-color: #ff00ff; } #promotion-message .right a:hover { background-color: #00ff00; }3. Can the colour of the promotional headline text be changed?
#promotion-message .left h2 { color: #ff00ff; }Note: Please change the colors as desired.
For social icons color, edit the following CSS:
.site .widget_catchbase_social_icons a.genericon:hover { background-color: #000; border-color: #000; color: #fff; text-decoration: none; } .site .widget_catchbase_social_icons a.genericon-facebook-alt:hover { background-color: #3b5998; border-color: #3b5998; } .site .widget_catchbase_social_icons a.genericon-twitter:hover { background-color: #00aced; border-color: #00aced; } .site .widget_catchbase_social_icons a.genericon-googleplus-alt:hover { background-color: #dd4b39; border-color: #dd4b39; } .site .widget_catchbase_social_icons a.genericon-mail:hover { background-color: #1d62f0; border-color: #1d62f0; } .site .widget_catchbase_social_icons a.genericon-feed:hover { background-color: #dc622c; border-color: #dc622c; } .site .widget_catchbase_social_icons a.genericon-wordpress:hover { background-color: #21759b; border-color: #21759b; } .site .widget_catchbase_social_icons a.genericon-github:hover { background-color: #4183c4; border-color: #4183c4; } .site .widget_catchbase_social_icons a.genericon-linkedin:hover { background-color: #007bb6; border-color: #007bb6; } .site .widget_catchbase_social_icons a.genericon-pinterest:hover { background-color: #cb2027; border-color: #cb2027; } .site .widget_catchbase_social_icons a.genericon-flickr:hover { background-color: #ff0084; border-color: #ff0084; } .site .widget_catchbase_social_icons a.genericon-vimeo:hover { background-color: #aad450; border-color: #aad450; } .site .widget_catchbase_social_icons a.genericon-youtube:hover { background-color: #bb0000; border-color: #bb0000; } .site .widget_catchbase_social_icons a.genericon-tumblr:hover { background-color: #32506d; border-color: #32506d; } .site .widget_catchbase_social_icons a.genericon-instagram:hover { background-color: #517fa4; border-color: #517fa4; } .site .widget_catchbase_social_icons a.genericon-codepen:hover { background-color: #000; border-color: #000; } .site .widget_catchbase_social_icons a.genericon-path:hover { background-color: #ff442c; border-color: #ff442c; } .site .widget_catchbase_social_icons a.genericon-dribbble:hover { background-color: #ea4c89; border-color: #ea4c89; } .site .widget_catchbase_social_icons a.genericon-skype:hover { background-color: #12a5f4; border-color: #12a5f4; } .site .widget_catchbase_social_icons a.genericon-digg:hover { background-color: #333; border-color: #333; } .site .widget_catchbase_social_icons a.genericon-reddit:hover { background-color: #ff4500; border-color: #ff4500; } .site .widget_catchbase_social_icons a.genericon-stumbleupon:hover { background-color: #eb4924; border-color: #eb4924; } .site .widget_catchbase_social_icons a.genericon-pocket:hover { background-color: #f13753; border-color: #f13753; } .site .widget_catchbase_social_icons a.genericon-dropbox:hover { background-color: #2281cf; border-color: #2281cf; } .site .widget_catchbase_social_icons a.genericon-spotify:hover { background-color: #81b900; border-color: #73a500; } .site .widget_catchbase_social_icons a.genericon-polldaddy:hover { background-color: #bc0b0b; border-color: #bc0b0b; } .site .widget_catchbase_social_icons a.genericon-foursquare:hover { background-color: #f94877; border-color: #f94877; } .site .widget_catchbase_social_icons a.genericon-twitch:hover { background-color: #6441a5; border-color: #6441a5; } .site .widget_catchbase_social_icons a.genericon-cloud:hover { background-color: #00aced; border-color: #00aced; } .site .widget_catchbase_social_icons a.genericon-website:hover, .site .widget_catchbase_social_icons a.genericon-cart:hover, .site .widget_catchbase_social_icons a.genericon-phone:hover, .site .widget_catchbase_social_icons a.genericon-handset:hover { background-color: #42b41e; border-color: #42b41e; } .site .widget_catchbase_social_icons a.genericon-link:hover { background-color: #2e6da4; border-color: #2e6da4; }Note: These are the default values, please change them as desired.
Regards,
Mahesh -
AuthorPosts
