davehakkens
Forum Replies Created
-
Forum: Plugins
In reply to: [WP ULike - All-in-One Engagement Toolkit] Setting up mycredIt works! Forgot the enable the feature in mycred>hooks
Now it works.Still not sure what is the difference between; liking and liked content though
Forum: Themes and Templates
In reply to: Active menu-item when browsing tagsA friend of mine helped me out on this one.
This is what we have done.We’ve added a little piece of code in the tag.php on the bottom after
<?php get_footer(); ?>
The piece of code:
<script> document.getElementById("menu-item-3505").className += " current-menu-item current_page_item";</script>
It says “menu-item-3505“ should go into this class: “current-menu-item current_page_item“.
Now this menu button (news) is always active when visiting the tag.php
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Facebook error at authorizeBig thanks! Indeed, the rights where not in place.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Facebook error at authorizeAlso, I have two updates settings buttons:
screenshot: https://i58.tinypic.com/qrksuu.pngForum: Themes and Templates
In reply to: Automatically link all (existing) images to medialinkNever mind, just done it manually!
Forum: Themes and Templates
In reply to: Automatically link all (existing) images to medialinkYes, exactly.
Current images aren’t linked, would love to link them all towards their media link.
link: https://private.davehakkens.nl/blogForum: Plugins
In reply to: Open all images in posts with Fancyboxanybody thoughts on this, or perhaps keywords to search for?
Can’t seem to figure it out..Forum: Plugins
In reply to: [YouTube SimpleGallery] Thumbnail images brokenI’m having the exact same problem, I also have a different “WordPress URL”
SO your solution sounds perfect, but there is noget_bloginfo('url')
code in my thithumb.php there is some in shortcode.php but if i change that it doesn’t seem to do anything! any ideas?Weird that the plugin can’t handle a different wordpress URL, doesn’t almost everyone has this?
Forum: Themes and Templates
In reply to: editted twentyten doesn't align posti added
overflow:hidden
to the #concent css
So it looks fixed, but it isn’t cuts away half of the video, but it’s something…Forum: Themes and Templates
In reply to: editted twentyten doesn't align postimages: add media, upload files etc
video: copy the embed code<iframe etc
then embed it in textForum: Themes and Templates
In reply to: editted twentyten doesn't align posta like that…then I will call it my theme ??
yes i used chrome with the element inspector..
It looks like he puts the ‘good’ images in a class.alignleft
, but the wrong images don’t seem to be in any class, just <img…I think this might be the problem…
Forum: Themes and Templates
In reply to: editted twentyten doesn't align postyes I editted the theme…build on the twentyten..
Forum: Themes and Templates
In reply to: Menu images instead of text, including :activeAWESOME!
thanks a lot!!!
dave
Forum: Themes and Templates
In reply to: Menu images instead of text, including :activeallright so I have this now
#menu-item-322 a { display: block; background-image: url('https://www.davehakkens.nl/portfolio/images/layout/header/up_10.png'); background-repeat: no-repeat; width: 147px; height: 74px; text-indent: 9000px; } #menu-item-322 a:hover { display: block; background-image: url('https://www.davehakkens.nl/portfolio/images/layout/header/active_10.png'); background-repeat: no-repeat; width: 147px; height: 74px; text-indent: 9000px; } .current_menu_item-322 a:{ display: block; background-image: url('https://www.davehakkens.nl/portfolio/images/layout/header/over_10.png'); background-repeat: no-repeat; width: 147px; height: 74px; text-indent: 9000px; }
So the first on is normal, second rollover, third would be the active one..
But this one doesn’t workI really don’t get it…
Forum: Themes and Templates
In reply to: Menu images instead of text, including :activesorry I am not sure what you mean..
in stead of : #menu-item-322
it should be like this: #current_menu_itembecause that isn’t working..