Hello @raphaelladsb,
At first, thank you so much for using our theme Refined Magazine(https://www.candidthemes.com/themes/refined-magazine-free-magazine-wordpress-theme/) and thanks for using support forum for the query. For dedicated support, you can also check our official support forum page. https://www.candidthemes.com/supports/
We have detailed documentation about how to use theme and its features as well. Please check it out. https://docs.candidthemes.com/refined-magazine/
As per your question,
1. There is no such possibility on the theme to do that. This is a part of theme customization. You can hire the developers for the customization support. Even the premium version doesn’t have this feature.
2. Please add this CSS codes on Appearance > customize > Additional CSS
, you can get the seprator in the menu.
`@media screen and (min-width: 768px) {
.main-navigation #primary-menu > li > a {
display: inline-block;
}
#primary-menu > li + li:before {
content: ‘|’;
display: inline-block;
margin-left: 10px;
margin-right: 10px;
color: #fff;
}
}
3. The size for the slider and other places should be 1170 width 574 height minimum
. If you are using the images smaller than this size, the image will not look good.
4. There is no such option to change the speed of trending news. But it can be easily done by changing the js file. If you can edit the theme code, then we can provide you the instruction and the file which you have to edit.
Please let us know if you have any queries.
Thank you
Candid Themes
Thread Starter
dsbr
(@raphaelladsb)
Thanks already for your reply. It helped me a lot.
1) Is there a possibility to hide the hamburger menu, which you can see on mobile or tablet?
2) I forgot to ask if there was a possibility also to put place the tabs (fe Newsletter | Jobs) on the navigation menu on the right side next to the search button. I know you can put it on the left or the middle?
3/4) Noted!
Thanks very much for the great theme! ๐
Hello @raphaelladsb,
1. If we remove the hamburger menu, then the menu in the mobile and tablets view will be removed. Don’t you need menu in small devices?
2. There is no such option in the theme, theme customization is necessary.
Thank you
Thread Starter
dsbr
(@raphaelladsb)
Hi,
1) Yes of course, but we have purchased a hamburger menu plugin, which can replace the one of the theme. Is there a way to hide the default hamburger menu of the theme only on mobile and tablet?
Thread Starter
dsbr
(@raphaelladsb)
For some reason there’s a box on my website on my ‘popular and recent posts’.
How can I delete it?
I also can’t seem to figure out how to change the size of the excerpt part. I know where to find it, but can’t seem to change the size of it.
Here is the website: http://www.podiatryinternational.com
Thread Starter
dsbr
(@raphaelladsb)
About the problem with the ‘popular and recent post’ I figured out the problem. It was an issue with a plugin. ๐
So that’s fixed.
Hi,
To hide the menu on mobile view please add this CSS codes on Appearance > customize > Additional CSS.
@media screen and (max-width: 767px) {
.refined-magazine-menu-container{
display: none;
}
}
Thanks