Forum replies created
Hi,
You will need a SEO plugin to change site title in browser tab.
Thanks!
Hi,
WordPress admin -> Settings -> Reading
Use a static home page and post page.
Thanks!
Hi,
Theme options -> Bootstrap Slider
You can find option to set title or description font.
Use the following in Theme Options -> Custom CSS
.bootstrap-button {
background: red none repeat scroll 0 0 !important;
}
To change bootstrap button color to red.
Thanks!
Hi,
This issue is unique to your site.
It’s not a bug within the Theme.
I had made a reply previously.
https://theme4press.com/support/topic/blog-post-images-being-shrunk-to-oblivion-on-some-web-browsers/#post-20251
Did you disable Jetpack Photon module?
Did you disable one plugin at a time to find any plugin that is causing this issue?
Thanks!
Hi,
Please use the following codes.
@media screen and (max-width:768px){
#searchform{
display:none !important;
}
}
You need to clear your plugin cached content.
Thanks!
Hi,
Navigate to Theme Options -> Typography and you should be able to select font with subset.
Thanks!
Hi,
I read somewhere on this forum that the Bootstrap Slider supports more than 5 images in the Premium version
Sorry, this is not possible.
As for the deploying Theme4Press slider. In your Edit Page or Post view, scroll down and you will see Slider Options.
Thanks!
Hi,
a) Is it possible to consolidate everything in one line: reduce the size of the logo in mobile view, replace the two menu bars with two menu icons, and have them be located to the sides of the logo?
This is not possible just by providing custom css code. You need to hire a developer for this modification.
b) Can the top bar be disabled on mobile devices?
Please use the following in Theme Options -> Custom CSS
@media screen and (max-width:768px){
.mobile-topnav-holder{
display:none !important;
}
}
c) Can the search box be disabled on mobile devices?
Please provide your website url. I need to see your search box.
Thanks!
Hi,
Yes the theme is woocommerce compatible, but there is no catalog mode in woocommerce, you need a plugin or developer to code this for you.
Alora theme does not have the following feature.
Additionally it should be possible for the users to send an email when on a product page by clicking a “contact seller” button that will bring up a contact form (Contact Form 7).
You need a developer to code or integrate this for you.
Thank you.