Forum Replies Created

Viewing 20 posts - 3,581 through 3,600 (of 4,888 total)
  • Author
    Posts
  • Mahesh
    Member

    @stefanhoesli: Do you mean navigation arrows in Featured Slider? If so, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #feature-slider .cycle-prev::before, 
    #feature-slider .cycle-next::before {
        display: none;
    }

    Regards,
    Mahesh

    Mahesh
    Member

    @stefanhoesli: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Header and Polylang (two languages) #92235
    Mahesh
    Member

    @9punkt2:
    Hi Alex,

    Thanks for the credentials. I checked your site. It seems both the language switcher and the home buttons are from the plugin itself (pll_the_languages function). I recommend you to contact Polylang plugin support.

    Regards,
    Mahesh

    Mahesh
    Member

    @scubafreak:
    Hi Dan,

    You speak Nepali? I am astonished. 🙂
    Glad to know it worked out as you’ve wanted and you changed the color yourself to match the theme scheme too thats great.
    Yes, sure thing.
    Have a nice day!!!

    Regards,
    Mahesh

    in reply to: Header and Polylang (two languages) #92195
    Mahesh
    Member

    @9punkt2:
    Hi Alex,

    I tried to check you website but an authentication box popped up. Polylang plugin allows you to specify different menus for different language. I guess you’ll need that. And as for the link in the site title, it’ll link you to the homepage with current active language.
    Let me know further.

    Regards,
    Mahesh

    in reply to: no dashboard #92194
    Mahesh
    Member

    @lilyred: And please check if the problem persists with other themes too or not. Let me know further.

    Regards,
    Mahesh

    in reply to: Use Header Image as background to Site Title #92192
    Mahesh
    Member

    @friarpaul: This can be done with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #masthead {
        background-image: url("http://i2.wp.com/test2.franciscandiscernment.org./wp-content/uploads/2016/05/provinceHeader.jpg");
    }

    Since your background image is dark, the title and site description seems invisible. Please use the following CSS to change the text to white.

    .site-title a, .site-description {
        color: #fff;
    }

    Note: This is upto you whether you want to change the text color or not. You can change the text color to desired color.

    Regards,
    Mahesh

    in reply to: no dashboard #92190
    Mahesh
    Member

    @lilyred: Do you mean dashboard and profile is not accessible for the user with role other than admin? And is it working fine for the admin users? I tested the theme for the mentioned issue on our server and faced none. The theme is working fine and dashboard and profile pages are accessible for other user roles too. Are you using any plugins? Try disabling it and check again.
    Let me know further.

    Regards,
    Mahesh

    in reply to: Cannot install the neuest theme version 2.6.6 #92186
    Mahesh
    Member

    @nadiahri: Pro themes cannot be updated as free theme directly through update button in Dashboard’s theme page. You’ll need to install it manually. You can use Catch Web Tools plugin’s Catch Updater module to update the theme. Please find the tutorial on how to update the theme using Catch Updater in the link below:
    https://www.youtube.com/watch?v=W95SuabDZi8
    Hope this helps.

    Regards,
    Mahesh

    in reply to: Home page not loading properly #92185
    Mahesh
    Member

    @youngtan: I checked your site and the screenshots too, I didn’t run into any issue like you’ve mentioned in the screenshot. I tested in chrome and mozilla for desktop and in android browser in mobile and in all the site is working fine. Which browser are you using? Try clearing cache and check again.
    Please the images in the link below:
    Chrome browser: http://goo.gl/CvNmyP
    Mozilla browser: http://goo.gl/mCgAZI
    Let me know further.

    Regards,
    Mahesh

    Mahesh
    Member

    @scubafreak: Hi Dan
    1. Frame widgets in the Main Sidebar: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @media screen and (min-width: 1280px) {
      #secondary .widget-title {
        background-color: #3eaadd;
        color: #fff;
        margin-left: -40px;
        margin-right: -40px;
        margin-top: -40px;
        padding: 10px;
        text-align: center;
      }
    }
      
    
    @media screen and (max-width: 1279px) and (min-width: 1153px) {
      #secondary .widget-title {
        background-color: #3eaadd;
        color: #fff;
        margin-left: -30px;
        margin-right: -30px;
        margin-top: -30px;
        padding: 10px;
        text-align: center;
      }
    }
      
    @media screen and (min-width: 961px) {
      #secondary .widget-title {
        background-color: #3eaadd;
        color: #fff;
        margin-left: -20px;
        margin-right: -20px;
        margin-top: -20px;
        padding: 10px;
        text-align: center;
      }
    }
      
    @media screen and (min-width: 561px) and (max-width: 960px) {
      #secondary .widget-title {
        background-color: #3eaadd;
        color: #fff;
        margin-left: -11px;
        margin-right: -11px;
        margin-top: -11px;
        padding: 10px;
        text-align: center;
      }
    }
      
    @media screen and (max-width: 560px) {
      #secondary .widget-title {
        background-color: #3eaadd;
        color: #fff;
        margin-left: -14px;
        margin-right: -14px;
        margin-top: -14px;
        padding: 10px;
        text-align: center;
      }
    }

    Hope this helps. If you need further customization, I recommend you to hire a customizer.

    2. Promotion Headline for contact entry form instead of Action Button
    You’ll need to hire a customizer for this.
    https://catchthemes.com/hire-customizer/

    Regards,
    Mahesh

    in reply to: Menu Not Showing on Mobile Devices #92141
    Mahesh
    Member

    @muddergrad: Sorry for the late reply. I checked your site in both desktop and mobile (android). The menu is working fine. I guess you’ve double clicked when you clicked the menu button in mobile, it causes you to navigate to homepage.
    Please check our demo site.
    https://catchthemes.com/demo/full-frame/

    Regards,
    Mahesh

    in reply to: Adblock problem #92139
    Mahesh
    Member

    @ovidiu: Sorry for the late reply. I checked your site with adblock active in my browser and it is working fine.
    Let me know further.

    Regards,
    Mahesh

    in reply to: No Menu in mobile #92136
    Mahesh
    Member

    @rimfrost: Sorry for the late reply. You are using child theme, have you modified them theme function and styles? Try activating the parent theme and check if it resolves the issue. The menu is working fine in this theme in our server.

    Regards,
    Mahesh

    in reply to: Home page not loading properly #92134
    Mahesh
    Member

    @youngtan: Sorry for the late reply. I checked your site and it seems to be working fine, loading whole website normally. Have you resolved the issue? Let me know further.

    Regards,
    Mahesh

    in reply to: Second page for blog posts #92129
    Mahesh
    Member

    @irinasadrina: Glad to know you’ve resolved the issue yourself. Have a nice day!

    Regards,
    Mahesh

    in reply to: Featured Image at top of blog page #92119
    Mahesh
    Member

    @secretpie: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #header-featured-image .wrapper{
        width: 100%;
    }

    Hope this helps. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Need help with CSS Customizing, I think :) #92118
    Mahesh
    Member

    @stefanrsharpe: Thank you for using Simple Catch Pro. I checked your site and saw no border in the menu. Have you resolved the issue. Let me know further.
    You have an error in you Custom CSS in the following line:

    .featured-text a.readmore { #000; 
    }

    Regards,
    Mahesh

    in reply to: Need help with CSS Customizing, I think :) #92117
    Mahesh
    Member

    @coachcatchy: Sorry for the confusion. Yes, please reinstall the theme and check. Please do take backup beforehand. Let me know further.

    Regards,
    Mahesh

    in reply to: menu #92047
    Mahesh
    Member

    @masfur: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 20 posts - 3,581 through 3,600 (of 4,888 total)