-
DD
KeymasterEach page has unique body id, so for blog tile it will be:
`body.page-template-blog-php header .tile-blog { background:#000000; }`
for groups page:
`.directory.groups header .tile-groups { background:#000000; }`
etc
DD
KeymasterSeptember 18, 2014 at 08:43 in reply to: RTL and ResponsivenessCould you make a screenshot because I don’t see it – http://imgur.com/R3g2jrf
DD
KeymasterSeptember 18, 2014 at 08:32 in reply to: Demo InstallRight now you can only import blog posts, menus, forum topics and thats all.
DD
KeymasterSeptember 17, 2014 at 09:00 in reply to: One By One SliderIf you even don’t know what screen resolution is then don’t change enything in code. Just replace text on slider in the language file,
DD
KeymasterSeptember 17, 2014 at 08:57 in reply to: Sidebar on groups pageNo, it’s a big customisation.
DD
KeymasterSeptember 17, 2014 at 08:56 in reply to: Demo InstallIn WordPress you can’t import buddypress groups. There is XML file with some content – http://www.demo2.diaboliquedesign.com/1/export.xml
DD
KeymasterSeptember 17, 2014 at 08:55 in reply to: Toolbar not showingI don’t see any problems on my live demo – http://www.s3blog.org/screengrab/images.html?id=3dddea85194858f355ce975c1728f607
I hope you did it under theme options panel.
DD
KeymasterIt was fixed few days ago – http://demo2.diaboliquedesign.com/1/changelogs.txt
DD
KeymasterYou have to generate .mo file. Check in documentation how to translate theme. You can also change this text in frontpage.php file.
DD
KeymasterOn the bottom before ?>
DD
KeymasterIt caused by too big logo. It should help – http://support.diaboliquedesign.com/forums/topic/logo-on-mobile-devices-is-too-big/#post-516
DD
KeymasterSeptember 16, 2014 at 08:49 in reply to: One By One SliderSo do you want to make it wider that 1280px? There will be too much work.
DD
KeymasterHi,
Probably your hosting doesn’t support friendly URLs. Does it work with default WP theme?
DD
KeymasterOpen css/responsive.css and and replace .home-page for .page-template-frontpage1-php
DD
KeymasterYour sidebar looks fine.
DD
KeymasterSeptember 13, 2014 at 07:27 in reply to: RTL and ResponsivenessDid you click on save? I don’t see any problems on my test site – http://www.demo1.diaboliquedesign.com/4b/
DD
KeymasterSeptember 13, 2014 at 07:11 in reply to: not translate allCheck other themes. It’s not a theme issue.
DD
KeymasterbbPress Like Button doesn’t with default WP theme too, it’s a bug of plugin.
2nd problem was fixed long time ago.
DD
KeymasterSeptember 12, 2014 at 09:26 in reply to: Fixed posts on tiles.Open frontpage1.php, replace offset=X code lines for p=40 etc
DD
KeymasterCould you show a screenshot? Try to reupload all theme files.
DD
KeymasterNew version should be available within 24h. Modified files
css/bbpress.css
header.phpDD
KeymasterSeptember 11, 2014 at 08:12 in reply to: RTL and ResponsivenessCheck in documentation – X. How to translate theme?
DD
KeymasterHi,
Does it work when you open header.php, remove everything and paste it – http://pastebin.com/fpnGj3mc
DD
KeymasterSeptember 10, 2014 at 09:35 in reply to: One By One SliderSize of slider is defined in css/onebyone.css
`.page-template-frontpage1-php .oneByOne1, .page-template-frontpage2-php .oneByOne1 {… width: 1230px; height: 520px;`
DD
KeymasterHello,
Do you see the same problem on the live demo? – http://www.demo2.diaboliquedesign.com/1/groups/
DD
KeymasterHi,
Paste it into functions.php
`//notification mail email change
add_filter(‘wp_mail_from’,’custom_email_from’);
function custom_email_from($mail) {
$mail = ‘somethingelse@domain.com’;
return $mail;
}
//notification name change; optional
add_filter(‘wp_mail_from_name’,’custom_email_from_name’);
function custom_email_from_name($name) {
$name = get_bloginfo(‘wpurl’);//or put your own text here
return $name;
}`DD
KeymasterSeptember 9, 2014 at 09:15 in reply to: One By One SliderIt should look like this http://pastebin.com/xHUhHk8j
DD
KeymasterSeptember 9, 2014 at 09:06 in reply to: RTL and ResponsivenessYou just have a mess in settings, it’s not a bug of theme because only you have this problem. Read documentation again.
After localizing to Hebrew all the hyperlinks in the header icons, like GROUPS , MEMBERS etc stoped working. I could dee in the lower corner of the screen that WP expects a URL containing the Hebrew value
DD
KeymasterLoops you have in the frontpage.php, paste cat=40 etc afert posts_per_page=1& also change offset=1
DD
KeymasterSeptember 7, 2014 at 09:41 in reply to: UNABLE TO SAVE NEW AVATARIf it doesn’t work with a default WP theme then it’s not a theme issue. I provide support for my products only. I’m not author of wordpress or buddypress so I don’t provide support for this products.
DD
KeymasterCould you just show a screenshot?
Also now the text editor for posting in forums isn
DD
KeymasterSeptember 6, 2014 at 09:07 in reply to: How to remove certain aspectsHi,
Disable comments for this page
DD
KeymasterSeptember 6, 2014 at 09:04 in reply to: Members not showing upHi,
In Buddypress users are visible when they are logged at least once.
DD
KeymasterHi,
I don’t see any problem – http://www.responsinator.com/?url=http://www.demo2.diaboliquedesign.com/1/&device=ipad&orientation=landscape
DD
KeymasterJust disable comments on this page.
And is there a specific line of code in the stylesheet dedicated to the styling of links such as usernames (@diabolique) when they
DD
KeymasterI suggest this tool – http://notepad-plus-plus.org/
DD
KeymasterHi,
1. No.
2. Assign featured image to each blog post. They not rotate.
3. In the frontpageX.php
DD
KeymasterDid you touch Posts page – http://demo1.diaboliquedesign.com/3/Help/assets/frontpage.png
DD
KeymasterAdmin can see everything, you can’t change it.
Also what is the correct slug for the activity page?- The blue activity tab on a user
DD
KeymasterSeptember 5, 2014 at 12:17 in reply to: not translate allCheck buddypress too.
DD
KeymasterSeptember 4, 2014 at 13:02 in reply to: RTL and Responsiveness1. No, there will be more work.
2. Check in documentation – IX. How to install live search?
3. Assign some menu to Mobile Menu – http://demo1.diaboliquedesign.com/4/Help/assets/menu.png
DD
KeymasterDD
KeymasterSeptember 4, 2014 at 12:45 in reply to: Notification BoxUnfortunately it’s not possible.
DD
KeymasterSeptember 4, 2014 at 12:41 in reply to: not translate allHi,
It’s a part of buddypress language file.
DD
KeymasterSeptember 3, 2014 at 15:47 in reply to: Menus and LoginYes, paste style into myStyle.css
DD
KeymasterSeptember 3, 2014 at 15:42 in reply to: One By One SliderPaste your code here – http://pastebin.com/
DD
KeymasterThere are changelogs – http://www.demo1.diaboliquedesign.com/5/changelogs.txt
DD
KeymasterSeptember 3, 2014 at 14:36 in reply to: How to center logo?Sorry, paste it into myStyle.css:
`#header-left, #logo { width:100%; }
#logo { text-align:center; }
#logo { margin-top:10px; }`DD
KeymasterYes, it will redirect to activity tab of group.
-
This reply was modified 11 years ago by
DD.
DD
KeymasterBecause group doesn’t have forum so it says NOT FOUND.
DD
KeymasterSeptember 2, 2014 at 09:17 in reply to: How to center logo?Open header.php, remove:
`
`
Open myStyle.css and paste it:
`
#header-left, #logo { width:100%; }
#logo { text-align:center; }
#logo { margin-top:10px; }`-
This reply was modified 11 years ago by
DD.
DD
KeymasterYes, of course.
DD
KeymasterHi,
Change register word in the language files.
http://demo1.diaboliquedesign.com/3/Help/#translateDD
KeymasterSeptember 1, 2014 at 10:24 in reply to: rtMedia pluginhttp://themeforest.net/item/communityjunction-buddypress-theme/7298510/support
Item support does not include:
Customization and installation services (usually I help with few tiny customisations if client didn
DD
Keymaster1. It must be unchecked.
2. I don’t understand.
DD
KeymasterNo, you don’t have to.
DD
KeymasterHi,
No, you can have groups without forum but you have to change redirection – http://themeforest.net/item/onecommunity-buddypress-theme/3713046/faqs/13488
so it won’t link to forum.
DD
KeymasterSeptember 1, 2014 at 10:05 in reply to: Support Forum verificationHi,
I just checked the Downlaods page and it’s still here but I included screenshot – http://support.diaboliquedesign.com/wp-content/uploads/2014/09/purchase-code.png
DD
KeymasterYou have to find ID of your category, it can be cat=1, cat=2, cat=3, cat=4 …
DD
KeymasterSeptember 1, 2014 at 09:38 in reply to: One By One SliderYou have to paste code with video between:
`
…`
You can also duplicate oneByOne_item div.
DD
KeymasterSeptember 1, 2014 at 09:30 in reply to: Arrows on main menu buttonsAdd parent class – http://demo1.diaboliquedesign.com/5/Help/assets/menu.png
DD
KeymasterYou have to download theme from Themeforest again and install (overwritte all files).
DD
KeymasterSeptember 1, 2014 at 09:25 in reply to: Login issue1. Does it work with login widget of buddypress whe default WP theme is active? If no then it’s not a theme issue.
2. No.
DD
KeymasterI see:
`Forbidden
You don’t have permission to access / on this server.`
on your website.
DD
KeymasterThe point is you don’t understand the difference between group forums and bbpress (as group forum).
DD
KeymasterI don’t know, I won’t spend few hours checking all your settings. It’s not a theme issue so it’s not covered by support.
DD
KeymasterIt doesn’t work with a default WP theme so it’s not a theme issue.
DD
KeymasterIt’s working – http://i.share.pho.to/fb786313_o.png
DD
Keymasterit will fix this: If I do not tjek it. The group get this infomation when I go from Groups in the manu and I get this info.: (Not Found!
DD
KeymasterAugust 28, 2014 at 09:35 in reply to: Ajax Search ProYou have removed it from search.css
`background: linear-gradient(to bottom, #d96c1e 0%,#cc5f11 100%);`
-
This reply was modified 11 years ago by
