Forum Replies Created

Viewing 20 posts - 3,581 through 3,600 (of 4,908 total)
  • Author
    Posts
  • in reply to: Too much white space between header iamge and slider #92332
    Mahesh
    Participant

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

    @media screen and (max-width: 480px) {
        #site-logo {
        	padding-top: 0;
        }
        #hgroup-wrap {
        	padding-bottom: 0 !important;
        }
    }

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: String translation #92329
    Mahesh
    Participant

    @huca: I checked the theme and string translation is working fine. Let me know further.

    Regards,
    Mahesh

    Mahesh
    Participant

    @stanis:
    Hi Stanislav,

    1. Question 1:
    – In Catch Kathmandu Pro, you can edit the footer container text so this is possible.

    2. Question 2:
    Change your first line $(document).ready( function() {
    to this jQuery(document).ready( function($) {

    3. Question 3:
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #main {
        padding-top: 0;
    }

    4. Question 4:
    This is working fine in our server. Insert the image to the post, then select the inserted image and click align left and save it. It works just fine.

    Hope this clarifies you. Let me know if any trouble.
    Yes, we do provide support for all of our themes for theme related issue. For other issues beyond theme support scope, we recommend you to hire a customizer.

    Regards,
    Mahesh

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

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

    Regards,
    Mahesh

    in reply to: search icon #92314
    Mahesh
    Participant

    @calmo16: Thank you for your appreciation. If you like my support and Clean Box theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/clean-box?rate=5#postform

    Have a nice day!!!

    Regards,
    Mahesh

    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

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