Forum Replies Created

Viewing 20 posts - 1,241 through 1,260 (of 2,006 total)
  • Author
    Posts
  • in reply to: Move breadcrumbs below the Featured Slider #99530
    Pratik
    Member

    Hi Orlando,

    For that, you will need to make some modifications via child theme.

    First, create a child theme for current theme. Check tutorial here for details on creating a child theme.

    Then, add following code to child theme’s functions.php file.

    
    /**
     * Function to move breadcrumb in child theme below slider
     */ 
    function catchresponsive_child_move_breadcrumb() {
    	remove_action( 'catchresponsive_after_header', 'catchresponsive_add_breadcrumb', 50 );
    	add_action( 'catchresponsive_before_content', 'catchresponsive_add_breadcrumb', 15 );
    
    }
    add_action( 'init', 'catchresponsive_child_move_breadcrumb' );
    

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: Social Icons #99418
    Pratik
    Member

    I am sorry, but I cannot understand what you are saying. This theme does not use Fontawesome.

    in reply to: Social Icons #99412
    Pratik
    Member

    You will need to upload the image icon to your server and then add that image to the specific link via CSS.

    in reply to: Social Icons #99408
    Pratik
    Member

    Hi @makintour,
    You just need to add the images for the social network in your server and the CSS with respect to the links of the social icons. You will need indept knowledge of CSS. Then, just add the CSS in “Appearance=> Customize=> Theme Options=> Custom CSS” box.

    If you do not understand what I mean, then it is probably a good idea to hire a customizer.

    Regards,
    Pratik

    in reply to: Social Icons #99405
    Pratik
    Member

    Hi @mankintour,
    Those icons are not present, you will need to do some custom work for those.

    Social Icons are from genericons. Check https://genericons.com/

    Regards,
    Pratik

    in reply to: Author Tag missing #99324
    Pratik
    Member

    Hi Frank,

    Add following code in you child theme’s functions.php file: http://pastebin.com/LXBX2nKg

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: Author Tag missing #99247
    Pratik
    Member

    Hi @franksyweb,
    Adding dummy author will solve the issue. If you want a more cleaner approach, then you need to create a child theme and modify a function. If you are comfortable with making modifications via child theme, please let me know and I will provide you the codes and instructions.

    Check Child Theme Creation page for more info.

    Regards,
    Pratik

    in reply to: gray box in upper left of every page #99141
    Pratik
    Member

    Hi @gmobbs,
    It looks like you have added background via “Appearamce=> Customize=> Background Image” and selected “No Repeat” option in “Background Repeat” option. Either remove the image, or change that option to something suitable to your need.

    Regards,
    Pratik

    in reply to: Author Tag missing #99139
    Pratik
    Member

    Hi Frank,

    Can you let me know how many authors you have in your site?

    In case of only one author, the author will not be displayed, as it becomes irrelevant. In case of multiple authors, that will be displayed.

    Please check and let me know.

    Regards,
    Pratik

    in reply to: gray box in upper left of every page #99109
    Pratik
    Member

    Can you please post in your site url so I can check it?

    Regards,
    Pratik

    in reply to: Author Tag missing #99108
    Pratik
    Member

    Hi Frank,
    Please check the demo at https://catchthemes.com/demo/clean-magazine/

    It has version 2.1 and the author is showing fine.

    Please post in your site url for further help.

    Regards,
    Pratik

    in reply to: Modifying catchbase_footer_content #99107
    Pratik
    Member

    Hi Brandon,

    In free theme, changing footer content is not possible. Please purchase pro version to make changes to the footer.

    Regards,
    Pratik

    in reply to: Adding custom font-face #99106
    Pratik
    Member

    Hi Brandon,
    You can create the fonts folder and add in your folder. Then, you need to point to them in css via style.css to take that font-family. Maybe you have not set the path correctly in the styles file. Setting correct path is a bit complicated.

    Please post in your site url and let me know more details.

    Regards,
    Pratik

    in reply to: Featured Content #98754
    Pratik
    Member

    @eddymree: You are welcome 😀

    in reply to: Opacity #98753
    Pratik
    Member

    Hi Robert,
    You can use following code in Appearance=> Customzie=> Theme Options=> Custom CSS box:
    For menu:

    
    .nav-primary {
        background: rgba(34, 34, 34, 0.70);
    }
    

    You can increase or decrease the value of 0.70 to make it more/less opaque. 70 = 70%

    For wrapper background:

    
    .site-content {
        background: rgba(255, 255, 255, 0.80);
    }
    

    .80 = 80%

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: Site is not responsive #98748
    Pratik
    Member

    You are welcome. If you liked our theme and support, please leave us a review here.

    Regards,
    Pratik

    in reply to: Featured Content #98714
    Pratik
    Member

    @eddymree: Once you change the “Enable Feature Content on” option to Homepage/Frontpage or Entire Site, other options should appear after site loade in the preview panel. Can you try it and let me know. Also try disabling all the plugins and check if the problem persists.

    Please let me know the results.

    in reply to: Replace picture on cycle-slideshow #98713
    Pratik
    Member

    Hi @Raul,

    Please follow instructions here: https://catchthemes.com/theme-instructions/rock-star-pro/#featured-slider

    Let me know if you run into problems.

    Regards,
    Pratik

    in reply to: Thumbnail images don't show in media gallery #98712
    Pratik
    Member

    Hi Jennifer,

    Can you try regenerating your images via regenerate thumbnail plugin?

    It looks as if this is not related to the theme so it will fall outside our theme support support scope.

    Regards,
    Pratik

    in reply to: Opacity #98711
    Pratik
    Member

    Hi Robert,
    Currently it is not possible due to the limitation on WordPress Color Picker used in Settings. If there are just a few that you want to make transparent, let me know in the here and I will provide you with custom CSS.
    If there are a lot of customization, then you will need to hire a customizer.

    Also, please post in your site url.

    Regards,
    Pratik

Viewing 20 posts - 1,241 through 1,260 (of 2,006 total)