motk88
Forum Replies Created
-
Hi, is there anything new about this?
Thanks, I must have overlooked that!
Are we talking about the same thing? To be clear: I’m talking about one and the same tab. If I close a tab and try to open the same tab again immediately afterwards, it doesn’t work. I also have this problem on your example page.
Here is my URL: https://fsv-tarforst-5.fk-web.de/gastronomie/
- This reply was modified 1 week ago by motk88.
First of all, I apologize for my incorrect title. It’s not about closing the tabs, but rather reopening them.
I have exactly the same problem on your example page. I cannot close and then reopen the same tab in the accordion layout.
Problem has resolved itself. My mistake was, that I overwrote the row element to display as a flex element instead of grid.
Forum: Plugins
In reply to: [Hyperlink Group Block] Add title attributeAh, how could I miss this, thanks! ??
Ok, unfortunately I don’t know how to use this code correctly for this case.
But I hope the feature will be implemented at some point.
Forum: Plugins
In reply to: [Hyperlink Group Block] Add title attributeHey, I saw that you released a new version with this feature. However, I can’t find the setting to set the title attribute anywhere.
Yes, I am using ‘Post Grid’ and you understood my question correctly ??
Forum: Themes and Templates
In reply to: [OceanWP] Custom header with OceanWP menuThanks, I did not know about this shortcode. That solved my problem! ??
Forum: Themes and Templates
In reply to: [OceanWP] Custom header for single blog postsThanks for your help. I finally got it to work ??
Forum: Themes and Templates
In reply to: [OceanWP] Custom header for single blog postsThanks, I’ve tried the first option and got it to work so far, but only with the predefined header styles of the theme. Here is my code:
function my_posts_header_style( $style ) {
if ( is_single() && in_category('archiv') ) {
$style = 'transparent';
}
return $style;
}
add_filter( 'ocean_header_style', 'my_posts_header_style' );Now I would like to know how I can assign a specific custom header instead of the transparent header. Can you help me with that?
Forum: Plugins
In reply to: [Categories Images] Elementor SupportThis feature would also help me a lot. Is there a way to do this?
Forum: Themes and Templates
In reply to: [OceanWP] Custom header for single blog postsThanks for your answer!
However, I cannot find the option you mentioned in the customizer. I can only customize the layout of the posts, but cannot choose a header layout. I’m using version 4.0.1
- This reply was modified 3 weeks, 3 days ago by motk88.
Forum: Plugins
In reply to: [Tooltipy (tooltips for WP)] Image hover TooltipAh, I’ve found the possibility to show the alt tag of the image. But is it not possible to show a individual tooltip, perhaps via a shortcode in the alt field of the image?