Xeniya
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Spun] How to remove […] and add read more instead?Oh, I made such a stupid mistake.
Thank you!
Have a nice day\night!
Forum: Themes and Templates
In reply to: [Spun] How to remove […] and add read more instead?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
In reply to: [Spun] How to remove […] and add read more instead?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
In reply to: [Spun] How to remove […] and add read more instead?I have a Child Theme.
Thanks for the solution but when I add the code that you posted to functions.php I get this https://snag.gy/HAegF.jpg above my page. Also, the […] is still there.
Is there anything else I can do?
Forum: Themes and Templates
In reply to: [Customizr] No Social Buttons in CustomizeThanks 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
In reply to: [Spun] Social Media buttons in the FooterThanks 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. ]
Forum: Themes and Templates
In reply to: [Spun] Creating text area under circlesThanks! It’s there now!
Have a good day\night!
Forum: Themes and Templates
In reply to: [Spun] Creating text area under circlesYes, I do have it.
Oh sorry, here is another link which should work – https://snag.gy/i9rou.jpg
Forum: Themes and Templates
In reply to: [Customizr] No Social Buttons in CustomizeThe website is https://www.girlsxchlamydia.nl
Forum: Themes and Templates
In reply to: [Spun] Social Media buttons in the Footerhow 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
In reply to: [Customizr] No Social Buttons in Customizethanks 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 pageWhat else I can do?
Forum: Themes and Templates
In reply to: [Spun] Social Media buttons in the Footer@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
In reply to: [Spun] Social Media buttons in the FooterHello Selinvarol,
Could you please tell me the exact way of accessing the social buttons in customize? I read about it before and check it (https://snag.gy/KCudn.jpg) but I can’t find anything with social media there.
Thanks!
Forum: Themes and Templates
In reply to: [Spun] Custom Circles orderSolved it.
I just changed the date of creation of each page ??
Thanks a lot for your effort and help!
Forum: Themes and Templates
In reply to: [Spun] Custom Circles orderIs possible to change?