Forum Replies Created
-
AuthorPosts
-
Don’t worry about this, we’ve decided not to do it.
Hi There,
This site is now live.
I have added a different logo on the single blog pages but it isn’t showing on the category pages. I used the code below to change the logo. Could someone help with the script for the category pages?
function add_custom_blog_logo(){
?>
<script>
jQuery(window).load(function(){
jQuery(‘.blog .logo img’).attr(‘src’,’https://bluecarrot.co.nz/wp-content/uploads/2020/11/blue-carrot-catering-logo-blog-1.png’);
jQuery(‘.single-post .logo img’).attr(‘src’,’https://bluecarrot.co.nz/wp-content/uploads/2020/11/blue-carrot-catering-logo-blog-1.png’);
});
</script>
<?php
}
add_action(‘wp_footer’, ‘add_custom_blog_logo’);Thanks Victoria, yes clearing the cache shows the problem it fixed.
Hi Yigit,
When I view the website in Safari (mobile), the line is not there, but I can still see it in Chrome.
- This reply was modified 3 years, 8 months ago by Byrne.
I added !important and it worked.
The small border that separated the logo and menu is now sitting above the mobile menu that I can’t remove. Screen shot below.
Thanks Yigit,
The header widget CSS is in the Child theme.
Cheers
Hi Yigit,
Unfortunately that didn’t change anything. I have flushed the cache.Hi Rikard,
I managed to fix it. I had added an extra bracket in the code.Unfortunately, the code above didn’t work to remove the logo container from the homepage. Could someone please help me with this?
I figured it out.
.page-id-33 .container.av-logo-container {
display: none!important;
}
.page-id-33 .html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 50px !important;
}Hi There,
I have posted screenshots below.
I need the logo on the archive and categories pages to be the same as the single post.
Cheers JaneI managed to increase the padding at the top of the blog pages, just need to fix the logo.
Please ignore this request, I figured it out. I was missing a bracket after a media query.
Brilliant, thank you. Worked a treat.
Thanks for your help. When I tested it on another phone it looked fine, then I realised that I had made the text size on my phone larger. Sorry all sorted.
Thanks for your help Rikard,
I changed the heading to a fixed header and that seemed to fix it.Hi Rikard
If you have a look at the ‘About’ page, there is a heading on the page above the text, but you can’t see it because it’s under the header.
Below is a screenshot where you can see the container. The container needs to come down and sit below the navigation menu.
Cheers
May 25, 2020 at 4:20 am in reply to: Non-indexable pages with high relevance – Canonical URL #1215928I have a few websites that are all setup the same but didn’t seem to have this issue.
I used the Yoast plugin to set the Canonical URL and that seemed to work.
Cheers Jane
Hi There
Yes if I could have some help with the CSS.
1. On the mobile, I want to hide the grey thumbnail at the top of the post page.
Here’s a screenshot.
https://www.dropbox.com/s/1wjtirxxni0xvhn/Screenshot%202020-03-30%2014.15.33.png?dl=02. On the mobile, I want the post title font family to be the same as the desktop.
Here’s the desktop view:
https://www.dropbox.com/s/9qlgc57kjvn54b9/Screenshot%202020-03-30%2014.17.40.png?dl=0Here’s the current mobile view:
https://www.dropbox.com/s/cjridumjh9shuiq/Screenshot%202020-03-30%2014.18.01.png?dl=0Cheers Jane
Brilliant, thank you.
Brilliant, that did it. Thanks
Hi Nikko
I was using a color section with a background images, I changed it to a LayerSlider and it is now fine.
Thanks
Version 7.1.26
Brilliant, thank you
Hi There, I had tried removing the custom css but that didn’t help. If I change the menu to the top the font styling is correct, but this is not the way I want it. I have used custom css to change the menu text. Thanks
When I am in the Advanced Styling section I select Main Menu links, change the font size and font weight, then click Save all changes. The font size or weight don’t change!
Nope, no custom css at this stage. I’m using the left side navigation, when I change it to top navigation the font weight and font size of the menu items is correct. I need this to work on the left side navigation.
- This reply was modified 6 years ago by Byrne.
Hi There,
Yes it should be Montserat 700, but on my mobile it looks more like Montserat 300.
This is what it look like when I preview responsive sizes on my desktop:
https://www.dropbox.com/s/e58ro4xbpmt0ykn/Resposive%20preview.JPG?dl=0This is what it looks like on my phone:
https://www.dropbox.com/s/gqf0wv73mh28iv2/Mobile%20screen%20shot.jpg?dl=0- This reply was modified 6 years, 3 months ago by Byrne.
Hi There, the font appears to be correct but not showing the correct font weight, headings are normal rather than bold. Screen shot below.
Perfect, thank you.
-
AuthorPosts