Casper434
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hestia] Not Saving (Updating failed)Same crap on my site with Gutenberg. Never had this problem before
After the update the title inserted by the IDX Plugin now comes up untitled. I have had to manually insert a title tag. Not sure why the titles on IDX pages is now being overridden and replaced with untitled?
I did notice that my other site does not have this problem and it had the title fix extension activated so I activated it on my main site and hopefully it will fix the problem
The title and description simply vanish and there is nothing in either space where I entered the data. The title fix extension is not activated
These lines of php code in the IDX plugin seem to relate to the IDX virtual pages
$this->addRule(
iHomefinderVirtualPageFactory::LISTING_DETAIL,
$matchRulePrefix . $urlFactory->getListingDetailUrl(false) . “/{listingAddress}/{listingNumber}/{boardId}”public function getListingDetailUrl($includeBaseUrl = true) {
$virtualPage = $this->virtualPageFactory->getVirtualPage(iHomefinderVirtualPageFactory::LISTING_DETAIL);
$permalink = $virtualPage->getPermalink();
$result = $this->prependBaseUrl($permalink, $includeBaseUrl);
return $result;
}I should mention that having title fix on or off does not seem to make a difference. The home page title is being displayed on these pages. Please fix as I do not want to revert back to the yoast plugin even though these pages worked with that plugin. These pages are not showing up in search since title is wrong