snijo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Tracks] Redesigned second column?Ok, thanks for a quick reply.
Wait! I figured it out – I made a translation mistake from English to Danish, when I translated Tracks, so in my version it said after page content where is should have been after post content! Stupid, but I’m glad to have corrected a translation mistake ??
God idea Ben, and thanks for your help once again. I’ll mail you the corrected .po and .mo files.
If I go to customiser – widgets I can only drag-and-drop the widget to (1) Footer, (2) Content after footer or (3) After page content.
But what I need is not to have the review-container-whatever-name after content on all pages (in fact not on any page), but after content in af post.
In other words, I love your plan about dragging the WP Review Pro widget to a post content widget area – but I don’t see I have that possibility …
Forum: Themes and Templates
In reply to: [Tracks] Possible to add text eft of post-text?Thanks, you are indeed the magician. Now it works perfect on my iPhone, too.
Great idea! How do I do that?
Forum: Themes and Templates
In reply to: [Tracks] Possible to add text eft of post-text?arhrmm …. sorry I just saw, that the code has made the background picture disappear in the mobile-version of the theme.
When you go to https://www.gastronomicus.dk from a computer, you se a picture of floor boards as a background picture, but when you enter the site from a smartphone – e.g. my iPhone – the background is black.
I tried to remove the code you gave me (above), and the background picture comes right back on the mobile, so the issue is within this code… Can you see where?
.entry-content .full-width {
position: relative;
max-width: none;
width: 113%;
left: -6.5%;
}
@media all and (min-width: 43.75em) {.entry-content .full-width {
position: relative;
max-width: none;
width: 113%;
left: -6.5%;
}
@media all and (min-width: 43.75em) {.entry-content .full-width {
width: 128.6%;
left: -14.3%;
}
}
@media all and (min-width: 56.25em) {.entry-content .full-width {
width: 150%;
left: -25%;
}
}
@media all and (min-width: 68.75em) {.entry-content .full-width {
width: 163.6%;
left: -31.8%;
}
}
@media all and (min-width: 75em) {.entry-content .full-width {
width: 179.9%;
left: -39.95%;
}
}Forum: Themes and Templates
In reply to: [Tracks] Possible to add text eft of post-text?Arhhh, I’m an donkey! Of course, thanks a lot, everything works fine now. And kudos for your patience. I’ll probably return at some point with hideous details, but thanks for now ??
Forum: Themes and Templates
In reply to: [Tracks] Possible to add text eft of post-text?Thanks, but it doesn’t seem to work – I pasted the code above into the “custom CSS” and
wrapped the mac-code into the div-container, like<div class=”full-width>
[google_maps id=”601″]
</div>…and it looks like this: https://gastronomicus.dk/spisekort/
You’ll notice that the Google Maps code is referring to a customised map I made using a plugin, so first I tried to alter the width to something very wide like 2000 pal, but same result.
I then tried to add ‘normal’ Google Maps embed-code delivered directly from Google Maps (that is, not generated or influenced by the WP-plugin) as in:
<div class=”full-width>
<iframe src=”https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d17988.364198471067!2d12.548182500000001!3d55.6968888!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sda!2sdk!4v1436732012272″ width=”1200″ height=”600″ frameborder=”0″ style=”border:0″ allowfullscreen></iframe></div>…but then the map doesn’t show at all. Any idea where the problem is?
Thanks
NicolasForum: Themes and Templates
In reply to: [Tracks] Possible to add text eft of post-text?And just another question about integration Google Maps: Is it possible to make a map full-width in a post just like with the pictures, in this post e.g.?
https://gastronomicus.dk/spisekort/Forum: Themes and Templates
In reply to: [Tracks] Possible to add text eft of post-text?Hi Ben
I was afraid you would say that :). Ok, can you point me in the right direction then? I’ll try, and if I can’t do it, I’ll contact codeable.io.
Just a curious question: it seems what I really wanted was a left-side widget area – are there any plans about implementing this – and further: a three column layout – in the future? Maybe as an upgrade posibility?