Forum Replies Created
-
AuthorPosts
-
October 20, 2018 at 4:46 pm in reply to: How to remove header on individual page for Solid Construction Pro theme #157208
Sakin
KeymasterHello dzamani,
That’s breadcrumb and you can disable that from “Appearance => Customize => Theme Options => Breadcrumb”.
Regards,
SakinSakin
KeymasterHello 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,
SakinSakin
KeymasterHi 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,
SakinSakin
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 #157061 -
AuthorPosts
