Forum Replies Created
-
AuthorPosts
-
Skandha
Participant@stevieg: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Participant@stevieg: Hello Stevie,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.body:not(.home) .custom-logo { display:none; }Let me know if this is what you want.
Kind Regards,
SkandhaSkandha
Participant@vraba: Thank you very much for your appreciation. Let me know if you have anymore issues. Have a good day! 🙂
Kind Regards,
SkandhaSkandha
Participant@catwingz: Hello there,
To center the logo
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.@media screen and (min-width:1120px) { .custom-logo-link { position:absolute; transform:translateX(-50%); left:50%; } }Let me know if this works out!
Kind Regards,
SkandhaFebruary 21, 2019 at 12:59 am in reply to: Recent Posts on Home Page show more than selected category #166312Skandha
Participant@twicklund: Hello there,
I checked you site and you seem to have set you homepage as a static page.
To use Theme Options->Homepage/Frontpage options to set the active categories you will need to set your Homepage as latest posts.Let me know if this helps you out!
Kind Regards,
SkandhaFebruary 21, 2019 at 12:12 am in reply to: Need logo larger, centered, and responsive on mobile #166310Skandha
Participant@rgraham: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/solid-construction/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂Kind Regards,
SkandhaSkandha
Participant@lankyman26: Hello there,
For that you will need to create a child theme and do a little bit of customization. Let me know if you are familiar with child theme customization so that I can guide otherwise I suggest you to hire a customizer.Kind Regards,
SkandhaSkandha
Participant@valelotartaro: Let me know if you have any more issues. Have a good day! 🙂
Kind Regards,
SkandhaSkandha
Participant@catwingz: I will need to have a look at your site to fix the issue you are having. Since your site is not live you can provide me you WP admin credentials so that I can look into the issue. I will contact you shortly by email..
Kind Regards,
SkandhaSkandha
Participant@mpoelzl: I will look into the issue and get back to you on this.
Kind Regards,
SkandhaFebruary 20, 2019 at 10:36 pm in reply to: solid construction- I need to make the logo bigger #166281Skandha
Participant@alexandra79: Hello Alex,
To make the logo bigger
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..site-branding { padding:0px 65px !important; } .custom-logo-link { max-width:300px !important; }You can alter the logo size by changing the max-width.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@rodeboy: Hello Chris,
The menu covering the whole screen in mobile phones no matter the number of menu items was made to solve the background scroll issue when the menu was opened in mobile phones. So I don’t think much can be done about the menu issue.Apologies for the inconvenience.
Kind Regards,
SkandhaSkandha
Participant@vraba: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/parallax-frame/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂Kind Regards,
SkandhaSkandha
Participant@vraba: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..parallax-effect { background-attachment:scroll !important; }Let me know if this solves the header image issue on Ipads.
Kind Regards,
SkandhaFebruary 20, 2019 at 2:20 am in reply to: Need logo larger, centered, and responsive on mobile #166214Skandha
Participant@rgraham: Hello there,
What you can do first of all remove all the CSS Code you have added for the logo and site header.Then Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.custom-logo-link { max-width:80%; }You can alter the max-width according to your requirement.
Let me know if this solves the issue.
Kind Regards,
SkandhaFebruary 20, 2019 at 1:55 am in reply to: Recent Posts on Home Page show more than selected category #166212Skandha
Participant@twicklund: I tested the option at my end and it seems to be working fine. I will need to have a look at your site to debug the issue. For that I will need your WP admin credentials. I will contact you shortly by email.
Kind Regards,
SkandhaSkandha
Participant@valelotartaro: Hello Valeria,
To make the header video keep on playing you will need to create a child theme and do a little bit of customization. Let me know if you are familiar with child theme customization otherwise I suggest you to hire a customizer to get it done.Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@lankyman26: If you have a static page rather latest post and to remove sidebar on that page you can
Go to => Appearance = Customize => Theme Options => Layout Options => Default Layout Check No Sidebar Option and Publish.Let me know if this is what you want!
Kind Regards,
SkandhaSkandha
Participant@catchrmv: Hello there,
When you add the slider in the free theme it will appear where your latest news is currently. You can check out this screenshot to know what I mean.Since you want the slider to be where you have your header image right now, this feature is being added in the pro version of the theme and an update will be released any time soon. So, if you want the header slider feature you will need to upgrade to pro version of the theme. I will let you know when the update will be released so that you can upgrade to pro and use the feature.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@randyfordvangmail-com: For the background issue.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#page, .menu-inside-wrapper, #testimonial-content-section .hentry-inner, .my-music-band-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total, .my-music-band-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded, .my-music-band-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float, .my-music-band-mejs-container.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .woocommerce-account .woocommerce-MyAccount-navigation a { background-color:unset !important; }The posts on your homepage seems to be showing up fine. To display all your posts on your Homepage you will need to Go to => Appearance => Customize => Homepage Settings => Set Your homepage displays as Your latest posts. You seem to have done this.
Let me know if this helps you out!
Kind Regards,
Skandha -
AuthorPosts
