Forum Replies Created
-
Author
-
May 12, 2016 at 17:49 in reply to: Change login-position in mobile version / Unwanted space in mobile version #121525
Radu
ModeratorHi,
You’re welcome,
ISSUES NOT FIXED BY REINSTALLATION:
1.Footer menu still missing
– You will have to populate footer widget areas from wp-admin -> appearance -> widgets -> Footer widget 1,2,3 and 4 i’ve added a menu and a meta for demo purposes, you will have to arrange footer as you need– I think there is a server related problem, i’ve tried much time to debug this but unsuccessful… very odd i think it’s server related, the avatar works by default in theme.
The debug.log file shows
COPY CODE[12-May-2016 14:34:45 UTC] PHP Warning: mysqli_query(): Error reading result set's header in /home/mrnicwft/public_html/wp-includes/wp-db.php on line 1811 [12-May-2016 14:34:48 UTC] PHP Warning: mysqli_query(): MySQL server has gone away in /home/mrnicwft/public_html/wp-includes/wp-db.php on line 1811 [12-May-2016 14:34:48 UTC] PHP Warning: mysqli_query(): Error reading result set's header in /home/mrnicwft/public_html/wp-includes/wp-db.php on line 1811It seems that are some problems with communication between the mysql and php
I recommend you to moove your site on a test server from another hosting company to test there.
I’ve deactivated majority of plugins to check if one of them causes this.
– Carousel is still there above the search form ….How can I get rid of that?
—-Provide link to see please
QUESTIONS and ANSWERS :
– Quick Navigation Bar shows both genders….How can I do settings to show only the gender member is interested in??
-This is not possible by default.– Will the search engines find the text on the register form??
Exactly values that you see in form, the search engine will index that, if you will have website protected with a password from example the google bot will not have access there
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 12, 2016 at 16:54 in reply to: VC not showing full edits/options (Urgent, need assistance!) #121513Radu
ModeratorNot marked as solutionMay 12, 2016 at 16:42 in reply to: Cannot upload “home get connected” demo page to my website frontpage #121508Radu
ModeratorNot marked as solutionRadu
Moderator1. If you will read entire page content you will see at the bottom open ticket option.
2. You can place Kleo Post Grid A and B into separate tabs like this example : http://seventhqueen.com/themes/kleo/accordion-toggle/ – > MORE ACCORDIONS & TOGGLES EXAMPLE
Of you can use separate pages for that
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThe css can be added to wp-admin -> theme options -> general options -> quick css or in child theme in style.css.
IT’s ok now i’ve added that css
Can i mark the topic as resolved ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 11, 2016 at 19:48 in reply to: VC not showing full edits/options (Urgent, need assistance!) #121418Radu
ModeratorNot marked as solutionMay 11, 2016 at 19:40 in reply to: VC not showing full edits/options (Urgent, need assistance!) #121411Radu
ModeratorNot marked as solutionRadu
ModeratorHi, Please upload the attached file after you unzip it to : wp-content/themes/kleo-child/ Then paste this code in this file : wp-content/themes/kleo-child/functions.phpfunction my_extra_footer_widget_cols () { register_sidebar(array( 'name' => 'Footer sidebar 5', 'id' => 'footer-5', 'before_widget' => 'NOTE : Kleo Child theme needs to be installed and activated. Cheers R.', 'after_widget' => '', 'before_title' => '', 'after_title' => '
', )); register_sidebar(array( 'name' => 'Footer sidebar 6', 'id' => 'footer-6', 'before_widget' => '', 'after_widget' => '', 'before_title' => '', 'after_title' => '
', )); } add_action( 'widgets_init', 'my_extra_footer_widget_cols' );Radu
ModeratorHi,
Add this css to wp-admin -> theme options -> general options -> quick css
COPY CODEarticle.course.post >header>h1 { display: none; }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Try to use date() instead the time() it seems that the time add extra details like hours:minutes:seconds
Similar topic here : https://archived.seventhqueen.com/forums/topic/xprofile-fields-plugin-compatability-with-sweet-date
http://stackoverflow.com/questions/2829120/mktime-php-date-timestamp-yyyy-mm-dd
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk will let you know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 11, 2016 at 17:06 in reply to: Change login-position in mobile version / Unwanted space in mobile version #121358Radu
ModeratorHi @g5clive
Please open a new ticket in that you will provide your site address and also the credentials if the page is not public visible
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 11, 2016 at 17:04 in reply to: Change login-position in mobile version / Unwanted space in mobile version #121357Radu
ModeratorHi @Oceanglim
IF you want to install child theme, and if you have made some customizations in parent sweetdate theme, you will have to save the theme settings from wp-admin – theme options -> import/export -> show exported text then copy that code and save it for later, after you install child theme you will have to import the theme settings.
Regarding the translation please follow the next guide :
Note : It’s very important to choose the correct language paths (choose global language directory ( wp-content/languages/ ) )
Theme strings and plugins strings can easily be changed by using Loco Translate plugin https://wordpress.org/plugins/loco-translate/
A small introduction on how translations work
Translatable strings can come from the theme or from the installed plugins. You need to translate the theme or the plugin depending on what section of the site your string is found.
For example if your string is on your BuddyPress profile then most probably you will need to translate BuddyPress plugin. If you are on the Forums section of your site then bbPress plugin should be the one that needs to be translated. Another example is the rtMedia plugin that adds the Media links to BuddyPress and if you want to translate it then this plugin will contain the string.
Follow these steps to get you started:
- Install Loco Translate plugin
- Go to the plugin dashboard: WP Admin – Tools – Manage translations
- Find the theme or plugin in the list.
- If the language isn’t already in the list then click Add new language, choose your language and if you are asked where you want to save the language files choose global language directory ( wp-content/languages/ ).
- Press SYNC button to synchronise your translation with the provided .pot file
- Search for the string you want to translate and add your translated string.
- Press Save when you finished your translation.
Note: You will have to set the language for your blog from WP-admin – Settings – General – Site Language – Choose your language
Regarding your content saved in pages or posts, if you reinstall the theme the content of a pages will not be affected, but for more safety do a database backup.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts