Forum Replies Created
-
AuthorPosts
-
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; } }
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”
Sakin
KeymasterHi 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,
SakinSakin
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”.
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.
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”.
Sakin
KeymasterHi 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,
SakinSakin
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.
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; } }
Sakin
KeymasterHello Matz,
For that, you can just add the following css in “Appearance => Customize => Additional CSS” box:
.absolute-header .menu-toggle { color: #000; }
Regards,
SakinSakin
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.
Sakin
Keymaster@markmoritz: Ok then add the following css in “Appearance => Customize => Additional CSS” box:
.home #page { height: 100%; height: 100vh; }
October 18, 2018 at 11:15 pm in reply to: create and position responsive header logo throughout site #157072Sakin
Keymaster@markmoritz: Ok sure. thanks.
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.
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.
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.
October 18, 2018 at 10:57 pm in reply to: How to remove header on individual page for Solid Construction Pro theme #157061Sakin
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.
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.
Sakin
Keymaster@blackhatstudios: Yes sure I will email you and then we can debug the issue. Thanks
Sakin
KeymasterHello 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.
-
AuthorPosts