Forum Replies Created
-
AuthorPosts
-
Pratik
ParticipantHi @Glen,
You can just add the functions in your child theme’s functions.php file. And the second part of code, copy your parent theme’s header.php file to child theme and paste that near lien 106 just above<div id="main" class="clearfix">. I think the second part of code is incomplete though as it requires a few more lines. The code in image highlighted in yellow(in the tutorial/link you provided) below the code is complete.Caution though, improper handling of this task may break your site totally.
Please seek professional help.Regards,
PratikPratik
ParticipantHi @F,
Maybe there is some plugin conflict. I checked on my end and that feature is working fine. It is provided by core WordPress rather than our theme so we wont be able to remove it.
Also, same option is present in Dashboard=> Settings=> Reading
Let me know if the settings are there or not.
Regards,
PratikPratik
ParticipantHi @Steve,
I checked your links and they seem to be loading fine. Maybe you have some cache issues of you have fixed it.Check screenshots:
http://nimb.ws/K72Dgc
http://nimb.ws/BY9dRPRegards,
PratikPratik
ParticipantHi @Clive,
To remove it completely, you need to use pro version pro version of the theme. It has options to add something else in that place too with tons of other features.
You can hide it in free version. Use following code in Appearance=> Customize=> Additional CSS box:
#header-extra { display: none; }Let me know how it goes.
Regards,
PratikPratik
ParticipantHi @Knut,
1. Space around text within the entry box is rather too much. Is there a way to reduce it? Especially the space above the entry text head line.
Try following code:
#feature-slider .entry-container { padding: 0; }2. Don’t need the bullet points and therefore the space of the box. So omit it and have the white space below the last line of the entry text reduced.
Use following code:#feature-slider .cycle-prev, #feature-slider .cycle-next { bottom: 30px; }Increase/decrease 30px to push it further up/down as your requirement.
If this does not work, you need to post in your site url?
Regards,
PratikPratik
ParticipantHi @SteveJonesMo,
It looks like you are using Jetpack mobile site. This displays a different site for mobiles. Please disable this module on Jetpack. If you do not have jetpack, then is must be some other plugin. Please deactivate all the plugins and turn them on one by one to find the culprit plugin. Let me know how it goes.
Regards,
PratikFebruary 25, 2017 at 8:12 am in reply to: Same line Logo alignment to the left and the menu to the right #110641Pratik
ParticipantHi @LauraR,
Maybe there is some custom css that’s conflicting. Please post in your site url.
Regards,
PratikPratik
ParticipantHi @Garret,
There was a strange issue, it was not working. I changed the positions of CSS and it worked :S
Check now and let me know it you like what you see or not.
Regards,
PratikPratik
ParticipantPratik
ParticipantHi @teditron,
Can you post in your site url?
Regards,
PratikFebruary 24, 2017 at 5:53 pm in reply to: Replace the Featured content slider with a different one #110609Pratik
ParticipantHi @Gareth,
You will need to hire a customizer for that.
Regards,
PratikPratik
ParticipantFebruary 24, 2017 at 5:50 pm in reply to: indent all text in Content; change sidebar width; remove widget from header #110607Pratik
ParticipantHi @Jvece1,
Try following code in Appearance=> Customize=> Additional CSS box:
#main .entry-meta { display: none; }Regards,
PratikPratik
ParticipantHi @abisbee,
I think this is possible, but I will need to take a look at your site. Can you post in your site url?
Regards,
PratikPratik
ParticipantHi @tebitron,
For first post, use following code:
@media screen and (min-width: 990px) { #site-navigation { margin-left: 0; } #masthead .wrapper { max-width: 1260px; padding: 0 40px; margin: 0 auto; } }For second post, you need to hire a customizer as this is not solvable via custom css only. You will need to add the contents and style them accordingly.
Regards,
PratikPratik
ParticipantHi @Garret,
You can use following code to make logo look a bit more prominent and center:
#logo-icon { float: none; text-align: center; width: 100%; } #logo-icon img { max-height: none; }To make slider container alway have box, use following code:
#feature-slider .entry-container { background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0; border-radius: 4px; }February 21, 2017 at 1:23 pm in reply to: Article which doesn't appear on the blog page like others #110381Pratik
ParticipantHi @alvarez.fan,
Thank you for your review.
Regards,
PratikPratik
ParticipantGreat 😀
Pratik
ParticipantHi Garret,
Yes, if you want plain text, you can just add it in Title and Content .
For logo, it is not possible now. We will push an update to make it possible soon.
After the update, you need to add it via HTML.
Regards,
Pratik -
AuthorPosts
