地产售楼系统:显示房地产上市结果的问题(real estate listing display)

关于地产售楼系统的问题,在real estate listing display中经常遇到,关于显示房地产上市结果的问题(real estate listing display)的编程代码示例如下。

I'm having a come and go issue with a PHP file that displays the web page for the real-estate listing details page. Part of the beginning description of the property shows up in between the address and price whi[ch is located above the image gallery display. The share icons that comes before the print icon one day is there and a few days later is not. I've looked at the HTML code and cant see what the problem is. Checked the divs opening and closing. Just find it strange its a come and go mostly not displaying properly. Screencap below: page below

这是一个 WordPress 网站。我正在使用 Wp Residence 1.15.2 主题。推荐的主题是 Enfold theme v3.5.4 (我也尝试过使用当前版本),这是创作者 (Restpro) 推荐使用的主题,以及他们在使用该框架时编写的不同模板 php 文件。但是有一天,画廊决定不再使用 Enfold 显示,所以这可能是为什么我在一定程度上使用 Gallery 所说的主题

我已经在 chrome(我的入门浏览器),edge,internet explorer 和 Firefox 上查看了页面 / 站点。浏览器之间功能的唯一区别是在 internet explorer 和 edge 上,如果您单击主图像,则会得到该图像的一个大的弹出框,这是想要的。

开发网站位于HERE。只需单击高级搜索即可进行随机搜索。列出详细信息结果示例:http://retspro4.nohasslepropertysearch.net/listing-details/listing-2143864-0/

详细列出 php 模板。Link to file here

已经尝试了 3 个不同版本的插件,没有一个开始完全功能或无错误。

0

找到<div class="remarks" style="margin-bottom:10px;">并更改为<div class="remarks" style="margin-bottom:10px;clear:both;">

HTML 看起来像一个完全臃肿的混乱,但这解决了我。

缺少图标不存在,因为与打印机图标不同,它们没有锚点:

<div class="share-section-listing">
                <span class='st_sharethis' displayText=''></span>
                <span class='st_facebook' displayText=''></span>
                <span class='st_googleplus' displayText=''></span>
                <span class='st_twitter' displayText=''></span>
                <span class='st_pinterest' displayText=''></span>
                <span class='st_email' displayText=''></span>
                <span class="st_print"><a href="{link_printer_friendly_href}" rel="nofollow"> </a></span>
                <span class="st_fav"><a href="{adddel_favorite_href}" rel="nofollow"> </a></span>
            </div>

本站系公益性非盈利分享网址,本文来自用户投稿,不代表码文网立场,如若转载,请注明出处

(774)
C语言限制小数位数:如何限制访问中的小数位数(limit decimal places in excel)
上一篇
Linux是宏内核还是微内核:模块化内核vs微内核/单片内核(kernel modular)
下一篇

相关推荐

发表评论

登录 后才能评论

评论列表(11条)