Forum Replies Created
-
AuthorPosts
-
Skandha
Member@lionelrousvoal: Glad you were able to figure it out. Have a good day! 🙂
Kind Regards,
SkandhaNovember 4, 2018 at 10:32 pm in reply to: Overlay Text OR Bold Post Title on Featured Slider in Catch Box Pro #158505Skandha
Member@action0099: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#slider .slider-title { font-weight:bold; }Let me know if this is what you want!
Kind Regards,
SkandhaSkandha
Member@toerfiets: Yes, that it possible you will need to edit the posts in https://synforum.nl/dataproduct-2/ and add a featured image to each of the post.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@tikaram: I will need your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Member@lionelrousvoal: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Member@toerfiets: Glad you figured it out. Let me know if you have anymore issues.
Kind Regards,
SkandhaSkandha
Member@fireflywebs: You can simply use the Site Icon option under Site Identity to change the icon of your site.
Let me know if you have anymore issues.
Kind Regards,
SkandhaSkandha
Member@nikonn: I’m afraid that the option to change the position of the excerpt to left or right of the featured image is not available in the theme. If you really need this I suggest you to hire a customizer.
Kind Regards,
SkandhaSkandha
Member@blakey0320: You will need to Signup with Mailchimp to use a Pop up form. Maybe this article will help you out.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Member@wouwonline: Yes, that is possible. Go to => Appearance => Menus => At the top right corner you will find Screen Options click on it and Check Link target check box.
Now, when you edit the Social Menu you will find a Open link in a new tab checkbox option under every social menu item. Check the box and now the social menu item should open in a new tab on click.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@wouwonline: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#post-199 .entry-meta { display:none; }Let me know if this is what you want.
Kind Regards,
SkandhaSkandha
Member@wouwonline: No, not from the WordPress dashboard.
Go to => Your Child Theme Folder => style.css and add the above code.Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@abisbee: I’m afraid you will need to add CSS code to selectively center align the captions. If you can let me know which captions you want to center align I could provide you the necessary codes.
Kind Regards,
SkandhaSkandha
Member@chrishaught: I will need your WP admin credentials to setup the demo for you. I will contact you shortly by email.
Kind Regards,
SkandhaSkandha
Member@jazart72: The issue will be fixed in the next theme update. For now,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..category.two-columns-layout #primary { width:100%; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@nikonn: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Member@joeywickham: Hello Joey,
First you will need to create a child theme and for that you can use Generate Child Theme Plugin. Download and activate the plugin, after activation you will get the Generate Child Theme tab on your dashboard. Click on it which will take you to the plugin dashboard. Now Select parent theme as Catch Fullscreen Pro and give your child theme’s name catch-fullscreen-pro-child and fill up the remaining form and click on Generate. Now, this will activate the child theme and create a child theme directory on wp-content/themes as catch-fullscreen-pro-child.
Now, Go to => catch-fullscreen-pro-child => funtions.php and add the following Code.
function catch_fullscreen_header_title( $before = '', $after = '' ) { if ( is_front_page() ) { $header_media_title = get_theme_mod( 'catch_fullscreen_header_media_title', esc_html__( 'Dancing Under The Sky', 'catch-fullscreen-pro' ) ); if ( $header_media_title ) { echo $before . wp_kses_post( $header_media_title ) . $after; } } elseif ( is_singular() ) { if ( is_page() ) { if( ! get_theme_mod( 'catch_fullscreen_single_page_title' ) ) { the_title( $before, $after ); } } else { the_title( $before, $after ); } } elseif ( is_404() ) { echo $before . esc_html__( 'Nothing Found', 'catch-fullscreen-pro' ) . $after; } elseif ( is_search() ) { /* translators: %s: search query. */ echo $before . sprintf( esc_html__( 'Search Results for: %s', 'catch-fullscreen-pro' ), '<span>' . get_search_query() . '</span>' ) . $after; } else { echo 'Blog'; } }This should change your blog page title from Archives to Blog.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@mmhgloba: Hello Edwin,
I have replied to the above issue. Please check and let me know if the issue is resolved.Kind Regards,
Skandha -
AuthorPosts
