Forum Replies Created

Viewing 20 posts - 861 through 880 (of 14,499 total)
  • Author
    Posts
  • in reply to: Unable to Update Clean Business Pro theme #158462
    Sakin
    Keymaster

    @kbohannon: For update, you can check out video screencast at https://youtu.be/W95SuabDZi8 and FAQ at https://catchthemes.com/frequently-asked-questions/

    in reply to: Single Content-free Landing Page #157794
    Sakin
    Keymaster

    @markmoritz: Which that it’s really difficult to change with custom css. Your logo it too big http://purpleceiling.com/wp-content/uploads/2018/10/cropped-betterLOGOv2-4.png. It’s 3728px width and 1922px height. This will hamper your site.

    Then remove your custom css for header elements and to make your logo complete to left. You need to make your header wrapper 100%. So, add the following css:

    .site-header-main .wrapper {
        max-width: 100%;
        padding: 0;
    }
    
    .site-branding {
        margin-top: 0;
        margin-left: 0;
    }
    
    #site-header-menu {
        position: absolute;
        width: 281px;
        text-align: left;
        right: 50px;
        top: 20px;
    }

    After this, you need to decide the width of the logo in different devices or you can adjust with percentage.

    in reply to: Single Content-free Landing Page #157654
    Sakin
    Keymaster

    @markmoritz: There is main problem in your site. You said you want logo in header top left for that you need to add logo from “Appearance => Customize => Site Identity” and upload logo and not in “Appearance => Customize => Header Media”. So, remove that and place it in right place.

    in reply to: Single Content-free Landing Page #157538
    Sakin
    Keymaster

    @markmoritz: I am totally confused with what are you trying to do it. So, first can you let me know what are you trying to achieve it. Maybe show me your design screenshot and then I can compare with your site URL to check in.

    in reply to: Single Content-free Landing Page #157345
    Sakin
    Keymaster

    @markmoritz: Yes sure, we can refund your purchase of Adonis Pro as you are using Audioman Pro. So, please contact our sales at https://catchthemes.com/contact-us/ and your refund will be processed.

    in reply to: Featured slider height issue #157319
    Sakin
    Keymaster

    @ravanh: Thanks and will check that. But we cannot add these in our theme. You might need to add it as custom function by building child theme.

    in reply to: Single Content-free Landing Page #157317
    Sakin
    Keymaster

    @markmoritz: You have lot of custom css in “Additional CSS” box and it’s really difficult for us to debug it. So, can you clean up your Additional CSS and then add only the css that is necessary for customization. There are so many confusion custom css.
    So, I think it’s better for you to hire customizer. We can just help you with css which is easy one to fix it.

    Sakin
    Keymaster

    Hello dzamani,

    Ok then you can add the following css in “Appearance => Customize => Additional CSS” to remove the grey section in contact us page.

    .page-id-13 .custom-header {
        display: none;
    }

    Regards,
    Sakin

    Sakin
    Keymaster

    Hello dzamani,

    That’s breadcrumb and you can disable that from “Appearance => Customize => Theme Options => Breadcrumb”.

    Regards,
    Sakin

    in reply to: Number of downloads shows for inserted pdf file #157207
    Sakin
    Keymaster

    Hello dzamani,

    Where did you get that data from. It’s not form the theme and we don’t have any control on it. It looks like you have added plugin to show that. So, need to check in with that plugin support.

    Regards,
    Sakin

    in reply to: Multilanguage with WPGlobus doesn't work #157206
    Sakin
    Keymaster

    Hi Jules,

    We will not be able to help unless we find out how this plugin work. If it’s not working for that particular testimonial then can you change the testimonial type and check in.

    Regards,
    Sakin

    in reply to: Single Content-free Landing Page #157200
    Sakin
    Keymaster

    @markmoritz: There is missing closing bracket after the css. Check the following css:

    @media screen and (min-width: 64em) {
    	.custom-logo {
    	    max-width: 600px;
    	}

    It should be as below:

    @media screen and (min-width: 64em) {
    	.custom-logo {
    	    max-width: 600px;
    	}
    }
    in reply to: Featured slider height issue #157163
    Sakin
    Keymaster

    @ravanh: I think it’s got to do with the image loader. So, can you go to “Appearance => Customize => Featured Slider” and change the value of “Image Loader”

    in reply to: Classic Menu on small screens #157162
    Sakin
    Keymaster

    Hi Jules,

    Can you trying adding following css in “Appearance => Customize => Additional CSS” box:

    #menu-toggle-primary {
    	display: none;
    }
    .site-primary-menu {
    	display: block;
    	position: relative;
    }
    .navigation-classic .site-navigation ul ul {
    	display: block;
    	text-transform: none;
    	left: -999em;
    	margin: 0;
    	padding: 11px 0;
    	position: absolute;
    	z-index: 99999;
    }
    .navigation-classic .site-navigation li:hover > ul,
    .navigation-classic .site-navigation li.focus > ul {
    	left: 0;
    	right: auto;
    	animation: smoothScrollBack 0.3s backwards, fadein 0.6s;
    }
    .navigation-classic .site-navigation .primary-menu li:hover > ul,
    .navigation-classic .site-navigation .primary-menu li.focus > ul {
    	left: auto;
    	right: 0;
    	animation: smoothScrollBack 0.3s backwards, fadein 0.6s;
    }
    .home.navigation-classic .site-navigation .primary-menu li > ul {
    	bottom: 100%;
    }
    .home.navigation-classic .header-top .site-navigation .primary-menu li > ul {
    	bottom: unset;
    }
    .site-navigation ul ul,
    .site-navigation ul ul li {
    	background-color: #2b2b2b;
    }

    Regards,
    Sakin

    in reply to: audioman pro #157161
    Sakin
    Keymaster

    @williampere22: You can change that text “News” and “From the Blog” from “Appearance => Customize => Theme Options => Homepage / Frontpage Options” and change “Recent Posts Heading” and “Recent Posts Sub Heading”. But there is no option to change the text “Archivos”. We will check this and add it in next version update. But you can hide that text for now with custom css in “Appearance => Customize => Additional CSS” box:

    .blog .custom-header .section-title-wrapper {
        display: none;
    }

    Then in your light color scheme, if you want to change the color of Header text as show in https://prnt.sc/l82cit then you can change it from “Appearance => Customize => Colors” and change “Header Text Color With Header Media”.

    in reply to: WooCommerce Filter Widgets not appearing #157138
    Sakin
    Keymaster

    @tbhesh: I will not be able to see this from frontend. So, I need to check in your widget are and I need your site access. I will send you email for that.

    in reply to: audioman pro #157137
    Sakin
    Keymaster

    @williampere22: It might be due to “Header Media Overlay”. So, you can make that 0. For that, go to “Appearance => Customize => Header Media” and change the value on “Header Media Overlay”.

    in reply to: Multilanguage with WPGlobus doesn't work #157135
    Sakin
    Keymaster

    Hi Jules,

    We are not familiar with WPGlobus. So, can you ask in their support forum about your issue and ask them if there is anything that theme need to add or change. Then we can do that in our theme to make it compatible. So, if this plugin is good then you need to ask in their support forum and let us know their answer. We are ready to make it compatible.

    Yes, WPML works good and for footer text and all, they use String translation https://wpml.org/documentation/getting-started-guide/string-translation/

    Regards,
    Sakin

    in reply to: Featured Videos / Litebox / Mobile Version #157134
    Sakin
    Keymaster

    @wandyr: Sorry, there is no option for this. Either you need to remove Lightbox or have it like this. We will talk about this to development team and see what we can do in future update. But sorry for now.

    in reply to: Single Content-free Landing Page #157130
    Sakin
    Keymaster

    @markmoritz: have you added custom css in “Appearance => Customize => Additional CSS”

    .custom-logo {
        display: block;
        max-width: 600px;
    }

    It’s because of the above css it’s not fluid. So, you can remove that css with the following one:

    .custom-logo {
        max-width: 200px;
    }
    @media screen and (min-width: 30em) {
    	.custom-logo {
    	    max-width: 300px;
    	}
    }
    @media screen and (min-width: 40em) {
    	.custom-logo {
    	    max-width: 400px;
    	}
    }
    @media screen and (min-width: 48em) {
    	.custom-logo {
    	    max-width: 500px;
    	}
    }
    @media screen and (min-width: 64em) {
    	.custom-logo {
    	    max-width: 600px;
    	}
    }
Viewing 20 posts - 861 through 880 (of 14,499 total)