Forum Replies Created
-
AuthorPosts
-
January 11, 2016 at 12:44 pm in reply to: Recommended shopping cart plug in for Catch Responsive Pro #82643
Pratik
ParticipantYou are welcome. Have a nice day.
Regards,
PratikPratik
ParticipantHi @radeko,
I am glad it worked out. If you liked our theme as support, please leave us a review at https://wordpress.org/support/view/theme-reviews/catch-responsiveRegards,
PratikPratik
ParticipantHi @marcodimi,
I have checked the issue and it is exactly how @mahesh has given it. The script should go to footer section. Once you add it there, it should work.
Pratik
ParticipantHi @raviuppal,
It is working fine from the mobile devices that I have checked. Maybe there is cache issue in your mobile.To get the button and title below your ads, you will need html and CSS which falls outside out Theme Support Scope. You will need to hire a customizer for that.
Regards,
PratikPratik
ParticipantGreat you solved it yourself. Let us know if you have any more issues.
Regards,
PratikPratik
Participanthi @Masac,
Sorry, but it has been difficult because of a different language. CAn you remove that CSS and let me know in which page the issue is?We need to build a child theme and make customization there to completely remove it.
Regards,
PratikPratik
ParticipantGreat everything worked out. It would be great if you could leave a review for this theme at: https://wordpress.org/support/view/theme-reviews/chicago#postform.
Regards,
PratikPratik
ParticipantHi @[email protected],
To change background color, you can go to Appearance=> Customize=> Colors=> Background Color and select any color you like.
Regards,
PratikPratik
Participanthi @marcodimi,
For “ARCHIVI” widget, use following code:/* For Archives Widget Heading */ .widget_archive h3 { font-size: 26px; } /* For Archives Widget Content*/ .widget_archive ul li { font-size: 15px; }
Let me know how it works out.
Regards,
PratikPratik
ParticipantHi @raviuppal,
http://www.untoldreality.com/great-deals/ is currently giving me 404 page not found error. Can you check it?
Regards,
PratikPratik
ParticipantHi @TheGamer1,
Thank you for using Catch Flames. Yes, there was a bug in this theme, but it has been removed and sent for update. Once the update is available, this bug will be fixed.If you want this fixed asap, then you can go yo your theme’s header.php file and remove line 26 which has following code:
<title><?php wp_title( '|', true, 'right' ); ?></title>
Regards,
PratikPratik
Participanthi @raviuppal,
1. There is an error in your html. The <main> element is not closed properly, hence footer is getting cut off. Once you solve this issue, the footer will be full width.
2. This is not possible via custom CSS. You need to make modification to HTML and edit CSS. This is beyond the theme support scope. Please hire a customizer for this.
3. Add following CSS codes to Appearance=> Customize=> Theme Options=> Custom CSS and this should work.post-69.page.type-page.status-publish.hentry p { float: left; width: 50%; }
4. To show different ads on different page, just post the ad content in Add/Edit page content. If there is some criteria on to how to show ads, you will need to find a developer to make custom plugin for you. This is not achievable otherwise.
5. To get rid of that line, add following CSS codes to Appearance=> Customize=> Theme Options=> Custom CSS and this should work.#footer { border-top: none; }
Regards,
PratikPratik
ParticipantHI @jascmeen,
Add following code to Appearance=> Customize=> Theme Options=> Custom CSS box.nav-primary .page-menu-wrap ul:first-child { text-transform: uppercase; }
Pratik
ParticipantHi @Cheryl,
In Appearance=> Customizer=> Theme Options=> Font Family Options=> Default Font Family you can change the font family for slider. If you want to change only for slider, then you can do it via Custom CSS. Use following code in Appearance=> Customizer=> Theme Options=> Custom CSS box:#main-slider .entry-content { font-family: "Arial Black", Gadget, sans-serif; }
This will change slider font to Arial Black. Change it to any font family you require.
To decrease size of header, add following CSS code in same place,
#site-title { font-size: 35px; }
You can decrease 25 to further decrease the size.
Let me know how everything works out.
Regards,
PratikPratik
ParticipantHi @jascmeen,
You can change the Featured Content Text Color by going to Appearance=> Customize=> Color Options=>Featured Content Color Options =>Text Color.Regards,
PratikPratik
ParticipantHi @radeko,
Since you are already using a child theme, I am going to skip on how to make a child theme.Now to push the header image to the top, add following code to your child theme functions.php file:
/** * Override parent theme Featured Image Display */ function catchresponsive_featured_image_display() { add_action( 'catchresponsive_header', 'catchresponsive_featured_overall_image', 15 ); } // catchresponsive_featured_image_display
Let me know how it works out.
Regards,
PratikPratik
Participanthi @marcodimi,
Clean Box Pro has been derived from Catch Box Pro with a lot of more options.
In Clean Box Pro, you can disable the primary menu as floating menu and use Secondary Menu. This will push the menu below the header image as you have in your site.
About the images before content, we can do it via child theme customization. You can view this image: here.
Let me know if you want anything else.
Regards,
PratikJanuary 10, 2016 at 1:47 pm in reply to: Will I lose content of Custom CSS section if I upgrade #82571Pratik
Participanthi @Adam,
Thank you for using Catch Box Pro.
If you added your CSS via Appearance=> Theme Options => Custom CSS Styles or Appearance=> Customize=> Theme Options => Custom CSS Styles then you will not lose any information, and that CSS will be applicable to new theme versions. However, if you made any direct changes to the core theme files like styles.css, index.php, etc without a child theme, then you will lose those changes.
Regards,
PratikPratik
Participanthi @[email protected],
Can you post in your site url and the device name so we can check it?
Regards,
Pratik -
AuthorPosts