dansbanners
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Facebook's like and description of the postHi,
Anyone know the answer to this? I’d appreciate it. Thanks in advance!
Forum: Fixing WordPress
In reply to: Clicking on the Comment's Reply Linkreplace my current comments.php file with the comments.php from the default theme.
That did the trick!
Forum: Fixing WordPress
In reply to: Clicking on the Comment's Reply LinkI think a possible solution would be to just replace my current comments.php file with the comments.php from the default theme. And then build on from there.
However, I’d like to make sure if the following is the right one?:
http://wordpress.org/extend/themes/default
Thanks!
Forum: Fixing WordPress
In reply to: Clicking on the Comment's Reply LinkOk, that helped. Thanks! I narrowed it down to just 6 errors. They are the following:
<– start of error messages –>
1)there is no attribute “property”
<meta property=”og:title” content=”About Dansbanners”/>2) there is no attribute “aria-required”
aria-required=’true’ /></p>3) document type does not allow element “li” here; missing one of “ul”, “ol”, “menu”, “dir” start-tag
…ent-posts-2″ class=”widget widget_recent_entries”> <h2>Recent Posts</h2>
<– end of error messages –>
There are also several more errors like #3 above. But I figured that if I solve #3, I’ll probably also solve #4, #5 and #6. Where within the codes can I fix this one? I couldn’t find it?
As for the “aria-required=’true'”, is it necessary? Can I just remove it?
I’m also wondering is it necessary to have “<?php if ($req) echo “*”; ?>” next to the form label?
Thanks again!
Forum: Fixing WordPress
In reply to: Clicking on the Comment's Reply LinkI’m afraid I may have made way too many changes to take that route.
To put it in perspective, take a look:
http://www.dansbanners.com/about/
I suspect that the dilemma may simply have to do with the codes, possibly with the way the <?php if>, <?php else : ?> and <?php endif; ?> are structured? If I could post the codes in here for a 2nd look?
I’d appreciate it. Thanks in advance!
Forum: Fixing WordPress
In reply to: Clicking on the Comment's Reply Link– I gave deactivating all of the plugins a try, although I didn’t think that was the problem, it didn’t work, the page still kept scrolling to the top of the page after the reply link was clicked upon.
– I don’t think switching to another theme is possible. Since my site started out with just a plain, default wordpress site. And I’ve tweaked and changed the codes since then to give my site its own “look”.
I suspect that it may have something to do with the codes in the comments.php since there’s been some changes in it. Would it be possible that I look at the codes in a “template” comments.php file somewhere? This way I could do some comparison and look at the codes in the two files and so forth?
I’d appreciate it. Thanks in advance!
Just wanted to let you know that it’s working now. Thanks, I appreciate it! : )
Got a small donation button somehwere or something? Let me know. Thanks!
Just wanted to point out more thing. I did use my own name and url in the following code:
<?php if( function_exists(‘ADDTOANY_SHARE_SAVE_BUTTON’) ) {
ADDTOANY_SHARE_SAVE_BUTTON( array(“linkname” => “Example Page”, “linkurl” => “http://example.com/page.html”) );
} ?>Hi,
Ok, here’s the update.
First, I added the plugin and also used the following codes for the positioning and title:
<?php if( function_exists(‘ADDTOANY_SHARE_SAVE_BUTTON’) ) {
ADDTOANY_SHARE_SAVE_BUTTON( array(“linkname” => “Example Page”, “linkurl” => “http://example.com/page.html”) );
} ?>However, I still got the following, which you see is the top paragragh of the 3rd post of the main page (i.e. with some of it commented out as to the validity of post):
xxxxxxxxxx.com
http://www.xxxxxxxxxx.com/Welcome to XXXXXXXXXXX, The Worlds Most Powerful XXXXXXXXXXX. With several different kinds of marketing devices that can drive thousands of top quality visitors to your sites.
I then tried to see if the answer to the following “Why doesn’t Facebook use the page title and how can I set the image Facebook uses?” would help.
However, when I clicked on the “Facebook’s specification” link, all it did was to take me to the following page:
http://developers.facebook.com/search?q=Facebook_Share/Specifying_Meta_Tags
And when I clicked on the “Facebook Share/Specifying Meta Tags” link on the above page, it kept taking me back to the same page?
And then I tried installing the “All in One SEO Pack” plugin. And that even though I see that it did add some meta tags, I’m still getting the following:
xxxxxxxxxx.com
http://www.xxxxxxxxxx.com/Welcome to XXXXXXXXXXX, The Worlds Most Powerful XXXXXXXXXXX. With several different kinds of marketing devices that can drive thousands of top quality visitors to your sites.
Thus where should I go from here? Been trying to get rid of the “Welcome to XXXXXXXXXXX, The Worlds Most Powerful….” comments for some time.
I’d appreciate it. Thanks in advance!
I was aware of the plugin and even tried experimenting with it. However, currently have it deactivated cause I’m not sure I had more leeway over the position of the button on a page?
For instance, will I be able to have it positioned in the topbar on my page like the way I currently have the generic AddToAny button installed?
Please advise. I’d appreciate it. Thanks in advance!