Forum Replies Created
-
AuthorPosts
-
Pratik
ParticipantHi Chris,
Can I view your site? Please send me the site url. Also the plugin you have used for multi language.
Regards,
PratikNovember 26, 2016 at 6:04 pm in reply to: Posts_page uses primary sidebar, while it should use archive sidebar #103949Pratik
ParticipantHi @gmg-jet,
Blog page is considered as page as
is_archive()here returns false rather than the latter part. If you want it to be considered as archive for sidebars, you will need to make slight modifications via child theme.I checked the site and it looks like you are already using child theme. Just copy the sidebar.php in your child themes’s folder from parent theme and make like 77 of sidebar.php as follows:
elseif ( is_active_sidebar( 'sidebar-optional-archive' ) && is_home() ) {Let me know how it goes.
Regards,
PratikPratik
ParticipantHi @elliott,
You can upload the image to your media fron dashboard. Then, use that image’s url in that widget.Let me know if you need more help.
Regards,
PratikPratik
ParticipantHi @fasteddie,
I checked your site and you have added the custom css and its working fine? Are there any issues?
For hiding the read more button, try following CSS:
#feature-slider .more { display: none; }Regards,
PratikPratik
ParticipantHi @heartland,
I am glad it worked out. If you liked our free theme and support, please leave us a review at https://wordpress.org/support/theme/catch-box/reviews/#new-post
Regards,
PratikPratik
ParticipantHi @victoryads,
The tags are visible. Can you check screenshot: http://tinyurl.com/j3zdvf4
Pratik
ParticipantHi Amanda,
When adding CSS to child theme, it should override the ones in the parent theme. Maybe there are some priority issues with CSS.Did you make bg white and font dark. It is working in your site.
To make Header Image full width, try following CSS code:
#header-featured-image .wrapper { width: 100%; }Let me know if there is anything else.
Regards,
PratikPratik
ParticipantHi Amanda,
So what you need to do is remove the logo html from its current position, to header top position. Then, properly give CSS to the logo so that it will look better in that spot. Customizer should be able to handle this as this has moderate difficulty.
Regards,
PratikPratik
ParticipantGreat :D. If you liked our theme and support, please leave us a review at https://wordpress.org/support/theme/clean-journal/reviews/#new-post.
Pratik
ParticipantHi Amanda,
Check your site now. The problem was, when you copied and pasted the code,
'was converted to`, so there was a different interpretation. I fixed it for you.Regards,
PratikPratik
ParticipantHi @fasteddie,
Do you still want to get rid of Read More button on slider? I saw it on email, but that post is missing in this ticket.
Pratik
ParticipantHI @alwilleford,
This is strange. I tried the same thing in my site and it is working fine. The menu is below the Promotion Headline.
So for further resolution, I will require some more info. I will email you the details. Please wait for my email.
Regards,
PratikPratik
ParticipantHi @jangmery,
For featured posts, you can make the posts sticky and they will be featured. Goto this: https://wordpress.org/support/topic/how-to-make-post-sticky/ for more info.
For blog page option in menu, you need to make Homepage a static front page, and a different page Blog page set as Latest Posts Page. For more info: https://codex.wordpress.org/Creating_a_Static_Front_Page.
Let me know how it goes.
For affiliates program, we do not have it right now.
Regards,
PratikPratik
ParticipantHi @fredericf,
For pages, you need to add custom HTML. E.g: If page link is – example.com/page1, try following code:
<div class="copyright"> <a href="http://example.com/page1" title="Page Title"><span>Page Title</span></a>. [the-year] </div>Let me know how it goes.
Regards,
PratikPratik
ParticipantHi @ijg3145,
I am sorry but this is not possible in free version, this is a pro version feature. If you want, I can provide you with Custom CSS and you can hide the footer content. Use following code in “Appearance=> Customize=> Theme Options=> Custom CSS” box:
#site-generator .wrapper{ display: none; }Regards,
PratikPratik
ParticipantHi @eribo,
This is a known behavior as if there is only one category, there is no need to show it as whole site will be in same category. Same with authors. Let me know if there is anything else.
Regards,
PratikPratik
ParticipantHi @saschabahl,
There is a bug in the theme. I have fixed it and pushed it for update. You will be able to get the updated version by today. Thank you for reporting the issue.
Regards,
PratikPratik
ParticipantHi @fasteddie,
The custom CSS is different for each theme so it might be solution for other theme. For this theme,
try following code in “Appearance=> Customize=> Theme Options=> Custom CSS” box:#site-navigation { float: left; }This will align menu to left.
Let me know how it goes.
Regards,
PratikPratik
ParticipantHi @heartland,
You have added a Widget in footer. It should be in Dashboard=> Appearance=> Widgets, in one of the Footer Areas. Just remove it.Let me know how it goes.
Regards,
PratikPratik
ParticipantHi @alwilleford,
Strange. Can you share your whole child theme with me via dropbox or google drive?
-
AuthorPosts
