Anton
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Strava] Restricted data displayHello,
I have a similar request. The Strava widget on my site displays how much I have climbed during my run. Since I live in the Netherlands, this is always around 0 metres ;).
How can I remove the climbing from my widgest?Great widget BTW!
Cheers
AntonForum: Themes and Templates
In reply to: [MedZone Lite] Link Call to Action services to a section or pageHi Mihaela, thanks for your quick answer.
Then I don’t see why they are clickable and why there is a link behind it.Anyway, thanks a lot!
Cheers,
Anton
Thanks Shanehaden,
that helped.
Forum: Fixing WordPress
In reply to: Problem with PageBuilder after WP 4.5 upgradeHi,
I am using the Salient theme on WordPress 4.5.1. Page Builder seems to be a part of this theme.
Since WordPress 4.5 I cannot add elements or see existing elements of the Page Builder. https://screencast.com/t/W3ZGQr2c9rs
I do not use the WPML plugin that Mirelas mentions.
How can I get the Page Builder to work?Thanks and regards,
AntonForum: Plugins
In reply to: [Pocket WP] Pocket Favorite posted on WordPressHi Ciaran,
thanks for your quick response. I’ll see if that does what I want it to do ;).
Regards,
AntonForum: Themes and Templates
In reply to: Whole Thumbnail ClickableHi,
great! That did the trick. However, it caused a new issue.
The caption now ends with [&hellip
If you go to https://www.misat.nl you can see what I mean.Cheers
Forum: Themes and Templates
In reply to: Whole Thumbnail ClickableThanks for your help (again).
The image is now clickable, however the image of the featured post is smaller and has a lot of whitespace on the right. It does not look very nice, unfortunately.Forum: Themes and Templates
In reply to: Whole Thumbnail ClickableThanks for your help, guys. Please find my code below, drobonagon.
<?php get_header();?>
<?php
$pov_disthumb = get_option(‘pov_disthumb’);
?>
<div class=”box”>
<ul id=”latestpost”>
<?php $firstClass = ‘firstpost’; ?>
<?php if (have_posts()) : ?><?php while (have_posts()) : the_post(); ?>
<li class=”bags <?php echo $firstClass; $firstClass = “”; ?>” id=”post-<?php the_ID(); ?>”>
<div class=”thumb”>
” rel=”bookmark” title=”<?php the_title_attribute(); ?>”><?php if ( has_post_thumbnail() ) { the_post_thumbnail( ‘homepage-thumb’ ); } ?>
</div>
“><h2>” rel=”bookmark” title=”<?php the_title_attribute(); ?>”>
<?php the_title(); ?></h2>
” rel=”bookmark” title=”<?php the_title_attribute(); ?>”><div class=”postinn bags”>
<div class=”ger”><?php the_excerpt(); ?></div>
<span>Read More +</span>
</div><?php endwhile; ?><?php else : ?>
<div class=”post”>
<h2>Bummer!</h2>
<p class=”center”>Hier is niets te zien. Probeer anders ff te zoeken hieronder of ga naar de homepage.</p>
<?php get_search_form(); ?>
</div><?php endif; ?>
<div class=”clear”></div>
<div class=”navigation ger”>
<div class=”nav-previous fl”><?php next_posts_link( __( ‘<span class=”meta-nav”>←</span> Older posts’ ) ); ?></div>
<div class=”nav-next fr”><?php previous_posts_link( __( ‘Newer posts <span class=”meta-nav”>→</span>’ ) ); ?></div>
</div><div class=”hrlineB”></div>
<h1 class=”title”><?php bloginfo(‘description’); ?></h1>
<?php get_footer(); ?>
Forum: Themes and Templates
In reply to: Whole Thumbnail ClickableHi drobonagon,
thanks for your advise.
It results an error:
Parse error: syntax error, unexpected ‘else’ (T_ELSE) in public_html/wp-content/themes/mygrid2/index.php on line 44Could you please help me out?
Thanks!Forum: Themes and Templates
In reply to: [AutoFocus] Sidebar next to the image in a postHi Elgrundy,
it is the mygrid2 theme.
CheersForum: Themes and Templates
In reply to: Whole Thumbnail ClickableHello da1k,
if you found a solution, please post it here. I rally want the full thumbnail to be clickable.
Thanks in advance.Forum: Themes and Templates
In reply to: [AutoFocus] Sidebar next to the image in a postHi Palom,
Thanks. This almost does the job. However, the sidebar is not next to the post but on the bottom right. I would like to have it next to the post (on the same height). Do you have any idea?
Forum: Themes and Templates
In reply to: [Pinboard] Narrow the width of the right sidebarHi CodeVeroby,
to be honest, I did not change anything ??
I am using the first Layout template, including 3 content columns.
Still, I think my right sidebar is too wide and I wish I could narrow it.Cheers
Forum: Themes and Templates
In reply to: [Pinboard] Missing Next & Previous Links in PostsStill no one that can answer this question?
Forum: Themes and Templates
In reply to: [Pinboard] Narrow the width of the right sidebarHi omggimme,
thanks for your help.
I do not want to get rid of the right sidebar. It is just that I think it is too wide. I would like to have the body of the site ±80% of the width and the right sidebar ±20%.