Forum Replies Created

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • in reply to: Icon List Alignment #1246233

    Ah it works! Perfect, Thank you!!

    in reply to: Enfold Contact Form- Lots of Spam #1224556
    This reply has been marked as private.
    in reply to: Edit category pages #1157776

    Hi Mike, it works!! Cool, thank you : )

    in reply to: Edit category pages #1156790

    Hi, Mike,
    yes thank you, it should look exactly like blog style.

    in reply to: Edit category pages #1156687

    Hi Mike,
    the blog post sidebar has left-justified text in our highlight colour (petrol). That’s not such a big problem, but it would be nicer if the category sidebar looks the same.

    Kind regards,
    Sarah

    in reply to: Edit category pages #1156046

    Hi Mike,
    the code works, cool : )) Thank you!

    The second question: I activated the sidebar in the category pages via the sidebar settings.
    But the sidebar on the category pages looks different than on the general blog page. For the blog pages I wrote in Quick CSS:

    .recentcomments a, .widget_recent_entries li a {
    font-style: normal;
    font-family: inherit;
    }

    .widget_recent_entries li {
    padding: 5px 0;
    }

    Is it possible to change the sidebar in category pages in the same style?

    Thank you!
    Sarah

    • This reply was modified 5 years ago by ceiton.
    in reply to: Edit Blog heading h1 and Sidebar #1105624

    Hello, Thank you, it works now!!

    in reply to: Edit Blog heading h1 and Sidebar #1104747
    This reply has been marked as private.
    in reply to: Edit Blog heading h1 and Sidebar #1103592

    Hello Victoria, Thank you, that works now! : )

    Now I have only 2 wishes left:
    – Adding a new <h1> on top of the blog and
    – display the blog-categories (under the post-title) in the same font-style like on the categories-sidebar (not only uppercase letters)

    Do you have an idea how to change it?
    Kind regards,
    Sarah

    in reply to: Edit Blog heading h1 and Sidebar #1103201

    Hello Victoria,
    I could change the italic-type from “recent posts” in Quick CSS with
    .recentcomments a, .widget_recent_entries li a {
    font-style: normal;
    font-family: inherit;
    }
    but now the line-height is still a bit different to “Categories”.
    And the other things (h1 and bigger title) I could not solve so far.

    See the admin access below.
    Thank you!

    in reply to: Edit Blog heading h1 and Sidebar #1102471

    Hello Victoria,
    Thank you, but this is not exactly what i wanted. I dont´t want to change h2 to h1. I would like to ad a unique main title, for example “CEITON Blog”, as h1 above the post loop. Because now my SEO-analysis says that this url has no h1.

    And I tried to change the font size like recommended here: https://kriesi.at/support/topic/how-to-change-the-post-title-to-h1/
    .entry-content .post-title {
    font-size: 30x;
    line-height: 1.5em;
    }
    But it did not change anything in my case.
    Do you have another recommendation?

    Kind regards,
    Sarah

    in reply to: error404.php Sprache ändern in de_DE.po #1101401

    Thank you Ismael,
    it works now!

    Best regards,
    Sarah

    in reply to: error404.php Sprache ändern in de_DE.po #1100431

    Hi Mike,
    i added a complete new code line underneath the original:

  • <?php _e(‘Or contact us and we will answer your question.’, ‘avia_framework’); ?>
  • If i write it in my language, i have the problem in the English language version. -> We have a website with 2 language-versions from Polylang Plugin.
    Is there a way to show the correct translation for each version?
    Kind regards,
    Sarah

in reply to: error404.php Sprache ändern in de_DE.po #1100011

Hi Mike, thank you.
I could translate everything with the Poedit software.

In loop-search.php and error404.php I added a new sentence: ‘Or contact us and we will answer your question.’
This sentence always appears in English, also in the German version. See links below. How can I change that?
It was not automatically taken into enfold.pot.
Kind regards,
Sarah

in reply to: error404.php Sprache ändern in de_DE.po #1098792

Hello,
I wanted to edit the German translation of the 404 error page from “du” to “Sie” (more formal).
I did the changes in de_DE.po
But it does not work and also a the new line is only displayed in English. The same problem I have with the loop-search.php

As described here https://kriesi.at/support/topic/search-result-po-file/
I also tried to select the formal language version directly from the WP settings, but it didn´t work.

Can you tell me what’s wrong?
Thank you.

in reply to: error404.php Sprache ändern in de_DE.po #1098034

Das selbe Problem habe ich auch bei der loop-search.php
Der geänderte Text aus der de_DE.po Datei wird nicht übernommen.

in reply to: Footer design #1088175

Hello Nikko,
thank you, it works!

in reply to: Footer design #1087415

Hello, my footer looks really nice on desktop. But on small screens like mobile, the linked words (Impressum / Datenschutz / Unternehmen ….) are too close together and it is not easy to click on them. Is there a way, to make a bigger padding or a more elegant wordwrap?

I already used this code in Quick CSS, to bring the social icons and the copymark to center (only mobile):
@media only screen and (max-width:767px) {
#socket .copyright {
display: block;
float: none;
padding-top: 40px;
text-align: center;
width: 100%;
}

#top #wrap_all #socket .social_bookmarks {
float: none;
margin: 0;
position: absolute;
text-align: center;
top: 10px;
width: 100%;
}

#socket .social_bookmarks li {
float: none;
display: inline-block;
}
}

Thank you!

Perfect, Thank you!

Viewing 19 posts - 1 through 19 (of 19 total)