Forum replies created
Hi,
Never seen that in my life.
Did you modify the template?
Try clearing your cache and see if it disappears…
Thank you
Hi,
Sorry, we do not provide support for modification of theme template.
You will have to hire a developer for assistance.
We only provide customization that can be done using custom css.
Thank you.
Hi,
Try changing 23 to 29 and 24 to 30
Thank you
Hi,
Sorry, I don’t understand your question.
Are you looking for BBPress installation instruction?
It should work after installation.
To add any link to menu.
You have to go to Appearance -> Menus
Thank you
Hi,
Your WordPress URL and Site URL has to be the same.
If not Firefox and Chrome will block your font icons.
Thank you.
Hi,
In evolve-plus/library/functions/basic-functions.php
You can find all the image sizes and they are set to true for crop.
You can set them to false, and then use a plugin to regenerate images.
But if your layout breaks on front end, you will have to hire a developer to help you.
We do not provide support for such customization.
Thank you.
Hi,
Please add the following in Theme Options -> Custom CSS
#nav ul li ul {
width: 300px !important;
}
@media screen and (min-width:1024px){
#secondary {
float: right;
max-width: 300px !important;
}
}
Thank you
Hi,
Use the following in Theme Options -> Custom CSS
.attachment-slider-thumbnail {
max-height: 260px !important;
}
Thank you,
Denzel
Hi,
I just did a test. I have no problem getting infinite scroll to work on my blog.
Please test for plugin conflict by disabling one plugin at a time, and clear your browser history. You scripts won’t update if you did not clear browser history.
Thank you.