Forum Replies Created
-
AuthorPosts
-
Pratik
ParticipantHi @step,
Thats strange. Keep me updated. I have forwarded this issue to our main developer as well.
Regards,
PratikPratik
ParticipantHi Nancy,
Glad it worked out. If you liked my support ,it would be great if you colud leave a review at http://wordpress.org/themes/catch-adaptive.
Regards,
PratikPratik
ParticipantHi Nancy,
You can try following code in Appearance=> Customize=> Additional CSS box:
a { color: #ddd; }
This will change all colors of excerpts and links. If you want to change it to another color, just change #ddd to any other color hex value.
Let me know if this is what you wanted.
Regards,
PratikPratik
ParticipantHi @step,
I checked on the ipad and pictures are working fine. Can you check on another device as this looks like caching problem.
Regards,
PratikSeptember 26, 2017 at 1:22 am in reply to: replace featured slider with featured image/video #123063Pratik
ParticipantHi @catwingz,
The new issue is that on the Home page the featured image is showing twice. This is not happening with the single posts or the video. What do I need to do to get it back to one?
For homepage, there are two images. One from Header Image and second from Featured Image. You need to disable the header image in homepage at Appearance=> Customize=> Header Media.
Is there any way I can choose the image to go in the banner for the blog?
Do you mean to adda different banner image for each page/posts. This falls outside the theme scope as it is a different feature. You will need to hire a customizer for this.
how can I make the margins smaller, giving the content more room, without causing problems in mobile?
Free version only has No Sidebar, Content Width option. To make the margins less, you will need to upgrade to Pro version and choose No Sidebar, Full width Layout.
Regards,
PratikSeptember 24, 2017 at 11:46 pm in reply to: replace featured slider with featured image/video #122996Pratik
ParticipantHi @catwingz,
For Clean Journal, try following code:
/** * Move Featured Image ahead of slider */ function clean_journal_replace_slider() { remove_action( 'clean_journal_before_post_container', 'clean_journal_single_content_image', 10 ); remove_action( 'clean_journal_before_page_container', 'clean_journal_single_content_image', 10 ); add_action( 'clean_journal_before_content', 'clean_journal_single_content_image', 10 ); } add_action( 'init', 'clean_journal_replace_slider' );
For image size, since you will select Full image, Any size you upload will be the default size here.
For sidebar, I do not understand what you mean. Featured Slider, Featured Image have no links with sidebar. If you want to remove sidebar, goto edit page of desired page and near bottom there should be Clean Journal Options. There in Layout Options, select No Sidebar Options.
Please post in your site url as well. I cannot find which about page you are talking about.
Regards,
PratikSeptember 23, 2017 at 11:01 pm in reply to: replace featured slider with featured image/video #122953Pratik
ParticipantHi @catwigz,
I think I know what you mean. You want The Page/Post’s Featured image to be in place of slider.
For that, do following:
1. Disable Slider
2. Make sure Single Page/Post Image Layout is enabled in Customize=> Theme Options=> Layout Options
2. Add following code in your child theme’s functions.php file:function catchresponsive_replace_slider() { remove_action( 'catchresponsive_before_post_container', 'catchresponsive_single_content_image', 10 ); remove_action( 'catchresponsive_before_page_container', 'catchresponsive_single_content_image', 10 ); add_action( 'catchresponsive_before_content', 'catchresponsive_single_content_image', 10 ); } add_action( 'init', 'catchresponsive_replace_slider' );
Let me know if I got you or not.
Regards,
PratikSeptember 23, 2017 at 10:54 pm in reply to: replace featured slider with featured image/video #122951Pratik
ParticipantHi @catwigz,
OK I got confused. So you want featured header image to replace slider?
If you disable slider and enable Header Image on entire site, wont it replace the slider as it is now?
Pratik
ParticipantHi @Szenko,
Go to Appearance=> Customize=> Theme Options=> Footer Editor Options and then you will be able to edit footer content there.
Regards,
PratikPratik
ParticipantHi @catwiz,
It looks like you have Jetpack mobile site enabled. Please disable it and your site will work fine. Again, this is due to Jetpack mobile site.
Regards,
PratikSeptember 23, 2017 at 9:49 am in reply to: how to add social media icons in header at right side #122928Pratik
ParticipantHi @Prahant,
For this you will heed to upgrade to Pro version. Pro version has Header Right Widget area that will allow you to add social widgets on header right.
Regards,
PratikSeptember 23, 2017 at 9:39 am in reply to: replace featured slider with featured image/video #122926Pratik
ParticipantHi @catwingz,
The function is as follows:
function catchresponsive_featured_slider() { ?> <section id="feature-slider"> <div class="wrapper"> <!-- Add in Video here --> </div><!-- .wrapper --> </section><!-- #feature-slider --> <?php }
For different image/content on different page, consider hiring a customizer as that task falls outside our theme support scope as it is a whole different functionality.
Pro version has the ability to disable slider and has optional three sidebars. You can choose from these three on your pages. For each page with a sidebar of its own, it is not possible.
Regards,
PratikPratik
ParticipantHi @glen,
Can you check the demo at https://catchthemes.com/demo/catch-base is tv and see if problem persists there?
Also, how are the listings page genetated? If it is via plugin, then you will need to contact their forum.
Regards,
PratikPratik
ParticipantHi @mfferreiro,
In that case, I wont be able to give you solution without looking at your site url. Please let me know when the site is live and only then I will be able to give you solution.
Regards,
PratikPratik
ParticipantHi @netta,
I think you are confused. There are two pages with “Reseptit” title.
One: http://www.pookinherkkutehdas.fi/demosivu/?page_id=25
Another: http://www.pookinherkkutehdas.fi/demosivu/?p=1You have added different page in menu. Please add page with id 25 in menu and then it should work.
Regards,
PratikPratik
ParticipantHi @netta,
What you want can only be done by hiring a customizer.
Your second query I think is working as “Reseptit” is showing latest posts.
Regards,
PratikSeptember 21, 2017 at 9:40 pm in reply to: How to prevent expand all te pages from the menu (mobile) #122831Pratik
ParticipantHi @marcel,
Because of the JavaScript involved,I am afraid this is not possible.
You will need to add custom menu via other plugins or hire a customizer for this.
Regards,
PratikPratik
ParticipantGreat you solved it yourself. 😀
Pratik
ParticipantGreat :D, if you liked my support and theme, it would be great if you could leave a quick review at http://wordpress.org/themes/fotografie.
Regards,
Pratik -
AuthorPosts