Forum Replies Created

Viewing 20 posts - 1,641 through 1,660 (of 4,908 total)
  • Author
    Posts
  • in reply to: Howto Create Child Themes for "Catch Flames Pro" #107361
    Mahesh
    Participant

    @dietmarp: You can find more details on creating child theme HERE. You can also download the ready made child theme for the page too.

    Regards,
    Mahesh

    in reply to: Lines between menu items #107360
    Mahesh
    Participant

    @jennifersimsdesign-com-au: Can you please clarify more. Do you mean borders?

    Regards,
    Mahesh

    in reply to: Slider image title position #107359
    Mahesh
    Participant

    @jennifersimsdesign-com-au: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #feature-slider .caption > .vcenter {
        top: 70%;
    }

    Regards,
    Mahesh

    in reply to: semitransparent text background in slider-header #107357
    Mahesh
    Participant

    @5u567u657u: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #feature-slider .entry-container {
        background-color: rgba(0, 0, 0, 0.5);
    }

    Regards,
    Mahesh

    in reply to: Featured Image Content problem #107356
    Mahesh
    Participant

    @franzmedia: Go to Dashboard=> Appearance=> Customize=> Featured Content=> Featured Content Options and choose Featured Image Content in Select Content Type drop down. Then put your desired image and text content and link in Featured Content # options.

    Regards,
    Mahesh

    in reply to: Featured Content Section #107339
    Mahesh
    Participant

    @kriskyria: I’ve just reinstalled the theme and checked the Featured Content, now it working fine. Please check. Let me know if any problem.

    Regards,
    Maehsh

    in reply to: Malformed Comment box #107337
    Mahesh
    Participant

    @dschwartzer: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #respond #commentform label {
        width: auto;
    }

    Regards,
    Mahesh

    in reply to: Social Links NOT Appearing #107335
    Mahesh
    Participant

    @paulisjob: Add the following CSS:

    /* color for Read more on hover button in slider on hover */
    #feature-slider .readmore a:hover, #feature-slider .readmore a:focus, #header-featured-image .readmore a:hover, #header-featured-image .readmore a:focus {
    	background-color: #000fff;
        border-color: #000fff;
    }
    
    /* color for navigation menu */
    .nav-primary .menu .current-menu-item > a, .nav-primary .menu .current-menu-ancestor > a, .nav-primary .menu .current_page_item > a, .nav-primary .menu .current_page_ancestor > a {
    	color: #000fff;
    }
    
    /* color for navigation menu on hover */
    .nav-primary .menu li a:hover, .nav-primary .menu li a:focus, .nav-primary .menu li:hover > a, .nav-primary .menu li:focus > a {
        color: #000fff;
    }
    
    /* color for navigation sub-menu on hover */
    .nav-primary .menu .sub-menu li a:hover, .nav-primary .menu .sub-menu li a:focus, .nav-primary .menu .children li a:hover, .nav-primary .menu .children li a:focus {
        color: #000fff;
    }
    
    /* color for search on hover */
    #search-toggle:hover, #search-toggle:focus {
    	color: #000fff;
    }

    Regards,
    Mahesh

    in reply to: Blog posts don't show when published #107331
    Mahesh
    Participant

    @gbargsley: Thank you for your appreciation. Have a nice day!


    @markthack
    : Go to Dashboard=> Appearance=> Customize=> Static Front Page and make sure you’ve selected “News & Updates” page in Posts page option.
    If the problem persists, go to Dashboard=> Settings=> Permalinks and click Save Changes and try again.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Custom CSS documentation #107330
    Mahesh
    Participant

    @iamsupermike: Yes, I got your email with your site url. How do you want your site to look? Like the space on either side, how much space? I can help you with the Custom CSS but if you want to change the entire design, I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Featured Content in Mobile View #107329
    Mahesh
    Participant

    @shaylaella: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahehsh

    Mahesh
    Participant

    @hedibelkhodja: Glad to know everything working now. Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Header image height is messed up #107327
    Mahesh
    Participant

    @rawiley: Thank you for your appreciation. Have a nice day.

    Regards,
    Mahesh

    in reply to: How to Center Logo #107325
    Mahesh
    Participant

    @jennafox1027gmail-com: Putting the code in Additional CSS should work fine. I checked your site, you’ve put the code but its displaying as comment because of /* and */ and in CSS everything comes between these are treated as comment. Please delete /* and */ and just put the code, nothing else.
    Hope this helps.

    Regards,
    Mahesh

    Mahesh
    Participant

    @stephenpalmer: Well, these two are totally different themes. However Clean Magazine comes up with more features. Please compare the two in the links below:
    https://catchthemes.com/theme-instructions/clean-journal/
    https://catchthemes.com/theme-instructions/clean-magazine/

    Regards,
    Mahesh

    in reply to: Malformed Comment box #107323
    Mahesh
    Participant

    @dschwartzer: Is there a way I can test the comment section (Now it says, need to be logged in)? And does this work fine with other theme?
    Let me know further.

    Regards,
    Mahesh

    in reply to: Some Basic Questions #107322
    Mahesh
    Participant

    @novaglenn: Which section do you mean referencing the demo? Please clarify.
    Well for the homepage, you can use any static page or the the blog page (set by default). Static page has been used in Demo.
    Go to Dashboard=> Appearance=> Customize=> Static Front Page and choose the options as desired.

    Regards,
    Mahesh

    in reply to: Sub Menu Not Working #107321
    Mahesh
    Participant

    @novaglenn: Please post in your site url.

    Regards,
    Mahesh

    in reply to: WPML for slider on Fabulous Fluid Pro #107320
    Mahesh
    Participant

    @pegasusoliverkyr-com: Thank you for using Fabulous Fluid Pro theme. Please post in your site url.

    Regards,
    Mahesh

    in reply to: CT Featured Post widget #107318
    Mahesh
    Participant

    @cbryant: Well, this is not simple. I mean you’ll just need to add the post_type = any in the Query, but this is not possible with child theme, since it’s the in the widget. And making direct change in the file is not recommended as all changes will be lost during update.
    I recommend you to create a new widget for that, which support custom post type too. If you are not familiar with programming, I recommend you to hire a customizer.

    Regards,
    Mahesh

Viewing 20 posts - 1,641 through 1,660 (of 4,908 total)