Forum Replies Created

Viewing 20 posts - 861 through 880 (of 14,488 total)
  • Author
    Posts
  • 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;
    	}
    }
    in reply to: change color menu-toggle #157129
    Sakin
    Keymaster

    Hello Matz,

    For that, you can just add the following css in “Appearance => Customize => Additional CSS” box:

    .absolute-header .menu-toggle {
    	color: #000;
    }

    Regards,
    Sakin

    in reply to: LOGO not responsive #157128
    Sakin
    Keymaster

    @maciejakubzawadzki: I don’t see lag in my mobile device. I check in your site. Since, this is fullscreen script, it might do in few mobiles. There is nothing we can do about this. Sorry.

    Right now there i no option to change the anchor mane. But we will definitely look into it and see what we can do in next version update. Thanks for the raising the issues. We have noted down.

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

    @markmoritz: Ok then add the following css in “Appearance => Customize => Additional CSS” box:

    .home #page {
        height: 100%;
        height: 100vh;
    }
    in reply to: create and position responsive header logo throughout site #157072
    Sakin
    Keymaster

    @markmoritz: Ok sure. thanks.

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

    @markmoritz: The main problem I see is the plugin that you are using in not compatible with the theme. I check in your site and see that you just need that video, menu and footer in homepage and you don’t want to select two pages in for a static page.

    So, please follow these steps:
    1. Disable that plugin, as you have add video from Header Media. So, just go to “Appearance => Customize => Header Media” and paste that youtube video URL in the box “Or, enter a YouTube URL:”
    2. To remove recent post from homepage. Just go to “Appearance => Customize => Theme Options => Homepage / Frontpage Options” and check the option “Check to disable Recent Posts/Content on homepage”

    This should solve your issue.

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

    @tbhesh: I just check in that URL and see that you have successfully added “Product Category” widget there. So, now you can add other widgets in the same place where you have added that product widget.

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

    @dzamani: Sorry, I don’t get it what you mean. Can you send me the URL of the page where you have issue and then explain.

    Sakin
    Keymaster

    @dzamani: You cannot remove the whole header on individual page. If you need then you can hide with css for particular page. For that you need to send me the URL of the page where you need to hide the header and then I will send you CSS code to hide it.

    in reply to: audioman pro #157060
    Sakin
    Keymaster

    @williampere22: Yes, when you purchase the pro version. You can option to change the color scheme. For, that you just have to install Audioman Pro theme and then go to “Appearance => Customize => Colors” and then select “Light” for light color scheme.

    in reply to: Internal 500 Error after installation of Pro #157059
    Sakin
    Keymaster

    @blackhatstudios: Yes sure I will email you and then we can debug the issue. Thanks

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

    Hello Jules,

    Thanks for using Catch Fullscreen Pro theme. Multi-language is problematic most of the time as there are many plugin and most of them are not stable and keeps on changing. So, making it compatible to plugin is really a hard time.

    We have made this theme compatible with Multi-language like https://wpml.org/. So, can you try that plugin instead. They are good.

Viewing 20 posts - 861 through 880 (of 14,488 total)