tizz
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Leaf] Show all post on home@mejdiu, first you have to download the Leaf child theme. Don’t modify the original theme, even if I don’t think this theme will be updated again – using child theme it’s the first thing to learn.
Then you can remove more articles section from the copy of home.php file in your child theme.
For the second thing, you have to modify this line
<?php $loop = new WP_Query( array( 'cat' => $category, 'posts_per_page' => 4, 'paged' => $paged,'post__not_in' => $no_duplicates ) ); ?>
in that same file at the “categories section” level.
Read here for some information about wp_Query.
Last, remove that “display:none;” rule from CSS because you don’t need it.Forum: Themes and Templates
In reply to: [Leaf] Remove ShadowHappy to help.
Forum: Themes and Templates
In reply to: [Leaf] Remove Shadow#page {box-shadow: 0 0 0px rgba(150, 150, 150, 0.4);} is wrong
You have to write as I said above:
#page {box-shadow: 0 0 1px rgba(150, 150, 150, 0.4);}Forum: Themes and Templates
In reply to: [Leaf] Remove ShadowFrancis, at the link above I still see the old code with the border of 8px. You have to write the new code with 1px in the CSS custom area of Leaf theme.
@janaobx Have you tried deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the culprit. You should also switch to a Twenty series theme to rule out any theme-specific problems.
#noise Are you referring to “quality” in Image options?
I don’t know if I understand, but if you upload optimized images, then you’ll have optimized thumbnails…@borysek It’s impossible any further help with the right click disabled.
@jeanne bw You missed the link to a page with the problem.
@ask4sp You’d better open your own topic.
Forum: Themes and Templates
In reply to: [Leaf] Remove ShadowHi Francis, write this line in Custom CSS in Leaf theme options:
#page {box-shadow: 0 0 1px rgba(150, 150, 150, 0.4);}Forum: Themes and Templates
In reply to: [Leaf] Remove ShadowHi Francis, write in Custom CSS in Leaf theme options:
#page {box-shadow: 0 0 1px rgba(150, 150, 150, 0.4);}@vintagesbali, I understand what you are saying, but it has nothing to do with home page indexing.
I don’t care what all of those different tools say about my page rank, loading time and so on, these are useless information to me now and ever. The problem is that Yoast has changed something, i.e. something has gone wrong (it can be said? Sometimes it seems that Yoast is God…), and home page – not only mine, I guess – is no longer indexable.
It’s not indexable in any way, the tools have nothing to do here, it isn’t a value that change with this or that. Something has gone wrong with Yoast after 1.5.3.3, which is the version I have now – and this also tells you that you have “tested” my site with the “good” version (quotation marks because also 1.5.3.3 is a bugged version, for titles, etc.). I’ve seen this new problem after 1.5.33.@vintagesbali thank you very much for your help.
I’m not sure if in my case is a good idea disable canonical entirely.
I’d rather prefer it was like before, i.e. no need to remove canonical URLs and my home page indexed.
I don’t understand at all why now Yoast choose for us not to index the home page too, this is the point. Yet I don’t understand why he blocks the next-pages (2,3…) indexing, but now even the home page? Why? I just don’t understand the sense.
Do you think is it normal that the home page is no longer indexed in the latest versions of the plugin? Is it against the purpose of this plugin, or not?
To fix this, currently I have reinstalled an old version, 1.5.3.3, because I have noticed a decrease in Google indexing since there is this problem.@einstem, some time ago I was in your situation and it happened that when I removed the Google XML sitemaps plugin my indexing suddenly dropped down, although the Yoast sitemap had already been sent. So I had to keep the two plugins together for a long time, because when I tried to deactivate Google XML sitemaps again some months later, the same happened. Then, Yoast sitemaps are a bit unstable, so I have always thought that the other map was a guarantee, and indeed it was. When the Yoast maps are broken the other holds on because it was physical, not dynamic as that of Yoast.
Then recently, with a Google XML sitemaps plugin upgrade I didn’t like, I tried to turn it off again and nothing bad happened for weeks, so I deleted it completely and I removed maps from the root of the site. This time I haven’t had the previous experience, in fact the opposite has happened, right after having removed GXML indexing has increased of 10-15%, this is strange and I don’t know why.
So, in theory you don’t need to send two equal maps and you don’t need two sitemap plugins, but actually this is what happened to me, so try first to deactivate Google XML sitemap plugin, and check in the following days with the Google webmaster tools, if something goes wrong you can activate it again.