Forum Replies Created
-
Author
-
May 20, 2016 at 20:14 in reply to: CSS for Changing the sideline color and the text properties for Block Quotes #122593
Radu
ModeratorNot marked as solutionMay 19, 2016 at 17:41 in reply to: Search Results do not appear on the Map for not administrator user #122406Radu
ModeratorNot marked as solutionMay 18, 2016 at 20:36 in reply to: How to remove the upgrade account from buddypress member profile #122292Radu
ModeratorHi, Add this css to wp-admin -> theme options -> general settings -> quick css.buddypress div#item-header span.pmpro_label { display: none !important; }
Cheers R.Radu
ModeratorHi,
I say this error on browser console, so the problems are from the theme version, you will have to update theme to 4.0.6 then the additional plugins :
COPY CODEUncaught Error: Syntax error, unrecognized expression: .kleo-main-header .nav > li a[href=#undefined]
There was some incompatibility problems between wp 4.5.1+ and the oldest versions of kleo than 4.0.6 the resolution of this problem is next.
You will have to update theme to 4.0.6 and after most important is to update Visual Composer, K-elements and Revolution Slider from wp-admin -> appearance -> install plugins, press update for these plugins.
We have two methods for update
1. Automatic theme updates:
– Go to WP admin – Theme options – Theme Update
– Enter Themeforest username and API KEY
– Save the options
– Go to WP admin – Dashboard (link should be like: /wp-admin/update-core.php) and you should see the theme there if there is a new update available
– Click the checkbox next to it and click to Update themes2. Manually update theme by FTP.
– Connect to your server.
– Go to wp-content/themes/ and copy “kleo” folder to your computer so you have a backup of your old files.
– Extract kleo.zip that you have downloaded from Themeforest. Make sure the resulting “kleo” folder has a style.css in it. Delete on your server all files inside wp-content/themes/kleo and then copy all files inside “kleo” folder to your server in wp-content/themes/kleoImportant note : After you update the theme to latest version 4.0.6 please update the bundled plugins especially Visual Composer, K-elements and Revolutions slider.
https://archived.seventhqueen.com/documentation/kleo#updatesLet me know
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,
Please increase max_input_vars to 5000 put this on your php.ini
COPY CODEmax_input_vars 5000
If you don’t are able to change the value ask on the hosting support and try again to save options.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 16, 2016 at 20:31 in reply to: Change login-position in mobile version / Unwanted space in mobile version #121916Radu
ModeratorHi,
The theme files location are wp-content/themes/sweetdate/
The css should work i’ve tested live via console and it applies…
The css are correct and the css should be pasted in wp-admin -> theme options -> styling options -> quick css
COPY CODE.directory.members .seven.mobile-four.columns.kleo-checkbox { text-align: left !important; }
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,
Please add this code to wp-content/themes/kleo-child/functions.php
COPY CODEadd_filter( 'kleo_theme_options_ajax', '__return_false' );
Note : child theme needs to be installed and active
Then change some settings in theme options and press save and check if the changes applies
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,
By applying this css
COPY CODEarticle.lesson header >h1 { display: none !important; }
The duplicated h1 it should disappear from all lessons with the css above
Cheers
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 13, 2016 at 16:09 in reply to: Change login-position in mobile version / Unwanted space in mobile version #121656Radu
ModeratorHi again,
2. PROFILE PIC UPLOAD
—- Regarding to this problem, is very odd, it takes much time to debug this, yes you can try a re-installation of buddypress, but before that try to do a fresh install of theme + wp + plugins on a subdomain of your site to see it works correctly, your OS XP doens’t have nothing to do with the problem.Note : The settings and values of buddypress and for other plugins are saved in database so you can re-install the plugin, but it’s recommended to do a database backup
Regarding to this problem you can try to re-upload the theme files over the existing theme file.
Just want to add that I had no problems uploading profile pics before…..
Before ? What’s different from then ?
—
Yes most probably you will have to get a developer to develop a custom logic for that show him these : https://archived.seventhqueen.com/forums/topic/restrict-looking-for-the-opposite and additional discuttion about these here : https://archived.seventhqueen.com/forums/search?bbp_search=opposite+sex
Use this css to align the checkboxes to the left, will look arranged with this css
COPY CODE.directory.members .seven.mobile-four.columns.kleo-checkbox { text-align: left; }
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, The top bar can be changed with this css, but on the homepage the structure is different maybe you are working on the site right now.header-color.social-header { background-color: #1c1c1c; }
The css can be added to wp-admin -> theme options -> general options -> quick css Also you can turn off the icons from wp-admin -> theme options -> social info -> and remove the link from the field and save , ten the icons will disappear. You can add your custom link there by going to wp-admin -> appearance -> menus -> create a menu and select position -> Top Menu Cheers R. -
AuthorPosts