Wordpress在我的主题中没有显示<p>元素的背景照片

时间:2018-06-10 15:26:44

标签: wordpress

我一直在尝试制作一个wordpress主题,并希望它更好。我在&#34; style&#34;中添加了背景图片。属性,但Wordpress没有显示它。 这是我的代码:

<p align='center' id='intro' style='align-content:center center; 
    font- size:5vh;padding-top:40vh;height:100vh; width:100vw; color:white;
    font-family:"Times New Roman"; background-attachment:fixed;
    background-image: url("images/jazz_lounge_intro.jpg");
    background-color: #cccccc; background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed; background-size:cover;'>
    Lorem Ipsum 
</p>

1 个答案:

答案 0 :(得分:0)

就像约翰内斯评论过的那样。

设置图像的完整路径:

$(document).on("click", ".submit_btn", function(event){
        count = $(this).closest('.clone').clone().html();
       // count = $(this).data('id'); if you just want the id;
        alert(count)
  });