lumicon9
Forum Replies Created
-
hello!
is there a way to have a background image in the header, also when it’s small…?
like here: https://moebel-haus.net/?page_id=3362
this dark (black?) looking background color to replace with an image would be great.
thank you!…now i found this:
not bad, but is there a way to have a slide show there too?
https://www.ads-software.com/support/topic/change-header-image-on-all-pages-except-home/- This reply was modified 5 years, 9 months ago by lumicon9.
Forum: Themes and Templates
In reply to: [PureBlog] make post date line smallerthank you so much! have a good night! …i just got up
Forum: Themes and Templates
In reply to: [PureBlog] gallery left-paddingthank you so much!!!:)
Forum: Fixing WordPress
In reply to: Twenty Seventeen want to get rid of left marginmoved…
Forum: Fixing WordPress
In reply to: Twenty Seventeen want to get rid of left marginthanks!
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] thumbnail line break cssthank you very much!:)
i tried this many times, there seems to be no way to get same heit + propotional width size…
oops, sorry, looks like i’m in the wrong forum.
the problem from the top is solved. sorry again. all fine!:)thanks for the fast reply!:)
..yes here: https://www.dive-into-flowers.com/sample.jpg
the wrap never goes into whole rows because the portrait like image thumbs are always a bit less in height and block the flow..
i have this problem actually already as long as nextgen exists. square thumbs would work, but i need proportional ones here..thank you very much! ..there was a problem with another gallery tool already integrated within the theme. now it works.
another question came up; i want to have thumb galleries wich have all the same height but proportional width, no matter what i’m trying, alway different heights show up:(
Forum: Plugins
In reply to: [Jigoshop] ad images for productsThank You!:)
Forum: Fixing WordPress
In reply to: want slider on home but no home content pagehere is my page template. which i have to take out (possibly with the if command)?
<?php /** * @version 1.1 November 13, 2012 * @author RocketTheme https://www.rockettheme.com * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC * @license https://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only */ // no direct access defined('ABSPATH') or die('Restricted access'); ?> <?php global $post, $posts, $query_string; ?> <div class="rt-page"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php $articleInfo = ($gantry->get('page-meta-date') || $gantry->get('page-meta-modified')); $articleInfoExtended = $gantry->get('page-meta-author') || $gantry->get('page-meta-comments'); ?> <?php /** Begin Post **/ ?> <div class="article-wrapper"> <div class="rt-article"> <div <?php post_class(); ?> id="post-<?php the_ID(); ?>"> <div class="rt-article-inner"><?php if ($articleInfo) : ?><div class="rt-article-inner-bg"><?php endif; ?> <?php /** Begin Meta **/ ?> <?php if ($articleInfo) : ?> <div class="rt-article-left-col"> <?php /** Begin Date **/ ?> <?php if ($gantry->get('page-meta-date')) : ?> <span class="rt-date-posted"> <span class="date-item"><?php the_time('d'); ?><br /></span> <span class="month-item"><?php the_time('M'); ?></span> <span class="year-item"><?php the_time('y'); ?></span> </span> <?php endif; ?> <?php /** End Date **/ ?> <?php /** Begin Modified Date **/ ?> <?php if ($gantry->get('page-meta-modified')) : ?> <span class="rt-date-modified"> <?php _re('Last Updated on'); ?> <?php the_modified_date('d F Y'); ?> </span> <?php endif; ?> <?php /** End Modified Date **/ ?> </div> <?php endif; ?> <?php /** End Meta **/ ?> <div class="rt-article-right-col"> <?php /** Begin Article Title **/ ?> <?php if ($gantry->get('page-title')) : ?> <div class="module-title"> <h1 class="title"> <?php the_title(); ?> </h1> </div> <?php endif; ?> <?php /** End Article Title **/ ?> <?php /** Begin Extended Meta **/ ?> <?php if ($articleInfoExtended) : ?> <div class="rt-articleinfo"> <div class="rt-articleinfo-text"> <div class="rt-articleinfo-text2"> <?php /** Begin Author **/ ?> <?php if ($gantry->get('page-meta-author')) : ?> <span class="rt-author"> <?php the_author(); ?> </span> <?php endif; ?> <?php /** End Author **/ ?> <?php /** Begin Comments Count **/ ?> <?php if($gantry->get('page-meta-comments')) : ?> <span class="rt-comments-count"><?php comments_number(_r('0 Comments'), _r('1 Comment'), _r('% Comments')); ?></span> <?php endif; ?> <?php /** End Comments Count **/ ?> </div> </div> </div> <?php endif; ?> <?php /** End Extended Meta **/ ?> <?php the_content(); ?> <div class="clear"></div> <?php wp_link_pages('before=<div class="rt-pagination">'._r('Pages:').'&after=</div><br />'); ?> <?php edit_post_link(_r('Edit this entry.'), '<div class="edit-entry">', '</div>'); ?> <?php if(comments_open() && $gantry->get('page-comments-form')) : ?> <?php echo $gantry->displayComments(true, $gantry->get('comments-style'), $gantry->get('comments-style')); ?> <?php endif; ?> <div class="clear"></div> </div> <?php if ($articleInfo) : ?></div><?php endif; ?></div> </div> </div> </div> <?php /** End Post **/ ?> <?php endwhile; ?> <?php else : ?> <h1 class="rt-pagetitle"> <?php _re('Sorry, no pages matched your criteria.'); ?> </h1> <?php endif; ?> <?php wp_reset_query(); ?> </div>
Forum: Fixing WordPress
In reply to: want slider on home but no home content pagei mean
if ( !is_home()
Forum: Fixing WordPress
In reply to: want slider on home but no home content pagemaybe i could work with
!if ( is_home()
but my php is not famous..
please help o[‘_-‘]o……Forum: Fixing WordPress
In reply to: want slider on home but no home content pagethank you!
the page template yes, but i use this for many pages where i need the content aerea, so i’m out of ideas…:(