I’m working on the site https://www.kbosso.com/blog for a client of mine. And whenever we search on Google: bosso blog OR kbosso blog OR kimberley bosso blog the Blog Site shows up with the incorrect Blog Title Page and incorrect Description/Tag line.
It shows up: “1 – Bosso Beverly Hills Makeup Blog”
WHY is there a random “1 -” in front of the blog’s site title? Then the description shows up with one of the actual blogs description instead of what we chose to set as the site description/tag line!
After poking around in the coding I found this:
/*
* Let WordPress manage the document title.
* By adding theme support, we declare that this theme does not use a
* hard-coded <title> tag in the document head, and expect WordPress to
* provide it for us.
*/
add_theme_support( ‘title-tag’ );
WHICH SUCKS BECAUSE I HAVE GOTTEN NO SUPPORT WHATSOEVER.
I want the blog to show up with this site title:
Bosso Beverly Hills Makeup Blog
I want the blog to show up with this site description:
Get updates on the latest makeup trends, makeup reviews, and beauty tips. Swatches and beauty tips from Kimberley – Celebrity Makeup Artist in Beverly Hills.
]]>Hi there,
I’m customizing this a little with a child theme for my specific needs. I’m looking at the code generated in the header and I see references for prism.js. If I have no need for displaying code snippets on my site. Will there be any undesirable side effects if I deregister atout-prism css and atout-prism-js?
Thanks! Great theme.
]]>I would like to have “Posted in Category” for each post. This probably requires a new function; could someone help with write it? I’m not so fluent in php
]]>Hi all,
Does anybody face the problem like mine? Top menu does not work when you open site on mobile device, let’s say iPhone. The site is https://www.pentropia.com. I will appreciate any ideas.
Ilia
]]>When I open a category page is shows the string “Archives” in title heading of page. I want to change it to category name for the category pages or month/year in the date based archives.
How to do this?
Please help.
I can see featured images on excerpts of homepage but not in category pages and other archive pages.
How can I do this?
Is there a plugin for this or can be enabled from somewhere in settings?
I’ve been trying to figure out an ideal size, factoring in the responsive layout, for post header images. Does anyone know?
Thanks so much!
]]>The header for this site is not positioned correctly on a mobile phone. The title text is clipped or overlaying the body.
This WP site is the first one I’ve done, so I have no idea how to fix it.
Also, I noticed that the word “fusion” is spelled “fuision” once on the code. Is that a problem?
]]>Hello,
I want to change the theme of my blog, geckoo.org, and I like Atout so much except for the archive pages.
I would like to have the same presentation of the posts archive as the posts in the home page (with thumbnails).
Which file(s) I have to modify ? I don’t know well php and I’m afraid of making some mistakes !
Thank’s a lot for your reply ??
]]>I’ve just switched to Atout theme for my website aladyofleisure.com and think it’s great but I can’t find out how to centre my header A Lady of Leisure nor change the size of it? At the moment it says Welcome to A Lady of Leisure but ideally I’d like it to say A Lady of Leisure in larger type, centred to the photo below, and with a tag line underneath (the tagline in the customise options doesn’t seem to appear on the page). I suspect I need to do something with CSS and text-align but I’ve no idea where to put it or what the header is called in CSS (it is H1 or is that just for blog posts?) I’m an enthusiastic newbie so any help (and simple explanations!) would be gratefully received, many thanks.
]]>Hi guys,
I’ve tried using all the custom CSS everyone has been posting, but I can’t manage to get rid of the author link of my articles. I don’t want the Author to be shown on the home page nor on the individual articles. Anyone know whats up? Site is https://www.ryancovel.com
Thanks
]]>Hi! I just noticed after activating the “fixed header” customization option that the floating header is leaving a gap at the top of the page. I set it back to the original “fixed” option, but there is a screenshot here. Any ideas as to what could be happening here?
Thanks! I love the theme! ??
Nicole
Is it possible to add a thumbnail-type image to the left of the search results / tag landing pages in this theme?
Example search result page on my site:
https://busygirlshopping.com/?s=baby
I would love if I could have a thumbnail size image to the left of the text?
Thank you in advance for your assistance!
]]>Hello, I would like to remove the “date” and “author” information from appearing on pages on my site (just pages, not posts). I’ve found a couple of support threads about the topic relating to other themes, but I can’t seem to apply their advice to this particular theme / my site? Any advice?
My site is https://www.busygirlshopping.com.
Thank you!
]]>Hi,
I just upgraded to Atout theme, which is great!
I have a question.. every time i go inside the post I see at the headline the picture even if it appear in the text itself. im kind of new to wordpress and in the past in one of the posts someone told me to add the following to function.php page. I did it again here but it doesnt work. any suggestion?
global $wpdb;
$wpdb->query( “
DELETE FROM $wpdb->postmeta
WHERE meta_key = ‘_thumbnail_id’
” );
Hi,
I can’t seem to get my post to bold the selected font I want. I’ve gone into the code and tried putting <b> </b> myself, even though they were already there. Any suggestions?
]]>Fatal error: Can’t use function return value in write context in /home4/newtron/public_html/wp-content/themes/atout/header.php on line 19
Code on line 19 as follows:
<?php if(!empty(get_theme_mod( ‘atout_favicon’))): ?>
<link rel=”shortcut icon” href=”<?php echo esc_url( get_theme_mod( ‘atout_favicon’ ) ); ?>” type=”image/png” />
<?php endif; ?>
I have not made any changes to the theme, wondering why it is not working on live site.
]]>