Forum Replies Created

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

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

    Regards,
    Mahesh

    in reply to: search icon #92289
    Mahesh
    Participant

    @calmo16: It depends on what you use, icons or image. For image you can use the following CSS:

    #header-toggle .genericon::before {
        content: none;
    }
    
    #header-toggle .genericon {
        background: url("http://icons.iconarchive.com/icons/elegantthemes/beautiful-flat-one-color/128/paint-brush-2-icon.png");
        background-repeat: no-repeat;
        background-size: 30px;
        margin-top: 10px;
    }

    Note: I used the random pencil icon just for testing purpose and to show how to do it. You can use any image you want to. Replace the image url in the background. Background size and margin-top may vary as per the image used.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: search icon #92285
    Mahesh
    Participant

    @calmo16: It uses the genericons, yes, you can change it to other icons of your choice with Custom CSS.
    To get rid of the icons, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #header-toggle {
        display: none;
    }

    Regards,
    Mahesh

    Mahesh
    Participant

    @stefanhoesli: I checked your site and its just a single page and I didn’t see any menu or other things, do I need to login to see the whole site?

    Regards,
    Mahesh

    in reply to: Use Header Image as background to Site Title #92279
    Mahesh
    Participant

    @friarpaul: Please add the following CSS in Custom CSS:

    .mobile-menu-anchor a.genericon-menu, 
    .mobile-menu-anchor a.genericon-menu:hover {
        color: #fff;
    }

    Regards,
    Mahesh

    Mahesh
    Participant

    @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
    Participant

    @stefanhoesli: Please post in your site url.

    Regards,
    Mahesh

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

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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

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