Milan
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Types Order] Display issue with custom columns@sybillehofer The issue would need to be fixed by the developer. But for sorting purposes, you can use the “Sort” function that they add to the WordPress sidebar category “Posts”.
Forum: Plugins
In reply to: [Post Types Order] Order not saved after reordering in AdminForum: Themes and Templates
In reply to: [OceanWP] Change mega menu fold directionWith a matching width value as defined in Header -> Menu -> Dropdown styling it now looks like expected using the Custom CSS:
display: none; } .sf-menu ul.sub-menu ul { left: -100%; } .dropdown-menu ul li a.menu-link { white-space: unset; width: 380px; }
Thanks @apprimit Would appreciate when there were inbuilt options for that.
- This reply was modified 4 years, 8 months ago by Milan.
Forum: Themes and Templates
In reply to: [OceanWP] Change mega menu fold directionThank you @apprimit for your support. However, using the code you last sent me does not have any effect on the line break issue. Using both codes together comes to the result as you can see on the website here: Some posts in the navigation bar’s categories overlay other items. Even though I can change the width for the first dropdown menu, this is not applied to the side-folding layer-2 sub-menu.
Any other idea?Forum: Plugins
In reply to: [YITH WooCommerce Badge Management] Option to hide badge on thumbnail@yithemes Thanks for the explanation. This is the concerning webpage: https://kryptokompass.info/?s=bitcoin with OceanWP theme. Would it be possible to not only provide a CSS code for that specific purpose, but a function in general to disable badges on thumbnails when they cannot be resized automatically? I think, this was also asked for in the other thread.
Forum: Plugins
In reply to: [Disable Admin Notices individually] Cannot hide one admin noticeConcerning file sent by webform but as told by Artem a plugin cannot be hidden when the notice is placed on top of the page code.
Forum: Themes and Templates
In reply to: [OceanWP] Change mega menu fold directionThank you Amit. But now as you can see here, there is no automatic line break for sub menu names in rows that are longer than the width defined in Header -> Menu -> Dropdown Styling. Is there also a solution to this? And would it be possible to add this as a 1-click function to OceanWP? I can imagine that this is not an isolated problem.
Forum: Reviews
In reply to: [Advanced File Manager] Doesn’t update file pathsWhen I move items I expect their path to change as well as it is automatically done by the plugin Media File Manager. I consider this as an expectable result that should be self-evident and does not have to be mentioned necessarily in the description. Why would I want to change paths manually?
Forum: Themes and Templates
In reply to: [OceanWP] Option to use conditional padding for post titleYes, there is some little space. But when I add a larger space to increase the gap on top of the post title to the feature image assuming that the image is set for the top position in a post, it is affecting also posts without feature image as I need to choose global custom CSS:
}
.entry-header {
padding-top: 30px;
}
I’d like the margin to be there only when there is a feature image displayed in the post. It would help to get assistance for determining this in CSS, but a solution in OceanWP Settings -> Title for margin and a tick box for “enable only when feature image is present” would be preferable.Forum: Themes and Templates
In reply to: [OceanWP] Option to choose the color of an image captionFound a solution myself by adding custom css. But for such a basic styling setting, I’d expect a global setting to change caption color.
Forum: Themes and Templates
In reply to: [OceanWP] How to hide feature image caption on homepage?Sorry for not being precise. When I enter a caption in the media library for an image, the caption is displayed on the homepage. Would like an option to hide it without moving the text from the caption to the description field.
Forum: Themes and Templates
In reply to: [OceanWP] Option to hide feature image from postHello, thanks, but this seems to be a global setting affecting all posts. I’m into an option to disable feature images in single posts on individual basis.
Forum: Plugins
In reply to: [Easy Table of Contents] Sidebar issuesNot sure what this is. I’m using Elementor as well, not for the sidebar though. I’m adding elements (widgets) in the sidebar by the Customizer.
Forum: Plugins
In reply to: [Easy Table of Contents] Sidebar issuesI’ve got the Ocean WP theme installed: https://oceanwp.org
Forum: Plugins
In reply to: [Easy Table of Contents] Sidebar issuesActually I don’t want to use the widget and post insert at the same time, but can’t use the widget without the post insert. When deselecting in the settings to show TOC, there are no headlines showing up in the sidebar widget. Can you explain how to use the widget in the sidebar with the regular Customizer without placing the TOC in the post as well? I expected to select “none” for position in the TOC settings to do so.