oneruffryder
Forum Replies Created
-
Forum: Hacks
In reply to: How to add html div´s inside wordpost?Hi, thanks for the reply.Well as I said, this is still a working version but here is the testing url
http://www.chelsea-talk.com/match-stats-test/
Html which i add inside post > http://pastebin.com/i4v7EamK
Css inside theme-css > http://pastebin.com/QzvMXE6q
H
I can edit and enter the title, in seo box, but i just found this title “seo title” is no longer picked by google. Google now shows only my default post title. Considering I am still waiting for a help on my question, since this plugin caused duplicate tags and titles on my page, i think its time to delete it, since author doesnt care and there is no support here at all.
Forum: Hacks
In reply to: How to add icon over thumbHi George and thanks for you help 2. No it wasnt showing up.But the weird thing happened as i was trying a lot of different stuff.
Inside one widget php I add that code inside div element.Only on the category page (video) inside that element this icon shown up and i manage to properly position it.But only on the category page video.
I tried to add it everywhere but no luck.So now i m thinking maybe i explained wrongly or the code is not good.
I dont want that small play button icon to show up only on the category page, i want this icon to show everywhere on thumbs if the post is from category video.
So for an example, when i add a new post and check the category video.Thumbs are showing everywhere, like on my homepage,archive,search,widgets and so on..that is what i want.
The way i manage to show icon, is with this code
<?php if ( (function_exists(‘has_post_thumbnail’)) && (has_post_thumbnail()) ) { ?>
<div class=”play-icon”>
<?php if (is_category(‘video’)) : ?>
<img class=”icon” src=”link to play button image” /><?php endif; ?>
<div class=”widget-img”>
” rel=”bookmark” title=”<?php the_title(); ?>”><?php the_post_thumbnail(‘large-thumb’); ?>
</div>
</div><!–widget-img–>Here it is my php of one widget which i made, so take a look , maybe i m doing a wrong thing since this icon wont show up inside it – on the home page.
and here it is index php
So , any ideas ? Thank you
Forum: Hacks
In reply to: How to add icon over thumbI found the problem in your code…it should be
if (in_array(’69’, $cats)) ..now it doesnt show error but nothing happens
inside css i tried to add this as well , still nothing
vid-icon { width:35px;
height:35px;
position:absolute;}
Forum: Hacks
In reply to: How to add icon over thumbWhen i add in front of it i receive this error : Parse error: syntax error, unexpected T_STRING, expecting ‘(‘ in /home…..
Code looks like you said
And with your code img class=”vid-icon” this vid-icon is for styling in css ?
Thanks
Forum: Hacks
In reply to: How to add icon over thumbI have inside index.php this code..is this it ? if yes how should i add it to work
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<li class=”blog-container”>
<span class=”blog-cat”><?php the_category(); ?></span>
<?php if ( (function_exists(‘has_post_thumbnail’)) && (has_post_thumbnail()) ) { ?>
<div class=”widget-img”>
” rel=”bookmark” title=”<?php the_title(); ?>”><?php the_post_thumbnail(‘large-thumb’); ?>Forum: Hacks
In reply to: How to add icon over thumbHi thanks for your help.The thing is that I cant find anywhere inside my theme anything of this $cats = wp_get_post_categories( $post->ID );
So where should i add this code ?
3 weeks and more…no solution..thanks Yoast for support 😉
Jrf, i notice you provide some support here, so pls take a look at my topic with similar issues, where people are looking for an answer to solve their problems which cause a bad ranking with google
http://wordpress.org/support/topic/huge-number-of-duplicate-stuff?replies=10
Thx
I m having problems like this for some time now..you won’t find any help or solution for that..nobody knows , and the person who does, is not answering.I strongly suggest since you are using this plugin only for a week, switch to All in One and try that..for me its to late, As I would have to modify 6000 posts, if I delete this plugin which is impossible.
You will lose traffic due to this issue, it happened to me..
Once again, delete this and use All in one..to avoid this issue
Lol what support..anyone ?
This works for me to, now i only have this issue, Joost pls help
http://wordpress.org/support/topic/huge-number-of-duplicate-stuff?replies=6
I m not ready yet to disable it, because 6000 links would be ruined on my site..I m still hoping that someone will give me a fix for this issue, and to disable it will be my last option….still thanks
Did disabling this plugin solved these issues ? I v seen a lot of similar problems, and no answers at all..it´s weird
i m having similar issues with Yoast plugin, did this solved your problems ?
I asked for fix , but there is no reply…Basically
I found inside my webmaster tool,a huge number of duplicate title tags (1700) and meta description (1050)..
Basically, errors are showing /0/ at the end or sometimes the same title twice written
Screenshot : http://i43.tinypic.com/s26v87.jpg
So , do you think this would fix it ?