Posts

Showing posts from March, 2015

Placing of caption with Intro image - Joomla! Forum - community, help and support

the caption of intro image placed inside img tag: code: select all <img       <?php if ($images->image_intro_caption) : ?>          <?php echo 'class="caption"' . ' title="' . htmlspecialchars($images->image_intro_caption, ent_compat, 'utf-8') . '"'; ?>       <?php endif; ?>       src="<?php echo htmlspecialchars($images->image_intro, ent_compat, 'utf-8'); ?>" alt="<?php echo htmlspecialchars($images->image_intro_alt, ent_compat, 'utf-8'); ?>" itemprop="thumbnailurl"/> this makes impossible change place of caption. don't know how change code make styling caption apart image possible. if better @ php appreciated. Board index Joomla! 3.x - Ask Support Questions Here General Questions/New to Joomla! 3.x

Thread: Web design tools

i need advice on how choose web design tools. have google hear suggestions. dreamweaver seemed used many http://www.adobe.com/downloads/ . tools use when design website ? its not brush, ...but artist. no strange tools, html5 , can edit text, ninja-ide or vim. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help Web design tools Ubuntu

URGENT - PhocaGallery Error Joomla3.0 - Joomla! Forum - community, help and support

hi everyone, i trying use phocagallery on site, receiving error when trying create new phocagallery category fatal error: class phocagallerycpcontroller cannot extend interface jcontroller in c:\xampp\htdocs\test\administrator\components\com_phocagallery\controller.php on line 46 i read on other forums , did not find solve issue. know solution issue? please help!!! are using joomla 3.0? latest 3.6.4......please ensure core system date. may not solve issue have, critical keep joomla date. can try reinstalling phocagallery? have asked on phoca support forums - author able assist error concerning extension Board index Joomla! 3.x - Ask Support Questions Here Extensions for Joomla! 3.x

500 Error after 3.6.4 Upgrade - Joomla! Forum - community, help and support

Image
after updating site joomla version 3.5.1 3.6.4 recieved following 500 error: oh, dear, have 500 you have error in sql syntax; check manual corresponds mysql server version right syntax use near ')' @ line 3 sql=update #__banners set impmade = (impmade + 1) id in () this error happens on home page. other pages working correctly. 1 of banners causing issue? issue known , working on fix. leo Board index Joomla! 3.x - Ask Support Questions Here Migrating and Upgrading to Joomla! 3.x

Thread: 32-bit apps broken after update in lucid x86_64

hello. morning ran "apt-get update" , "apt-get upgrade" on 10.04 x86_64 workstation , after rebooting found 32-bit binaries fail "segmentation fault." test, compiled simple "int main() {}" c program using "gcc -m32" , got same thing. when run in gdb, first thing says is: code: warning: debug information found in "/lib/ld-2.11.1.so" not match "/lib/ld-linux.so.2" (crc mismatch). and stack trace looks like: code: #0 0xf7fdf425 in __kernel_vsyscall () #1 0xf7efd3e4 in _exit () /lib32/libc.so.6 #2 0xf7e93448 in ?? () /lib32/libc.so.6 #3 0xf7e934ff in exit () /lib32/libc.so.6 #4 0xf7e7abde in __libc_start_main () /lib32/libc.so.6 #5 0x08048321 in _start () i have machine identical 64-bit lucid configuration went through update morning, without issue. further, on second machine, gdb not display "crc mismatch" error. far, haven't been able determine differenc

Strange characters instead of Site display - Joomla! Forum - community, help and support

i not sure wtf im doing wrong copied files , db down local server. works fine can work on live sites locally without issues. this time don't know wrong. attached showing up. , doesn't matter template choose. random characters. the site joomla 3.4.3 why downloading can run upgrades , make sure looked , worked ok. any appreciated! hello mean using localhost on pc? have seen before. try different browser due number of reasons such faulty plug-in, adware on browser. let me know if different browser fixes it. encoding. Board index Joomla! 3.x - Ask Support Questions Here General Questions/New to Joomla! 3.x

Joomla redefinition = Web Content Management - Joomla! Forum - community, help and support

Image
i see drupal (aquia) , wordpress (automatic) published on gartner magic quadrant web content managment 2016 nothing joomla there.. https://www.gartner.com/doc/reprints?id=1-3bjb2zc&ct=160712&st=sb maybe time joomla @ least change, similar competitors, being content management system (cms) web content management (wcm) people understand joomla can deliver type of systems , solutions? hmmm maybe in future take on similar catalyst aquia , automatic in different joomla professional company way? it depends on how @ it. from software development viewpoint, joomla content management system. is, requires integration of web server software, database management software , server-side script engine in order deliver finished product, i.e. website. from end-user's viewpoint, joomla-based website web content management system. is, far end-user concerned, product agnostic it's hosted, how content maintained or how html delivered. put way, far end user concerned, "user" d

I installed Photos.hop 11. Where can I find directions for the next steps

i purchased photoshop 11 , installed it.  i'm trying figure out how import photos.  in pictures folder.  can't see give me option. also, isn't there started step step somewhere???? photoshop doesn't import, open , edit. and photoshop 11 few years old.   are talking elements 11?  if so, you'd have better luck in elements forum. More discussions in Photoshop General Discussion adobe

It is telling me to update flashplayer when I have already

it telling me update flashplayer when have already. to troubleshoot we'll need following system information: operating   system   browser   flash   player version   when reporting issues video or audio, it's helpful system hardware , driver details.  instructions finding information can found here: windows    mac   finally, video , audio problems caused @ lower level , not directly related flash player.  recommend trying both of links below see how perform.  if problem exists both, flash player not culprit html5 video link not use flash player when playing.  can verify use of html5 right clicking html5 video , looking words "about html5" @ bottom of context menu. html5   video    non-html5 video More discussions in Installing Flash Player adobe

Joomla Web-Shop Experte gesucht! - Joomla! Forum - community, help and support

hallo, wir haben einen web-shop der auf joomla läuft, dieser muss auf den neusten stand gebraucht werden, d.h. umgestaltet werden auf neue produkte abgestimmt werden usw. welcher student, freiberufler möchte sich da ein paar €uros verdienen? viele grüße dirk hallo, ein tipp, es wäre für diesen post (für dich) vorteilhaft, wenn du hier schreiben wirst, für eine erweiterung für web-shop auf deiner seite läuft. jan Board index Joomla! International Language Support International Zone German Forum Professioneller Service

Thread: help needed for device driver "hello word" program

hi all trying learn device drivers. there, executing standard hello.c file using make file. gets executed after sudo insmod ./hello.ko, doesnt give me output, whereas desired output "hello world"....this happening both in ubuntu inside vmware or ubuntu installed on fresh partition. file output on log files well. why happening?? ubuntu version 11.10. kindly solve query possible. where checking output? have checked dmesg? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] help needed for device driver "hello word" program Ubuntu

Mon site piraté (urls pirate) - Joomla! Forum - community, help and support

bonjour, je suis harilaza, j'ai fait une recherche dans le forum, avant de poster, mais pas trouver de pareil. alors voilà mon problème : pour voir tous les liens (urls) de mon site j'ai fait "site:fjkm-antsampandrano-mananara.com" sur google (désolé d'être obligé d'afficher mon site) et à la suite, en plus de mes liens il y des pages pirates, d'autres urls avec des titres hors du sujet du mien. veuillez faire le "site:fjkm-antsampandrano-mananara.com pour voir. je fais appel à vous donc pour savoir comment supprimer ces urls et comment les éviter de revenir ou de les voir encore avec mes autres sites. désolé, j'ai oublié de préciser la version. et bien avant j'ai utilisé joomla 2.5, mais après avoir constaté ce problème j'ai refait totalement le site par joomla3. mais ces urls sont toujours là sur google, je ne sais pas si je dois attendre ou faire quoi pour qu'ils disparaissent à jamais merci hello, ce que tu ne dis pas c'est q

Queuing from Premiere Pro to Adobe Media Encoder no longer working? CS6

hi there,   just adobe media encoder has stopped accepting que's premiere. choose export in premiere, setup export details , hit que, adobe media encoder launches, flashes once (like disappears reappears, quickly) , nothing. no item appears in que. have tried opening premiere sequence directly adobe media encoder nothing either. if drag premiere project directly onto preset in adobe media encoder, crashes every time. (though not sure if of done previous problem arising)   anyway, frustrating work on different project whilst media encoder rendering out. i'm stuck huge down times wait till render finished.         recently updated mac osx 10.8.3 - think when problem began.   just updated cuda driver 5.0.45 has not changed anything.   working on mac pro 5,1, 2x2.4ghz 24gb ram, evga gtx 660 ftw, More discussions in Premiere Pro CC adobe

Thread: Set printer to Greyscale by default

Image
hi, i'm using hp laserjet pro (all-in-one) on local network. have changed default settings of printer print in greyscale (system settings -> printing -> properties) whenever want print have manually change greyscale again since print dialog says print in color. know whats wrong? i'm using ubuntu 11.10 posted npluis hi, i'm using hp laserjet pro (all-in-one) on local network. have changed default settings of printer print in greyscale (system settings -> printing -> properties) whenever want print have manually change greyscale again since print dialog says print in color. know whats wrong? i'm using ubuntu 11.10 try opening cups interface , changing there. browser,input address bar code: http://127.0.0.1:631/printers/ , change printer configuration. luck

Thread: macbook pro 5,3 isight woes under Oneiric

hi, running ubuntu 11.10 (64bit) on macbook pro 5,3. machine has successively run lucid, maverick , natty. running fine (thank you, guys!) except isight camera. camera used work fine lucid, erratically maverick , got lost since natty. dual-boot machine, on osx side has been snow leopard (also 64bit). have tried isight working , have followed directions here , in number of forums describing problem. have tried everything, except recompiling uvcvideo, since not sure that's necessary. have, example, recompiled isight-firmware-tools , extracted firmware (according previous link, should work snow leopard firmware). seems correctly extracted , can find isight.fw file in /lib/firmware: > sudo ift-extract -a /lib/firmware/appleusbvideosupport ** message: found firmware signature @ offset 0x29c8. ** message: firmware extracted in /lib/firmware/isight.fw ** message: firmware version 2.38.83 (0x02.0x26.0x53) ** message: apply patch 0 :

Global configuration inaccessible - HTTP 500 error - Joomla! Forum - community, help and support

hi all, i'm experiencing weird error after altering administrator/website access subfolder main /public folder. since move completed in filezilla able log joomla 3.6.0 via usual website/administrator url instead of website/subfolder/administrator url, reason whenever try access global configuration take site online (it's offline "under construction" jpg) receive error message (see attached). i didn't change within joomla, altered location joomla using access files via filemanager pro/filezilla. is quicker troubleshoot/fix this, or better totally re-install joomla 3.6 given haven't started building website yet? if latter, how can make sure clean re-install without leaving behind files or folders before , replicating same issue again? when moved site sub folder root did change values code: select all public $tmp_path , code: select all public $log_path and code: select all public $live_site in configuration.php? Board index J

3.6 upgrade Installers did not all load - Joomla! Forum - community, help and support

when upgraded 1 of websites joomla 3.5.x joomla 3.6.0, 1 of installers installed - "installer - install web". missing "unistaller", "packageinstaller" , "folderinstaller" plugins. not there. i've tried ftp them (from other sites manage plugin folder), not still show in list of plugins. ok try new upgrade re-install, on top of current version of 3.6.0? other suggested fixes? preventing me updating of extensions. thanks, tim this has been discussed in other topics. see (for example): viewtopic.php?f=707&t=928802 i hope helps. Board index Joomla! 3.x - Ask Support Questions Here Administration Joomla! 3.x

After update - Joomla! Forum - community, help and support

hey, i've done update gantry , template on joomla, reason whole menu , base area etc has messed though settings still same on template editor... where start on getting fixed exactly? i noticed custom css had has gone well, need remember save that... or whether doing updates time idea or not? have sort of issue every time update? again, start on getting 960px white base back? , sort menu out (it centered , on) on template editor still how was. http://jodiewa.ipage.com/joomla3/index.php/gallery did put customisations custom.css or file template developer not overwrite on update? have ask developer of template template updates not standardised in joomla. Board index Joomla! 3.x - Ask Support Questions Here Installation Joomla! 3.x

Recording a series of mouse clicks possible with Flash?

hi,   i having go @ developing drum machine , have collection of buttons play audio. is there piece of code, or somewhere can search record series of mouse clicks, ideally against timer play back?   i have no idea if possible (i sure is) or search for. you can record mouse clicks timing in flash approximate may not suitable want.   you can use gettimer() record number of ms have transpired since app started.  , can use mouse click listeners record when mouse clicked. More discussions in ActionScript 3 adobe

Flexible Instagram module - Joomla! Forum - community, help and support

hi. using instagram feeds on website , works well http://www.seaman.dk/stu/program the problem have instagram modules have found need enter userid + hashtags not hashtags this means can display images own account. idea students , teachers should able post hashtag , should show straight away on website without having add user id of 50 students , teachers module any 1 know of out there able job? regards brann Board index Joomla! 3.x - Ask Support Questions Here Extensions for Joomla! 3.x

How do I add these native iOS blue menu boxes to my apps?

Image
i have these menus various things in apps, this: although example image took google shows on home screen, want use them in apps, not outside. don't know called , attempts find code on google has failed. have extensions makes these pop-up, milkman game's push notification extension, there's no code using these in app manually, way make them pop-up if urban airship sends out push notification message phone.   so, know code use these? maybe extension sort of thing needed not included in adobe air. way can think of faking showing vector/bitmap of menu, don't want way. these called local notifications. not directly supported in air can use native extensions if want use them. popular native extensions local notifications jaunkpro, jampot,distriqt. More discussions in AIR Development adobe

Automatic pop up box?

i think, there many entries here concerning problem, unfortunately can’t find them more. my question: ist possible create pop box, appears (or there), when enter page , can closed close button? nothing tried, leads desired result. either box doesn’t appear automatically, or can’t closed, because required close-option not available. the way can think of off hand lightbox within compositions menu.   insert lightbox composition menu delete 1 of triggers , targets set remaining trigger transparent (this not used) , place out of way, under object or make small - ensure not clicked user of site set target desired i.e insert image/html/text box etc, important - setup borders (the black bit)  of lightbox transparent, ensure rest of content not greyed out when box appears customize 'close button' desired - can fill image if needed edit composition options remove next/prev button finally edit composition options auto play required - 3/4/5 seconds etc     i think should give desireed re

php version and its configuration - Joomla! Forum - community, help and support

Image
hi which version of php suitable joomla? and in below picture items should check? kiasati wrote: which version of php suitable joomla? see https://docs.joomla.org/technical_requirements same answer second question. Board index Joomla! 3.x - Ask Support Questions Here Installation Joomla! 3.x

photoshop lock layer; how to unlock?

one layer in photoshop document has padlock on it; no clue how got there. can't make go away; perhaps method different in cs6 in previous versions...   any clue this? can't fill selection on particular layer...don't  know why. layer in question selected, , selection active, etc.   w this layer other background ?  need double-click background turn full layer.   if not background , when select layer click little padlock button that's above layers listed, happens?   if these things don't help, perhaps if screen grab , post here show you're seeing.  may clarify what's going on folks familiar photoshop.   -noel More discussions in Photoshop General Discussion adobe

responsive tables

hi, i'm going converting site responsive , there schedule of events on site that's in table, i've been researching how accomplish getting table layout responsive mode.  i've read lot , looked @ tutorials , thought i'd ask here folks using data has in table layout. thanks in advance. percentage width tables tough pull off in fluidgrid layouts because they  remain wide content dictates them be.   one approach create 3 tables ids: 1 mobile, 1 tablets , 1 desktop/laptops.  using media queries add display:none ids don't want appear on target devices.   alternatively, might able use definition lists events.  definition lists because more flexible tables , wouldn't repeating content above. http://www.maxdesign.com.au/articles/definition/       nancy o. More discussions in Dreamweaver support forum adobe

Thread: Dual Boot/ MBR issues!

so 2 days ago decided install ubuntu first time. seemed go great, installed on second hard drive , running good, updated all, installed few programs used using linux. after shutting computer off, , turning on, later didnt want start, kept loading disc, , if took out, kept trying recover main install of windows 7. went in bios , changed boot order, guess happened in install of ubuntu changed mbr (master boot record) guess grub? not 100% sure here dealing with, tried fix mbr , have standard windows 7 mbr instead of grub, when did getting error every time start laptop : missing operating system. have read on many forums , got general idea needed use windows 7 installation disk , repair windows. in repair windows supposed select windows 7 in list of operating systems, mine doesnt show up. tells me load drivers hard disk, how do that? or how can revert grub? preferably dont want ubuntu primary mbr. im not sure steps take. if needs know kinda of laptop h

Photoshop bleibt beim Start während 2 Minuten hängen

ich habe hier ganz kleine startprobleme mit photoshop cs 6 photoshop startet erstmal ganz normal. - nach ca. 5 sek geht die prozessorlast für ps auf 99% hoch. keine eigabe möglich. - nach ca. 45 sek steht bei ps in der aktivitätsanzeige "ps reagiert nicht" in rot. last immer noch auf 99% - nach ziemlich genau 2 min spuk vorbei, alles normal, ps läuft! und das bei jedem start von ps. hab weiss der geier alles schon versucht. deinstalliert, neu installiert etc. alle anderen apps laufen normal. nur ps nicht. auch sind keine netztwerkverhinderer werk. cs 5 läuft nebenher einwandfrei. irgendwelche ideen. bin irgendwie ratlos. mpb retina 15"   ich habe mal die ganze analyse angehäng die mir die aktivitätsanzeige auswirft.     sampling process 22188 3 seconds 1 millisecond of run time between samples sampling completed, processing symbols... analysis of sampling adobe photoshop cs6 (pid 22188) every 1 millisecond process:         adobe photoshop cs6 [22188] path:            /ap