Image BG, Comment info, Excerpt questions
Best WordPress theme for game news websites, game portals or whatever your preferred subject.
- GK User
- Tue Nov 18, 2014 2:58 pm
1) Image background. I am using the image background but when i scroll down on any page the background stops. Is there a possibilty that the background will repeat or stretch? Maybe custom CSS code? What is the best solution for that?
2) One a post like http://www.hetbestezwembad.nl/landal-de-lommerbergen/ you see ''13 COMMENTS'' and below the page ''GEEF EEN REACTIE''.
And on the comment field ''De volgende HTML-tags en -attributen zijn toegestaan: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>'''
How and where can i change this text?
3) Nothing to do with the theme but maybe you know it:
On my site i am using the ''<?php the_excerpt(); ?>'' to display a excertp/overview what i added on a post. For example, on: http://www.hetbestezwembad.nl/landal-de-lommerbergen/ you see in the sidebar ''Website: http://www.landal.nl/zwemmenlommerbergen…'' ending on ... (3 dots). Do you know a way to remove the ... (3 dots at the end?)
2) One a post like http://www.hetbestezwembad.nl/landal-de-lommerbergen/ you see ''13 COMMENTS'' and below the page ''GEEF EEN REACTIE''.
And on the comment field ''De volgende HTML-tags en -attributen zijn toegestaan: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>'''
How and where can i change this text?
3) Nothing to do with the theme but maybe you know it:
On my site i am using the ''<?php the_excerpt(); ?>'' to display a excertp/overview what i added on a post. For example, on: http://www.hetbestezwembad.nl/landal-de-lommerbergen/ you see in the sidebar ''Website: http://www.landal.nl/zwemmenlommerbergen…'' ending on ... (3 dots). Do you know a way to remove the ... (3 dots at the end?)
-
- Fresh Boarder
- GK User
- Tue Nov 18, 2014 3:13 pm
Hello,
Regarding your questions:
1) This image is only solid color? If so, please add the following code into css/override.css file (first enble this option from Template Options - > Advanced tab).
2) https://wordpress.org/support/topic/rem ... ?replies=9
solutions with filter from the thread or the following css code:
3) Is that excerpt on your widget? You can add filter which removes dots from the excerpt, but from all posts.
Regarding your questions:
1) This image is only solid color? If so, please add the following code into css/override.css file (first enble this option from Template Options - > Advanced tab).
- Code: Select all
body {
background: #01b3f1!important;
}
2) https://wordpress.org/support/topic/rem ... ?replies=9
solutions with filter from the thread or the following css code:
- Code: Select all
#respond p.form-allowed-tags {
display: none;
}
3) Is that excerpt on your widget? You can add filter which removes dots from the excerpt, but from all posts.
-
- Moderator
- GK User
- Wed Nov 19, 2014 5:20 pm
Here is an overview:
1. is now fixed
2. is now fixed but i want to change the name ''13 Comments'' to dutch and want change the ''GEEF EEN REACTIE'' to another words. But i cant find them.
Can you say where i can find this or fix this for me please?
3. yes, the excerpt is on my widget. Which filter (code) can i use for that?
1. is now fixed
2. is now fixed but i want to change the name ''13 Comments'' to dutch and want change the ''GEEF EEN REACTIE'' to another words. But i cant find them.
Can you say where i can find this or fix this for me please?
3. yes, the excerpt is on my widget. Which filter (code) can i use for that?
-
- Fresh Boarder
- GK User
- Thu Nov 20, 2014 8:17 am
Hi,
Regarding your issuess:
2. These texts "13 comments" come from theme langugage file, you can translate the theme:
https://www.gavick.com/documentation/wo ... -language/
but the text ''GEEF EEN REACTIE'' is from wordpress core files (depends on the wordpress language).
3. Could you please send me a PM with backend access to your website?
Regarding your issuess:
2. These texts "13 comments" come from theme langugage file, you can translate the theme:
https://www.gavick.com/documentation/wo ... -language/
but the text ''GEEF EEN REACTIE'' is from wordpress core files (depends on the wordpress language).
3. Could you please send me a PM with backend access to your website?
-
- Moderator
- GK User
- Thu Nov 20, 2014 3:09 pm
i have send you an PM
-
- Fresh Boarder
5 posts
• Page 1 of 1