Forum Replies Created

Viewing 20 posts - 1,921 through 1,940 (of 4,903 total)
  • Author
    Posts
  • in reply to: child theme styles in tinymce advanced editor #105793
    Mahesh
    Participant

    @rvaalten: Seems you need to enqueue editor-style.css in the child theme. Please add the following code in you child theme’s functions.php

    function wpdocs_theme_add_editor_styles() {
        add_editor_style( 'editor-style.css' );
    }
    add_action( 'admin_init', 'wpdocs_theme_add_editor_styles' );

    Regards,
    Mahesh

    in reply to: Change color menu like Background #105792
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Static homepage but with all the features of the default #105791
    Mahesh
    Participant

    @coalfacedev: Glad to know that. Have a nice day!

    Regards,
    Mahesh

    in reply to: Change sort order of posts by categories #105790
    Mahesh
    Participant

    @djonestep: Thank you for your appreciation. If you like my support and Clean Journal theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/clean-journal?rate=5#postform
    Have a nice day!

    Regards,
    Mahesh

    in reply to: WP working weird after updating Theme to 4.7 #105789
    Mahesh
    Participant

    @inforapunzel-will-raus-ch: I checked your site and got no notice for updating the theme. You are using Simple Catch Pro 4.7. Let me know further.

    Regards,
    Mahesh

    in reply to: Posts Instead of Pages for Options #105788
    Mahesh
    Participant

    @itsamiro: These options are available in Pro version. I recommend you to upgrade to Pro.

    Regards,
    Mahesh

    in reply to: Error – Eliminate CSS rendering #105787
    Mahesh
    Participant

    @jmbtravel: Glad to know you’ve resolved it yourself.

    Regards,
    Mahesh

    in reply to: Ken burns effect on the slideshow ! #105786
    Mahesh
    Participant

    @moskioto7: Sorry, this is not possible.

    Regards,
    Mahesh

    in reply to: Hover and Color Top Menu #105782
    Mahesh
    Participant

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

    .main-navigation a, 
    .main-navigation ul ul a {
        color: #0000ff;
    }
    
    .main-navigation a:hover, 
    .main-navigation ul ul a:hover {
        color: #ffa500;
    }

    Note: Pleaes used the desired color.

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Background Image not fixed on mobile devices #105781
    Mahesh
    Participant

    @officemediation-at: Please post in your site url.

    Regards,
    Mahesh

    in reply to: WP working weird after updating Theme to 4.7 #105754
    Mahesh
    Participant

    @inforapunzel-will-raus-ch: Please check your email. Sorry for the late reply.

    Regards,
    Mahesh

    in reply to: Featured content on 2 other pages than home #105753
    Mahesh
    Participant

    @philzeweb: Thank you for your appreciation. Thank you that would be a great help. Have a nice day!

    Regards,
    Mahesh

    in reply to: Change color menu like Background #105752
    Mahesh
    Participant

    @skynet: Please add the following CSS:

    .menu-access-wrap, .sidr {
        background-color: #5c755e; 
    }

    Regards,
    Mahesh

    in reply to: Slider not showing up on mobile site #105748
    Mahesh
    Participant

    @allyssabaird: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Custom CSS missing from latest version #105747
    Mahesh
    Participant

    @garyrw: I guess, you’ve updated the WordPress version too. Since WordPress 4.7 includes custom CSS, the theme’s Custom CSS is now removed. Please use WordPress’s core CSS. Go to Dashboard=> Appearance=> Customize=> Additional CSS. All you previous CSS are automatically migrated to here during update.

    Regards,
    Mahesh

    in reply to: Change sort order of posts by categories #105741
    Mahesh
    Participant

    @djonestep: For this, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child them theme add category.php in your child theme’s folder. You can get the file from the link below.
    http://bit.ly/2ihHhgO

    Regards,
    Mahesh

    in reply to: Need Help on Lucida Pro Customisation #105740
    Mahesh
    Participant

    @mynameischetan: Thank you for using Lucida Pro theme.
    1. How to Resize the Menu Fonts:
    Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    /*Menu Font Size*/
    .lucida-nav-menu a {
    	font-size: 14px;
    }
    /*Sub Menu Font Size*/
    .lucida-nav-menu ul a {
    	font-size: 12px
    }

    2. How to change the images of Header:
    Go to Dashboard=> Appearance=> Customize=> Header Image and select option in Enable Featured Header Image on as per you requirement wherever you want to display the header image. You can use your desired image.
    Please refer to the link below
    https://catchthemes.com/theme-instructions/lucida-pro/#header-image

    3. How to Add Primary Sidebar:
    The Primary sidebar is already active by default (uses both primary and secondary sidebars). You can change the layout by going to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and change Default Layout option If you do want to add widgets to it. Go to Dashboard=> Appearance=> Widgets and add desired widgets to Primary sidebar.

    4. How to Add News Letter:
    Go to Dashboard=> Appearance=> Widgets and add CT:News Letter widget any of the widget area. And follow along, filling the forms.

    5. How to Add 1.2.3.4 (Numbers in the Home Page):
    I don’t quite get this. Do you mean page number or item numbering?

    6. How to Add pages below the OLD Pages Tab of Home Page:
    You’ll need to customize the theme further. I recommend you to hire a customizer for this.

    7. How to Add Instagram:
    Go to Dashboard=> Appearance=> Widgets and add CT:Instagram widget any of the widget area. And follow along, filling the forms. Like putting on username, choosing layouts etc.

    8. How to Add about us, Privacy Policy etc. pages on footer:
    You can use Footer menu for this. Go to Dashboard=> Appearance=> Customize=> Menus and select the options with about us, Privacy Policy menu in Footer Menu. If you have’t created a menu. Please do it first.

    Please refer to the Lucida Pro’s theme instruction.
    https://catchthemes.com/theme-instructions/lucida-pro

    Regards,
    Mahesh

    in reply to: Featured content on 2 other pages than home #105736
    Mahesh
    Participant

    @philzeweb: The CSS you’ve got is correct, only a slight modification will do the trick:

    .page-id-254 article#featured-post-9.hentry { display: none; }
    .page-id-254 article#featured-post-10.hentry { display: none; }
    .page-id-254 article#featured-post-11.hentry { display: none; }
    .page-id-254 article#featured-post-12.hentry { display: none; }
    
    .page-id-232 article#featured-post-1.hentry { display: none; }
    .page-id-232 article#featured-post-2.hentry { display: none; }
    .page-id-232 article#featured-post-3.hentry { display: none; }
    .page-id-232 article#featured-post-4.hentry { display: none; }
    .page-id-232 article#featured-post-5.hentry { display: none; }
    .page-id-232 article#featured-post-6.hentry { display: none; }
    .page-id-232 article#featured-post-7.hentry { display: none; }
    .page-id-232 article#featured-post-8.hentry { display: none; }

    Regards,
    Mahesh

    in reply to: Static homepage but with all the features of the default #105735
    Mahesh
    Participant

    @coalfacedev: Can you please clarify more. And please post in your site url.

    Regards,
    Mahesh

    in reply to: Issue with search box size on mobiles #105691
    Mahesh
    Participant

    @voodoochill: The bug is fixed and theme has been update. Please update.

    Regards,
    Mahesh

Viewing 20 posts - 1,921 through 1,940 (of 4,903 total)