Triep
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Change standard blogpostYes, i mean:
– same custom fields
– same Facebook like button/
– same setup for the text
– etcInstead of a plugin i was wondering if i could change the php.
But I the plugin does the same that’s fine with me!Forum: Themes and Templates
In reply to: [Hueman] Hide post date & author. Update has to stayThanks BdBrown,
But nothing changed!
BY ADMIN · PUBLISHED SEPTEMBER 4, 2016 · UPDATED SEPTEMBER 8, 2016 is still on.Do you have some other ideas?
Forum: Themes and Templates
In reply to: [Hueman] Sticky button in responsive modeThanks, my mistake.
I didn’t mean the cookie thing but the button with the link: Ga naar de deal>>Forum: Themes and Templates
In reply to: [Hueman] Update date instead of posting dateYes I think I changed single.php and deleted the author.
Single.php looks now like:<?php get_template_part(‘inc/page-title’); ?>
<div class=”pad group”>
<?php while ( have_posts() ): the_post(); ?>
<article <?php post_class(); ?>>
<div class=”post-inner group”><h1 class=”post-title”><?php the_title(); ?></h1>
<p class=”post-byline”><?php the_time(get_option(‘date_format’)); ?></p><?php if( get_post_format() ) { get_template_part(‘inc/post-formats’); } ?>
<div class=”clear”></div>
<div class=”entry”>
<div class=”entry-inner”>
<?php the_content(); ?>
<?php wp_link_pages(array(‘before’=>'<div class=”post-pages”>’.__(‘Pages:’,’hueman’),’after’=>'</div>’)); ?>
</div>
<div class=”clear”></div>
</div><!–/.entry–></div><!–/.post-inner–>
</article><!–/.post–>
<?php endwhile; ?><div class=”clear”></div>
<?php the_tags(‘<p class=”post-tags”><span>’.__(‘Tags:’,’hueman’).'</span> ‘,”,'</p>’); ?>
<?php if ( ( ot_get_option( ‘author-bio’ ) != ‘off’ ) && get_the_author_meta( ‘description’ ) ): ?>
<div class=”author-bio”>
<div class=”bio-avatar”><?php echo get_avatar(get_the_author_meta(‘user_email’),’128′); ?></div>
<p class=”bio-name”><?php the_author_meta(‘display_name’); ?></p>
<p class=”bio-desc”><?php the_author_meta(‘description’); ?></p>
<div class=”clear”></div>
</div>
<?php endif; ?><?php if ( ot_get_option( ‘post-nav’ ) == ‘content’) { get_template_part(‘inc/post-nav’); } ?>
<?php if ( ot_get_option( ‘related-posts’ ) != ‘1’ ) { get_template_part(‘inc/related-posts’); } ?>
<?php comments_template(‘/comments.php’,true); ?>
</div><!–/.pad–>
</section><!–/.content–>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
If I used the original file I see in the post:
BY ADMIN · PUBLISHED 12 JUNI 2015 · UPDATED 8 AUGUSTUS 2016I only want to see the post date or when the post has been updated the Updated date.
thanks!
Forum: Themes and Templates
In reply to: [Hueman] Update date instead of posting dateOk Thanks!
https://www.topweekend.nlForum: Themes and Templates
In reply to: [Hueman] Update date instead of posting dateHi Denzel,
Thanks but nothing changes… ??
I already was checked!Solved! Was some code wrong in de css!
Hi, I’ve a little problem.
I used the above codes for one of my websites and i worked great.
Now I want to use it with a other site and the search box appears next to the logo but it’s to small and on the right site.
What have I done wrong:
The site is topweekend.nl.Thanks! Patrick
Forum: Themes and Templates
In reply to: [Hueman] Logo gone after updateThanks,
I cleaned the cache but nothing happens.
Then I selected the original theme and the logo is back.
So I think it has something to do with the child theme….
Also the google banner in the header has gone…I think I changed the code of the header a couple of months ago.
Now I don’t know where to look ??Forum: Plugins
In reply to: [WooCommerce] Making Product Images Link Out To External / Affiliate SiteHi,
The line change works for me.
When visitors click on the image they go to an external link.
Is it possible to open the link in a new window?Forum: Themes and Templates
In reply to: [Hueman] Site not responsive anymore?!Thanks! That worked!
Forum: Themes and Templates
In reply to: [Hueman] Site not responsive anymore?!Yes,its enabled.
It used to work great, but now it’s bad!Here is the screenshot https://s32.postimg.org/4qb9l9g45/image.png
Forum: Themes and Templates
In reply to: [Hueman] Slider on statistic pageThanks!
But how can I get the text on the same line as the top of the menu?
Forum: Themes and Templates
In reply to: [Hueman] Slider on statistic pageForum: Themes and Templates
In reply to: [Hueman] Slider on statistic pageThanks! Better! Worked great!
How can I make sure the text of de website is on the same high as 2 widgets on the righ and left site?
I already deleted the page title on top of the page.