-
DD
Keymaster3 rows on the frontpage – http://postimg.org/image/ieiuggg8f/
DD
KeymasterDecember 30, 2013 at 15:04 in reply to: Post mp4 video files with Codecanyon-category-featured-image pluginadd it to myStyle.css
`img.wp-post-image { display:none; }`
DD
KeymasterDecember 30, 2013 at 12:57 in reply to: Set image size in sidebarI have to see code because I can’t replicate this “bug” on any test site. Like I said on 1000 clients only you have this problem.
DD
KeymasterThe same problem is with default BP theme.
DD
KeymasterDecember 30, 2013 at 10:33 in reply to: Post mp4 video files with Codecanyon-category-featured-image pluginJust remove featured image.
DD
KeymasterProbably your web browser is in zoom mode.
DD
KeymasterDecember 30, 2013 at 09:56 in reply to: Template unstyledI can’t provide nice style for 1000s plugins, such theme doesn’t exist. You just have to hire somebody.
DD
KeymasterDecember 30, 2013 at 09:46 in reply to: Changing the orangeHi,
Replace this image – wp-content/themes/Cinematix/images/bg-tabs.png
DD
KeymasterDecember 30, 2013 at 09:38 in reply to: Theme OptionsBecause I don’t have such lang files and I’m not polyglot.
DD
KeymasterDD
KeymasterDecember 28, 2013 at 15:36 in reply to: Set image size in sidebarThis is not a theme issue, probably you are using some external avatar uploader or source. Only you have this problem.
DD
KeymasterDecember 28, 2013 at 14:31 in reply to: Set image size in sidebarI don’t see any problems on my test site – http://www.demo1.diaboliquedesign.com/4b/groups/music/forum/
DD
KeymasterDo you have the same issue with other themes?
DD
KeymasterDecember 28, 2013 at 09:38 in reply to: Set image size in sidebarReupload avatar, Buddypress will resize it.
DD
KeymasterReupload avatar.
DD
KeymasterDecember 28, 2013 at 09:35 in reply to: Website Displays as Blank PageSorry for late reply but somehow I missed your topic. Probably functions,php file is corrupted. Actually the 757th line is just empty.
DD
KeymasterDecember 28, 2013 at 09:29 in reply to: Theme OptionsAll text string are inside languahe file – http://demo1.diaboliquedesign.com/3/Help/#translate
DD
KeymasterDecember 27, 2013 at 11:57 in reply to: RTmedia, not showing anythingIt looks like a bug of RTmedia plugin, all other plugins work fine. The same problem is with bp-default theme.
DD
KeymasterDecember 27, 2013 at 11:51 in reply to: Post mp4 video files with Codecanyon-category-featured-image pluginOpen archive and replace
`the_post_thumbnail(‘post-thumbnail’);`
for:
`the_post_thumbnail();`
DD
KeymasterDecember 27, 2013 at 11:25 in reply to: Groups AvatarsOpen functions.php and change suze here
` define( ‘BP_AVATAR_FULL_WIDTH’, ‘200’);
define( ‘BP_AVATAR_FULL_HEIGHT’, ‘140’ );`DD
KeymasterDecember 27, 2013 at 11:23 in reply to: Front Page TilesHi,
Open frontpage1.php, remove &offset=1, &offset=2 etc and add
`&cat=1`after
`&ignore_sticky_posts=1`
etc…
DD
KeymasterDecember 27, 2013 at 11:05 in reply to: Template unstyledCould you show a screenshot?
DD
KeymasterDecember 27, 2013 at 09:49 in reply to: Formatting Site Info TextAre you talking about this – http://imm.io/1n7XK
style.css ->
`.page-template-frontpage1-php #frontpage-info, .page-template-frontpage2-php #frontpage-info, .page-template-frontpage3-php #frontpage-info, .page-template-frontpage4-php #frontpage-info { font:15px Georgia, Georgia; line-height:24px; color:#525252; }`
DD
KeymasterDecember 24, 2013 at 12:53 in reply to: change / remove Cinematix text on banner text on the homepageYou have to upload en_EN.mo file. Anyway you can edit text inside frontpage1.php too.
DD
KeymasterDecember 24, 2013 at 10:24 in reply to: activity loopReplace:
`bp_has_activities( bp_ajax_querystring( ‘activity’ ) )`
for:
`bp_has_activities( ‘action=new_forum_post’) )`
You can also hide some activites using css
`ul li.joined_group { display:none; }`
DD
KeymasterDecember 24, 2013 at 10:17 in reply to: Set image size in sidebarAdd it to myStyle.css
`#sidebar #members-list li.vcard .item-avatar a img { width:40px!important; height:40px!important; }`
DD
KeymasterDecember 24, 2013 at 10:14 in reply to: main page editing problemRight now all text strings are inside language file – http://demo1.diaboliquedesign.com/4/Help/#translate
DD
KeymasterDecember 24, 2013 at 10:10 in reply to: Widgets on the HomepageUnfortunately it’s not easy work, check it – http://codex.wordpress.org/Widgetizing_Themes
DD
KeymasterDD
KeymasterDecember 24, 2013 at 09:54 in reply to: Member activity feed issueRemove it from style.css:
`.activity-list li.mini {font-size: 11px;min-height: 35px;padding: 15px 0 0 0;position: relative;}
.activity-list li.mini .activity-avatar img.avatar, .activity-list li.mini .activity-avatar img.FB_profile_pic {height: 20px;margin-left: 30px;width: 20px;}
.activity-permalink .activity-list li.mini .activity-avatar img.avatar, .activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic {height: auto;margin-left: 0;width: auto;}`and paste it into myStyle.css:
`.activity-avatar a img { width:50px!important; height:50px!important; }`
DD
KeymasterDecember 24, 2013 at 09:47 in reply to: Profile PagesSet 700 CHMOD for main folder and then remove.
DD
KeymasterAll text strings are inside language file, it’s because theme can be multilanguage now.
DD
KeymasterDecember 24, 2013 at 09:39 in reply to: A Bug in the groups directoryHere is a solution – http://themeforest.net/item/wildcommunity-buddypress-theme/3146452/faqs/12631
DD
KeymasterAs I know text strings you can change via language file of Buddypress. Check this too – http://bp-tricks.com/featured/creating-a-custom-email-template-for-your-buddypress-emails/
DD
KeymasterDecember 23, 2013 at 14:25 in reply to: Profile PagesTry to reinstall buddypress plugin.
DD
KeymasterDecember 23, 2013 at 13:40 in reply to: Profile PagesDoes it work with other themes?
DD
KeymasterDecember 23, 2013 at 12:39 in reply to: Profile PagesDoes it work with other themes? Try to reupload theme again.
DD
KeymasterDecember 23, 2013 at 11:04 in reply to: RTmedia, not showing anythingHere is a temporary fix:
Open wp-content/themes/OneCommunity/index.php, remove everything and paste it – http://pastebin.com/cmSUTtna
Open myStyle.css and paste it
`.item-body #item-body { margin-left:0px; margin-right:0px; padding:10px; }`
DD
KeymasterYou can decrease size – http://support.diaboliquedesign.com/forums/topic/manage-and-resize-blog-image/#post-3033
DD
KeymasterHi,
Search in google Fatal error: Allowed memory size php.ini
DD
KeymasterIt’s defined in style.css:
`.sidebar-title { font:26px QuicksandBold, Arial, sans-serif; padding:12px 20px; margin-bottom:15px; color:#212121; border-top:1px solid #eaeaea; border-bottom:1px solid #eaeaea; }
#sidebar .sidebar-title a { font-size:26px; }`add
`background:#ff9801;`
DD
KeymasterDecember 23, 2013 at 10:46 in reply to: Profile PagesHi,
Did you enable all buddypress components – http://demo1.diaboliquedesign.com/4/Help/assets/components.png
DD
KeymasterAdd it to myStyle.css
`.thumbnail { display:none; }`
DD
KeymasterDecember 23, 2013 at 10:42 in reply to: change / remove Cinematix text on banner text on the homepageCheck it – http://demo1.diaboliquedesign.com/5/Help/#translate
You can access this file using FTP client or files manager in cPanel – http://imm.io/1mWyy
DD
KeymasterDecember 23, 2013 at 10:39 in reply to: activity loopHi,
It’s here – wp-content/themes/Cinematix/activity/activity-loop.php
DD
KeymasterDecember 20, 2013 at 14:19 in reply to: RTmedia, not showing anythingI see it on my test site too, I’m working on it.
DD
KeymasterDecember 20, 2013 at 13:35 in reply to: Page content emptySome buddypress components are not enabled – http://www.demo1.diaboliquedesign.com/4/Help/assets/components.png
DD
KeymasterDecember 20, 2013 at 11:40 in reply to: Page content emptyHi,
It doesn’t look empty – http://imm.io/1mIAJ
DD
KeymasterYes, but new version of theme contains frontpage with blog posts – http://www.demo1.diaboliquedesign.com/5/alternative-frontpage/
DD
KeymasterDecember 20, 2013 at 10:10 in reply to: Special characters in titlesDD
KeymasterDecember 20, 2013 at 10:10 in reply to: Theme Options don't changeI forgot to remove it from theme options panel. Right now all text strings can be changed via language file – http://demo1.diaboliquedesign.com/3/Help/#translate
DD
KeymasterDecember 19, 2013 at 12:36 in reply to: Hide Parent ForumProbably you used wrong ID or try this
`body.postid-ID-OF-PAGE .bbp-topic-form { display:none!important; }`
DD
KeymasterDecember 19, 2013 at 11:33 in reply to: Hide Parent ForumIf body tag of this page contains some unique identificator like postid-464 then you can paste it into myStyle.css:
`body.postid-464 .bbp-topic-form { display:none; }`
DD
KeymasterDecember 19, 2013 at 11:25 in reply to: TinyMCE in bbpressVisual tab is already enabled in my theme – http://imm.io/1mDO3
DD
KeymasterI’m just uploading fixed version.
DD
KeymasterDecember 19, 2013 at 10:48 in reply to: Blog Page "Read More"You have to insert more tag inside post – http://codex.wordpress.org/Customizing_the_Read_More
DD
KeymasterDecember 19, 2013 at 10:25 in reply to: Errors after updating to 1.2.4Sorry, somehow I missed it, I just uploaded new version. I suggest to make changes again. It was last big update.
Also since you changed the way theme is translated few versions ago, there is no translate tab in options and thats where the text for the intro frontpage was entered.
Check it – http://demo1.diaboliquedesign.com/5/Help/#translate
DD
KeymasterDD
KeymasterDecember 18, 2013 at 09:56 in reply to: Youtube embed not workingProbably it’s just not supported by Buddypress.
DD
KeymasterDecember 18, 2013 at 09:44 in reply to: Invite problemBuddypress displays users which were logged at least once.
DD
KeymasterDecember 18, 2013 at 09:43 in reply to: Don't wanna use BuddyPressuse the latest version of theme
DD
KeymasterDecember 18, 2013 at 09:40 in reply to: Child theme problemI just checked child theme on my test site and there is no problems – http://imm.io/1mz1n
DD
KeymasterDecember 17, 2013 at 10:25 in reply to: TinyMCE in bbpressDoes it work with default WP theme?
DD
KeymasterDecember 17, 2013 at 10:24 in reply to: reply problemAs I know it’s not possible in Buddypress.
DD
Keymasterslider/onebyone.css
`.slider-item-3, .slider-item-4, .slider-item-5, .slider-item-6 { … background:#ffb03d; … text-shadow: 1px 1px 0px #de9935; }`
Also how do I change the link on the tabs up in the upper right hand corner, I want the link to go to my about us page.
It’s inside language file – http://demo1.diaboliquedesign.com/4/Help/#translate
DD
KeymasterDecember 17, 2013 at 10:01 in reply to: Youtube embed not workingI just created new post with video and it’s working without problems. Check a default WP theme.
DD
KeymasterDecember 16, 2013 at 10:20 in reply to: Sidebar for woocommerce pagesHi,
single product page uses woocommerce.php template
DD
Keymasterit’s in functions.php
`’title_reply’ => __( ‘Leave a reply’, ‘OneCommunity’ )`
DD
KeymasterDecember 16, 2013 at 10:07 in reply to: Profile/Avatar Change Errordo you have the same problem when a default BP theme is active
DD
KeymasterDecember 16, 2013 at 10:04 in reply to: Trouble with registration pageHi,
It’s not a theme issue, check a default BP theme.
