jimmythetulip

Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: Too much spacing in sides on mobile #5383
    jimmythetulip
    Participant

    I still think, it could be nice, if you make Contango more mobile friendly.
    I have a lot of users, who use their mobile phone to access my site, and it would improve their reading experience, if the text spans over the whole screen width.

    It would be nice, if you could give me some clues to how I can implement this change. I guess I could override the layout in the parent theme.

    Which responsive fremwork do you use (bootstrap, css grid)?

    in reply to: Footer menu #1659
    jimmythetulip
    Participant

    Thanks. It worked!

    in reply to: Customizing footer tail #1645
    jimmythetulip
    Participant

    sure it’s: http://whitfield.dk

    Thanks in advance :)

    in reply to: Sitemap error #1544
    jimmythetulip
    Participant

    Okay thx for your feedback!

    Sure, I’ve translated the screenshot to english as you asked for.

    [ATTACH]88[/ATTACH] [ATTACH]87[/ATTACH]

    in reply to: Customize comment form #1505
    jimmythetulip
    Participant

    Problem solved!

    in reply to: Removing mouseover effect on links in nav bar. #1483
    jimmythetulip
    Participant

    Dear Admin
    You’ve been very helpful as always.
    I followed your guidelines and customized your solution, so it fitted my requirements.
    Just to clarify; I DON’T ALTER the style.css file in the parent theme, but the style.css in my child theme.
    Have a nice day and keep up the good work !
    And thank you so much.
    :)

    in reply to: Removing mouseover effect on links in nav bar. #1481
    jimmythetulip
    Participant

    By the way. Here’s a link to my website http://whitfield.dk

    in reply to: Removing mouseover effect on links in nav bar. #1480
    jimmythetulip
    Participant

    Dear Admin
    Your answer only covered the global anchors hover, but what about the global anchors; eg. a, a:link, a:visited ?
    I need a simple global soloution to all my links, so I don’t need to change every anchor element individually in the style.css file.

    • Links must be white in terms of font colour.
    • Buttons must have red background colour and white font colour.

    Do you follow me ?

    in reply to: Translate Contango child theme #1486
    jimmythetulip
    Participant

    Hi Admin
    That didn’t work for me, so I’ve put my translated strings inside the functions.php and that worked !

    [PHP]function change_translate_text( $translated ) {
    $text = array(
    ‘1 Comment’ => ‘1 Kommentar’,
    ‘% Comments’ => ‘% Kommentarer’,
    ‘Edit’ => ‘Rediger’,
    “The following is a list of the latest posts from the blog. Maybe it will help you find what you’re looking for.” => ‘Følgende liste viser de seneste indlæg. Måske vil det hjælpe dig med at finde det du søger.’,
    ‘Reply’ => ‘Svar’,
    ‘said:’ => ‘skrev:’,
    ‘Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.’ => ‘Intet fundet’,
    ‘nothing found’ => ‘Intet Fundet’,
    ‘Search for:’ => ‘Søg efter:’,
    ‘search’ => ‘Søg’,
    ‘Leave a comment’ => ‘Skriv en kommentar’

    );
    $translated = str_ireplace( array_keys($text), $text, $translated );
    return $translated;
    }
    add_filter( ‘gettext’, ‘change_translate_text’, 20 );[/PHP]

    in reply to: No documentation for Contango Theme? #1474
    jimmythetulip
    Participant

    Thanks again :)

    in reply to: Where to start? Want to make my own blog based on Contango.. #1477
    jimmythetulip
    Participant

    Thanks admin :)

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