-
sepidpooy replied to the topic Feature Slides does not work with WPML in the forum Help & Support 9 years, 11 months ago
Scott,
Thanks for your reply. Yes, WPML basically create two English and Spanish homepages. The Slider works fine on English one. But it does not work in the Spanish. My understanding is that the javascript is not functional. Because then I inject mentioned CSS codes at least it shows an Slide which is freezed.
-
sepidpooy started the topic Feature Slides does not work with WPML in the forum Help & Support 9 years, 11 months ago
Hello,
The Feature Slider in our website does not work with WMPL translation. it only work in the English home page. in the Spanish homepage, For some reason the slider slides are hided. I have manually added following CSS codes to the Spanish homepage and was able to see the slide images.
ul.slides {
height: 400px !important;
}ul.slides li…
[Read more] -
sepidpooy replied to the topic Theme/Buddypress Docs conflict with Java Scripts in the forum Help & Support 10 years, 3 months ago
I think I found the bug fix. It was due to custom functions that I had implemented in the function.php.
-
sepidpooy replied to the topic Theme/Buddypress Docs conflict with Java Scripts in the forum Help & Support 10 years, 3 months ago
I did disable all the plug-ins and the issue is still remaining in other part of the site which does require to check for user access permission.
This is not a conflict with a plug-in, this is an issue with theme.
As I said everything works fine with wordpress default theme.
-
sepidpooy started the topic Theme/Buddypress Docs conflict with Java Scripts in the forum Help & Support 10 years, 3 months ago
Hi
My theme has conflict with some java scripts which I don’t know how to find and debug them.
The problem is that when I load a page which need to verify use access permission to show div body, it shows website home page in that div.for example, using administrator can see a page like this :
http://screencast.com/t/g0BLU65oZaHowever, regular…[Read more]
-
sepidpooy replied to the topic Can not Save theme Options, Internal Server Error in the forum Help & Support 10 years, 9 months ago
I have deleted wp-content/upload/export/cbox-theme directory and then everything works fine. Is seems the theme was not able to update dynamic.css files within this directory since it was created with read only permissions.
-
sepidpooy replied to the topic Can not Save theme Options, Internal Server Error in the forum Help & Support 10 years, 9 months ago
Thanks @ScottVoth
I am use both browsers and cleaned my cache. Recently, I have modified Joyride functionality as we discussed last time here
I am going to double check my code which adds some Joyride. Please let me know if you think it…[Read more]
-
sepidpooy started the topic Can not Save theme Options, Internal Server Error in the forum Help & Support 10 years, 9 months ago
Hi ,
I am having trouble to save changes I made in CBOX theme Options from Theme Dashborad. For example when I add a custom CSS or change the background and hit Save button, an ajax notification message “Saving changes” show up and continue looping forever. I think It was working fine before and this “Saving changes” ajax message disappears after…[Read more]
-
sepidpooy replied to the topic Customize joyride within the group home page in the forum Help & Support 10 years, 9 months ago
Thanks @bowe . Please let me know when you made those comments.
-
sepidpooy replied to the topic Customize joyride within the group home page in the forum Help & Support 10 years, 9 months ago
I am not using child theme.
-
sepidpooy replied to the topic Customize joyride within the group home page in the forum Help & Support 10 years, 9 months ago
@bowe Thanks for your interest. It would be a pleasure to do something in return of your favor. However, I am sure you are not interested on the way I implemented it now. I have moved all tooltips from activity page to the main group page. Therefore, in my case there is no tour in the activity case. I need to fix that first and then send it for…[Read more]
-
sepidpooy replied to the topic Customize joyride within the group home page in the forum Help & Support 10 years, 9 months ago
I manage to enable the joyride engine in the Group Home and fix the problem by changing this function
function cbox_theme_buddypress_tour()
{
if ( bp_is_activity_component() && !bp_is_user() && is_user_logged_i
infinity_feature( ‘cbox-buddypress-tour’ );
}into this one:
function cbox_theme_buddypress_tour()
{
if (( bp_is_group() ||…[Read more] -
sepidpooy replied to the topic Customize joyride within the group home page in the forum Help & Support 10 years, 9 months ago
I have investigated more and find out that joyride engine is not started in the Group Home page. As I said before, the start joyride code is located in
cbox-theme/engine/extensions/features/scripts/joyride/template.php
How can I make sure this php file is executed with the Group Home page ?
-
sepidpooy replied to the topic Customize joyride within the group home page in the forum Help & Support 10 years, 9 months ago
Hi @scottvoth
Thanks for your reply. Here is the result of my discovery and where exactly I stuck
The joyride tour is working only on the activity page
The joyride tooltips are defined and hooked to activity page elements in the following file: cbox-theme/engine/extensions/features/bp/tour/template-items.php
The tooltips details including…[Read more] -
sepidpooy started the topic Theme is no loading in the forum Help & Support 10 years, 9 months ago
Hi there
My theme does not load and report following error after I changed the domain name in the Wordpress General setting. Would you please let me know what goes wrong ?
Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more in…[Read more]
-
sepidpooy started the topic Customize joyride within the group home page in the forum Help & Support 10 years, 9 months ago
Hi,
I am looking to add some Interactive tutorials in the Group home-page. I have noticed CBox-theme uses Joyride and it works fine the user activity page. However, I am able to understand the logic and port the same functionality in the Group home page. Would you please let me know where do I need to add custom Joyride codes ?
Thanks
-
sepidpooy started the topic Set Group Background in the forum Help & Support 10 years, 11 months ago
Hi,
Thanks for your fantastic plug-in and tools. It works really nice for our community website. I have told to implement a feature to set group background in the group creation steps. I just want to add a field in the existing group creation steps to ask admin choose the background color from predetermined set of columns. It could be a drop d…[Read more]
-
sepidpooy joined the group CBOX Classic Support 10 years, 11 months ago
-
sepidpooy became a registered member 10 years, 11 months ago