aliqamarvpn
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Breadcrumbs showing wronglyYou’re very welcome guys, happy that I could help a bit. It is my rule to always help people online whether it’s helping them through articles on my blog or on forums. And, it should be the rule of life for us all I believe ?? Cheers!
Forum: Plugins
In reply to: [Yoast SEO] Breadcrumbs showing wronglyHi guys – so the issue is real, I confirmed with Yoast team over github. The Yoast 14.2 coming next Tuesday will have it fixed. But I didn’t want to leave my site like this till then, so I finally got my hands on a fix for the meanwhile the team releases the latest version.
The fix is changing this query:
wordpress-seo/src/repositories/indexable-hierarchy-repository.php
(Lines 76 to 80)
public function find_ancestors( Indexable $indexable ) {
$ancestors = $this->query()
->where( ‘indexable_id’, $indexable->id )
->order_by_desc( ‘depth’ )
->find_many();To use order_by_asc instead of order_by_desc.
It worked for me, hope it helps you as well. And if you wish to thanks me, you can share my website article with your friends and family ??
Cheers!
Forum: Plugins
In reply to: [Yoast SEO] Breadcrumbs showing wronglyFor me, the breadcrumbs are all messed-up/swapped for old posts, too.
I would like to elaborate on the issue a bit more so that everyone understands better. It was all good a couple of days ago, I upgraded to 14.1 and then after a couple of days, the parent and sub-category of posts got swapped.
Perhaps it happened right after the most recent Yoast update but I just noticed yesterday. Please help ASAP, this is serious issues, now my breadcrumbs that are shown in Google are swapped too, make has made things look weird. Many thanks.
Forum: Fixing WordPress
In reply to: Updated to 4.9 – Now Issues with Image CaptionsGuys – you might want to add the following css and it will all be perfect for you:
@media (max-width: 988px){
.wp-caption {
/* Force the box to be 100% */
width: 100% !important;
}
#content .wp-caption a img {
/* Scale down if too big */
max-width: 99.03225806%; /* 614/620 */
height: auto;
}
}Cheers!
Forum: Plugins
In reply to: [PureTheme Slide Social Tabs] Twitter Tab not Updating FollowersOops, if you can see, it must be some sort of plugin or cache problem at my hand. Ok, I’ll sort it out, many thanks and sorry for the confusion.
Waiting for your updated version btw.
Forum: Plugins
In reply to: [PureTheme Slide Social Tabs] Twitter Tab not Updating FollowersHi,
Thank you for considering my suggestion about RSS and ok, the twitter box thing makes sense. But how about the twitter followers not showing correctly in it? I’ve more than 70 followers on twitter, but the box shows only 4. Any idea please?
Thanks,
AliForum: Plugins
In reply to: [PureTheme Slide Social Tabs] Twitter Tab not Updating FollowersI’d like to add one more message before I move on trying another plugin. It would be really great if you could please add a tab for the RSS feeds subscription as well. I think this will make the plugin perfect and clean.
And yes, another bug is, the twitter tab containing the site twitter name doesn’t load towards the site’s twitter, it instead, leads to the twitter-fanbox.com box editing page. I think it should be leading towards the twitter page of the site, as like the FB and G+ tabs are functioning.
Thanks!
PS: I’d be more than happy to write a review of the plugin on one of my sites, and of course, to donate small amount as soon as the plugin will be good to recommend
Oops, sorry for the confusion. I didn’t mean to report the rss feed and other bug here, it was for another plugin. So please ignore it, waiting for the update.
Alright, it’s great to hear indeed. And I’ve another, suggestion if you’d want to work on it as well – it would be really great if you could please add a tab for the RSS feeds subscription as well. I think this will make the plugin perfect and clean.
And yes, another bug is, the twitter tab containing the site twitter name doesn’t load towards the site’s twitter, it instead, leads to the twitter-fanbox.com box editing page. I think it should be leading towards the twitter page of the site, as like the FB and G+ tabs are functioning.
Thanks!
PS: I’d be more than happy to write a review of the plugin on one of my sites, and of course, to donate small amount as soon as the plugin will be good to recommend.
Hi,
I’m using a custom theme based on Genesis framework, the base of my theme depends on the Eleven40 pro genesis theme. And if you don’t mind, when will you release the next update?
Thanks,
AliForum: Plugins
In reply to: [PureTheme Slide Social Tabs] Twitter Tab not Updating FollowersSo any update please?
Forum: Plugins
In reply to: [PureTheme Slide Social Tabs] Twitter Tab not Updating FollowersIt’s not updating for us here, unfortunately. The website is 3bests dot com.
Hi, I need to use this on elven40 pro thesis theme, which is responsive – so where do I add your example code to maintain the responsiveness of my theme?
Forum: Plugins
In reply to: [Floating Social Bar] Floating Social Bar Not Working in Google ChromeAnyways, waited long for the response here… But to no avail! I’ve deleted this social plugin and managed to create a custom one for my website, so for me the problem is solved. I’ve now marked this topic as resolved. Thanks guys!
Forum: Plugins
In reply to: [Contextual Related Posts] Related Posts Showing withint Article BodyHi Ajay, I tried the above provided fixes but even though it enabled me to place CRPs in my desired place, yet it also shows them within its default place (again within the article body). So it’s making the posts to show twice… Any idea please?