jcervantes28

Member

Forum Replies Created

  • In reply to: How to change search box text

    #38895

    got it. thanks. didnt know.

    In reply to: Short Story Fiction/Nonfiction Website with Podcast

    #38887

    I havent gotten one in a while. I use akismet to filter spam…i think that is working. do u use it?

    In reply to: Short Story Fiction/Nonfiction Website with Podcast

    #38886

    Cool. It is looking pretty good already, a lot of content.

    Good luck with the site. Check back in sometime or contact me at shortstoryguy.com to let me know your progress

    cheers

    jose

    In reply to: Short Story Fiction/Nonfiction Website with Podcast

    #38883

    NP. For the fonts download the plugin:

    WP Google Fonts

    and you can use ANYYYYYYYYYYY google font out there and there are a lot. To check out what the google fonts look like, go to

    google and search Google web fonts

    and you can see different ones than you can go back to the plugin and choose the one u want for the headers etc

    Good luck

    Cheers

    BTW whats your website?

    Jose

    In reply to: Short Story Fiction/Nonfiction Website with Podcast

    #38881

    No worries,

    I spent about 4 months reading link after link of stuff I knew nothing about, and I still consider myself a super beginner.

    The post title text etc I did with a plugin called Google Fonts and with child theme> a CSS style sheet where i specified sizes etc.

    No worries I actually did the same thing in the beginning and had a lot of pages one for each type of contact then i decided to do this.

    the plugin is called:

    WP UI – Tabs, accordions and more.

    i was originally looking for a widget with tabs but i didnt like the way the widget looked but so use it for what you saw in the contact page.

    cheers

    jose

    In reply to: Short Story Fiction/Nonfiction Website with Podcast

    #38878

    Hey there,

    Thanks!

    By Post title text do you mean the font/size or the boxes I’ve added on some pages?

    As for the Contact page, the tabs are a plugin. Want to know which one? I can get the name.

    Jose

    In reply to: How to change search box text

    #38893

    Thank you. Topic closed

    In reply to: How to give Theme credit in footer

    #38899

    Thank you.

    I needed to add this function and another from post:

    https://forum.graphene-theme.com/graphene-support/how-to-change-search-box-text#post-35715

    Putting both function codes broke my site so I went ahead and fooled around and did this:

    <?php
    function graphene_filter_gettext( $translated, $original, $domain ) {
    $strings = array(
    'Search' => 'Search Short Story Guy', 'Powered by %1$s and the %2$s.' => '%2$s',
    );
    if ( ! empty( $strings[$original] ) ) {
    $translations = &get_translations_for_domain( $domain );
    $translated = $translations->translate( $strings[$original] );
    }
    return $translated;
    }
    add_filter( 'gettext', 'graphene_filter_gettext', 10, 3 );
    ?>

    Now the two things I wanted to achieve are done. Is this going to be OK to leave like this?

    Thank you.

    In reply to: How to change search box text

    #38891

    Those posts you linked to refer to customizing the twitter widget. I know there’s something I’m missing. How do I tweak the help in these posts to achieve what I want?

    I went to searchform.php to compare the code in there with the code you referenced in the above support link but I couldn’t figure out what you wanted me to do.

    Sorry.

    Jose

    In reply to: How to give Theme credit in footer

    #38897

    Thank you Syahir. Pleased to meet you….Thanks for your theme.

    Q: currently I only have a style sheet in my child theme…

    If I follow your advice above, is it OK if this is the ONLY thing in my functions.php child theme? Or do I need other code in that form?

    Thank you,

    Jose

Viewing 10 posts - 11 through 20 (of 20 total)

  • 1
  • 2