overide6
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Travelify] Plain post title above post image (Error)I found this solution in the colorlib forum and it worked for me
add this to the child theme’s style.css
.entry-meta-bar.clearfix .readmore { visibility: visible; } .entry-meta-bar.clearfix .entry-meta { visibility: visible; } .entry-meta-bar.clearfix { visibility: hidden; } #text { visibility: hidden; } article { visibility: hidden; } article * { visibility: visible; } header.entry-header, .entry-content, .entry-meta-bar { background: white; }
Forum: Plugins
In reply to: [Leaflet Map] Selfhosted gpx doesn’t showadd_filter( ‘upload_mimes’, ‘my_myme_types’, 1, 1 );
function my_myme_types( $mime_types ) {
$mime_types[‘gpx’] = ‘application/gpx+xml’;
return $mime_types;
}Thank you, but this doesn’t work.
I would really like to test you plugin and maybe replace the wp-gpx-map plugin with it, but as it doesn’t go easy I’ll stick to the wp-gpx-map plugin and will try your plugin later again.
Thanx for your help and great work with the plugin, as it is highly adaptable!Forum: Plugins
In reply to: [Leaflet Map] Selfhosted gpx doesn’t showok – but even if I deactivate the wp-gpx-map plugin I can’t get it to work.
what the hell I’m missing?!this is the shortcode I inserted in the classic block from Gutenberg
[leaflet-map fitbounds] [leaflet-gpx src="/wp-content/uploads/gpx/2020-01-03_Zirbitzkogel.gpx" color="red"]
Sry if I’m missing something
Forum: Plugins
In reply to: [Leaflet Map] Selfhosted gpx doesn’t shownope, doesn’t work.
maybe there is someting with the gpx-file?
I added your lines (inserted the real gpx-file) to my last post, so you can see how it looks like, map on top of the post.
LINKForum: Plugins
In reply to: [Leaflet Map] Selfhosted gpx doesn’t showThank you, but I tried all the possibilities, and nothing worked.
Here’s a link to the GPX-File I want to displayForum: Plugins
In reply to: [Simple Yearly Archive] Excerpt next to thumbnailSUPER – herzlichen Dank ??
Forum: Themes and Templates
In reply to: [Hueman] Slideshow Images at Full Sizeon my site it is also shown full size https://www.overide.eu
Can you tell me what the size was before it was changed, so i can adapt the image before i chose my featured image for my post.
ThanxForum: Themes and Templates
In reply to: [Hueman] Scrolling down blog@nikeo
thanx for your quick reply. since my post i changed some in my styles.css. i had this included, which played with the header logo position. after i took it out of the css it seems to work again (see code i removed below)but now the space between the menu bar and the logo and the logo and the featured post is to big for my intent.
but the sidebar still covers up the footer.
I disabled the NextGen Widget for now as well
/* Mobile - 480px & 320px */ @media only screen and (max-width: 720px) { .mystyle {} header .pad { padding-bottom: 0px!important; padding-top: 0px!important; } #header { padding-bottom: 0px!important; } .pad { padding: 0px 15px 5px!important; } .blog .post { margin-bottom: 20px!important; } } /* Abstand Logo */ header { padding-top: 0px !important; padding-bottom: 20px !important; } /*Abstand Content von Header */ .pad { padding: 25px 30px 20px; } #header .pad { padding-top: 50px; padding-bottom: 30px; } #header { padding-top: 25px!important; padding-bottom: 20px!important; }
- This reply was modified 7 years, 7 months ago by overide6.
Forum: Themes and Templates
In reply to: [Hueman] Scrolling down blogHi,
when I scroll down my Blog (https://www.overide.eu) in Firefox the main content gets compressed like in a mobile view?!
see images at the end
The same happens in the Edge browser (see second image)
and when i scroll down the first time in Chrome the sidebar will not go down to the end, see third image.
Is there a way that i can fix the sidebar?
————————————————————-
————————————————————-
thx
Forum: Reviews
In reply to: [WP GPX Maps] Different colors for different tracks?great thanx.
now different colors would be great ??Forum: Reviews
In reply to: [WP GPX Maps] Different colors for different tracks?That would be really great. I could use this to show alternative routes.
@shades404:
how do you show more than one track on you map?
Thx@diffler
just saw your page. how did you get the header logo center on top end the menu below it?
I like this look and would like to apply it on my page (www.overide.eu)
ThanxForum: Plugins
In reply to: [WP GPX Maps] Error import exportet .gpx from Garmin BasecampThank you very much, that solved my problem!