rowrowboat on "Edit Copyright with Child Theme for Comicpress"
Hello, I've been spending all of last night and this morning looking up forums and tutorials, and tinkering with the code, and I still can't seem to figure this out. I want to add my name to the...
View Articleesmi on "Edit Copyright with Child Theme for Comicpress"
Please post in https://wordpress.org/support/theme/comicpress/
View Articlerowrowboat on "[Theme: ComicPress] Edit Copyright with Child Theme for...
Hello, I've been spending all of last night and this morning looking up forums and tutorials, and tinkering with the code, and I still can't seem to figure this out. I want to add my name to the...
View Articlewoodson1975 on "[Theme: ComicPress] Edit Copyright with Child Theme for...
Not sure you are allowed to do this: 11. "Attribution. Automattic reserves the right to display attribution links such as ‘Blog at WordPress.com,’ theme author, and font attribution in your blog footer...
View Articleesmi on "[Theme: ComicPress] Edit Copyright with Child Theme for Comicpress"
The above quote refers to wordpress.com blogs - not self hosted WordPress sites.
View Articlelex112 on "[Theme: Customizr] Issue with footer bottom (div#push)"
Hi everybody! I recently added in my child theme some css code to have a sticky footer but something went wrong as the #push div is coming out under the texture showing a grey line at the bottom of it....
View Articled4z_c0nf on "[Theme: Customizr] Issue with footer bottom (div#push)"
That's not the real problem. The problem is that the foother has this background: background: #5a5a5a; That is the grey "line" you see. And the footer is bigger than the colophon in which you have the...
View Articlerowrowboat on "[Theme: ComicPress] Edit Copyright with Child Theme for...
Yeah, I've seen a bunch of comic sites that have Copyright (year) (author's name) followed by, Powered by Wordpress with Comicpress, etc. It should be really easy to do, right?
View Articlewoodson1975 on "[Theme: ComicPress] Edit Copyright with Child Theme for...
Should be easy enough. You should make a child theme (so any updates to the theme don't overwrite your changes). Copy the footer.php file into your new child theme folder and then edit from there.
View Articlewoodson1975 on "[Theme: ComicPress] Edit Copyright with Child Theme for...
...or, if your theme has a copyright.php file, do the above steps with that file
View Articlerowrowboat on "[Theme: ComicPress] Edit Copyright with Child Theme for...
I understand that. I've made the child theme and copied both of the php files...but I don't understand where to add my name. Any time I edit the code, the footer either disappears completely or remains...
View Articlestephencottontail on "[Theme: ComicPress] Edit Copyright with Child Theme for...
Copy your footer.php to someplace like Pastebin and post the link instead. Posting huge blocks of code into a post is frowned upon here.
View Articlewoodson1975 on "[Theme: ComicPress] Edit Copyright with Child Theme for...
Sorry, I've not used Pastebin before so I hope this works. I did a test on a footer theme of mine. Basically, you comment out the existing footer markup and put your new stuff in above. Pastebin
View Articlestephencottontail on "[Theme: ComicPress] Edit Copyright with Child Theme for...
I thought you were using ComicPress. Why does your posted code have twentythirteen as your text domain? Also, can you post the entire file, rather than just the part that's giving you trouble?
View Articlerowrowboat on "[Theme: ComicPress] Edit Copyright with Child Theme for...
Oh that wasn't me; woodson1975 was just testing it for me? http://pastebin.com/xXJGGRNP Here is the content for the footer.php http://pastebin.com/xCN4mjuJ And here is the content for the copyright.php...
View Articlestephencottontail on "[Theme: ComicPress] Edit Copyright with Child Theme for...
Sorry, my mistake. In your child theme's functions.php, try something like this: <?php function comicpress_copyright_text() { $output = "<p class=\"copyright-info\">\r\n"; $output .=...
View Articlestephencottontail on "[Theme: ComicPress] Edit Copyright with Child Theme for...
Actually, strike that last one. I just saw that you wanted to keep all of the other information. Try this instead: <?php function comicpress_copyright_text() { $output = "<p...
View Articlelex112 on "[Theme: Customizr] Issue with footer bottom (div#push)"
Yeh that's true it was the footer background, can't get why its loading grey background before and then the texture, I haven't got any css code for grey background footer. I changed the values and now...
View Articled4z_c0nf on "[Theme: Customizr] Issue with footer bottom (div#push)"
The grey background footer is by default in customizr. About the withe line: That's why I told you to change also the wrap div margin bottom to -62, it depends to the footer height, if you change it,...
View Articletf444 on "[Plugin: Grand Flagallery - Photo Gallery Plugin] Disable Header...
Hello, I am finding your plugin really great thank you. I just wondered if there happened to be a way to remove the header that shows the number of images and the footer with the thumbnail pictures?...
View Article