rick4him
Forum Replies Created
-
Hmmm. If you look at my source (https://NoahsDad.com) why does the source code that the plug in put in, differ from the one that I hard coded?
Also the one I hard coded appears right under the opening body tag, where as the plug in seems to be putting in the code much further down in the code.
This for your help by the way, I’m trying make sense of all of this.
By the way, does the Jerpack like, and the digg digg like (both of which I use) also enter the java in? (I’m teying to figure out if I have to many instances of the sdk installed.)
One more thing, I shares a post from the plug in, to our Facebook page, but the comments from facebook aren’t being pulled to wordpress. (I have this option selected)
Hmm. ok. So you don’t have to use the sdk for the open graph?
Also you can link an app id with the insights for websites. Is that a good way to go about it?
They actually asked me to change themes when I brought it to their attention stating that “they are unable to provide me with the sort of service I need since I require such “specific” needs.” So I am unable to file a bug report.
I was taken back that they suggested this, since on their blog they stated that you audited their software (which I assumed meant that everything worked fine.) I was disappointed that they choose to handle it this way. I like their theme a lot, and was just trying to bring something to their attention.
For now should I just check “force rewrite titles” or is there something else I should do to fix it?
Thanks. What is the difference between having as an app or a user?
I have a Facebook page that people interact with a lot, and also am using an app to allow people to log in to comment via Facebook. So would it mess anything up by having a personal id, and a app id?
Also by app isn’t showing up when I log in to the plug in.
One final question, do you guys have plans to use the new SDK that was released? It has more features.
Hmmm..the theme had <title><?php wp_title(”); ?></title> and I still had to check the box to force rewrite. I didn’t check that box at first, thinking it was working since they said you had audited their code. Turns out it wasn’t working, and it actually stripped every title out of all of my pages. I didn’t notice it until I got a warning that every page was missing a title tag.
Any ideas why I had to check that force rewrite title even with the <title><?php wp_title(”); ?></title> in the theme?
I’ll be glad to post any source code if needed. Thanks for your help.
The company that makes the theme said you had audited their code and everything would work. Turns out I had to check the “overwrite titles” box in the plug in to get it to work. I didn’t have to do this on the previous version of their theme. I see it says it takes longer this way. Is there a way to get it to work without doing this?
Forum: Themes and Templates
In reply to: Can someone tell me why this isn't working? (Code included)Thanks!
Forum: Themes and Templates
In reply to: Archive page template not showing up….?Forum: Themes and Templates
In reply to: Archive page template not showing up….?Ok, so the template files don’t go into your parent theme? Thanks. I’ll insert it the child theme directory.
Forum: Themes and Templates
In reply to: Can someone tell me why this isn't working? (Code included)Thanks, but now I don’t have any sidebar… ??
Forum: Themes and Templates
In reply to: Can someone tell me why this isn't working? (Code included)Strange. I wrote some text thinking it would appear above all the links, and when I hit publish, the text was there, but none of the archives. Just great… ??
Any idea what is going on, and how to get it working again?
**edit**
Ok, this is really strange, I tried to restore an older version to see if I could get it to work again, and now the page loads, but it’s something totally different than the code I posted. What in the world?!?!Forum: Themes and Templates
In reply to: Can someone tell me why this isn't working? (Code included)I got it to work, I just changed “1” to “500”…is that a good way to get it to work? ha,ha
<?php wp_get_archives('type=postbypost&limit=-1'); ?>
<?php wp_get_archives('type=postbypost&limit=-500'); ?>
Also if you don’t mind explaining, what did this code do differently than the code I posted? (Just so I can learn.) ??
Forum: Themes and Templates
In reply to: Can someone tell me why this isn't working? (Code included)Thanks, the page loads now, but it only shows the first link, under “every post.” It doesn’t show all the posts. You can check it out.
Forum: Themes and Templates
In reply to: Can someone tell me why this isn't working? (Code included)Oh, I’m sorry. Here is the pastbin link. Thanks for your help, I can’t figure this thing out for anything.
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Titles not workingCan anyone help me figure out why my titles aren’t showing up on any page / post. I really need to get this fixed asap. Can’t figure out what’s going on.