daveytje

Member

Forum Replies Created

  • In reply to: Add a new font

    #37747

    I will learn this with the font: ChopinScript

    Thanks

    In reply to: Add a new font

    #37746

    Thanks.

    In reply to: Can't login with the mobile theme

    #35493

    Thanks. It works.. Great.

    In reply to: Can't login with the mobile theme

    #35491

    The content of the child functions.php is:

    <?php
    function new_excerpt_more($more) {
    global $post;
    return '<a>ID) . '"> Lees verder</a>';
    }
    add_filter('excerpt_more', 'new_excerpt_more');
    ?>

    It state in: ../wp-content/uploads/graphene-mobile-custom

    the folder contains the following files:

    style.css (child)

    folder: Images -> sprite-master.png

    This text set the continue reading what I have with my site to lees verder. (see tis topic: https://forum.graphene-theme.com/graphene-mobile-support-requests/continue-reading-2 for the details).

    In reply to: Can't login with the mobile theme

    #35489

    A lots of errors. When I try to logging in on the mobile i get the follow error messages:

    Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /home/uitrijk/domains/uitrijk.nl/public_html/wp-includes/functions.php on line 2839

    Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /home/uitrijk/domains/uitrijk.nl/public_html/wp-includes/functions.php on line 2839

    Notice: Undefined index: excerpt_html_tags in /home/uitrijk/domains/uitrijk.nl/public_html/wp-content/themes/graphene-mobile/includes/theme-loops.php on line 235

    Notice: registration.php is niet meer in gebruik sinds versie3.1, geen alternatief beschikbaar. Dit bestand hoeft niet langer te worden toegevoegd. in /home/uitrijk/domains/uitrijk.nl/public_html/wp-includes/functions.php on line 2881

    Warning: Cannot modify header information - headers already sent by (output started at /home/uitrijk/domains/uitrijk.nl/public_html/wp-includes/functions.php:2839) in /home/uitrijk/domains/uitrijk.nl/public_html/wp-login.php on line 368

    Warning: Cannot modify header information - headers already sent by (output started at /home/uitrijk/domains/uitrijk.nl/public_html/wp-includes/functions.php:2839) in /home/uitrijk/domains/uitrijk.nl/public_html/wp-login.php on line 380

    Warning: Cannot modify header information - headers already sent by (output started at /home/uitrijk/domains/uitrijk.nl/public_html/wp-includes/functions.php:2839) in /home/uitrijk/domains/uitrijk.nl/public_html/wp-includes/pluggable.php on line 680

    Warning: Cannot modify header information - headers already sent by (output started at /home/uitrijk/domains/uitrijk.nl/public_html/wp-includes/functions.php:2839) in /home/uitrijk/domains/uitrijk.nl/public_html/wp-includes/pluggable.php on line 681

    Warning: Cannot modify header information - headers already sent by (output started at /home/uitrijk/domains/uitrijk.nl/public_html/wp-includes/functions.php:2839) in /home/uitrijk/domains/uitrijk.nl/public_html/wp-includes/pluggable.php on line 682

    Warning: Cannot modify header information - headers already sent by (output started at /home/uitrijk/domains/uitrijk.nl/public_html/wp-includes/functions.php:2839) in /home/uitrijk/domains/uitrijk.nl/public_html/wp-includes/pluggable.php on line 876

    The follow plugins i used:

    I used the follow plugins:

    Akismet

    All-in-One Event Calendar by Timely

    ALO EasyMail Newsletter

    Breadcrumb NavXT

    Broken Link Checker

    CodeStyling Localization

    Custom Contact Forms

    Global Hide/Remove Admin Bar Plugin

    Google XML Sitemaps

    GT Tabs

    Issuu Embed

    jQuery Vertical Accordion Menu

    Maintenance Mode

    Mobile Detector for the mobile smart

    Multi Twitter Stream

    Page Links To

    Profile Builder

    Q and A

    Role Scoper

    Tabbed Login Widget

    Thema My Login

    WP-CopyProtect [Protect your blog posts]

    WP-PageNavi

    WP Lightbox 2

    WP SMTP

    Only when I added the child functions.php then I can’t login with the mobile theme. When the child functions.php deleted then I can login.

    In reply to: Can't login with the mobile theme

    #35487

    Yes. And the close tag ?>

    In reply to: Can't login with the mobile theme

    #35485

    I found the problem. My mobile child theme. The functions.php.

    The follow code i have in my functions.php:

    function new_excerpt_more($more) {
    global $post;
    return '<a href="'. get_permalink($post->ID) . '"> Lees verder</a>';
    }
    add_filter('excerpt_more', 'new_excerpt_more');

    What can i do?? I get a blank page when i will login in on the site.

    In reply to: Continue reading

    #35337

    I found a answer to my question. I made a custom functions.php file in the child theme of my mobile.

    I ad the follow code:

    <?php
    function new_excerpt_more($more) {
    global $post;
    return '<a href="'. get_permalink($post->ID) . '"> Lees verder</a>';
    }
    add_filter('excerpt_more', 'new_excerpt_more');
    ?>

    And now i see lees verder and not continue reading.

    I’m Happy

    Thanks you for your answers. A great theme is it.

    The link were i found my answer: http://wordpress.stackexchange.com/questions/7979/i-cant-modify-the-continue-reading-link-of-the-excerpt

    In reply to: Continue reading

    #35336

    I think it happend with the follow code:

    <a href="http://www.uitrijk.nl/slider/website-heeft-nu-ook-een-mobiele-versie/">Continue reading <span class="meta-nav">&rarr;</span></a></p>

    In reply to: Continue reading

    #35335

    I used the follow plugins:

    Akismet

    All-in-One Event Calendar by Timely

    ALO EasyMail Newsletter

    Breadcrumb NavXT

    Broken Link Checker

    CodeStyling Localization

    Custom Contact Forms

    FFF Cron Manager

    Global Hide/Remove Admin Bar Plugin

    Google XML Sitemaps

    GT Tabs

    Issuu Embed

    jQuery Vertical Accordion Menu

    Maintenance Mode

    Mobile Detector for the mobile smart

    Multi Twitter Stream

    Page Links To

    Profile Builder

    Q and A

    Role Scoper

    Tabbed Login Widget

    Thema My Login

    WP-CopyProtect [Protect your blog posts]

    WP-PageNavi

    WP Lightbox 2

    WP SMTP

    They don’t show continue reading in they language files.

    When I set the option by graphene mobile -> global -> Entire contents archive pages show set on then I see no continue reading, when it set off i see continue reading.

Viewing 10 posts - 1 through 10 (of 15 total)

  • 1
  • 2