k201244
Forum Replies Created
-
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Archive/categoryIt’s work. It looks great.
<?php echo do_shortcode( '[thumbnailgrid height="150px" width="230px" cat="132" posts="99" type="post" order_by="author" ]' ); else : // If no content, include the "No posts found" template. get_template_part( 'content', 'none' ); endif; ;>Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Getting category ID for active categoryI got everything under control. Problem solved and works. Beauty. Superb plugin <3
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Getting category ID for active categoryWhere should I paste
<?php echo do_shortcode( ‘[thumbnailgrid cat=”x” posts=”x” type=”post” order_by=”date” order=”ASC”]’ ); ?>
in category-x.php to get grid?
In which line?
I tried some, but theres is an error in line with endwhile.Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Archive/categorySo i created a new file new_category.php, uploaded to the server. But how can choose in back-end this specific template of category? Probably i’m going in the wrong direction ๐
<?php echo do_shortcode( '[thumbnailgrid cat="7" posts="20" type="post" order_by="date"]' ); get_template_part( 'content', get_post_format() ); endwhile; // Previous/next page navigation. twentyfourteen_paging_nav(); else : // If no content, include the "No posts found" template. get_template_part( 'content', 'none' ); endif; ?>Forum: Themes and Templates
In reply to: [Sequel] How to delete excerpts in a Grid?answer
in custom css:.home-grid .grid-content .entry-header p {
visibility: hidden!important;
}Forum: Themes and Templates
In reply to: [Twenty Fourteen] Problem with excerptsanswer
in custom css:.home-grid .grid-content .entry-header p {
visibility: hidden!important;
}Forum: Themes and Templates
In reply to: [Sequel] Sequel: Setup Grid for Archiveseeeeeh then it will be perfect theme ๐
but still is the best ๐Forum: Themes and Templates
In reply to: [Sequel] Slider3. Enter 1 or more for padding to move content off featured image (numbers only!) – default is -48
When I put 1 it works without slider. When I turn on the slider 1 or even 50 is not working in a grid.
How can I fix that?
Forum: Themes and Templates
In reply to: [Sequel] Slideroh i got the first one. But another question to slider options. It is possible to see slider pure? Without text? Only transparent dots and arrows?
ad2. maybe it was hueman theme? eeeh;/
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Change links (color and background)What I want to say, this plugin set link text/hoover color. I can change backround link in text editor with <span style=” background: X> but I can’t set bacground hoover color ๐ So I got now 3/4 things done.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Change links (color and background)I use this plugin. There is in entry styles – content section only this:
ParagraphTEXT COLOR
LinkTEXT COLOR
LinkHOVER TEXT COLORThere is no background option.
Ok. I may use in text:
[ Moderator note: Code fixed, please wrap code in backticks or use the code button. ]
<a title="afera zdjฤciowa" href="http://zureklukasz.com/afera-zdjeciowa/"><span style=" background: #000000;">afera zdjฤciowa</span></a>but what with hoover?
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Tags in content sidebar.widget a {
background: #ffb700!important;
}.widget a:hover {
background: #000000!important;
color: #000000!important;
}it works
What you changed (wrote) in custom css to get those nice layout of categories in content sidebar (right).
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Tags in content sidebarnow I only get it
.widget a:hover {
background: #ffb700
}what next?
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Tags in content sidebarI got custom css plugin and changes everything here.
I want add background in link tag (black) and add hoover black font, yellow background). Overall I want my tags in content sidebar look like tags in post under text (http://zureklukasz.com/wykluczenie-legii-ligi-mistrzow/ something like here)