anskat
Forum Replies Created
-
Forum: Plugins
In reply to: [Orbit Fox by ThemeIsle] Update 2.0.3I Have the same problem. After updating the plug-in I received the following error:
Call undefined function: hestia_after_team_section_trigger()…
ThanksForum: Themes and Templates
In reply to: [Sparkling] Customization placeholder widget SearchHi Movin,
I have downloaded Poedit (https://poedit.net/download) and I have correct the italian translation and compiled .mo file. Now the translation is correct.
Best Regards,
OscarForum: Themes and Templates
In reply to: [Sparkling] Customization placeholder widget SearchHi Movin,
don’t work.
This is the code in it_IT.po file:
#: ../search.php:16
#, php-format
msgid “Search Results for: %s”
msgstr “Risultato della ricerca per: %s”#: ../searchform.php:11
msgid “Search for:”
msgstr “Cerca…”#: ../searchform.php:12
msgctxt “placeholder”
msgid “Search…”
msgstr “Cerca”#: ../searchform.php:12
msgctxt “label”
msgid “Search for:”
msgstr “Cerca…”#: ../searchform.php:14
msgctxt “submit button”
msgid “Search”
msgstr “Cerca”but placeholder is not translated
Hi Movin,
I’m sorry, I do now
OscarHi Movin,
I have another question.
in the search form, the placeholder text is not translated into the language of the theme . In my case : Italian. In the Search widget the text is: Search… and I would like: Cerca…
I looked in the file “searchform.php” this code:<label class=”screen-reader-text” for=”s”><?php _e( ‘Search for:’, ‘sparkling’ ); ?></label>
<input type=”text” class=”form-control search-query” placeholder=”<?php echo esc_attr_x( ‘Search for’, ‘placeholder’, ‘sparkling’ ); ?>” value=”<?php echo get_search_query(); ?>” name=”s” title=”<?php echo esc_attr_x( ‘Search for:’, ‘label’, ‘sparkling’ ); ?>” />How can I personalize it?
Thanks
OscarHi Movin,
now is ok.
Best Regards,
OscarHi Movin,
don’t work.
Error:
Parse error: syntax error, unexpected ‘endif’ (T_ENDIF) in /homepages/10/d598100014/htdocs/coders/eb/wp-content/themes/sparkling/content-single.php on line 33Hi Movin,
I resolved.
You must also remove or comment the following code at line 33
<?php //endif; // End if categories ?>
Best Regards
OscarHi Movin,
I have changed the code but I received this error:
Parse error: syntax error, unexpected ‘endif’ (T_ENDIF) in /homepages/10/d598100014/htdocs/coders/eb/wp-content/themes/sparkling/content-single.php on line 33
Thanks
Oscar