Forum Replies Created

Viewing 20 posts - 1,221 through 1,240 (of 2,016 total)
  • Author
    Posts
  • in reply to: Comments on website show code #100240
    Pratik
    Participant

    Can you send me the link of the page with this issue?

    in reply to: Comments on website show code #100108
    Pratik
    Participant

    Hi Harrij,
    It looks like plugin issue. Please deactivate all your plugins and see if problem persists. If it goes away, try activating the plugins one by one until you find the culprit one.
    For plugins, please ask for support in their plugin support forum.

    Let me know how it goes.

    Regards,
    Pratik

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

    Thank you for the appreciation. If you liked our free theme and support, please leave us your valuable review at : https://wordpress.org/support/theme/clean-magazine/reviews/#new-post

    Regards,
    Pratik

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

    The settings should have transferred unless there is an issue. Once its done, you will need to go through it one by one I am afraid. Please let me know if you need further help.

    Regards,
    Pratik

    in reply to: Original model #99936
    Pratik
    Participant

    The Home, About, Gallery, etc are all just pages. Just add the page and set the content.

    For homepage, you need to set the homepage as a static page. Then, select templates Page Template: Blank Page or Page Template: Blank Content Page for homepage. Then, add widgets to those sidebars.

    Please ask again if you find it difficult. No problem.

    in reply to: Original model #99820
    Pratik
    Participant

    Can you let me know which widgets are there in following Sidebars?
    1. Before Content
    2. After Content
    3. Before Posts/Pages
    4. After Posts/Pages
    5. Page Template: Blank Page
    6. Page Template: Blank Content Page

    Note:
    1. The widgets in 1, 2, 3 and 4 will be repeated in all pages/posts
    2. The widgets in 5 and 6 will only be loaded in pages whose Page Template is selected as Blank Page and Blank Content Page respectively. You need to choose either of these two as main home page template.

    By looks of things, you must have added those widgets that you say are repeating in either 1 or 3 sidebar

    Please let me know further.

    Regards,
    Pratik

    in reply to: Original model #99806
    Pratik
    Participant

    Can you let me know in which sidebar you have added the widgets?

    in reply to: Original model #99801
    Pratik
    Participant

    I think I understood.

    Those pages are just normal pages. If you add a page, it should appear like that.
    The top image is header image.

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

    Can you try code given here: http://pastebin.com/b2QAe2VE and activate child theme?

    in reply to: Original model #99798
    Pratik
    Participant

    To make other pages take the same model, you will need to set Page Template for those pages same as homepage.

    For posts, it is not possible as it was meant for only homepage.

    in reply to: Navigation Menu Color #99728
    Pratik
    Participant

    Thank you for finding the bug again. We will fix it in next release soon.

    For now, you can use following CSS:

    
    #colophon a:hover, #colophon a:focus { 
        color: #fff;
    }
    

    Regards,
    Pratik

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

    Maybe you can post the content of your child theme’s functions.php file here, then I can see what’s wrong?

    in reply to: Original model #99726
    Pratik
    Participant

    I am sorry but I cannot understand what you want. You can achieve the home page by adding widgets to the sidebar. All homepage components are from widgets.

    in reply to: Original model #99635
    Pratik
    Participant

    Hi @giovanne,

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

    in reply to: Author Tag missing #99632
    Pratik
    Participant

    You will also need to add some code in functions.php file.

    Make functions.php file and add in following code:

    
    <?php
    /**
     * Child Theme functions and definitions
     *
     */
    
    /**
     * Loading Parent theme stylesheet
     *
     */
    add_action( 'wp_enqueue_scripts', 'clean_magazine_child_enqueue_styles' );
    function clean_magazine_child_enqueue_styles() {
        wp_enqueue_style( 'clean_magazine-parent-style', get_template_directory_uri() . '/style.css' );
    }
    
    in reply to: Navigation Menu Color #99631
    Pratik
    Participant

    Hi @luismarioochoa,
    I am sorry I misunderstood previously, I have fixed the bug and pushed it for update. It might be available by today or tomorrow.
    After the update, you can remove the custom css code and change it via color picker.

    If you want Menu color Button to change asap, use following code:

    
    .nav-primary .menu li:hover > a, .nav-primary .menu a:focus, .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, .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: #fff;
    }
    

    Regards,
    Pratik

    in reply to: Original model #99627
    Pratik
    Participant

    For that, you need to make homepage a static page first, the assign page template
    Blank Page or Blank Content Page.
    * For details on assingning templates to your page, view link: https://codex.wordpress.org/Pages#Page_Templates

    Finally, ad widgets to sidebar: Page Template: Blank Page or Page Template: Blank Content Page as per your need.

    Let me know if you need further help.

    Regards,
    Pratik

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

    I checked the site and it is still using the parent theme. You will need to set the theme to child theme.

    Can you check and let me know, then I will check it again.

    Regards,
    Pratik

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

    Please hover above here, the link is there.

    Here it is again: http://catchthemes.com/blog/create-child-theme-wordpress/

    in reply to: Navigation Menu Color #99545
    Pratik
    Participant

    Hi @luismarioochoa,

    Please use following CSS code in Appearance=> Customize=> Theme Options=> Custom CSS box:

    
    .nav-primary .menu a {
        color: #fff;
    }
    

    This turns color to white. You can use any hex color in plave of #fff, or use generic names as red, blue, green, etc.

    If this does not work, please post in your site url.

    Regards,
    Pratik

Viewing 20 posts - 1,221 through 1,240 (of 2,016 total)