Posts

Showing posts from July, 2013

Thread: SSH Problems

recently set ssh server, , not experienced this. have few questions this. first, when try stop ssh server, work outputs things when type following command: code: sudo /etc/init.d/ssh stop rather invoking init scripts through /etc/init.d, use service(8 ) utility, e.g. service ssh stop since script attempting invoke has been converted an upstart job, may use stop( 8 )utility, e.g. stop ssh ssh stop/waiting may not big issue, find annoying have pop up, if see mean. also, tell me difference between previous command, and code: sudo service ssh start to understanding, difference doesn't output annoying message, doing fundamentally wrong typing command? lastly, have tested ssh server computer on same network, , have confirmed computer want access accessible internally. how can access outside world? the script messages fine. not long ago, ubuntu changed preferred method of starting , stoppin

Thread: super+w doesn't work in unity with ubuntu 11.10

Image
i want zoom out applications in 1 workspace. find super+w, doesn't work in unity ubuntu 11.10. can me? in advance. hi, try super button alone or combination super+s give try, never know ! Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] super+w doesn't work in unity with ubuntu 11.10 Ubuntu

Multilingual userprofile switching problem - Joomla! Forum - community, help and support

i found bug working community builder. side ok, joomla problem. when user not logged in: when i'm @ english, user profile linke looks like code: select all site.com/profile/zzz but when switch french , i'm switched to code: select all site.com/fr/profile without username "zzz" @ end. if choose user (zzz) userlist (in french), next userprofile link: code: select all site.com/component/comprofiler/userprofile/zzz?itemid=153 how make correct switching 1 language another, remaining on same userprofile? waiting comments , advices bug. thank you. ps: each language i've created menu items , associated them in associations tab. hello, can please tell me version of joomla running? Board index Joomla! Development Forums Joomla! Development Joomla! 3.x Bug Reporting

how can i clean all guides in photoshop?

hi   i have photoshop cs6 on desktop windows7 and cs3 on laptop xp   is there script delete guides ?   thanks does view > clear guides record action manager code scriptinglistener.plugin? i can’t verify if in cs4 (edited) cs3, though. More discussions in Photoshop Scripting adobe

Uploading video to youtube

hi,   how can upload video youtube using actionscript3.0 knows? helping code helpfull   thanks kiran http://www.youtube.com/dev More discussions in ActionScript 3 adobe

Thread: Is Avidemux available in 11.10 repositories yet?

Image
title says all. avidemux available in ubuntu 11.10 repositories yet? wasn't when 11.10 first released. available in previous versions of ubuntu however, clear. running 11.10, can check me please? thanks. yep sure is! future reference can check repos packages in searching on http://packages.ubuntu.com/ . Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Is Avidemux available in 11.10 repositories yet? Ubuntu

Thread: Ubuntu PDC

hi! running ubuntu server 10.04 , have setup pdc windows xp network. admin user on xp boxes. when log in xp machine on domain cannot install software, defrag, or other admin tasks (get message don't have rights) can such things when log in machine away pdc. tried logging on xp machines root still doesn't work. need have admin rights xp computers while logged on pdc? help. i'm stumped. are sure root on xp machines? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Ubuntu PDC Ubuntu

How do I get rid of "Your Free Trial Period has ended" Screen when trying to open pdf in the Reader

hi how rid of "your free trial period has ended"  screen when trying open pdf in adobe reader? i had trial of dreamweaver complicated me. there no cancell free trail let run course , expire.  deleted programs fine (i didn't want buy them) deleted acrobat reader. i have re-installed when try open pdf, "your free trial period has ended" screen allows buy or exit , them exits together. needless unipreseed adobe messing programs , want charge me $29 dollars sort out problem created. can me sort out anoying problem? regards david as far remember, trial versions not uninstall/delete themselves. did remove program, , possibly remove other(s) mistake in doing so?  if own acrobat software should have serial number should able use put end "trial period has ended" being presented. More discussions in Downloading, Installing, Setting Up adobe

Html Code for Module tags

hi, how can edit html code of modules when can find module tags , id?   thank you   admin@cyberbizz.net hey there, which , mean?   some modules have layouts such web apps, events, news etc. such shopping cart module have no layout , can not edit html. depends on module. More discussions in Business Catalyst adobe

Please help !!! My site did not load ( error 500 http ) - Joomla! Forum - community, help and support

Image
i create site on localhost , works perfect when post source hosting. site did not work . after loading announced " error 500 http". will please tell me how fix problem thanks all untitled.png my site: sccc.vn thanks all, have fixed it. it works please delete topic Board index Joomla! 3.x - Ask Support Questions Here General Questions/New to Joomla! 3.x

Update to J3.8 produces error and cannot access administrator - Joomla! Forum - community, help and support

this morning had updated joomla 3.7.5 3.8.0 , whilst site front end works fine, encountered error in administrator end displays following message: code: select all call undefined method jversion refreshmediaversion() and seem cannot access administration end after clicking login , entering login details.it shows 500 error code. any suggestions appreciate resolution of problem other users may have upgraded 3.8 did update work right otherwise? in joomla 3.8.0 function refreshmediaversion() defined in file libraries/src/version.php, may not have been copied or file got corrupted in process. you can file installation zip file. upload server , see if fixes issue. Board index Joomla! 3.x - Ask Support Questions Here Migrating and Upgrading to Joomla! 3.x

Best and simple way to collect Email - Joomla! Forum - community, help and support

hello i trying find or build simple free module or generic way collect email users visiting site , willing submit it. functionality similar registering newsletter module. have been scouting on jed , around trying find simple , basic. yet of them paid , offer tons of features , connected external email service (as mailchimp or pthers). i want email , record on site db later use. idea or ? thx cipo i used collect email addresses; https://extensions.joomla.org/extension ... tact-form/ Board index Joomla! 3.x - Ask Support Questions Here Extensions for Joomla! 3.x

Make video fullscreen

i editing video on adobe premiere elements 10 on mac , original video given isn't fullscreen.  wondering if there way of making fullscreen without cutting off part of video. welcome forum.   there might simple answer, or maybe more involved one.   first, please let know full project settings, , full specs. of problem file. more info, better. specifications tell us, whether "fix" simple, or more involved.   good luck,   hunt More discussions in Premiere Elements adobe

css rule for frontpage only - Joomla! Forum - community, help and support

i have bit of code: code: select all body#main {    margin-top: 75px; i want work on front page. not on other pages. make class , use suffix menu item. doesn't work here. how solve this? hi gany. so, if want add custom styling body on frontpage/default page, you can try doing in template index.php file. not sure if best solution, think can work you. code: select all <?php $app = jfactory::getapplication(); $menu = $app->getmenu(); if ($menu->getactive() == $menu->getdefault()) {    echo '<body class="frontpage">'; } else { echo '<body class="not-frontpage">'; } ?> code: select all <style> .frontpage{  margin-top: 75px; }  </style> if not want in template file, can create plugin same. Board index Joomla! 3.x - Ask Support Questions Here Templates for Joomla! 3.x

Speed Test - Slow Performance. - Joomla! Forum - community, help and support

i ran speed test , came back. "enable compression - compressing resources gzip or deflate can reduce number of bytes sent on network." i took images, css , js listed , did optimize in photoshop , css/js used website minify them all. after replaced them ran speed test again , still have bad performance score. little better original first time ran not much. is there within joomla admin can make sure active, running or enabled? is there kind plugin make run faster , more efficient? anything on server side can or have host do? did enable gzip compression? Board index Joomla! 3.x - Ask Support Questions Here Performance - Joomla! 3.x

Thread: Virtualbox won't run machine properly

hello, i'm new linux user using kubuntu through virtualbox macosx host. have no idea what's happened, when boot vm initial kubuntu loading page, instead of running os goes black terminal type screen says, code: ubuntu 11.10 name-virtualbox tty1 name-virtualbox login: if type in username , password i've set kubuntu looks if checks , gives me command line, time, code: name@name-virtualbox:~$ any thoughts on happened , how can fix it? thanks. it sounds x isn't loading correctly. did upgrade virtualbox? if so, you'll need load new guest additions kubuntu guest has proper video drivers. Forum The Ubuntu Forum Community Ubuntu Specialised Support Virtualisation [SOLVED] Virtualbox won't run machine properly Ubuntu

Template mit "umziehen" - Joomla! Forum - community, help and support

hallo liebe community, ich benötige hier mal das "schwarmwissen". folgendes problem: ich habe eine installation auf einem subdomain und das template entsprechend angepasst. nun möchte ich auf anderen subdomains sowie auf der hauptseite das gleiche design haben ohne jedesmal das basistemplate anpassen zu müssen. könnt mir hier jemand weiterhelfen? herzlichen dank und sorry, falls die frage schon mehrfach gestellt wurde. (habe nichts verwertbares gefunden leider) grüße etwckb74 Board index Joomla! International Language Support International Zone German Forum Joomla! 3.0 Template, CSS und Designfragen

Overlay multiple composition widgets

is there way overlay multiple composition widgets?  overlaying 2 blank widgets , within muse works when preview webpage doesn't work.  example, trim of shirt can changed red, while main shirt can changed blue. in design mode, have overlayed blank widget blank widget.  widget has main shirt images in 3 different colors, while widget has trim in 3 different colors.  possible?   james More discussions in Help with using Adobe Muse CC adobe

Tutorials - Faster playback speed, PLEASE...

the ability offer multiple playback speeds torials adobe appreciated.     i find them painfully slow, know well, there's out there must think they're fast. having multiple playback speeds speed or slow down speed (-1x, -.5x, 0, .5x, 1x, 1.5x, 2x) solve problem.   i don't know coursera.org using video lectures, speeding or slowing down material uses decent algorithm playback pitch, unaltered (no false chipmunks or false barry whites), minimal artifacts added sound. More discussions in Adobe Creative Cloud adobe

Thread: Alert signal

hi everyone! alert signal doesn't seem working. enabled in "sound settings" giving options bark, ding, drip, etc... computer doesn't beep when type: echo -e "\a" broken? doing wrong? working through bash script tutorial in signature. in sound settings, alert volume set , not muted? if so, pressing backspace @ empty prompt make alert sound? if not, check "terminal bell" setting in gnome-terminal (or terminal of choice). Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk Alert signal Ubuntu

Thread: Remastersys ISO does not boot

hi all. i've been using remastersys many years make backups myself , share custom installations friends. encountered problem (x)buntu 11.10. iso created perfectly, when booting (either in vm or on main pc dvd), hangs @ first line , not display livecd gui menu. happened on pc remastersys versions after 2.015. earlier versions did not have livecd gui , text based selection works, new version 3 of remastersys did not boot past first line. problem due syslinx files. when have different versions of syslinux files on pc (vmware instance has it's own version), remastersys possibly links incorrect version. fix easy - put following in executable file (i called mine "remastersys_fix.sh"), run , remastersys works correctly again , boots iso livecd gui #!/bin/bash sudo cp /usr/lib/syslinux/isolinux.bin /etc/remastersys/customisolinux sudo cp /usr/lib/syslinux/vesamenu.c32 /etc/remastersys/customisolinux sudo cp /etc/remastersys/iso

Cache busting links - Joomla! Forum - community, help and support

the latest version of chrome ticking me off. it's cache seems smothered in thick treacle it's hard clear. normal f5 refresh shows new edits, requiring @ least ctrl-f5 , complete cache clearing. on top of that, it's started displaying many sites (not mine) without loading css. requires ctrl-f5 fix (again f5 not enough). anyway, researching , came across "cache busting links" https://forums.realmacsoftware.com/t/chrome-wont-refresh-updated-page-without-clearing-cache/12113/3 in article. never heard of them before. in joomla? Board index Joomla! 3.x - Ask Support Questions Here General Questions/New to Joomla! 3.x

Discussions Link

Image
is there way discussions link go same page of forum on when entered thread?  goes page 1, making pita if we're reading , answering threads on other page.   unfortunately not - breadcrumbs menu fixed part of site code. if go using browser history it'll remember page clicked from, when ajax table updated appends page variable url. More discussions in Forum comments adobe

Lost Photos

had photoshop album starter edition 3.2  , can no longer access it.  how retrieve pictures? hi there! because forum posted in beginners trying learn basics of photoshop, moved question photoshop album starter edition forum, you'll more specialized help. More discussions in Photoshop Album Starter Edition adobe

Thread: Adjust clock of remote machine using cron, problem with daylight saving time

hi folks, have adjust clock of device connected pc via rs232. therefore added entry crontab calls script hourly sends command set clock on remote device current time of pc. works great in 98.86% of cases. time fails in fall when daylight saving time ends. job executed @ 1am, 2am , @ 3am, between calls @ 2am , 3am 2 hours , cron won't execute job @ 2am twice, when time set 2am 3am. therefore time on remote device laggs 1 hour hour. isn't nice. problem solved if cron call job second time after clock has been reset 2am. possible? if not, other ideas? alot! signpainter don't think of time changing, think of time zone changing. i'm guessing computer doesn't see 2 twice (otherwise i'd guess run job twice). maybe set run every hour plus 1 minute, still updates @ same frequency, , 1 minute should give machine enough time figure out if it's daylight savings. # m h dom month dow 1

Editing "Submission-Enabled PDF"

is there way edit "submission-enabled pdf" in acrobat make docment 508 compliant?  far recieve warning sign stating pdf secured document , editing not permitted. in acrobat :   1) open form 2) file > save copy... 3) open copy saved 4) make changes pdf 5) save other > reader extended pdf > enable more tools (includes form fill-in , save)...   formscentral saves reader extended pdf default pdf can filled out , saved in adobe reader. has side effect lock pdf editing. "save copy" removes reader extension , allows modify pdf.   note changes might break formscentral workflow. More discussions in Archived Spaces adobe

Specific Page Not Performing Well - Joomla! Forum - community, help and support

my website , pages in seo ranks. have 1 specific page though seems not acknowledged in searches associated generals keywords. when using additional terms brand , company name, shows, not broader terminology, when including other general terms should narrow results down include us. the title keywords looking for, page content rich , keyword dense, display set, , meta tags built. the search results aren't numerous (under 4 million). if weak page building me, in top 10 pages of term. has affecting performance. keep resubmitting indexing, hasn't remedied issue. this 1 of our main product pages , need sorted somehow. appreciated. please help! Board index Joomla! 3.x - Ask Support Questions Here Search Engine Optimization (Joomla! SEO) in Joomla! 3.x

Creating a sliding module that opens articles - Joomla! Forum - community, help and support

hello. rather odd question because not know how explain :p running single page website here: http://postaniskavt.si i'm trying optimize work better mobile devices. of text clickable , when click on more information open (like if clik on "izvidniki in vodnice). that's , fine (other looks ugly @ moment i'll worry later). rather opens our other websites (it's custom code done professional programmer) "pokaži več" (read more) function: http://skavti.si/zgodovina . if click on button pokaži več little window slide open , show content. the other problem need module make work , way have page laid out "starostne skupine" (age groups) instance single article has texts linked other articles open window via plugin. can recommend module, component, plugin or else potentially make functionality more mobile friendly? if want read more functionality 1 referenced, explore possibility of using extensions such following: sliders ( https://extensions.joomla.org/

Install Extensions Corupt Bug on Joomla New Update - Can't Install Any Extensions - please help - Joomla! Forum - community, help and support

hi, updated joomla latest version last version , install extensions aspect missing, , warning saying warning no installation plugin has been enabled. @ least 1 must enabled able use installer. go plugin manager enable plugins. but have have lots of plugins enabled not this, , there not seem actual installation pluging. please see attached screenshot of blank installation page first login joomla administrator. go extensions -> manage -> discover click discover button (left top) after few seconds should see 3 or 4 plugins names starting "installer - install ..." click checkbox or installer - install upload. click install button @ top have enable them. go extensions -> plugins , there find plugins "installer" name , next should enable them (!) that's all. can install joomla! extensions again Board index Joomla! 3.x - Ask Support Questions Here Migrating and Upgrading to Joomla! 3.x

Thread: "Some index files failed to download"

okay have hp pavilion dv5. , installed ubuntu 10.04 upgraded 11.10. after upgrade sound laptop speakers scratchy! went online fix added file software manager. , keep getting error when upgrading. confused! need gedit. tried run command ( gksudo gedit /etc/modprobe.d/alsa-base) , nothing ever shows up!!!! help w: failed fetch http://ppa.launchpad.net/nvidia-vdpa...source/sources 404 not found w: failed fetch http://ppa.launchpad.net/nvidia-vdpa...amd64/packages 404 not found w: failed fetch http://ppa.launchpad.net/nvidia-vdpa...-i386/packages 404 not found w: failed fetch http://ppa.launchpad.net/ubuntu-audi...source/sources 404 not found w: failed fetch http://ppa.launchpad.net/ubuntu-audi...amd64/packages 404 not found w: failed fetch http://ppa.launchpad.net/ubuntu-audi...-i386/packages 404 not found e: index files failed download. have been ignored, or old ones used instead. okay

Crosshair with number

Image
  hello, accidentaly pressed on tablet , crosshair appeared, dont know is, can u explain me? thank you hi,   that looks color sample point when using color sampler tool.   if select color sampler tool , press clear button should go away.           a short presentation color samplers:     http://simplephotoshop.com/photoshop_tools/color_samplerf.htm More discussions in Photoshop for Beginners adobe

Thread: Amd ii

so building computer. using amd athlon ii m cpu...getting newegg...one guy in review says limited ddr2-800 or ddr3-1066, ram im getting corsair vengeance ddr3 1600 (pc3 12800). work cpu? the memory downclock speed mobo/cpu supports. memory can run @ 1600, i'm running @ 1333 since 1600 causes stability issues reason , don't feel wasting time troubleshooting when 1333 fast 1600. Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe Amd ii Ubuntu

How to place Forward and Back button in left pane of WebHelp?

along buttons contents, index, search, , glossary, want put buttons forward , in left pane of webhelp. these buttons appear automatically on webhelp skin editor dialog box in earlier version of robohelp, in robohelp html 10, not appear. have enable them? see there article on robohelp forum, don't understand it's telling me do.   thanks help! does article linked below help?   click here view   cheers... rick More discussions in RoboHelp adobe

Manipulating text links in Adobe Director

this basic operation i'm little stuck.   i'm looking underline text based link within menu whilst on page link takes to.   for example here's section of menu;   home   video <----------   pictures   whilst on video page word video underlined or italicized user knows he/she is. basic work around create separate text link underlined/italicized , duration of time (whilst on video page) put in place of original. surely there's better way using keyframes?   thanks patience novice.   dave More discussions in Director adobe

Component button linkage for nested FLVPlayback video

i have flvplayback component movie inside movie clip can zoom it. works fine. i have placed  component play , pause button on top level control video.    work fine proper dot reference. what not work normal up, on , off aspects of buttons; "on" time    if these buttons on same level video, display expected; nested video, not. note: buttons work, not display proper. here have tried... placed inside movie clip - zoom video adjusted actionscript button linkage directly refer movie clip instead of "this" they control correctly, still not display proper used movieclip(parent), (root) , various iterations of same some cases buttons control correctly, not, still not display proper i have many more videos not being zoomed i using these components them , want video's controls same rest ios output, no code inside flv videos inside media folder, referenced, included ipa package, play on ipad custom code alike possibility, hope... i missing how link display aspects of compo

Flash Player non-operative.

i have tried several times download flash player internet explorer. on windows 7 64bit. after download told successful. however, not allow me view video. work in chrome. hi,   can check out instructions in document solution: http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html ?   hope above helps.   with regards, prabhu More discussions in Using Flash Player adobe

lightroom 5 fonctionne sur mac osx 10.7 et non sur 10.6.8

bonjour,   je viens de charger la version beta de lightroom 5 pour mac et tristresse ... elle ne s'installe que pour mac osx 10.7    ( lion ) et je suis en 10.6.8 ( snow leopard) est ce que la version définitive fonctionnera  sur  la 10.6.8 ?   merci bonjour! cela semblerait étonnant d'ajouter le support sans le faire tester. je crois donc qu'il ne faut pas trop espérer... More discussions in Forums en français adobe

Image gallery with multilanguage support - Joomla! Forum - community, help and support

i'd add image gallery joomla article. needs have multilanguage support (captions in different languages). 1 recommend? if free, better. if paid, i'd lifetime upgrades. thanks there free galleries plugins .txt files captions. https://extensions.joomla.org/extension ... ries/sige/ support multilanguage. " sige supports use of different text files different languages loaded depending on active language. using feature have name files correct language codes. example: german – captions-de-de.txt, english – captions-en-gb.txt , on. " Board index Joomla! 3.x - Ask Support Questions Here Extensions for Joomla! 3.x

3.8.1 to 3.8.2 Again Ajax Loading Error - Joomla! Forum - community, help and support

Image
i tearing hair ajax loading error today (upgrading 8.1 8.2) these 2 sites getting error what interesting that: did nothing these 2 sites more 1 year now giving ajax loading error i think kind of joomla bug please me i can give sites admin account 1 of joomlamaster within forum...no metter best regards getting same error myself, far today have updated php, i've set php temporary folder, i've turned off extensions 1 one, i've tried uploading file instead of using live update, , nothing has worked , @ loss how proceed. the error message getting says error: ajax loading error: internal server error i computer novice got advice reading message boards , files, barely know doing, can read , follow instructions, if can @ least give me hint, grab onto... Board index Joomla! 3.x - Ask Support Questions Here Security in Joomla! 3.x

Thread: Switching from Python to C++, urgent help needed

Image
this 1 of things drive me crazy. have done have read , still cannot compile , run program. wrong? #include <stdio.h> int main() { printf("hello, world\n); return 0; } keeps return list of invalid syntax posted alextolic it keeps return list of invalid syntax you need close quotation marks. right? code: #include <stdio.h> int main() { printf("hello, world\n " ); return 0; } Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] Switching from Python to C++, urgent help needed Ubuntu

Thread: Windows 7 BSOD, after some kind of scary Ubuntu installation(WIBU)...

Image
hi guys, during lecture, thought, need install ubuntu on new asus u36s notebook. tried wibu installer couple times, everytime installation finished, system prompted message told me "appdata... permission denied". had admin , everything. wanted resize partitions magic partition , set ubuntu "oldschool way" image. shout down notebook. when restarted notebook, windows 7 didnt boot. bsod. nothing worked, neither repairings tools (bluescreen...) nor safe mode (bluescreen...) unfortunately bsod shown way short, read anyhting , there not backup cd delivered notebook (and wanted make 1 before making new partitions) . reason windows boot manager used. ive tried few how tos in internet reinstall gruby. didnt work. still uses windows boot manager , still bsod. im totally desperate. fine, linux , programming again, need windows applications (for studying). ive system running again. sorry poor english... ill try improve ! kind regards germany, phil ali

Problème avec ID - Joomla - Joomla! Forum - community, help and support

bonjour, j'ai un problème avec le joomla de l'entreprise pour laquelle je travaille. voici ce qui apparaît sur notre site: × avertissement juser::_load : impossible de charger l'utilisateur ayant l'id 445 juser::_load : impossible de charger l'utilisateur ayant l'id 439 tout les visiteurs peuvent voir ce message. est-ce que quelqu'un pourrait m'aider à savoir comment je peux résoudre ce problème. je ne ne connais rien en programmation.... merci beaucoup et au plaisir, jessica bonjour, ces messages viennent du fait que l'utilisateur qui écrit les articles concernés été supprimé. il faut donc éditer les articles puis les attribuer à un utilisateur existant. si les articles sont nombreux, il est possible de faire cela via phpmyadmin. attention, des connaissances seront nécessaires. Board index Joomla! International Language Support International Zone French Forum J! 3.x

Why can't I download Adobe Flash Player?

when try watch video internet, says must download adobe flash player.  tried that, not work.  acts starting download, sits there forever.  thought maybe because have adobe flash player on computer.  tried uninstall it.  popped window said remove flash player.  clicked on uninstall.  said, "the installer automatically continue when these conflicting applications closed: "  below that, listed "internet explorer." help!  email address [removed] you must close applications use flash player in order complete installation.  use task manager's processes tab end iexeplore.exe processes.   p.s. public forum; please not post email address or other private data! More discussions in Installing Flash Player adobe

MuseJSAssert: Error calling selector function: TypeError

Image
made few changes site , getting on pages , on ie (running version 10).   this site www.rheaknives.com   displays fine in firefox , chrome.   i tried deleting files server, re-exported files html , uploaded complete site via ftp (filezilla).   i tried clearing cache in ie , nothing changes.   any ideas? hi gary,   first off, looks in our private beta program. when using private beta build, should post issues having private beta forums instead. community there better able answer questions, , resolve issues, , can in bringing attention problems sooner.   in regards problem, can @ this thread looks same problem. fix change position of browser background other middle (middle right, or middle left work fine). since browser background set scale fit, shouldn't have effect, , you'll able change later. if you'd more information, or if fix not work you, please start new thread in private beta forums.   thanks, andrew More discussions in Help with using Adobe Muse CC adob

Thread: dual monitor setup

Image
hello, returning linux after few year hiatus windows. prefered kde desktop , decided give kubuntu 11.10 shot. trying out on old dell dimension 2400 2.5ghz, 1gb ram system before putting on modern desktop pc. during installation process installed 3rd party packages , allowed downloading of updates. other working "clean" install. having problem setting dual monitors (hp w1907 & samsung p2570hd) older nvidia card (geforce6200). hp monitor vga , samsung dvi. during installation process both monitors active , mirroring each other, assumed once install complete set them extended desktop or whatever. once install complete however, samsung monitor became disabled. have searched few different posts/websites on how fix none seem clear me, nor there seem universal solution dual monitors , kubuntu 11.10. have cli experience but, no means consider myself linux guru. looking clearification or newbie guide if possible. trying not randomly downl

Disable Video Download in article - Joomla! Forum - community, help and support

i create video tinymce menu ( insert/edit media) .i want disable download button controller video .. i attached here image.. anyone can me disable or remove button ? contoh.jpg under insert media option in tinymce method did use "general" (where put in direct url video) or "embed" you-tube? for example, tried inserting video you-tube usual video player shown below (not same example). yt-video.png i've had through tinymce plugin options , can't see show or hide download button. so i'm out of ideas......it looks have other media play in use, or video source website has particular player runs when view video. can advise website video sourced from. Board index Joomla! 3.x - Ask Support Questions Here General Questions/New to Joomla! 3.x

Thread: Dual Monitors VGA DVI

hi. became interested in computers , ubuntu operating system specifically. question probably;y simplistic, appreciated. trying use dual monitors, 1 showing up. video card had 2 dvi outputs. first monitor attached dvi cable while second attached vga cable plugged vga female dvi male adapter adapter plugged video card. need have both monitors attached using dvi cables or both monitors attached using vga cables, or can use current setup? nvidia or ati video card? may need proprietary driver run 2 monitors. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Dual Monitors VGA DVI Ubuntu

Extra Menu Items in the Back-End After the Upgrade to 3.7 - Joomla! Forum - community, help and support

i having similar issue.. noticed @ 3.7.0 , have updated 3.7.1 , still see it. under components have 7 new ones. tittles of article pages have had on site since 2014. showing caps. when navigate 'fake' components says "an error has occurred: 500 layout default not found" i have "fixed" database, cleared cache, redone menu articles reside... there no warnings showing under notifications. thoughts? i have upgraded 3.7.3 , still have articles showing under components menu in admin. not of them handful , (the articles) "old" 2014. suggestions on happening here? Board index Joomla! 3.x - Ask Support Questions Here Administration Joomla! 3.x

Why does Optimizer offer to unembed only one embedded font?

a member of discussion board suggested unembedding duplicate fonts way reduce file size without damaging file.   when use optimizer examine file, offers allow deleting 1 of 7 fonts in file. guessed @ first optimizer identifying duplicate safely deleted. no, deleting causes in font replaced generic font (adobe serif mm).   why optimizer show 1 font? when @ fronts optimizer looking duplicates.   example list:   helvetica helvetica helvetica helvetica bold helvetica italic helvetica italic times times new roman times new roman   you remove items struck through   there way supposedly can embed font. but 1 else have explain how.   i've never figured out way.  go original document  , create new pdf. More discussions in Creating PDFs adobe

jMapMyLdap problem - Joomla! Forum - community, help and support

hello all, i using joomla 3.6.5, communitybuilder 2.1.2 , jmapmyldap. when user changes cb profile, _users table, column params gets new additions. after first save: {"auth_type":"ldap","auth_domain":"site.net"} how should guess. second save: {"auth_type":"ldap","auth_domain":"site.net","0":"{\"auth_type\":\"ldap\",\"auth_domain\":\"site.net\"}"} after few times (this small piece, lot more): code: select all "{"auth_type":"ldap","auth_domain":"site.net","0":"{\"auth_type\":\"ldap\",\"auth_domain\":\"site.net\",\"0\":\"{\\\"auth_type\\\":\\\"ldap\\\",\\\"auth_domain\\\":\\\"site.net\\\",\\\"0\\\":\\\"{\\\\\\\"auth_type\\\\\\\":\\\\\\\"ldap\\\\\\\",\\\\\\\"au

Adobe Reader XI does not run using Win7 Pro

trying run adobe reader xi on pc running win7 pro, starts, gives gray screen, shuts down.  however, can read pdf docs within google chrome. i running reader version 10 no problem, went upgrade 11, , no versions work, i've tried uninstall , reinstall ver 9,10,11 none work.  help! can open adobe reader itself?  if so, try disabling protected mode [edit | preferences | security (enhanced)].   if not, download, unzip , run attached registry script; disable protected mode reader xi. More discussions in Acrobat Reader adobe

Database restoration - Joomla! Forum - community, help and support

hi folks, hoping might shed light on this, i'm trying load new site replace old 1 using akeeba. i've done process hundred times no problems morning error message when trying restore database; http request error http status: 0 (error) internal status: error xhr readystate: 0 raw server response: versions of joomla , akeeba installed joomla! 3.6.5 akeeba backup core 5.3.1 (2017-03-16) thanks in advance have removed old files ? also please http://forum.joomla.org/viewtopic.php?f=621&t=582860 Board index Joomla! 3.x - Ask Support Questions Here General Questions/New to Joomla! 3.x

Thread: Java plugin asks to update but how?

Image
i use online tool @ work works on java. when run it, see pop-up in chrome saying "update plug-in" java don't know how that. ran java test @ http://www.java.com/en/download/testjava.jsp , got result update available. please let me know how can that. attached images screenshot - tuesday 22 november 2011 - 04:00:58 ist.jpg (33.5 kb, 7 views) solved following beautiful step step procedure: https://sites.google.com/site/easylinuxtipsproject/java Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Java plugin asks to update but how? Ubuntu