Forum Replies Created
-
AuthorPosts
-
Thanks so much!
Having the same problem. Disabeling WP Rocket fixes it.
@Schmidtgrafisk – did they help you find a solution?Fixed – turned out it was another problem that happened because I updated the theme at the same time as I installed the Child.
This is what solved it: https://kriesi.at/support/topic/layout-elements-not-aligning-correctly-after-latest-update/
Problem apears to be in the boxed layout. If I change the settings it wont responds to that. Hope you can help me out.
An image in case it helps – I want to remove the prices from that overview.
Thanks, it works now – turned out there was another CSS snippet causing the error – I added that to hide the price on the product overview.
When i remove it the error is gone but the price is back.Any suggestion on what might be cause the conflict?
This is the other code:
.inner_product_header_cell > .price,.inner_product_header_cell > .woocommerce-de_price_taxrate,.inner_product_header_cell > .woocommerce_de_versandkosten { display: none !important;
Hi Yigit,
Thanks – tried that but some some weird reason it makes it so that the whole width of the site changes :)
Does the trick on mobile though.With kind regards,
Hi Rikard,
Link to the site is there.
What I wan to achieve is to make the blocks on the homepage look like the blocks in the screenshot.
So basicly I want to add padding to the text container and make the button more subtle.With kind regards,
Hi Rikard,
That did the trick. Thank you very much!
Hi Rikard,
I made you an account. See below.
Hi Rikard,
You can close it – thanks for your assistance
Hi Basilis,
Thanks for the reply – it was really important for me to get it done.
Luckely the guys over at AFC helped me out (really awesome) and it works now.
They gave me code to add to single.php and the images I add to the custom field of my posts show up underneath the posts now.
In case everyone else has the same wish, you can use the code James from ACF gave me below.With kind regards!
`<?php
//get the global post to access the post id
global $post;
$images = get_field(‘NAMEOFYOURGALLERYFIELD, $post->ID);if( $images ): ?>
-
<?php foreach( $images as $image ): ?>
-
“>
” alt=”<?php echo $image[‘alt’]; ?>” />
<p><?php echo $image[‘caption’]; ?></p>
<?php endforeach; ?>
<?php endif; ?>
Spot on – thank you very much!
Hi Jordan, I searched but the code doesn’t show up in the header.php.
Hi Yigit,
Still some white space but way less than it was before.
I can live with it.
Thanks allot!
Ah Yigit my saviour :)
Thanks.
I used: <iframe src=”someurl” width=”100%” height=”2200″></iframe> in a code block which i placed in a one row grid row.
Looks a bit beter now but there’s still white space between the frame and my the top header layer.Is there any way to remove that?
See link to see how it’s now.
Thanks again.
Next time I have a question I’ll add your name to the topic cause you solve stuff like a boss.
Have a good day!
Thanks so much – works perfectly!
One more thing, the caption tittle font is displayed in capitals, while i prefer to have it shown in H3.
I tried to put a <h3> </h3> in de normal caption text but thats overflown.
Any other way to do that?- This reply was modified 8 years, 8 months ago by MulderMind.
Yay, Yigit to the rescue :-)
Link in private!
It’s the fourth row and basicly I want the text/buttonfield it to look like the third row but with a slider function.
Thanks Yigit – spot on & fast – like always :)
And you’re right, 30 is better.
Have a good day!
Hi Vinnie,
Thanks for your reply – the code works but it’s not the effect i want.
I attached a file with the effect I want to achieve.
Cheers,
Thank you so much, just in time for my deadline :)
Hi Elliot,
That CSS worked out pretty well.
No need to look into it any further – thanks a lot!
Hi Elliot,
See the links in private content.
I want really small and simple tables.
Works. Like a boss :)
Thanks again for the perfect service and fast replies!
Yay Yigit!
The moment I saw your name in the reply mail I already knew it would work :-)
Great!
Just one more thing, the height of the footersocket – can I set that to a maximum of 20 pixels or something?
Thanks allot.
November 17, 2015 at 10:56 pm in reply to: Menu background on selected link | different header style #537690Thanks again!
Topic can be closed, another happy customer :)
November 17, 2015 at 5:17 pm in reply to: Menu background on selected link | different header style #537438Thanks a lot Dake, works great and superfast reply!
Is there any way to change the thickness of the menu-fx, it’s a bit to bold now.
- This reply was modified 9 years ago by MulderMind.
November 2, 2015 at 11:30 am in reply to: REPLACE GRAVITY FORMS SUBMIT BUTTON BY ENFOLD BUTTON #528348Thanks, that did the trick!
October 29, 2015 at 5:35 pm in reply to: REPLACE GRAVITY FORMS SUBMIT BUTTON BY ENFOLD BUTTON #527017Hi Elliot,
The page in de private content.
Currently I use an image of the button I styled but I’d prefer to use a ‘real’ button.It’s in the
-
“>
-
AuthorPosts