<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Change the Paperclip Icon to a Camera Icon - wpDiscuz Media Uploader				            </title>
            <link>https://gvectors.com/forum/media-uploader/change-the-paperclip-icon-to-a-camera-icon/</link>
            <description>WordPress Plugins Support Forum</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 10 May 2026 18:01:42 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Change the Paperclip Icon to a Camera Icon</title>
                        <link>https://gvectors.com/forum/media-uploader/change-the-paperclip-icon-to-a-camera-icon/paged/2/#post-31544</link>
                        <pubDate>Tue, 18 Jan 2022 23:22:08 +0000</pubDate>
                        <description><![CDATA[Ok, after a night of sleeping on it, got it figured out.Even though I loaded it in the child theme and assigned an URL to it, it was trying to pull the actual JQuery from the parent theme.So...]]></description>
                        <content:encoded><![CDATA[<p>Ok, after a night of sleeping on it, got it figured out.<br /><br />Even though I loaded it in the child theme and assigned an URL to it, it was trying to pull the actual JQuery from the parent theme.<br /><br />So now the function is still in the Child theme's functions.php file while the actual Jquery is located in a folder in the parent's theme. </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/media-uploader/">wpDiscuz Media Uploader</category>                        <dc:creator>MikeQuinn</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/media-uploader/change-the-paperclip-icon-to-a-camera-icon/paged/2/#post-31544</guid>
                    </item>
				                    <item>
                        <title>RE: Change the Paperclip Icon to a Camera Icon</title>
                        <link>https://gvectors.com/forum/media-uploader/change-the-paperclip-icon-to-a-camera-icon/#post-31539</link>
                        <pubDate>Tue, 18 Jan 2022 12:15:43 +0000</pubDate>
                        <description><![CDATA[The CSS that was added to the customizer:
i.fas.\.fa-camera {
    content: &#039;\f030&#039;;
}]]></description>
                        <content:encoded><![CDATA[<p>The CSS that was added to the customizer:<br /><br /></p>
<pre contenteditable="false">i.fas.\.fa-camera {
    content: '\f030';
}</pre>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/media-uploader/">wpDiscuz Media Uploader</category>                        <dc:creator>MikeQuinn</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/media-uploader/change-the-paperclip-icon-to-a-camera-icon/#post-31539</guid>
                    </item>
				                    <item>
                        <title>RE: Change the Paperclip Icon to a Camera Icon</title>
                        <link>https://gvectors.com/forum/media-uploader/change-the-paperclip-icon-to-a-camera-icon/#post-31538</link>
                        <pubDate>Tue, 18 Jan 2022 12:14:17 +0000</pubDate>
                        <description><![CDATA[]]></description>
                        <content:encoded><![CDATA[<p>https://gardenerspath.com/public_html/wp-content/themes/generatepress_child/js/change-icon.js</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/media-uploader/">wpDiscuz Media Uploader</category>                        <dc:creator>MikeQuinn</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/media-uploader/change-the-paperclip-icon-to-a-camera-icon/#post-31538</guid>
                    </item>
				                    <item>
                        <title>RE: Change the Paperclip Icon to a Camera Icon</title>
                        <link>https://gvectors.com/forum/media-uploader/change-the-paperclip-icon-to-a-camera-icon/#post-31537</link>
                        <pubDate>Tue, 18 Jan 2022 12:12:18 +0000</pubDate>
                        <description><![CDATA[Here is my code in Functions.php. You can see the Jquery in the URL.
function change_icon_function() {
  wp_enqueue_script( &#039;change-icon&#039;, get_template_directory_uri() . &#039;&#039;);
}
add_actio...]]></description>
                        <content:encoded><![CDATA[<p>Here is my code in Functions.php. You can see the Jquery in the URL.<br /><br /></p>
<pre contenteditable="false">function change_icon_function() {
  wp_enqueue_script( 'change-icon', get_template_directory_uri() . '/https://gardenerspath.com/public_html/wp-content/themes/generatepress_child/js/change-icon.js');
}
add_action('wp_enqueue_scripts','change_icon_function');</pre>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/media-uploader/">wpDiscuz Media Uploader</category>                        <dc:creator>MikeQuinn</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/media-uploader/change-the-paperclip-icon-to-a-camera-icon/#post-31537</guid>
                    </item>
				                    <item>
                        <title>RE: Change the Paperclip Icon to a Camera Icon</title>
                        <link>https://gvectors.com/forum/media-uploader/change-the-paperclip-icon-to-a-camera-icon/#post-31536</link>
                        <pubDate>Tue, 18 Jan 2022 11:43:32 +0000</pubDate>
                        <description><![CDATA[@astgh I did. Someone else that you gave similar codes to also had this type of issue.
I added to HEADERS AND FOOTERS PLUGIN. Does nothing in the footer, writes it to the top of the page in...]]></description>
                        <content:encoded><![CDATA[<p>@astgh I did. Someone else that you gave similar codes to also had this type of issue.</p>
<p>I added to HEADERS AND FOOTERS PLUGIN. Does nothing in the footer, writes it to the top of the page in the header.<br />I added it directly to FUNCTIONS.PHP - white screen of death.<br />I placed it in its own file and tried to call it like this with no result:</p>
<pre contenteditable="false">add_action( 'wp_enqueue_scripts', 'add_my_script' );
function add_my_script() {
    wp_enqueue_script(
        'change-icon',
        get_template_directory_uri() . '/js/change-icon.js',
        array('jquery') 
    );
}</pre>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/media-uploader/">wpDiscuz Media Uploader</category>                        <dc:creator>MikeQuinn</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/media-uploader/change-the-paperclip-icon-to-a-camera-icon/#post-31536</guid>
                    </item>
				                    <item>
                        <title>RE: Change the Paperclip Icon to a Camera Icon</title>
                        <link>https://gvectors.com/forum/media-uploader/change-the-paperclip-icon-to-a-camera-icon/#post-31533</link>
                        <pubDate>Tue, 18 Jan 2022 11:31:41 +0000</pubDate>
                        <description><![CDATA[@mikequinn,

This article should be helpful for you:

You should follow the instruction provided in the article.]]></description>
                        <content:encoded><![CDATA[<p>@mikequinn,</p>
<blockquote>
<p><span>This article should be helpful for you: https://www.collectiveray.com/add-javascript-to-wordpress</span></p>
</blockquote>
<p>You should follow the instruction provided in the article. </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/media-uploader/">wpDiscuz Media Uploader</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/media-uploader/change-the-paperclip-icon-to-a-camera-icon/#post-31533</guid>
                    </item>
				                    <item>
                        <title>RE: Change the Paperclip Icon to a Camera Icon</title>
                        <link>https://gvectors.com/forum/media-uploader/change-the-paperclip-icon-to-a-camera-icon/#post-31532</link>
                        <pubDate>Tue, 18 Jan 2022 11:17:55 +0000</pubDate>
                        <description><![CDATA[@astgh Is that Jquery code supposed by wrapped in anything? Does nothing when added via headers and footers plugin. Causes white screen of death when added to the child theme&#039;s function.php.]]></description>
                        <content:encoded><![CDATA[@astgh Is that Jquery code supposed by wrapped in anything? Does nothing when added via headers and footers plugin. Causes white screen of death when added to the child theme's function.php.]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/media-uploader/">wpDiscuz Media Uploader</category>                        <dc:creator>MikeQuinn</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/media-uploader/change-the-paperclip-icon-to-a-camera-icon/#post-31532</guid>
                    </item>
				                    <item>
                        <title>RE: Change the Paperclip Icon to a Camera Icon</title>
                        <link>https://gvectors.com/forum/media-uploader/change-the-paperclip-icon-to-a-camera-icon/#post-31530</link>
                        <pubDate>Tue, 18 Jan 2022 09:45:49 +0000</pubDate>
                        <description><![CDATA[Hi MikeQuinn,
Here is the solution you can use:]]></description>
                        <content:encoded><![CDATA[<p>Hi MikeQuinn,</p>
<p>Here is the solution you can use: https://wpdiscuz.com/community/postid/12492/</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/media-uploader/">wpDiscuz Media Uploader</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/media-uploader/change-the-paperclip-icon-to-a-camera-icon/#post-31530</guid>
                    </item>
				                    <item>
                        <title>Change the Paperclip Icon to a Camera Icon</title>
                        <link>https://gvectors.com/forum/media-uploader/change-the-paperclip-icon-to-a-camera-icon/#post-31529</link>
                        <pubDate>Tue, 18 Jan 2022 09:17:39 +0000</pubDate>
                        <description><![CDATA[I&#039;ve been at this 3-4 days now (can you tell I&#039;m not a developer)?Please, please, what is the easiest way to change the paperclip icon to a camera icon?I&#039;ve seen CSS methods and JQuery Metho...]]></description>
                        <content:encoded><![CDATA[<p>I've been at this 3-4 days now (can you tell I'm not a developer)?<br /><br />Please, please, what is the easiest way to change the paperclip icon to a camera icon?<br /><br />I've seen CSS methods and JQuery Methods and regular JS methods, but I have yet to get one to work. Font Awesome, regular SVGs, I don't care.<br /><br />I can navigate to any WP folder, etc. I've been building sites for about 7 years, but I'm not a coder.<br /><br />I was going to try to replace Font Awesome with 100% SVGs OR delete the unused Font Awesome files, but that is above my pay grade.</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/media-uploader/">wpDiscuz Media Uploader</category>                        <dc:creator>MikeQuinn</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/media-uploader/change-the-paperclip-icon-to-a-camera-icon/#post-31529</guid>
                    </item>
							        </channel>
        </rss>
		