khrisme
Forum Replies Created
-
Forum: Plugins
In reply to: [Jeg Elementor Kit] Set a mobile menuHi there,
Yes, of course it works as expected. Thank you for your suggestion!
Hi there,
Your kind reply is much appreciated, thank you very much!
@wfpeter Great, thank you. Very nice that you noticed the request for this feature. Very nice that way ?? (Other plugin authors usually recommend going to a page and submitting the feature request. ) Thaxs!
@generosus Thank you very much, this seems to be a great alternative!
Forum: Plugins
In reply to: [Widgets for Booking.com Reviews] Overlapping problem when setting z-indexHi there,
Thank you very much for your caring follow-up! I haven’t emailed you yet, thanks for asking.
I will investigate it further, because I tested it in another project, under different circumstances, and it works perfectly fine there.
I love the plugin, it’s fantastic.
Forum: Plugins
In reply to: [Widgets for Booking.com Reviews] Overlapping problem when setting z-indexCan I share it privately, please? Thank you very much!
Dear moderators,
I am asking for the kind assistance of the BetterDocs developers, as they know best how the BetterDocs plugin structure is built and they might be able to suggest something.
The BetterDocs plugin is really well structured as it allows us to add conditions for the archive pages, but I am not sure how the single docs pages are structured programmatically and that is why I think this question is better related to the BetterDoc plugin rather than the Elementor Pro plugin.
So I am asking for the kind assistance of the BetterDocs plugin developers rather than the Elementor Pro plugin developers.
Thank you!
Hi there,
Yes, disabling the Mansory option solves the problem.
Thanks for the quick reply ??
Forum: Themes and Templates
In reply to: [Kadence] Post formatsOh, thanks for the link, I will definitely visit the site and submit a feature request.
I mean typically the post formats that don’t necessarily have the featured image as their strength: link, quote, video, audio, status, aside… post formats.
I am currently very interested in link and status post formats.
Oh my dear, these post formats would be so powerful… to build websites again based on categories and tags and archive pages without having to edit so much… just write… I wish for that one day…
Thank you for your professional way of this conversation, I am amazed at how professional this team is!
Forum: Themes and Templates
In reply to: [Kadence] Post formatsThank you very much indeed for your kind reply and thank you very much for this amazing theme!
Yes, I see the post formats fading away unfortunately… but they are so handy and add a unique touch to the sites’ archive pages without any effort from the bloggers’ perspective.
I love Kadence because it looks gorgeous out of the box. I just take it and use it. That simple. Incredibly amazing. Post formats could make the theme even more diverse and versatile.
Today, in the “all-editable age”, we may have forgotten the greatness of the post formats.
Doesn’t Kadence want to bring back the post formats and make it trendy again? :))))
Thanks, thanks for the great theme anyway!
Hi @maudud
I had to regenerate my language file (not sure why) – but that solved my problem.
Thanks, your help is much appreciated!
Forum: Themes and Templates
In reply to: [Kadence] How to change the typography of the main menu?Yes, this is what I was looking for, thank you, much appreciated!
Forum: Themes and Templates
In reply to: [OceanWP] How to hide the top bar on desktopAll′s well that ends well ??</img>
Forum: Themes and Templates
In reply to: [OceanWP] How to hide the top bar on desktop?? thanks!
Yes, I confirm that this code worked for me.
The top bar does not appear on desktop and it still appears on tablet and mobile.Depending on your top bar settings you may need to change this part of the code:
.top-bar-centered
********
Update:
I found a more general solution that works for all kinds of top bars.
(for “Centered Content & Socal” and also for “Left Content & Right Social” and also for “Left Social & Right Content” – this setting can be found here: Customiser > Top Bar > General > Style )Add this code to Customiser > Custom CSS/JS:
@media only screen and (min-width: 960px) { #top-bar {display:none;} }
If, after hiding the top bar, you have a few pixels of unwanted white space above the main menu, add this code:
#top-bar { padding: 0px 0 0 0 !important; }
Forum: Themes and Templates
In reply to: [OceanWP] How to hide the top bar on desktopHi there,
as a solution, I found the following:
Customiser > Custom CSS/JS
I added the following code:
@media only screen and (min-width: 960px) {
.top-bar-centered{display:none;}
}Please @logologics I’m really very sorry, very sorry that I wasn’t polite at all. Thank you for your precious time and for being so kind to try to help!
- This reply was modified 1 year, 12 months ago by tobifjellner (Tor-Bjorn “Tobi” Fjellner).
- This reply was modified 1 year, 12 months ago by tobifjellner (Tor-Bjorn “Tobi” Fjellner). Reason: Formatted code sample as code
Forum: Themes and Templates
In reply to: [OceanWP] How to hide the top bar on desktopI’m sorry. I appreciate everyone’s work, I apologise.