Forum Replies Created
-
AuthorPosts
-
Dear
And what for elements that don’t contain anchor’s aka Section ID?
Dear
I mean you can’t make a fluid slideshow instead of showing the white space?
Make them follow each other consistently.Ok, that worked perfectly but what about my 2nd question?
“Extra question: is it possible to let the logo’s following up on each other?
Instead of the last logo being followed by a white space?”See example picture above
Here you go:
Nice!
Worked like a charm!Perfect!
Thank you!
I used it to not show the section under my google maps and the footer.Never used the plugin before.
Here you go:Ok, the full width is solved.
But for some reason he puts the 2 color sections above each other on the webpage:Preview:
In WordPress they are clearly not top on each other:
This reply has been marked as private.This reply has been marked as private.you may close it!
Thank you!
I got it working!Thank you for pointing me in the right direction!
This is the code snippet, adjusted to what you gave me:
/* Openingsuren tonen in header */ add_action('wp_head', 'openingsuren'); function openingsuren(){ ?> $vandaag = date("l"); switch($vandaag) { case 'Monday': echo 'Maandag: 14u - 19u'; break; case 'Tuesday': echo 'Dinsdag: 14u - 19u'; break; case 'Wednesday': echo 'Woensdag: : 14u - 19u'; break; case 'Thursday': echo 'Donderdag: 14u - 19u'; break; case 'Friday': echo 'Vrijdag: : 14u - 19u'; break; case 'Saturday': echo 'Zaterdag: 9u - 17u'; break; case 'Sunday': echo 'Zondag: gesloten'; break; } <?php };
But I get a HTTP error 5000 then.
But actually what I need to know is how to refer to the PHP script in the header location that I marked above.
The result of the script needs to be shown in the ‘Phone Number or small info text’ field, see image below.
How do I call the php script for the result to be shown there.
If you can tell me this, I think thats all I need to know.Hi Boeckske23,
Try wrapping it in a span with some class. And that file should have somehting like this
ob_start();
$yourcode = ob_get_contents();
ob_end_clean();
return $yourcode;
Can you show us the code from that file?
Best regards,
VictoriaI don’t understand your example
<?php $vandaag = date("l"); switch($vandaag) { case 'Monday': echo 'Maandag: 14u - 19u'; break; case 'Tuesday': echo 'Dinsdag: 14u - 19u'; break; case 'Wednesday': echo 'Woensdag: : 14u - 19u'; break; case 'Thursday': echo 'Donderdag: 14u - 19u'; break; case 'Friday': echo 'Vrijdag: : 14u - 19u'; break; case 'Saturday': echo 'Zaterdag: 9u - 17u'; break; case 'Sunday': echo 'Zondag: gesloten'; break; } ?>
And I put this into the header:
<? require_once(ABSPATH. ‘/wp-content/openingsuren.php’); ?>
- This reply was modified 7 years ago by Boeckske23.
How is the investigation going?
This reply has been marked as private.This reply has been marked as private.So, I did what you said but for some reason he is not showing it in the correct place.
Example:
What did I do?
1) add my php script to header.php before the closing head tag.
2) added the call for the php script in my secondary headerExample:
But as you can see, the output result is correct but the place needs to move next to the phone number.
Perfect, now that I can use!
Thanks a million!No, i’m using just masonry because that contains a filter option at the top.
You could’ve figured that out at the above posts…So I guess the masonry element doesn’t contain a “Image Link” option?
Ok, and what about the redirect to another page?
Or the getting a lightbox instead of going to a new page?
Is that possible?Perfect!
One last thing… If I add stuff to the grid, it only shows the categories and filters of the pictures that are currently visble.
Only after when I press ‘Load ‘More’, it shows all categories.
Is it possible to show all categories from the start?And when you click a image you’re redirected to a new page.
Isn’t it possible to just get a lightbox light the other media elements?- This reply was modified 7 years ago by Boeckske23.
any idea or experience with a certain plugin?
anything you can advise me?Perfect, need to tweaks some little things but I can continue now!
Many thanks css god!
doesn’t really do much…
how it should be:
Code you gave me with the media file in it:
.image-overlay .image-overlay-inside::before { background: url("https://sanotech.my-tagit.be/wp-content/uploads/2017/10/service_bg-e1508262915962.jpg"); background-repeat: no-repeat; background-size: cover; content: "\00a0" !important; }
-
AuthorPosts