Forum Replies Created

Viewing 20 posts - 1,241 through 1,260 (of 2,016 total)
  • Author
    Posts
  • in reply to: Menu Second line of text is oversized when wrapping #99533
    Pratik
    Participant

    Hi @live2bfree,
    I checked your site and it looks fine. Here is a screenshot: here.

    Let me know if I missed something.

    Regards,
    Pratik

    in reply to: Limiting Pages on top section of home page #99532
    Pratik
    Participant

    Hi @gardenspace,
    Do you mean to show the item in featured content but remove it from top menu? It is possible. For this, you need to add Custom Menu instead of adding default page menu(default menu shows all pages)

    First, create a menu with the items you only want to show on primary menu. More info here.

    Then assign menu as Primary Menu. It is shown in the same tutorial above as “Adding Your Menu to Your Site”.

    Let me know if you run into problems.

    Regards,
    Pratik

    in reply to: Original model #99531
    Pratik
    Participant

    Hi @giovanne,
    Can you explain a bit more on exactly what you want?

    Regards,
    Pratik

    in reply to: Move breadcrumbs below the Featured Slider #99530
    Pratik
    Participant

    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
    Participant

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

    in reply to: Social Icons #99412
    Pratik
    Participant

    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
    Participant

    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
    Participant

    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
    Participant

    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
    Participant

    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
    Participant

    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
    Participant

    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
    Participant

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

    Regards,
    Pratik

    in reply to: Author Tag missing #99108
    Pratik
    Participant

    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
    Participant

    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
    Participant

    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
    Participant

    @eddymree: You are welcome 😀

    in reply to: Opacity #98753
    Pratik
    Participant

    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
    Participant

    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
    Participant

    @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.

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