Forum Replies Created
-
AuthorPosts
-
Pratik
MemberHi @tjbp,
The theme file itself is the source code. In PHP, the server compiles the codes on the fly so, there is no code conversion. Let me know what you want and I can point you that where that piece of code lies.
Regards,
PratikJanuary 15, 2016 at 8:31 pm in reply to: Creating a "magazine style" on one page – Catch Everest FREE Theme #82955Pratik
MemberHi @adunning,
This is not possible with the current Catch Everest Theme. If you want, you can try other themes like Catch Adaptive and Create which have similar three column magazine layout.I don’t think a plugin can be recommended, but you can check our plugins at WP.org Plugins Repo.
Regards,
PratikPratik
MemberHi @ttolun,
I am glad it worked. If you liked our theme and support, please leave us a review at https://wordpress.org/support/view/theme-reviews/full-frame. It will be very much appreciated.
Regards,
PratikPratik
MemberHi @Martin,
Humm, thats strange. I will ping Sakin. We may require more info.
Regards,
PratikPratik
MemberHi @benowchiro,
You will not loose Custom CSS. All the theme options will be migrated to pro version as well.
Regards,
PratikPratik
MemberHi @Catchchris,
I tried visiting http://www.christian.traxler.at/ but it gives server not found error. Can you recheck the link?
Regards,
PratikPratik
MemberHI @LiminalLCC,
We will sort out this issue in next version update. For now, you can use following CSS code in Appearance-> Customize-> Theme Options-> Custom CSS
@media screen and ( max-width:980px ) { .no-sidebar.content-width #main { width: 100%; } }Let me know if this helps.
Regards,
PratikPratik
MemberHI @benowchiro,
In free version, there is only featured post slider and featured category slider. The images for both these are automatically re-sized so it is not possible to fix a certain height as they are pre-build. So, they cannot be resized with custom CSS.
If you upgrade to pro version, you can select a featured image slider in which you can add images with custom height for your need. The details of pro version is here
Regards,
PratikPratik
Memberhi @ttolun,
Put the following CSS code in Appearance => Customizer => Theme Options => Custom CSS box:
.nav-primary { font-weight: bold; }Let me know if it works out or not.
Regards,
PratikPratik
MemberHi @Lethos,
I tried adding MAGNET ARMBÅND I HÆMATIT item, and it worked fine till the checkout page. I did not go though the final process. I did not get freight option.
Can you show your issue with a screenshot?
Regards,
PratikPratik
MemberHi @Cricket,
I will contact the sales team and let you know. If you want a quicker response, please post in your request at http://catchthemes.com/contact-us/.
Regards,
PratikPratik
MemberHi @Martin,
Can you check if there is this same issue with your site when the language is changed to english. I think this might be a translation file issue.
Please let me know.
Regards,
PratikPratik
Memberhi @niti77,
Do you mean that your site has same width as 1366×768 even on screens with this resolution 1440×900 or higher. Catch Responsive theme is not fluid layout theme. It is boxed layout theme.
If you want it to be fluid layout, you can add following css code in “Appearance-> Customize-> Theme Options-> Custom CSS” box:
@media screen and ( min-width:1440px ) { .site, #feature-slider .cycle-slideshow { width: 100%; } #main { width: 70%; } }This will make the width 100% for screen sizes greater than 1440px width. For anything else related to the width, you will need to hire a customizer to do custom work and make it work for higher resolution screens as you like.
Please post in your site url too for further queries.
Regards,
PratikPratik
MemberHi @Pia,
Assuming http://bonitatissue.com/ being your site, have you used any gallery plugin? If you haven’t can you share the screenshot with me because when I view it at 1600 x 900 resolution, the display is similar to the one on 1366 x 768. Ref: http://responsivetest.net/#u=http://bonitatissue.com/|1600|900|1
Please let me know.
Regards,
PratikPratik
MemberHi andrewf90,
I am glad everything worked out.
Regards,
PratikPratik
MemberHi andrewf90,
Glad everything worked out. If you liked our theme and support, please leave a review at here.
Thanks,
PratikPratik
MemberHi TheGamer1,
Glad everything worked out. If you liked our theme and support, please leave a review at here.Thanks,
PratikPratik
MemberHi Masac,
Glad everything worked out. If you liked our theme and support, please leave a review at https://wordpress.org/support/view/theme-reviews/catch-everest.Thanks,
PratikPratik
Memberhi andrewf90,
For both conditions, you will need to make a child theme and do some customizations. For child theme, you can find the details here.Then in your child theme’s functions.php add following codes:
i)Moving the menu bar to the bottom:/** * Move mobile nav * */ function catchflames_child_move_mobile_nav() { remove_action( 'catchflames_headercontent', 'catchflames_main_mobile_menu', 10 ); add_action( 'catchflames_headercontent', 'catchflames_main_mobile_menu', 40 ); } add_action( 'init', 'catchflames_child_move_mobile_nav' );ii)To have a solid color bar between the header and page:
In Appearance=> Customize=> Theme Options=> Custom CSS box, add following code:@media screen and ( max-width: 940px ) { #branding { border-bottom: 30px solid #dd9933; } }Change #dd9933 to your desired color hex value.
For (ii), if this is not what you were thinking of, you will need to ad a different div and give it style. To do this, you will need to hire a customizer as this falls outside of the theme support scope.Regards,
PratikPratik
MemberHi @andrewf90,
That is background. In Appearance=> Customize=> Colors=> Background Color, just change that color to white and it will be removed. -
AuthorPosts
