Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Remove pages from the Them defaults

    #49573

    You can set up custom menu via WP Admin > Appearance > Menus.

    See this page for a tutorial on this:

    Admin

    In reply to: Count error

    #49572

    Can you tell me which PHP version is running for your site?

    Admin

    In reply to: Count error

    #49567

    Is there any specific page where this error is triggered?

    Admin

    In reply to: Block code from firing on 404 page only?

    #49566

    Graphene automatically redirects 404 hits to search results for the words in the URL. Therefore, you’ll need to check that it’s not a search results page triggered from 404 page as well.

    Try this:

    <?php if (!is_404() && ! isset( $_GET['search_404'] ) ) { ?>
    AdSense Auto Ad code is here
    <?php } ?>
    
    Admin

    In reply to: Issue with Search function on 404 error page

    #49565

    If a URL is entered that doesn’t exist on my site, for example: https://www.shtfpreparedness.com/use-refillable-lighters-survival/, the 404 page does a search for “userefillablelighterssurvival”, smooshing all the keywords together. It appears to do this for all pages.

    Is there a way to fix this and replace the “-” with a space?

    Thanks for the feedback. We’ll include this improvement in the next update.

    Also, on the right sidebar, you may see a “In This Section” widget that I can’t seem to find, edit or remove. It just lists pages seemingly randomly, including some that are really just placeholders like the Pinterest verification code here: https://www.shtfpreparedness.com/pinterest-fa9ab/.

    Can this be removed, or at least edited?

    This issue has just been reported recently. We’ve worked out a fix and will include it in the next theme update.

    Admin

    In reply to: How to edit the caption "author" in the comments

    #49564

    If I understand rightly, at this point it is not possible to have the translated words showing up on line because the percentage of the translation is not high enough ?
    But, I found this language file “fr_FR.po” which does contain the translation of “continue reading” (= “lire la suite”) but it doesn’t show on the blog unfortunately… Is it because of the low percentage ?

    Yes, you are correct. The translation status will need to reach at least 95% before all those translations can be applied to your site.

    Admin

    In reply to: How to style a page differently from a post ?

    #49563

    The code you’re using now works fine too.

    Admin

    In reply to: Search Text Color

    #49562

    Try this:

    #top_search input::-webkit-input-placeholder,
    #top_search input::-moz-placeholder,
    #top_search input:-ms-input-placeholder {
    	color: #846f8e;
    }
    
    Admin

    In reply to: theme_location for Secondary Menu

    #49553

    It’s secondary-menu.

    Admin

    In reply to: Sticky menu/header

    #49552

    Not at the moment. We may add this as a feature in next major update.

Viewing 10 posts - 351 through 360 (of 6,030 total)