-
Author
-
June 23, 2016 at 20:19 #126571roughwritersParticipant
Hey just got this theme and am having a couple of issues:
– Comments aren’t loading with ajax like they do in the demo. I have to reload the page to open a comment box. Isn’t it supposed to open automatically?
– Isn’t there supposed to be a shortcode menu/box in the page editor? I don’t seem to have that option.
– I selected groups to have a full width cover in the bp options. They now have 2 covers: full width and regular width.
– Groups page isn’t showing any groups.
June 23, 2016 at 20:29 #126572roughwritersParticipantI found the issue with the cover photo and the groups page.
But comments are still not automatically loading, and there is no shortcode menu.
June 23, 2016 at 20:31 #126573roughwritersParticipantSorry for being all over the place. Another issue is that the margins on front page seem to be really weird.
http://roughwriters.staging.wpengine.com/
There is a big space on the side of the pages between the widgets.It seems different than the demo:
http://seventhqueen.com/themes/kleo/3-colums-template/June 23, 2016 at 22:28 #126595jsd11ParticipantHey, would you mind sharing what you did to fix the duplicate cover photos? I’m having the same problem.
June 24, 2016 at 03:32 #126668LauraModeratorPlease update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.
If this is useless please follow these steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );
- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );
WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 24, 2016 at 04:00 #126677roughwritersParticipantHey Laura:
Theme is up to date and so are all plugins. I turned everything off except buddypress and bbpress.
Enabled debug. Got this message on homepage:
Notice: bp_nav was called incorrectly. The bp_nav and bp_options_nav globals should not be used directly and are deprecated. Please use the BuddyPress nav functions instead. Please see Debugging in WordPress for more information. (This message was added in version 2.6.0.) in /nas/content/staging/roughwriters/wp-includes/functions.php on line 3897
But I’ve been having these issues before upgrading to buddypress 2.6
Still having these issues and not seeing any debug data for them:
– Comments aren’t loading with ajax like they do in the demo. I have to reload the page to open a comment box. Isn’t it supposed to open automatically?– Isn’t there supposed to be a shortcode menu/box in the page editor? I don’t seem to have that option.
June 24, 2016 at 13:57 #126698LauraModeratorHello, please try the following:
1- Uninstall Buddypress and reinstall it
If not working,
2- Uninstall wordpress and reinstall itLet me know 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 24, 2016 at 18:30 #126760roughwritersParticipantDid that. Didn’t help.
I have a developer who’s helping me with some stuff. Regarding the comment loading, he said:
I made it work by loading two js files which was missing in our theme. I have seen source code of their demo version. These files was being loaded there.
wp_enqueue_script(‘jquery-query-js’, plugins_url().’/buddypress/bp-core/js/jquery-query.js’, ‘jquery’); wp_enqueue_script(‘custom-buddypress-js’, get_template_directory_uri().’/buddypress/js/buddypress.js’, ‘jquery’); Ideally these file should be loaded by theme. You can ask theme support about this , why we have to load these files manually in order to make this work. I am wondering if manually loading may not create issue on other places in theme.June 27, 2016 at 02:34 #126923LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 27, 2016 at 15:35 #127021roughwritersParticipantThanks.
So we made some progress with the commenting issue.
We found out at that wpengine had a mu-plugin “Wp Engine System” that was removing the buddypress.js file.
We’re still working with Wp Engine to figure out why, and how we might be able to fix it.
But still having the issue with the editor. There is no theme shortcode button generator there.
June 27, 2016 at 19:18 #127073RaduModeratorHi,
The problem is cause by wp engine environment ?
Maybe they will provide you a fix or a solution to this
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 27, 2016 at 19:19 #127075roughwritersParticipantRadu, the commenting issue does, yes. I’m working with them on it.
But not the editor issue. Any ideas on that?
June 28, 2016 at 13:27 #127171RaduModeratorHi,
Please try this solution : https://archived.seventhqueen.com/documentation/kleo#wp-engine
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 28, 2016 at 15:55 #127185roughwritersParticipantWhy did it take 5 days to send me that?
I lots of $$ and developer hours trying to figure this out.
I think that will probably fix it though.
June 28, 2016 at 18:23 #127213roughwritersParticipantAlso, do you think what could be causing the shortcodes not to show up either?
Like my blog doesn’t show up here.
June 28, 2016 at 18:37 #127217RaduModeratorTicket was assigned to another moderator… so the solution works ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 28, 2016 at 18:39 #127219roughwritersParticipantNot sure yet. Still waiting to hear back from my developer. He had put in a different fix to the issue, so I think he has to switch them out.
When I tried putting it into the child theme, it just broke the site.
June 28, 2016 at 19:24 #127232RaduModeratorTry again to paste the code from here http://pastebin.com/raw/mvsrAR0k
Or simply load directly the js in head….
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 28, 2016 at 20:20 #127260roughwritersParticipantI think my developer is done for the night.
So instead, I reverted back to an old version of the site, with the fix he made. I plugged in your code.
Now the commenting works. But shortcodes still don’t work:
http://roughwriters.staging.wpengine.com/blog/
Also, still not able to see the shortcode generator in the page editor menu.
June 29, 2016 at 06:20 #127325roughwritersParticipantTo clarify:
There are two issues with shortcodes:
1. They don’t work. See the link above, or check out the homepage or blog link.
2. The shortcode button generator thing doesn’t show up in the page editor, so can’t easily add shortcodes to pages.June 29, 2016 at 08:55 #127331roughwritersParticipantAlso, I’m activating this new theme for hundreds of users in 2 days. If the shortcodes aren’t working, the site basically broken. No activity feed, no blog.
So help is much appreciated.
June 29, 2016 at 09:38 #127337roughwritersParticipantAnd to clarify more:
The fix you gave above worked for the commenting issue, but not the shortcode issue.
June 29, 2016 at 18:15 #127399RaduModeratorHi,
I’ve understand, for all of these issues, you will have to update the kleo theme to latest version 4.0.8
You will have to update theme to 4.0.8 your current version is 4.0.7 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.8 please update the bundled plugins especially Visual Composer, K-element, Revolutions slider, Woocommerce and buddypress.
Let 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 solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.