StyledThemes

Question: Blog Style, Layout, Excerpt

Home Forums WordPress Themes – Premium Pure & Simple Question: Blog Style, Layout, Excerpt

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #36229
    Thomas
    Participant

    Hi guys,

    today i tried to creat my first blog post on http://www.lightquest.de/blog
    I make the setup that i just see the “Excerpt”.
    But on my Page, i see the full Post not the Excerpt.
    At the Theme Customizer i set the Blogstyle Type 2 and “Content or Excerpt” to Excerpt.

    i use the same configuration here wp2.lightquest.de/blog
    my test page “wp2” looks like how i want it.

    theme and wordpress version are the same.
    do you have an idee what the problem is?

    thank you for your help

    Thomas

    #36230
    Thomas
    Participant

    okay … maybe i know what the problem is.
    if i choose choose a blog style like “image, quote,…”
    than the blog entry is like on lightquest.de/blog
    if i choose “standard” the entry is lik on wp2.lightquest.de/blog

    but i have an other question … how can i change the font-type of the blog post titel?
    my other fonts i have changed with the google fonts plugin … but this is the same like after the installation.
    can you help me with this issue?
    (on my startpage at the portfolio, this font is also not changed with the google font)

    thank you.

    edit:
    an other question: 😉 … under my blog post there are things like “last post” “categories” …
    how can i disable this? i don’t need this stuff.

    • This reply was modified 6 years, 10 months ago by Thomas.
    #36270
    Binaya D
    Participant

    Hi Thomas,

    Please follow this tutorial to know how to use the Google Fonts? if this is not helpful to you, then please let us know.

    And you can use the following css to remove the entry meta:

    .entry-meta {
        display: none;
    }

    NOTE: Please use the child theme style.css or custom css plugin to write the css.

    Thanks

    #36281
    Thomas
    Participant

    if you look to this page
    http://www.lightquest.de/2016/07/31/der-erste-post-das-erste-bild/
    you see at the bottom things like, meta, last coments, categories, … and so on.
    if i try to use youre css it does not work there 🙁
    for custom css i use the jetpack plugin.
    i insert your code, here:
    http://wolke.lightquest.de/index.php/s/wUqH3RxjgySlBfV

    this is like the firefox inspector shows me the css and html from the blog entry
    http://wolke.lightquest.de/index.php/s/eqYgVUYKIjjseTH

    do you have an idea?

    #36282
    Binaya D
    Participant

    Hi Thomas,

    It seems that you have kept the meta, last comments, categories, … and so on. in the right-sidebar, so please check in the widget and remove it.

    Thanks

    #36285
    Thomas
    Participant

    Hi Binaya,
    okay i see …
    this is the option
    http://wolke.lightquest.de/index.php/s/nblMhCjiDZEW5A4
    i don’t see the right and left sidbar option in the customizer from the thema .. so i overlookded this
    thank you very much for the hint

    Thomas

    #36290
    Thomas
    Participant

    now to the google font topic:

    i use the wp google font plugin like in your tutorial.
    all fonts are changed, but on two pints i see not the google font this is here:
    http://www.lightquest.de/ (startpage) the text under the portfolio images (portfolio from jetepack plugin)
    and here:
    http://www.lightquest.de/blog/
    http://www.lightquest.de/2016/08/01/blog-titel/
    the titel of the blog post.
    do you know the right css? so i can put the css in the css box from the google font plugin.
    thank you

    #36303
    Thomas
    Participant

    edit: i think i found the css code.
    if i enter this css “h1.entry-title a” to the css box from wp-google-fonts plugin.
    the font is changed.
    also i enter this css code to the box: “{font-family: “Quicksand” !important; }
    so the font of the post title is changed.

    #36306
    Thomas
    Participant

    maybe the last question to the font topic 😀

    how i can change the font from the footer copyright text?
    see here:
    http://wolke.lightquest.de/index.php/s/rn3RuGmbXWXhGtV
    do you know what the right css tag is?

    thank you 🙂
    Thomas

    #36309
    Thomas
    Participant

    🙁
    my google fonts don’t work with the portfolio title and with the blog post title … 🙁
    i use “wp google font” plugin

    maybe you can help me with the portfolio and blog post title css?

    thank you

    #36310
    Thomas
    Participant

    i am so sorry about this lot of text in your forum 😉

    so i played with the custom css and i think this should be working:
    i insert this css: [custom css from jetpackplugin]

    
    .portfolio-entry-title a {
    	font-family: 'Quicksand', sans-serif;
    	font-size: 1.02rem;
    }
    
    h1.entry-title a {
    	font-family: 'Quicksand', sans-serif;
    }
    

    so the font is change on my portfolio and at the blog title.

    • This reply was modified 6 years, 10 months ago by Thomas.
    • This reply was modified 6 years, 10 months ago by Thomas.
    #36343
    Binaya D
    Participant

    Hi Thomas,

    We hope your issue has been fixed, if not then please let us know.

    Thanks

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.