-
AuthorPosts
-
April 19, 2016 at 10:12 pm #617727
Hi!
I have several design-questions:
(1) In my blog the page-numbers are viewable twice – on the left and the right side: how can I remove the right side-version (eg “Page 1 of 3”)? See http://www.webinartrainer.eu/blog/(2) The first article (“Webinare erstellen mit optimalen Umfragen”) has the text “read more” in a strange design. Why is this? How can I change this?
See: http://www.webinartrainer.eu/blog/(3) How can I change “read more” to the german “weiterlesen”? Is it possible to have the wp-backend in english and website in german?
(4) On http://www.webinartrainer.eu the buttons if the slider “Jetzt Webinar buchen” or “Kontaktieren Sie uns” are sometimes in orange … but they should be in “my green”. How can I change this?
(5) How can I shift the comments-section to the right, in order to allign it with the article above? See eg: http://www.webinartrainer.eu/webinare-erstellen-mit-optimalen-umfragen/
Hope you can help!
Best wishes,
RonaldApril 20, 2016 at 12:40 am #617798Hey
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.pagination-meta { display: none; } .more-link { color: #95ac02!important; font-size: 14px; font-weight: normal!important; } .tp-caption a { color: #95ac02!important; } @media only screen and (min-width: 768px) { .comment-entry.post-entry { max-width: 770px; margin-left: 130px; }}
Please use this free software to edit language files in Enfold/lang folder – https://poedit.net/
Please add following code to functions.php file in Appearance > Editor
function native_admin_lang( $locale ) { if ( is_admin() ) { return 'en_US'; } return $locale; } add_filter( 'locale', 'native_admin_lang' );
Best regards,
YigitApril 20, 2016 at 10:49 pm #618762Hi Yigit!
Thank you for your fast response.
I have no coding-skills, so I don’t know what these codes should exactly change. Please let me know which issues should be solved with the first code.
I added and saved the first code to the quick-css of my enfold-child-theme, but I did not see any change, although I refreshed the page and removed the cache.
Does it take longer to see the changes?
Can you help?
Best wishes,
RonaldApril 25, 2016 at 7:05 am #621020 -
AuthorPosts
- You must be logged in to reply to this topic.