Forum Replies Created
-
AuthorPosts
-
Pratik
ParticipantPratik
ParticipantHi @skynet,
I tried to check your site url: natureworld.com
Is it down, or can you let me know the current site url?Regards,
PratikPratik
ParticipantHi @skynet,
I do not understand the issue. Does it happen in the front end too? Can you let me know any specific image size?
Regards,
PratikPratik
ParticipantHi @pmagcso,
Yes, the issue may be due to admin bar. Let me know if you need further help.Regards,
PratikPratik
ParticipantHi @Markus,
Great you solved it yourself. Let me know if you need any help.regards,
PratikApril 10, 2016 at 3:59 pm in reply to: hide arrows of Featured Page/Content Slider in mobile mode #89157Pratik
ParticipantHI @Mupa,
Thank you for your appreciation.
If you liked our theme and support, it would be great if you can leave a review at : https://wordpress.org/support/view/theme-reviews/catch-adaptive
Regards,
PratikPratik
ParticipantHi @heinjonker,
Thank you for your appreciation.
If you liked our theme and support, it would be great if you can leave a review at : https://wordpress.org/support/view/theme-reviews/catch-box
Regards,
PratikPratik
ParticipantHi,
The free and pro version will act as different themes, but when pro version is installed and activated, all settings will migrate to pro version. You can just install the pro version via WordPress dashboard. No need to use ftp.Ftp is only requires for updation the pro theme. If you use Catch Updater plugin, you can directly update it from dasnboard as well.
Regards,
PratikApril 9, 2016 at 4:13 pm in reply to: hide arrows of Featured Page/Content Slider in mobile mode #89105Pratik
ParticipantHi @Mupa;
For that, use following CSS code in Appearance=> Customize=> Theme Options=> Custom CSS Options box.
@media only screen and (max-width: 480px) { #feature-slider .cycle-prev, #feature-slider .cycle-next { display: none; } }
This will hide it on devices with width less than 481px. If you want to hide ti on larger devices, you can increase this number to match the width of the device.
Let me know how it goes.
Regards,
PratikPratik
ParticipantHi @heinjonker,
The content of the pages will not be lost.I do not understand what Uploading the Pro files by EFT means though. Can you explain this a bit more.
Regards,
PratikPratik
ParticipantHi @Sziszi,
To remove the text under the futured thumbnails, just add following code in Appearance=> Customize=> Theme Options=> Custom CSS box:
#featured-content .entry-container { display: none; }
Let me know if this is what you meant or not.
Regards,
PratikPratik
ParticipantHi @Sziszi,
To remove that box, just add following code in Appearance=> Customize=> Theme Options=> Custom CSS box:
#feature-slider .entry-container { display: none; }
Let me know how it goes.
Regards,
PratikPratik
ParticipantHi @heinjonker,
The settings will transfer to pro version as well. Plugins will work too. Let me know if you run into problems here and I will help if needed.
Regards,
PratikPratik
ParticipantHi @heinjonker,
Can you let me know what changes have you made?We have added a transport script for the latest version of the theme. It should be out before 12th April.
Regards,
PratikPratik
ParticipantHi @kate-upton,
To remove the permalinks from featured post slider, please follow following steps::
1. Create A Child Theme for Simple Catch Theme. Details for child theme is here
2. In your child theme’s functions.php add the function given here: http://pastebin.com/PPVuyLz0
* It is the same function that you have given, just removed the links. Check line 35 in new code for difference.Let me know how it goes.
Quick Note: For Future references, the reply will be much quicker if you post your issue in a separate post under your theme. This post is for users that use Adventurous Pro theme
April 4, 2016 at 10:06 am in reply to: Responsive fixed header top menu, center menu. Responsive logo. #88747Pratik
ParticipantHi @nikolas,
To achieve what you want please add following code in Appearance=> Customize=> Theme Options=> Custom CSS
/* To Center Menu */ .has-header-top.menu-logo #access-top { float: none; } To Move logo and @media screen and (min-width: 960px) { #header-top .wrapper { width: 70%; /* Increase or decrease this % as required */ } }
Please check the comments
/* .... */
for more information. Let me know how it goes.Regards,
PratikPratik
ParticipantHi @brianmor,
I am afraid that is not possible via theme support. You will need to hire a customizer as all the CSS and HTML will need to be customized.Regards,
PratikPratik
Participanthi @brianmor,
Do you want to add in a different featured content, or do you want to hide featured content on homepage? The second option can be done using custom CSS.For the widgetized area, you will need to hire a customizer for this as there will be a need to do quite a bit of customization.
Regards,
Pratik -
AuthorPosts