瀑布流網(wǎng)站模板(還有哪些瀑布流的網(wǎng)站)
本篇文章給大家談談瀑布流網(wǎng)站模板,以及還有哪些瀑布流的網(wǎng)站對應的知識點,希望對各位有所幫助,不要忘了收藏本站喔。
本文目錄一覽:
- 1、如何實現(xiàn)Wordpress網(wǎng)站新建一個瀑布流布局的頁面
- 2、Discuz! X3如何設置瀑布流模板?
- 3、如何在wordpress網(wǎng)站添加瀑布流單頁模板
- 4、DEDE瀑布流模板怎么搞
- 5、wordpress制作照片瀑布流的效果,如何實現(xiàn)?
如何實現(xiàn)Wordpress網(wǎng)站新建一個瀑布流布局的頁面
可以安裝插件Visual Composer(可視化編輯器),可以實現(xiàn)你想要的頁面布局,此插件簡單易上手,里面包含很多頁面布局的模板可供選擇
Discuz! X3如何設置瀑布流模板?
由于早期版本沒修改默認值,導致圖片版塊顯示有一定的問題,不是瀑布流格式。Discuz!
X3
瀑布流設置方法:1、到后臺“界面”-“界面設置”-“主題列表頁”頁面設置“主題封面高度”為一個比較大的數(shù)值,建議設置為
9999,“主題封面寬度”建議設置為
2002、到后臺“工具”-“更新統(tǒng)計”頁面,進行“重建主題封面”操作這樣生成的縮略圖就都是按比例縮放的了
如何在wordpress網(wǎng)站添加瀑布流單頁模板
?php
/*
TEMPLATE?NAME:瀑布流測試
?*/
//基于Wordpress自帶的2014主題
//貢獻者:Suifengtec??suoling.net
if?(!?function_exists('coolwp_scripts_masonry')?)?:
if?(?!?is_admin()?)?:
function?coolwp_scripts_masonry()?{
????//deregister?built?in?masonry?since?it?is?old?version?3.
???wp_deregister_script('jquery-masonry');
???//請自行下載
????wp_enqueue_script('jquery-10.1.js',?get_template_directory_uri().'/test/jquery.js',?array(?'imagesLoaded'),?null,?true?);
???????//請自行下載
????wp_enqueue_script('imagesLoaded',?get_template_directory_uri().'/test/imagesloaded.pkgd.min.js',?false,?null,?true);
???????//請自行下載
????wp_enqueue_script('jquery-masonry',?get_template_directory_uri().'/test/masonry.pkgd.min.js',?array(?'imagesLoaded'),?null,?true?);
???????//后面我貼出來
????wp_enqueue_script('custom.js',?get_template_directory_uri().'/test/custom.js',?array(?'imagesLoaded'),?null,?true?);
}
//wp_enquqe_style('masonry',?get_template_directory_uri().'/test/');
add_action(?'wp_enqueue_scripts',?'coolwp_scripts_masonry'?);
endif;?//!?is_admin()
endif;?//!?coolwp_scripts_masonry?exists?
get_header();??
div?id="main-content"?class="main-content"
?php
if?(?is_front_page()??twentyfourteen_has_featured_posts()?)?{
//?Include?the?featured?content?template.
get_template_part(?'featured-content'?);
}
?
div?id="primary"?class="content-area"
div?id="content"?class="site-content"?role="main"
?php
$args=array(?'post_type'='post'?);
$myloop=new?WP_Query(?$args?);
//?Start?the?Loop.
while?(?$myloop-have_posts()?)?:??$myloop-the_post();
//?Include?the?page?content?template.
?
div?class="item"
?php
?if?(?has_post_thumbnail()?)?:??
????div?class="masonry-thumbnail"
????????a?href="?php?the_permalink()??"?title="?php?the_title();??"
?????????php?the_post_thumbnail('thumbnail');??/a
????/div!--.masonry-thumbnail--
?php?endif;??
????div?class="masonry-details"
????????h5a?href="?php?the_permalink('?')??"?title="?php?the_title();??"span?class="masonry-post-title"??php?the_title();??/span/a/h5
???????!--??div?class="masonry-post-excerpt"
????????????php?the_excerpt();??
???????/div?--!--.masonry-post-excerpt--
????/div!--/.masonry-entry-details?--
/div!--/.item?--
?php?endwhile;??
/div!--?#content?--
/div!--?#primary?--
?php?//get_sidebar(?'content'?);??
/div!--?#main-content?--
?php
get_sidebar();
get_footer();
custom.js代碼:
var?container?=?document.querySelector('#content');
var?msnry?=?new?Masonry(?container,?{
??columnWidth:?200,
??itemSelector:?'.item'
});
/*alert('aaaaa');*/
將你下載到的三個js文件和上面的custom.js放在你的WP的2014主題目錄下的test文件夾(自己建),然后將上面的PHP代碼復制到一個英文開頭的PHP文件里,把這個PHP文件放在WP的2014主題目錄下,
啟用這個主題,發(fā)布頁面,選用“瀑布流測試”頁面模板,如果你的測試WP中有文章,并且文章有縮略圖,就會是這個樣子:
只需要你改下查詢語句和css,就可以套用到別的主題了。
DEDE瀑布流模板怎么搞
瀑布流是布局樣式,你想做這個,需要JS的插件配合dede的調用就可以實現(xiàn)。
wordpress制作照片瀑布流的效果,如何實現(xiàn)?
wordpress是開源的一款博客系統(tǒng),你可以網(wǎng)上下載wordpress瀑布流主題,然后選擇在線安裝。便利完全可以達到你自己想要的效果,可以對模版進行編輯修改,很方便。
不過要做一個自己的模板,則需要你有一定的專業(yè)知識。比如你至少要懂的標準通用標記語言下的一個應用HTML代碼、CSS、PHP等相關知識。
關于瀑布流網(wǎng)站模板和還有哪些瀑布流的網(wǎng)站的介紹到此就結束了,不知道你從中找到你需要的信息了嗎 ?如果你還想了解更多這方面的信息,記得收藏關注本站。
掃描二維碼推送至手機訪問。
版權聲明:本文由飛速云SEO網(wǎng)絡優(yōu)化推廣發(fā)布,如需轉載請注明出處。