Forum Replies Created

Viewing 15 posts - 16 through 30 (of 43 total)
  • Posted in:
  • in reply to: Missing translation post type in Ajax search result #113490
    azura_eyes
    Member
    Post count: 48
    This reply has been marked as private.
    azura_eyes
    Member
    Post count: 48

    Hi Mohammad,

    I reported this bug in June, still no fix. The bug is still in the latest theme version 1.9.2. 🙁
    But I just saw that this was solved in other thread!!! -> http://support.swiftideas.net/forums/topic/search-result-when-nothing-is-found-bugg/

    Can you be kind and white here which file and what had to be change to solved it as in the thread mentioned above? Since in the thread you only mentioned “I edited sf_ajax_search function in sf-header.php at /neighborhood/includes/swift-framework/content-display/.”

    Thanks!

    in reply to: Neighborhood Logout/signout #82397
    azura_eyes
    Member
    Post count: 48

    Ok, I may found solution here.

    It seems like the security plugin “iThemes Security” conflicts here with the logout function.

    So do NOT have the “iThemes Security->Enable the hide backend feature.” active.

    I just deactivated it and the logout seems to work ok 🙂

    in reply to: Neighborhood Logout/signout #82394
    azura_eyes
    Member
    Post count: 48

    I get the same error.

    * I am in-logged in as admin user
    * press “Logout” on the top header
    * I get blank white page
    * when I reload the page, the message is visible “You are attempting to log out of XXXXSite_name
    Do you really want to log out?”
    * I click on “log out”
    * and the system logg out me/the user

    But still in the middle of the process a strange white page is visible, which indicates some error during the logout process.

    Does somebody else get the same issue?

    in reply to: Showing 1-24 of 28 products #82388
    azura_eyes
    Member
    Post count: 48

    So it was issue with the compilation of the po-mo file I think…

    in reply to: Showing 1-24 of 28 products #82387
    azura_eyes
    Member
    Post count: 48

    I did, added it manually, but it did not work. Tried for many hours and then found this solution on based on some other translations and try-and-error 🙂

    I added this line, flag line about PHP format

    #, php-format

    #. Text in function
    #: theme/woocommerce/loop/result-count.php:49
    #, php-format
    msgid "Showing all %d products"
    msgstr "translation"

    And did not find much info about it https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html
    but it worked so I am happy and hope it helps others 🙂

    azura_eyes
    Member
    Post count: 48

    Hi,

    yes this one it is 🙂 I got new translational issues, like missing string etc but those I can post in a new issue.

    Thanks!

    in reply to: No focus in "keep search box" #82116
    azura_eyes
    Member
    Post count: 48

    Thanks Ed, it worked! 🙂

    in reply to: Showing 1-24 of 28 products #82111
    azura_eyes
    Member
    Post count: 48

    Mohammad,

    I have similar issue (and I have the 1.73 theme version) and I noticed that there is a mix of different strings in the theme. Some are using “__” and some “_e”

    __( ‘Showing all %d products’, ‘swiftframework’ ), $total );
    _e( ‘Product code’, ‘swiftframework’ );

    I thing thats is a copy-paste from woocommerce issue. The theme should only use one type of function name otherwise there are the issues.

    Please give me some input about it! Thanks!

    azura_eyes
    Member
    Post count: 48

    Thanks! Just to clarified for others. The .po file have to be open in a text editor to add the line of text from above post.

    azura_eyes
    Member
    Post count: 48

    Mohammad,

    I think again you misunderstand my comments 🙂 Please read it again and also my reply here 🙂

    There is a problem already in the po file, the new string is NOT visible in the po file == no new translation is added. So even if I updated the mo file there is no translation for the string.
    The all current string are in the po -> mo file, so if I just change the translation its ok, BUT if I add a new string to the theme NO new strings are visible to the po-> mo file.

    Why?

    Thanks in advance!

    in reply to: No focus in "keep search box" #81444
    azura_eyes
    Member
    Post count: 48

    Ok, thanks, I wait 🙂

    in reply to: No focus in "keep search box" #81289
    azura_eyes
    Member
    Post count: 48

    Hi Melanie,

    thanks for reply! 🙂

    I put the javascript in to theme/js/functions.js BUT unfortunately it did not changed the trigger AND also even DEACTIVATED the dynamic search result in the drop down 🙁
    Please the url from my previous private message (there u can see the search field).

    Thanks a lot!

    in reply to: No focus in "keep search box" #81190
    azura_eyes
    Member
    Post count: 48
    This reply has been marked as private.
    in reply to: No focus in "keep search box" #81184
    azura_eyes
    Member
    Post count: 48

    Hi,

    from style.css from the theme (to speed up the theme, the custom code is added in the end of the style.css)

    /* updates starts ======================== */

    nav .menu-search ul.sub-menu {
    opacity: 1;
    }
    .menu-search .sub-menu {
    top: 0 !important;
    background-color:transparent !important;
    }
    .menu-search ul li form input {
    margin: 4px;
    }
    nav .menu ul.sub-menu li:first-child:before {
    border: none;
    }
    .ajax-search-results {
    background: #fff;
    }

    /* updates ends ======================== */

Viewing 15 posts - 16 through 30 (of 43 total)