Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@pushed: Are you using any plugin or have used any custom CSS or modified the theme? I checked the theme on your server and found no such issue. Please check on the demo and let me know if you find the same issue in demo too.
https://catchthemes.com/demo/catch-responsive/
Let me know further.Regards,
MaheshMahesh
Participant@michelcauzid: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#site-title a { color: #ff00ff; } #header-menu ul.menu a { color: #00ff00; }Note: Please use your desired color.
Regards,
MaheshMahesh
Participant@theproperva: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.blog #header-featured-image { display: none; }Regards,
MaheshMahesh
Participant@theproperva: Since Additional CSS function has been included in WordPress core from version 4.7, theme’s custom CSS has been removed but all your CSS are migrated automatically to Dashboard=> Appearance=> Customize=> Additional CSS box. Please use Additional CSS.
Please add the following CSS:.nav-primary.search-enabled { position: fixed; width: 100%; top: 0; } .page { margin-top: 20px; }Regards,
MaheshFebruary 20, 2017 at 10:35 am in reply to: Images disappear at logo slider and featured content zone #110289Mahesh
Participant@herbertcodee: Please post in your site url.
Regards,
MaheshMahesh
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,
Mahesh -
AuthorPosts
