zep101
Forum Replies Created
-
Need some help…when ever I try to add anything to my functions.php in my child theme I get “INTERNAL SERVER ERROR”
Even when I remove what I put in there and save it I still get the error.
Here is what I have in there that was given to me by WPyogi
`<?php
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
function theme_enqueue_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
}The only way I get it to work is to delete the child functions.php file and recreate it with the same code and then it works again??? very strange.
Any thoughts on this?
One more thing …how do you “Copy the content.php file from your parent theme and paste it into your Child Theme folder.”
I don’t really see how to do this. I am using Filezilla, do I download the file I want and then upload to the new location? If I do that will it remove it from the one I am copying it from?
I don’t see a way to copy and paste???
Forum: Hacks
In reply to: Manage RSS feedI ran feed validator and see this error (in the link)
Does anyone know where and how I fix this in editor?
Did it!
Thanks!
My style.css has an import line here:
`/*
Theme Name: twentyfourteen-child
Theme URI: https://www.jozepfit4life.com/
Description: This is a child theme of 2014
Author: Joe Koppel
Author URI: https://www.jozepfit4life.com/
Template: twentyfourteen
Version 0.1
*/
@import url(“../twentyfourteen/style.css”);Should I remove it?
Hey WPyogi, can you help me with this I saw in the tutorial that I should make a functions.php file so I did and it is in the child directory but I am not sure about it so it is empty. Is there some code that I should put in there?
Ah-HA! Thank you Andrew
Forum: Hacks
In reply to: Manage RSS feedHere is an update from AWeber support:
I took a look at your RSS feed URL and it looks like your content tag is encoded. This may be why the text is not being pulled. If you look at the description tag in your RSS feed it displays <description> with the text below. In order for us to pull the full post your blog would need to be set up to have a <content> tag as well. I would recommend contacting your blog host to see if this is something they can change on their end.
Does anyone know how I can add a content tag to my RSS feed?
Forum: Hacks
In reply to: What is code for "Recent Posts" in RSS Feed?Hi and thanks. In Aweber there is an option to send blog broadcasts, what this does is pulls in a recent post from my blog via RSS and converts it into an email to send to my subscribers automatically.
By using the different formatted codes above in my first post it brings in the title, date, content, etc. I was just wondering if I could also pull in “Recent Posts” in in the side column of the email.
This may not be the right place to ask this question but I could not find sufficient information in Aweber.
Forum: Plugins
In reply to: [WP RSS Multi Importer] How can I get rid of Linkedin?Hi properwp
Is it possible you deleted it in an attempt to get it to be hidden?
No I never messed with it, it was never there. I did fix it though…see here
Forum: Plugins
In reply to: [WP RSS Multi Importer] Allen, how do I get to WP_RSS_MULTI_IMAGESYeah! Thanks for being patient with me. I was always trying to find this in my WordPress editor but I loaded up my FTP Filezilla and found it right away and found a linkedin icon on google and uploaded it and its working like a champ and also when I run a speed test on pingdom.com it is loading right away because it is not being stalled with the broken link.
Thanks Anonymous972!
Forum: Plugins
In reply to: [WP RSS Multi Importer] Allen, how do I get to WP_RSS_MULTI_IMAGESSorry I can’t find it. I see many that say
wp-rss-multi-importer/xxxxxxBut nothing with images on the end. The only thing close that has the word images in it is
wp-rss-multi-importer/templates/boxes_imagesand that’s not it
I am in “Editor” editing plugin “RSS Multi Importer” I am in the right place right?
Is “images” in a sub file under one of these?
Forum: Plugins
In reply to: [WP RSS Multi Importer] How can I get rid of Linkedin?Yeah this is kinda what I thought but I cannot find a folder called WP_RSS_MULTI_IMAGES
It is laid out with folders and multiple sub folders so it is very hard to find.
Forum: Plugins
In reply to: [WP RSS Multi Importer] How can I get rid of Linkedin?I am looking in the location and I see
img src=”‘.WP_RSS_MULTI_IMAGES.’linkedin.png”/
I guess this is supposed to be the image for the linkedin icon. I am not a coder so I am not sure what I am looking at. Normally I think an image would have to have an “https://www.” in front of it so I don’t know where or how it is trying to pull in this image.
Any idea on how to get this working?
Forum: Plugins
In reply to: [WP RSS Multi Importer] How can I get rid of Linkedin?Your talking a little over my head but upon further observation it appears that the linkedin button works but is missing the image png and it’s making it take long to load because it can’t find the image.
I will take a look in the location you have outlined. At least now I know where to look for it. Thanks