Forum Replies Created
-
AuthorPosts
-
Pratik
ParticipantCan you send me the link of the page with this issue?
Pratik
ParticipantHi 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,
PratikPratik
ParticipantThank 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,
PratikPratik
ParticipantThe 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,
PratikPratik
ParticipantThe 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.
Pratik
ParticipantCan 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 PageNote:
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,
PratikPratik
ParticipantCan you let me know in which sidebar you have added the widgets?
Pratik
ParticipantI 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.Pratik
ParticipantCan you try code given here: http://pastebin.com/b2QAe2VE and activate child theme?
Pratik
ParticipantTo 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.
Pratik
ParticipantThank 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,
PratikPratik
ParticipantMaybe you can post the content of your child theme’s functions.php file here, then I can see what’s wrong?
Pratik
ParticipantI 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.
Pratik
ParticipantYou 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' ); }Pratik
ParticipantHi @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,
PratikPratik
ParticipantFor 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_TemplatesFinally, 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,
PratikPratik
ParticipantI 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,
PratikPratik
ParticipantPlease hover above here, the link is there.
Here it is again: http://catchthemes.com/blog/create-child-theme-wordpress/
Pratik
ParticipantHi @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 -
AuthorPosts
