shuggar
Forum Replies Created
-
Hey roggie,
any news on this issue?
Same problem here – SFC works fine, all permissions are granted.
I cannot find a button on the profile page either.Thanks for helping.
I have a quick and dirty solution – do this:
<?php echo do_shortcode( ‘[adwords_phone]’ ) ?>
Same here – the function above generates an empty result!
Thanks for helping.
Hi JLeuze,
the new release of the roots theme has this fixed – it was an issue with the rewrites as you mentioned above…
Problem solved!
Thanks
Well everything gets included perfectly – all necessary js files and so on.
The only thing I cannot find in the source code is this part:
<script type=’text/javascript’>
/* <![CDATA[ */
var meteorslidessettings = {“meteorslideshowspeed”:”2000″,”meteorslideshowduration”:”5000″,”meteorslideshowheight”:”420″,”meteorslideshowwidth”:”940″,”meteorslideshowtransition”:”fade”};
/* ]]> */
</script>I copied that from a working meteor installation, this part is missing with roots.
I am using the same setup on another wordpress installation and it works fine with meteor.
I am using the roots theme as a basis to do my customizations.
I haven’t changed anything in functions files as well as in the included files in the functions.php.Thanks
Forum: Themes and Templates
In reply to: Single.php Content Conditional on Post Status?Hi justbishop,
could you share your solution with us?
I am trying to figure out a conditional tag checks the post_status.Thanks
Forum: Themes and Templates
In reply to: Show tag icons instead of tag text.Hi,
thanks for the reply, this code is working for me.
Yet there is something wrong with it, when I insert it into the loop.I am displaying the icons on the post excerpts within categories and archives, but this not work correct.
The first post will be displayed correct, the second one for example contains its tags, but it also contains the tags of the first post and so on.
All the tags get added to following posts. It does not display the icons only for the appropriate post.
Somehow the php query is not getting closed. Unfortunately I am no php expert, therefore I am not able to point my finger on it.
Thanks for clearing this up.