Forum Replies Created
-
AuthorPosts
-
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/
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.
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.
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.
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.
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.
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.October 22, 2018 at 12:24 pm in reply to: How to remove header on individual page for Solid Construction Pro theme #157315Sakin
KeymasterHello 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,
SakinOctober 20, 2018 at 4:46 pm in reply to: How to remove header on individual page for Solid Construction Pro theme #157208Sakin
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; } } -
AuthorPosts
