Title: Xeniya's Replies | WordPress.org

---

# Xeniya

  [  ](https://wordpress.org/support/users/chlamydia/)

 *   [Profile](https://wordpress.org/support/users/chlamydia/)
 *   [Topics Started](https://wordpress.org/support/users/chlamydia/topics/)
 *   [Replies Created](https://wordpress.org/support/users/chlamydia/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/chlamydia/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/chlamydia/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/chlamydia/engagements/)
 *   [Favorites](https://wordpress.org/support/users/chlamydia/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 32 total)

1 [2](https://wordpress.org/support/users/chlamydia/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/chlamydia/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/chlamydia/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Spun] How to remove […] and add read more instead?](https://wordpress.org/support/topic/how-to-remove-and-add-read-more-instead/)
 *  Thread Starter [Xeniya](https://wordpress.org/support/users/chlamydia/)
 * (@chlamydia)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/how-to-remove-and-add-read-more-instead/#post-4503664)
 * Oh, I made such a stupid mistake.
 * Thank you!
 * Have a nice day\night!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Spun] How to remove […] and add read more instead?](https://wordpress.org/support/topic/how-to-remove-and-add-read-more-instead/)
 *  Thread Starter [Xeniya](https://wordpress.org/support/users/chlamydia/)
 * (@chlamydia)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/how-to-remove-and-add-read-more-instead/#post-4503660)
 * Like that? It doesn’t matter if I paste your code before or after mine. It still
   appear at the top of the page
 *     ```
       <?php
   
       function textInCircles() {
               wp_enqueue_script( 'text-in-circles', get_stylesheet_directory_uri() . '/js/text-in-circles.js', '', '1.0', true );
       }
   
       add_action( 'wp_enqueue_scripts', 'textInCircles' );
   
       ?>
   
       // Replaces the excerpt "more" text by a link
       function new_excerpt_more($more) {
              global $post;
       	return '<a class="moretag" href="'. get_permalink($post->ID) . '"> Read more</a>';
       }
       add_filter('excerpt_more', 'new_excerpt_more');
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Spun] How to remove […] and add read more instead?](https://wordpress.org/support/topic/how-to-remove-and-add-read-more-instead/)
 *  Thread Starter [Xeniya](https://wordpress.org/support/users/chlamydia/)
 * (@chlamydia)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/how-to-remove-and-add-read-more-instead/#post-4503657)
 * This is what I have in my functions.php now:
 *     ```
       <?php
   
       function textInCircles() {
               wp_enqueue_script( 'text-in-circles', get_stylesheet_directory_uri() . '/js/text-in-circles.js', '', '1.0', true );
       }
   
       add_action( 'wp_enqueue_scripts', 'textInCircles' );
   
       ?>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Spun] How to remove […] and add read more instead?](https://wordpress.org/support/topic/how-to-remove-and-add-read-more-instead/)
 *  Thread Starter [Xeniya](https://wordpress.org/support/users/chlamydia/)
 * (@chlamydia)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/how-to-remove-and-add-read-more-instead/#post-4503649)
 * [@salsaturation](https://wordpress.org/support/users/salsaturation/)
 * I have a Child Theme.
 * Thanks for the solution but when I add the code that you posted to functions.
   php I get this [http://snag.gy/HAegF.jpg](http://snag.gy/HAegF.jpg) above my 
   page. Also, the […] is still there.
 * Is there anything else I can do?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] No Social Buttons in Customize](https://wordpress.org/support/topic/no-social-buttons-in-customize/)
 *  Thread Starter [Xeniya](https://wordpress.org/support/users/chlamydia/)
 * (@chlamydia)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/no-social-buttons-in-customize/#post-4498455)
 * [@rdellconsulting](https://wordpress.org/support/users/rdellconsulting/),
 * Thanks for the support but I posted the question here by mistake. The support
   of Spun theme guided me here accidentally.
 * It’s a problem of Spun Theme and not Customizr.
 * Sorry for disturbance!
 * Thank you!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Spun] Social Media buttons in the Footer](https://wordpress.org/support/topic/social-media-buttons-in-the-footer/)
 *  Thread Starter [Xeniya](https://wordpress.org/support/users/chlamydia/)
 * (@chlamydia)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/social-media-buttons-in-the-footer/#post-4497826)
 * Thanks Andrew 🙂
 * So, I installed the Facebook plugin in my Child Theme and I would like to add
   the facebook follow button in the Footer. The same for Instagram and Youtube.
 * I tried to change the code in the Footer.php but it didn’t work out. Tried to
   download the plugins with widgets but then I can’t add widgets to the footer,
   only sidebars. Also, checked out Customize but I don’t have a function to add
   social media there (although, I read about it and it was mentioned here before).
 * So what can I do?
 * Thank you!
 * _[ Moderator note: please [do not bump](http://codex.wordpress.org/Forum_Welcome#No_Bumping).]_
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Spun] Creating text area under circles](https://wordpress.org/support/topic/creating-text-area-under-circles/)
 *  Thread Starter [Xeniya](https://wordpress.org/support/users/chlamydia/)
 * (@chlamydia)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/creating-text-area-under-circles/#post-4499009)
 * Thanks! It’s there now!
 * Have a good day\night!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Spun] Creating text area under circles](https://wordpress.org/support/topic/creating-text-area-under-circles/)
 *  Thread Starter [Xeniya](https://wordpress.org/support/users/chlamydia/)
 * (@chlamydia)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/creating-text-area-under-circles/#post-4499004)
 * Yes, I do have it.
 * Oh sorry, here is another link which should work – [http://snag.gy/i9rou.jpg](http://snag.gy/i9rou.jpg)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] No Social Buttons in Customize](https://wordpress.org/support/topic/no-social-buttons-in-customize/)
 *  Thread Starter [Xeniya](https://wordpress.org/support/users/chlamydia/)
 * (@chlamydia)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/no-social-buttons-in-customize/#post-4498342)
 * The website is [http://www.girlsxchlamydia.nl](http://www.girlsxchlamydia.nl)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Spun] Social Media buttons in the Footer](https://wordpress.org/support/topic/social-media-buttons-in-the-footer/)
 *  Thread Starter [Xeniya](https://wordpress.org/support/users/chlamydia/)
 * (@chlamydia)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/social-media-buttons-in-the-footer/#post-4497779)
 * [@esmi](https://wordpress.org/support/users/esmi/),
 * how i understand this is forum for the users who have theme “Customizr”. I have
   Spun theme. I’m having problems with adding Social Media Buttons in my Spun theme.
   So isn’t it correct thread to ask for support?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] No Social Buttons in Customize](https://wordpress.org/support/topic/no-social-buttons-in-customize/)
 *  Thread Starter [Xeniya](https://wordpress.org/support/users/chlamydia/)
 * (@chlamydia)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/no-social-buttons-in-customize/#post-4498284)
 * [@rdellconsulting](https://wordpress.org/support/users/rdellconsulting/),
 * thanks for suggestion but it didn’t help out. i deactived all the plugins but
   Social Links and other parts of Customize didn’t appear. I still have just:
    
   Theme Options Site title & tagline Colors Header Image Background Image Navigation
   Static front page
 * What else I can do?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Spun] Social Media buttons in the Footer](https://wordpress.org/support/topic/social-media-buttons-in-the-footer/)
 *  Thread Starter [Xeniya](https://wordpress.org/support/users/chlamydia/)
 * (@chlamydia)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/social-media-buttons-in-the-footer/#post-4497740)
 * [@esmi](https://wordpress.org/support/users/esmi/), sorry but could you please
   give me the link where I should post my question then? I don’t know where else
   I can ask this question.
 * Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Spun] Social Media buttons in the Footer](https://wordpress.org/support/topic/social-media-buttons-in-the-footer/)
 *  Thread Starter [Xeniya](https://wordpress.org/support/users/chlamydia/)
 * (@chlamydia)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/social-media-buttons-in-the-footer/#post-4497733)
 * Hello Selinvarol,
 * Could you please tell me the exact way of accessing the social buttons in customize?
   I read about it before and check it ([http://snag.gy/KCudn.jpg](http://snag.gy/KCudn.jpg))
   but I can’t find anything with social media there.
 * Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Spun] Custom Circles order](https://wordpress.org/support/topic/custom-circles-order/)
 *  Thread Starter [Xeniya](https://wordpress.org/support/users/chlamydia/)
 * (@chlamydia)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/custom-circles-order/page/2/#post-4489572)
 * Solved it.
 * I just changed the date of creation of each page 🙂
 * Thanks a lot for your effort and help!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Spun] Custom Circles order](https://wordpress.org/support/topic/custom-circles-order/)
 *  Thread Starter [Xeniya](https://wordpress.org/support/users/chlamydia/)
 * (@chlamydia)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/custom-circles-order/page/2/#post-4489570)
 * Is possible to change?

Viewing 15 replies - 1 through 15 (of 32 total)

1 [2](https://wordpress.org/support/users/chlamydia/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/chlamydia/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/chlamydia/replies/page/2/?output_format=md)