Forum Replies Created
-
AuthorPosts
-
Pratik
ParticipantHi @radeko,
I will forward this fix to our technical team and the reasons for it as well.
Regards,
PratikPratik
ParticipantHi @larentobi,
You can try following code:
@media screen and (max-width: 500px) { body { font-size: 44px; } }This will make the font size on mobile devices 44px.
Regards,
PratikPratik
ParticipantHi Ivan,
I checked and it looks like the Booking.com widget is visible newt the bottom of the page.January 21, 2017 at 7:06 pm in reply to: Solid background behind header on Static Home Page won't appear in Pro Version #107685Pratik
ParticipantHi @KatieK21532,
Can you post in your site url as well so I can check it?
Pratik
ParticipantHi @Michael,
There is an issue with the theme. I have fixed the issue and pushed the theme in live queue. New version(2.1) should be available to you soon.
Let me know if the new version still does not solve your issue.
Regards,
PratikPratik
ParticipantHi @Ivan,
Your site gives me connection timeout error. Please let me know once the site is up.
Check https://catchthemes.com/demo/lucida/ and see as there is sidebar present below the content. Usually in mobile views, sidebar moves below the content.
Regards,
PratikPratik
ParticipantHi @Ivan,
Your site gives me connection timeout error. Please let me know once the site is up.
Regards,
PratikPratik
ParticipantHi @radeko,
We can work on the issue. If you are comfortable with editing the theme files, can you replace lines 17-31 in catch-responsive/inc/catchresponsive-structure.php file with following:
if ( ! function_exists( 'catchresponsive_doctype' ) ) : /** * Doctype Declaration * * @since Catch Responsive 1.0 * */ function catchresponsive_doctype() { ?> <!DOCTYPE html> <html <?php language_attributes(); ?>> <?php } endif; add_action( 'catchresponsive_doctype', 'catchresponsive_doctype', 10 );If this solves the issue, I will send the fix and issue will be solved in next update.
Regards,
PratikPratik
ParticipantHi @lanretobi,
Can you post in your code so I can check it?
Pratik
ParticipantHi @[email protected],
You can try following CSS Code in Appearance=> Customize=> Additional CSS:
#site-logo, #site-branding { text-align: center; width: 100%; } /* Sidebar Header Right */ .sidebar-header-right { clear: both; display: inline-block; float: none; text-align: center; width: 100%; } #masthead .search-field, .sidebar-header-right .widget-wrap { float: none; }Pratik
ParticipantHi @cindy,
This usually happens when there is some interference when getting data from server. Try clearing your cache or different browser.
Let me know how it goes.
Regards,
PratikPratik
ParticipantHi @Ivan,
I am afraid that is not possible. Gallery is usually plugin territory. You can use JetPack Gallery or any other plugin.Regards,
PratikPratik
ParticipantPratik
ParticipantHi @Michael,
WordPress does not have options to select transparent as color scheme so this is why the problem is occuring.
To solve this issue, try following code in Appearance=> Customize=> Additional CSS
#masthead, #content, #main { background-color: transparent !important; }Let me know how it goes.
Regards,
PratikPratik
ParticipantHi @Pascal,
I cannot understand the exact issue. Can you please explain with your site url too?
Regards,
PratikPratik
ParticipantHi @Thanaphat,
Can you post in your site url?
Pratik
ParticipantHi @malodk02,
I apologize for the inconveniences caused. The bug is in testing process and will be live soon. Because of the nature of the bug, we had to do some testing on different installation criteria.
I hope you understand.
Regards,
PratikPratik
ParticipantHi @moeller,
There must be some plugin conflict. Please try steps described here: https://catchthemes.com/wordpress-tutorials/how-to-check-for-plugin-conflicts-with-our-themes/.
Regards,
PratikPratik
ParticipantHi @Gustavo,
1) In the STAIN, the button is centered, not right, and there is another
Space below it that I want to remove.
I cannot understand what you want. Can you elaborate it a bit more.2) On the home page in “Build Your House with the Modular Method!”
I’m using a table, but the video is not responsive when it decreases e
Below in “Watch now people who like …” are three videos in a tab that does not
They become responsive when they decrease.
And there is a plugin that I am using “VIRTUAL SLIDE” to create the buttons Funding, Construcard …
Which are also on a table and are not responsive.
How to solve?
For this, you might need plugin help. Either use JetPack responsive videos, or any fitvid implementation plugin.3) With some difficulty I got wordpress EDITOR to put the banners
Change language of the GTranslate plugin, la on top next to the box
Is there another easy way to search for it? Because this plugin is not
Turning well.
I am sorry but I will not be able to help you out on this. Maybe you are looking for a translation plugin, which falls beyond this theme support scope.Regards,
PratikJanuary 2, 2017 at 9:49 am in reply to: Can "previous" and "next" on posts only go to posts with a specific tag/category #106284Pratik
ParticipantHi @usernametaken,
Try following code in Appearance=> Customize=> Additional CSS:
#nav-single { display:none; }Regards,
Pratik -
AuthorPosts
