Forum Replies Created
-
AuthorPosts
-
Hi Ismael,
Thank you for your help.
I used the code you suggested and the burger menu is under the logo as requested but it doesn’t work. By that I mean when I click on it the menu does not appear. Also, the cart symbol is on top of the logo. I would like it to the far right so not covering the logo or under with the burger.
Alicia
perfect. thanks so much
Thanks so much for that. I can’t believe the answer was that simple. I appreciate your time.
perfect thanks.
I seem to have fixed it myself. Thanks anyway.
Sure. Details below.
Please let me know after you have a look.Sorry, it has taken me a long time to get back to you, but the problem persists.
As I said, we use the shop to display the in-store products but we don’t actually sell through the website. If you could tell me how to erase all these dead links I would really appreciate it.
- This reply was modified 3 years, 10 months ago by aliciapotts.
Okay great. I think I have to trust you that it is working now. Thanks for your help.
Thank you for pointing that out.
My ‘screaming frog’ analysis still says the links are dofollow. But, when I inspect the image on the page it seems to be nofollow. What is the best way to know for sure if it has worked?
Hi Mike,
Thank you for the advice. I added the custom class ‘christmaswarehouse’ to all the ad sliders. Then I put the code below in the functions.php but the links don’t seem to be nofollow. Would you please advise where I went wrong? Thank you.
function custom_script(){
?>
<script>
(function($){
$(document).ready(function(){
$(“christmaswarehouse a.avia-slide-wrap”).attr(“rel”, “nofollow noopener noreferrer”);
});
})(jQuery);
</script>
<?php
}
add_action(‘wp_footer’, ‘custom_script’);February 28, 2020 at 6:20 am in reply to: Columns within section not aligning to top correctly #1188747Thanks for putting me on the right track. I don’t know why but there was a top margin on two of the headers.
I was able to fix it using the CSS below – I have listed it in case it helps someone else.p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
margin-top: 0em;
}I’m not sure. I don’t really want to revert back. Is there a way I can space the portfolio items more evenly? They work perfectly on smaller screens and mobile. They just look tiny on desktop.
ThanksSOLVED!
To anyone else who has this problem it was my image optimiser plugin.I have put two links below. the first one shows what happens when I choose flexible masonry. the second shows how the grid display works. I want the flexible one.
It only happens when I choose flexible masonry. If I choose the grid it displays properly.
I should have mentioned that I am using a masonry gallery for the images.
Hi Rikard, thanks for the suggestion. I tried deleting the old CSS and JS files. I even turned off the compression but none of it made any difference. My images are still squashed together. I’m not using any performance plugins except EWWW Image optimizer.
Please help. -
AuthorPosts