What plug-in / widget do you recommend to this template to the front page?
ltheme
POSTED: 2017-04-05
Hello FERRADEIRA,
Did you check carefully with CSS code that I provided? If I'm going to do it for you via info that you gave me via email.
About plugins/widgets, do you need plugins/widget for what function on front-end?
ferradeira
POSTED: 2017-04-05
Hi, yes I check it but I did not make it. Please can you see what I miss?
The plugin is for news.
Another question, how can i remove options from a layer when editing a layout, please see this image:
https://drive.acloud.pt/index.php/s/y7HrZ7azUPiCckw
Thanks
ltheme
POSTED: 2017-04-06
Hello FERRADEIRA,
1. I corrected it for you, and it's working now.
2. It's LayersWP feature and impossible to remove. Thanks for your understanding.
ferradeira
POSTED: 2017-04-06
1. Thanks a lot
2. LayersWP : the problem here is, when I browse a post, I don't have full screen, because it's reserved for a right bar: https://www.logicworks.pt/q/2017/04/05/viii-encontro-regional-de-apicultura/
Is there a way to change this?
thanks
ltheme
POSTED: 2017-04-07
Hello FERRADEIRA,
I only see colum8 (70% width) for your content, did you play with layout for this post? http://take.ms/va8sX
Or you can add more CSS below to fix it
article#post-1698.column.span-8 {
width: 100%;
}
ferradeira
POSTED: 2017-05-16
Hoe can I remove the date, author and category, and icons from the posts?
How can I remove the heading from the widget (archive): https://www.logicworks.pt/q/2017/05/
Thanks
ltheme
POSTED: 2017-05-17
Hello FERRADEIRA,
You just add more CSS below in style.css of child theme
Get an access to all 265 items designed and developed by LTheme team plus all the future items
which will be released over the course of your club subscription.
Price starting from $69.00
The code did not work, the problem remains.
What plug-in / widget do you recommend to this template to the front page?
Did you check carefully with CSS code that I provided? If I'm going to do it for you via info that you gave me via email.
About plugins/widgets, do you need plugins/widget for what function on front-end?
The plugin is for news.
Another question, how can i remove options from a layer when editing a layout, please see this image:
https://drive.acloud.pt/index.php/s/y7HrZ7azUPiCckw
Thanks
1. I corrected it for you, and it's working now.
2. It's LayersWP feature and impossible to remove. Thanks for your understanding.
2. LayersWP : the problem here is, when I browse a post, I don't have full screen, because it's reserved for a right bar: https://www.logicworks.pt/q/2017/04/05/viii-encontro-regional-de-apicultura/
Is there a way to change this?
thanks
I only see colum8 (70% width) for your content, did you play with layout for this post? http://take.ms/va8sX
Or you can add more CSS below to fix it
article#post-1698.column.span-8 {
width: 100%;
}
How can I remove the heading from the widget (archive): https://www.logicworks.pt/q/2017/05/
Thanks
You just add more CSS below in style.css of child theme
div.title-container {
display: none;
}