Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@omradiocom: You mean to place header-featured-image before Slider? If so, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in you child theme’s functions.php add the following codes.
add_action('init', 'fullframe_child_move_featured_header_above_slider'); function fullframe_child_move_featured_header_above_slider() { remove_action( 'fullframe_before_content', 'fullframe_featured_slider', 10 ); remove_action( 'fullframe_before_content', 'fullframe_featured_overall_image', 20 ); add_action( 'fullframe_before_content', 'fullframe_featured_overall_image', 10 ); add_action( 'fullframe_before_content', 'fullframe_featured_slider', 20 ); }Regards,
MaheshFebruary 20, 2017 at 10:22 am in reply to: Front page featured slider, content and grid image sizing issues #110286Mahesh
Participant@jester1965: Please follow the theme instruction. Here.
And use the recommended image sizes as in theme instruction. HERE.Regards,
MaheshMahesh
Participant@rodeboy: Add the following CSS:
@media screen and (max-width:500px) { #masthead { position: unset; } }Regards,
MaheshMahesh
Participant@luigibella: Just did the same and nothing happens. The image are no longer clickable means no link in the featured slider. May be because of caching. Please try clearing cache. Let me know further.
Regards,
MaheshMahesh
Participant@kimberlyds: How many posts do you have? By default, blog page shows 10 post at most and if there are more posts, navigation will be displayed. Let me know if any problem.
Regards,
MaheshMahesh
Participant@rflores: You cannot update Pro themes by just directly Update Now button like Free themes. You’ll need to first download the theme from https://catchthemes.com/my-account/ page. Then install Catch Web Tools plugin and activate Catch Updater Module.
https://wordpress.org/plugins/catch-web-tools/
Please check the tutorial video in the link below:
https://www.youtube.com/watch?v=W95SuabDZi8For more, check out theme instructions at https://catchthemes.com/theme-instructions/simple-catch-pro/#updating
Regards,
MaheshMahesh
Participant@skynet: For that, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme’s
functions.phpadd the following codes.add_filter( 'comment_form_defaults', 'catchbox_child_custom_comment_text' ); function catchbox_child_custom_comment_text( $arg ) { $arg['comment_notes_before'] = "Some text you want!!!"; return $arg; }Note: Please use your desired text in the above code.
Regards,
MaheshMahesh
Participant@kimberlyds: Please post in your site url.
Regards,
MaheshMahesh
Participant@50jamdates: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#site-logo { display: none; }Regards,
MaheshMahesh
Participant@mailepage: For that, you’ll need to create a child theme. You can find more details on creating child theme HERE. And what to customize depends upon what you want to change, and which button. I recommend you to hire a customizer for this.
https://catchthemes.com/hire-customizer/Regards,
MaheshMahesh
Participant@wouwonline: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
/* Title color */ #content #main .entry-title a, #content #main .entry-title { color: #ff00ff; } /* Link Colors */ a { color: #ff00ff; } /* Menu Colors */ .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a { color: #ff00ff; } /* Header Background*/ .site-banner { background-color: #00ff00; }Note: Please use your desired colors.
Regards,
MaheshMahesh
Participant@cafelicked: The theme you are using is not a theme by Catch Themes. This support forum is only for the Catch Themes’s themes and plugins.
Regards,
MaheshFebruary 10, 2017 at 9:41 am in reply to: Is the "CatchTheme" link mandatory ? (bottom of page) #109304Mahesh
Participant@gantier: No, in Pro version you can edit it and replace the text and links. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Footer Editor and edit the text as desired.
Regards,
MaheshFebruary 9, 2017 at 12:19 pm in reply to: Catch Box Pro Premium- Page/Post Editing Options disappeared? #109187Mahesh
Participant@nadiahri: Does the problem persist when using parent theme too? And what error do you get when you update the theme? Let me know further.
Regards,
MaheshMahesh
Participant@kjepa: Sorry, but there is not such feature to have meta in the custom post just like that as you’ve mentioned above. As mentioned in post above LINK, you’ll need to call
catchbase_entry_meta();function just in the the page where you have displayed the custom post. Hope you understand.
Let me know if any problem.Regards,
MaheshMahesh
Participant@wolpertinger: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.sidebar ul li, #supplementary ul li { list-style-type: decimal; }Regards,
MaheshMahesh
Participant@kejpa: Can you please explain in detail. You have given the admin link, and without logging in, I cannot see what you really mean. Please attach an image if possible. Hope you understand.
Regards,
Mahesh -
AuthorPosts
