Nabonga
Forum Replies Created
-
Thanks, Michael. I posted this on their forum after I posted here. I had seen previous posts here where they answered questions about their products on this forum.
It turns out to be a widget that is removable. It would be nice if the same widget I deleted would allow people to like my OWN Facebook page…
Forum: Everything else WordPress
In reply to: Code with line going through it(strikethrough)?Thanks.
Forum: Everything else WordPress
In reply to: Code with line going through it(strikethrough)?Thanks. Yes, on the Chrome Browser. So it’s either invalid or some other code, external file, or style sheet takes precedence.
Thanks, WillBontrager. The problem with the WordPress plugin ‘Insert Php’ was on my end.
With the plugin installed, I had added php insert code on a WordPress page making it refer to a php file in the root directory of my site, something like:
https://www.mysite.com/the_php_file.php
…when I should have placed the PHP file in the root of the WordPress directory something like:
https://testwordpress.mysite.com/the_php_file.php
When I placed the file to be included in the right directory, the include PHP code on my wordpress page refered to the file correctly and placed the Google Adsense Banner right where I wanted in WordPress.
I had thought that since I referred directly to a place where that php file was it would be okay but I guess the php file has to be directly in the folder where WordPress is installed…or something along those lines.
Forum: Fixing WordPress
In reply to: Getting Comment Form off of PageAnswer:
1.Edit Post
2.Screen Options at top of page
3.Under Show on Screen check Discussions
4.At bottom of page under Discussion, uncheck Allow Comments
5.Update PageForum: Fixing WordPress
In reply to: Using CSS style sheets with WordPressI got the php external file to work by placing it in the WordPress directory instead of the root directory of the website. This along with the Insert PHP Plugin.
Now, I’ll have to look into the external css style sheets. The codex info looks overwhelming at this point. I need to find a simple way to have my pages “obey” certain external css style sheets like they do on a non-content manager sites.
Forum: Plugins
In reply to: Insert PHP WordPress PluginI got it to work. I changed the location of the external php file to the same directory that WordPress is installed instead of it’s location at the root of my website.
Forum: Plugins
In reply to: Insert PHP WordPress PluginIf this post shows up again it is because I thought it was going to be posted on a forum for the plugin itself but it redirected to here.
Forum: Fixing WordPress
In reply to: Using CSS style sheets with WordPressFor example, for my non-Wordpress site, I have Google Adsense banner ad code on a php page that is enclosed in <div></div> and that’s all. The code is what other “real” pages will refer to and place that information on an area of the page that could be changed to whatever I need but in this example its an Adsense Banner ad.
The non-Wordpress site page that refers to the above has code within it that says
<?php
include(“include_adsense_1.php”);
?>However, on my WordPress site, when I paste the above php, with the correct location, the banner ad is not shown on the page. The php is meaningless the way it is to WordPress.
I want to be able to change information on numerous pages by simply changing the content on the php code page. For example take out the Adsense Banner code and instead have a certain photo take the place of every Adsense banner ad. ..but WordPress is currently not letting me do this.
Forum: Fixing WordPress
In reply to: Using CSS style sheets with WordPressI think I found something for the php:
Forum: Fixing WordPress
In reply to: Using CSS style sheets with WordPressThanks. It will take a little while to digest that.
As far as adding php. I know almost nothing about php but on my current non-Wordpress site I have “includes” that reference a header or adsense ad/etc..
in another file. That way, like CSS, I can change individual blocks of information on every page(1000s 0f pages) with that “include” at the same time.However, when I write the php code for an adsense ad(for example) to be inserted as an include within one of my WordPress pages nothing shows up.
The php code I tried to insert is basically: <?php
include(“name and location of of php file”);
?>Is there an alternative method for this or do the links you provided cover that as well?
Forum: Everything else WordPress
In reply to: Legitimate "Please Moderate" email from Wordpad.org?Thanks. The recaptcha was exactly what I was referring to. I saved those links to my harddrive for future reference.
Forum: Everything else WordPress
In reply to: Legitimate "Please Moderate" email from Wordpad.org?That is good news.
Forum: Everything else WordPress
In reply to: Legitimate "Please Moderate" email from Wordpad.org?Thanks, I will look into that.
It’s too bad there is not something like on blogger/blogspot where posters can comment anonymously but just have to identify something in a photograph that bots can not yet decipher.
I think requiring an email address kills comments. I can’t count the number of times I wanted to comment on some blog/site but didn’t because I didn’t want to provide them my email address.
I would love to have people comment anonymously but have to pass some quick test to show they are a person, not a bot. The majority of spam seems to be automated and I wouldn’t be bothered as much by the minority of humans spamming by hand.