Forum Replies Created

Viewing 20 posts - 1,141 through 1,160 (of 4,903 total)
  • Author
    Posts
  • in reply to: Unable to remove code on footer #111914
    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,
    Mahesh

    in reply to: Bug with colour scheme #111913
    Mahesh
    Participant

    @pietdevries: Yes, sorry for the confusion. Have a nice day!

    Regards,
    Mahesh

    in reply to: Changing from free to pro theme #111912
    Mahesh
    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,
    Mahesh

    Mahesh
    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,
    Mahesh

    in reply to: Top Menu Backround and font Color #111910
    Mahesh
    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,
    Mahesh

    in reply to: How to Change and remove the default Rock Star top image #111909
    Mahesh
    Participant

    @bhupen: Not feature slider, but top slider image, I don’t quite get it. Please post in your site url.

    Regards,
    Mahesh

    in reply to: Bug with colour scheme #111858
    Mahesh
    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,
    Mahesh

    in reply to: Page Titles showing up on Home Page. #111856
    Mahesh
    Participant

    @tattoo-tom: Thank you for your appreciation. Glad to know that your problem is resolved. Have a nice day!

    Regards,
    Mahesh

    in reply to: Changing from free to pro theme #111855
    Mahesh
    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,
    Mahesh

    in reply to: Need to understand your design philosophy …. #111854
    Mahesh
    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,
    Mahesh

    Mahesh
    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,
    Mahesh

    in reply to: Bug with colour scheme #111851
    Mahesh
    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,
    Mahesh

    in reply to: Issues when viewing Fabulous Fluid Pro in IE 11 #111850
    Mahesh
    Participant

    @jennifersimsdesign-com-au: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Slider Text #111848
    Mahesh
    Participant

    @aeneb: This is only available in Pro version. I recommend you to upgrade to Pro version.

    Regards,
    Mahesh

    in reply to: Unable to remove code on footer #111847
    Mahesh
    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,
    Mahesh

    in reply to: Page Titles showing up on Home Page. #111846
    Mahesh
    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,
    Mahesh

    in reply to: Broken Theme #111845
    Mahesh
    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,
    Mahesh

    in reply to: Switch image buttons and border for image slider #111844
    Mahesh
    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,
    Mahesh

    in reply to: remove word home, and colours #111843
    Mahesh
    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

    in reply to: Featured Slider – alt="" Tag #111734
    Mahesh
    Participant

    @marie21: By default, title and alt attributes are set to have title of the of the page being chosen as the slider. What actually do you want to change it to? Let me know further.

    Regards,
    Mahesh

Viewing 20 posts - 1,141 through 1,160 (of 4,903 total)