How to integrate Edge Animation in slideshow (not create slideshow with EA) ?

Hi,
I'd like to integrate an animation I create into the theme slideshow, but can't find how :/
Would greatly appreciate some help here.
Cheers

Thanks a lot for a reply.
However, I can't find the right place to add the second so as it works. Could you please help me out ? :/
Here is the code of the section-slideshow.php, where should I add it ? :
<?php
// Get Slides
global $gpp, $post;
$slides = $gpp['slide_show'];
$images = explode( ',', $slides );
?>
<?php
//    Homepage Slideshow
if ( '' <> $gpp['slide_show'] && isset($gpp['slideshow_enabled']) && $gpp['slideshow_enabled'] == 'yes' || '' <> $gpp['slide_show'] && isset( $gpp['slideshow_enabled'])  && $gpp['slideshow_enabled'] == 'yes' ) { ?>
<div id="home-slider-wrap">
<div id="home-slider">
        <div class="flexslider home-slider">
    <ul class="slides">
                <?php
                foreach( $images as $id ) {
                    $attachment_caption = get_post_field('post_excerpt', $id);
                    $attachment_title = get_post_field('post_title', $id);
                    $attachment_button = get_post_meta( $id, '_gpp_slider_button_title', true );
                    $attachment_url = get_post_meta( $id, '_gpp_custom_url', true );
                    ?>
                    <li>
<div class="slide <?php if ( empty( $attachment_title ) ) echo "slide-no-title" ?>">
<?php echo wp_get_attachment_image( $id, "slide", 0 ); ?>
                            <?php if ( ! empty ( $attachment_title ) || ! empty ( $attachment_caption ) ) { ?>
                                <div class="flex-caption">
                                    <?php if ( ! empty ( $attachment_title ) ) { ?>
                                        <h2 class="home-slide-title">
                                            <?php echo $attachment_title; ?>
                                        </h2>
                                    <?php } ?>
                                    <?php if ( ! empty ( $attachment_caption ) ) {
                                        echo '<p class="slider-caption">' . $attachment_caption . '</p>'; } ?>
                                    <?php if ( ! empty ( $attachment_button ) ) { ?>
                                        <h3 class="slide-button"><a href="<?php echo $attachment_url; ?>"><?php echo $attachment_button; ?></a></h3>
                                    <?php } ?>
                            <?php } ?>
                                </div>
                        </div>
                    </li>
                <?php } ?>
            </ul> <!-- .slides -->
        </div> <!-- .flexslider -->
    </div> <!-- #home-slider -->
</div>
<?php } ?>

Similar Messages

  • How to integrate Edge Animation into a Joomla-CMS page?

    I tried to integrate an Edge animation into a Joomla site, but there appears just a white page...

    Hi,
    I guess I have two answer on two levels. The wordpress plugin (EdgeSuite) allows you to place compositions inline or use iframes, so it is not really plugin vs. iframes.
    EdgeSuite brings various benefits (if you ask me):
    First of all, it comes down to just uploading stuff, place it, done. No ftp upload, filehandling or whatsoever.
    More over that the plugin enables sharing of core edge libraries. E.g. if you place two compositions on a page without modifying them, all the edge libraries (edge.js, jquery, yep, easings...) will be loaded twice as they sit in different directories. Same with viewing compositions on different pages, each composition loads its own set of libraries. 10 different compositions results in 10x loading of all libs. Edge Suite on the other hand alters the path for the resources and places them in one directory. Libs are only loaded once, for the whole page.
    If you have a simple website cluttering your webspace at root level might be an option. If you are using a CMS and have 10 compositions that is just awful. EdgeSuite places all composition files in a clean file structure within subfolders, no cluttering.
    That's just from the top of my head.
    The iframe topic is a bit more difficult. Personally I think iframes are mostly bad practice. It's like in the early days of the web with table layouts and framesets. There are cases where iframes make total sense and are the best way to go and that's why EdgeSuite can also render iframes. But I personally only want to "see" an iframe when there is no other option. If you can do it inline, do it inline. Bad SEO, loading times, semantic fragmentation... security aspects, sandboxing on the other hand are just a couple of the most common arguments. Most of the arguments don't directly apply to the context of Edge Animate, but still... decide for yourself
    Hope that answers your question to some degree.

  • How to make Edge Animation works in HLTM5 Offline? I cache all files, but Edge didn't play.

    How to make Edge Animation works in HLTM5 Offline? I cache all files, but Edge didn't play.
    Some createJS animation start without any problem.
    Thanks!
    Astors

    Thank you for your answer.
    I do use cdn off for publish setting.
    The Web site that I am working on is a very complicated site. Edge
    animations are in a subdirectory of Apache server.
    When server is offline, I get all files from Appcache without problem,
    excepted *_EdgePreload.js.
    I Google hundreds time, cannot find answer on why this file is always get
    online.
    Finally, I find out myself, Adobe Edge don’t like relative file path for
    *_EdgePreload.js.
    Change to root absolute path fixed the problem:
    Astors

  • Dreamweaver CS3 creates "_notes" directories. I don't want the "_notes" directories. How do I configure DW CS3 to not create those directories?

    Dreamweaver CS3 creates "_notes" directories. I don't want the "_notes" directories. How do I configure DW CS3 to not create those directories?

    No, it makes no difference to Run-time styling.
    A design-time stylesheet is a stylesheet that is only applied to the page as you are working in DW. This is very handy if you have elements on the page which are normally hidden/visible and you want to toggle that visibility while in Design view. Or when you have content that is styled in a way that DW doesn't understand, but the browsers do - you can use a DT stylesheet to modify this styling in Design view only. I'll give you an example -
    There is a metric that is used for font sizing called "rem". A rem is a relative em value - in other words, it specifies the ratio between the actual character size and the size of a base definition for the character size on the page. In previous versions of DW, this metric was not supported. So text content was abnormally large as a result when looking at a page using Design view. A DT stylesheet solves that problem by redefining the character size in px, but only when I am working in DW. Here's a good explanation (http://www.css-tricks.com/rems-ems/)
    You also will lose (I believe) details about which files have been recently synched, and some of your local settings for guides and snap to guides.

  • "Could not create renderer with alias..." after deploying ResourceRenderer

    Hello everybody
    I've developed a custom ResourceRenderer class that looks like this:
    package no.expert.portal.km.relateddocs;
    import com.sapportals.htmlb.Component;
    import com.sapportals.htmlb.Link;
    import com.sapportals.wcm.WcmException;
    import com.sapportals.wcm.rendering.resource.cm.ResourceRenderer;
    import com.sapportals.wcm.repository.IResource;
    public class RelatedDocsNamePropertyRenderer extends ResourceRenderer
         protected Component renderContentLink(com.sapportals.htmlb.Component comp) throws WcmException
              Link result = (Link) super.renderContentLink(comp);
              result.setTarget("");
              return result;
         protected Component renderContentLink(IResource resource, com.sapportals.htmlb.Component comp) throws WcmException
              Link result = (Link)super.renderContentLink(resource, comp);
              result.setTarget("");
              return result;
    All it does, really, is preventing links to documents in KM to open in a new window. At least that's what I'm hoping it will do, as it's based on ideas in <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=20316">this post</a>.
    I've added all the necessary .jar files, and implemented a wrapper portal service as described here: <a href="http://media.sdn.sap.com/html/submitted_docs/nw_kmc/ide/projects/Setting%20Up%20a%20KMC%20Project.html">http://media.sdn.sap.com/html/submitted_docs/nw_kmc/ide/projects/Setting%20Up%20a%20KMC%20Project.html</a>.
    I've created an alias for the class in <i>Content Management -> User Interface -> Mapping</i>, and assigned this to the resource renderer settings that I use.
    OK, here is where the trouble starts. When viewing the layout set with debugging on, I check <i>Rendering Information</i>. It informs me that <i>"The given configuration was not used, because the alias is not defined or points to an invalid java class"</i>. Looking in the log, this is the error message:
    Could not create renderer with alias ZRelatedDocsNameResourceRender and classname no.expert.portal.km.relateddocs.RelatedDocsNamePropertyRenderer:java.lang.NoClassDefFoundError: com/sapportals/wcm/rendering/resource/cm/ResourceRenderer
    ------------------------- Loader Info -------------------------
    ClassLoader name: [com.sapportals.portal.prt.util.ApplicationClassLoader@6b247b]
    Parent loader name: [com.sapportals.portal.prt.util.ApplicationClassLoader@4e82c4]
    References:
       not registered!
    Resources:
       C:usrsapEPUJC00j2eeclusterserver0appssap.comirjservlet_jspirjrootWEB-INFportalportalappsno.expert.portal.km.relateddocs.RelatedDocsNamePropertyRendererprivatelibno.expert.portal.km.relateddocs.RelatedDocsNamePropertyRenderercore.jar
    The error occurred while trying to load "no.expert.portal.km.relateddocs.RelatedDocsNamePropertyRenderer".
         at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:389)
    I have a suspicion this might have something to do with the SharingRefernce in portalapp.xml, but after experimenting with different values, I'm no nearer a solution. Any ideas, anyone? Any help greatly appreciated.
    -martin
    Yes, and here is my portalapp.xml:
    <?xml version="1.0" encoding="utf-8"?>
    <application>
      <application-config>
        <property name="SharingReference" value="com.sap.netweaver.bc.crt,knowledgemanagement"/>
        <property name="PrivateSharingReference" value="com.sap.km.cm.ui.flex"/>
      </application-config>
      <components>
        <component name="RelatedDocsNamePropertyRenderer">
          <component-config>
            <property name="ClassName" value="no.expert.portal.km.relateddocs.RelatedDocsNamePropertyRenderer"/>
          </component-config>
          <component-profile/>
        </component>
      </components>
      <services>
        <service name="BootStrapNamePropertyRender">
          <service-config>
            <property name="className" value="no.expert.portal.km.relateddocs.BootStrapNamePropertyRender"/>
            <property name="startup" value="true"/>
          </service-config>
        </service>
      </services>
    </application>

    Hi Gourab,
    Double check the the page.xml has referring to the correct CO. Open the page.xml and see which controller is attached to it.
    Also attach the extended controller through personalization to the page/Region.
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Delivery shouold not create only with Materail A

    Hi All,
    My requiment is:
    I have created one Sales Order with Four Materails (A,B,C,D).
    Now I want to create delivery - here the delivery should not be created only with Materail A. that means to create a delivery i have to enter materail B or C or D with A (with single materail A delivery should not create)
    The materail is not a BOM item or solution is not related to Delivery group.
    Can any one kindly suggest me how can i made setting such that i cannot create Delivery only with Materail A.
    << Moderator message - Please do not offer points >>
    Best Regars
    Amjathpasha
    Edited by: Rob Burbank on Nov 25, 2010 3:49 PM

    hi amjad,
    this is to inform you that you cannot achieve this in standard configuration.
    but with technical person you can achieve the same.
    I have created one Sales Order with Four Materails (A,B,C,D) - ok
    Now I want to create delivery - here the delivery should not be created only with Materail A - ok.
    that means to create a delivery i have to enter materail B or C or D with A (with single materail A delivery should not create) - ok
    this is copy control routine from sales document to delivery document.
    logic for the same is:
    read VBAP-POSNR 10,20,30 & 40 & VBAP-MATNR that is MATERIAL A,B,C,& D.
    check if when ever VBAP-POSNR 10 - material -A is coming into the delivery whether the associated VBAP - POSNR's (any one). is there or not.
    if it is there with any one of the POSNR's then process it other wise "E" message with "No Associated Materials Exist for Material A"
    note : for this process please copy and create a new sales order to delivery to billing documents.
    hope this helps.
    please check with your abaper and update the forum.
    regards,
    balajia

  • Why not create chips with flash inside?

    Just a simple question, why not create chips that already have flash inside as a standard feature?
    Thanks.

    bhanu005 wrote:
    Just for clarification.... when say on board... is it on board or on single chip...
      If you're talking about the Spartan 3AN, then it looks like a single chip.  i.e. the flash die is in the same package as the FPGA die, so from the outside the package looks the same as the Spartan 3A which does not have flash.  All other Xilinx FPGA's require a flash device on board, or some other means of programming.
      Other means could include using the existing system memory (flash or disks) to program the FPGA via a microprocessor.  Some of the boards my company produces have embedded microprocessors on them that can read the host system (For example a desktop PC) disk files and then directly use that to program the FPGAs without using any additional storage device for the FPGA.

  • Edge animation-images are not displayed on my dreamweaver-site

    Hello, could someone please help me?
    My animation, which is inserted into  a Dreamweaver-website, shows no pictures - only text elements when you open the page in the browser. In the live view and preview in the browser the images are displayed but on the Website they are not display. I have already set the file permissions to 777 - but it did not help.
    When i open the Animation without my Dreamweaver-site - only the Animation in the browser the Images are displayed correctly.

    I've just found the error! One file was not uploaded... sorry !  Anyway thanks for the quick reply!!!

  • How to export "gif" animation frames as individual .psd files with layers intact?

    Hi, after creating an extended 25 frame animation (as if building a .gif) I would like to export each frame to individual .psd files with all the layers showing in each respective frame intact as separate editable layers (rather than each frame as a flattened one layer image/psd)...how can this be done? thanks

    maybe it would be easiest if there were just a script which would delete all the layers not visible in a frame but leave the visible layers unflattened, then the file could be saved with a new_name_001 etc., then the deletions could be undone manually via option+command z, the animation advanced by a frame...repeat
    is there a script which deletes all but the visible layers in a frame -- but leaves those which are visible unflattened/editable?
    thanks

  • Resized animated gif ImageIcon not working properly with JButton etc.

    The problem is that when I resize an ImageIcon representing an animated gif and place it on a Jbutton, JToggelButton or JLabel, in some cases the image does not show or does not animate. More precicely, depending on the specific image file, the image shows always, most of the time or sometimes. Images which are susceptible to not showing often do not animate when showing. Moving over or clicking with the mouse on the AbstractButton instance while the frame is supposed to updated causes the image to disappear (even when viewing the non-animating image that sometimes appears). No errors are thrown.
    Here some example code: (compiled with Java 6.0 compliance)
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class Test
         public static void main(String[] args)
              new Test();
         static final int  IMAGES        = 3;
         JButton[]           buttons       = new JButton[IMAGES];
         JButton             toggleButton  = new JButton("Toggle scaling");
         boolean            doScale       = true;
         public Test()
              JFrame f = new JFrame();
              f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              JPanel p = new JPanel(new GridLayout(1, IMAGES));
              for (int i = 0; i < IMAGES; i++)
                   p.add(this.buttons[i] = new JButton());
              f.add(p, BorderLayout.CENTER);
              f.add(this.toggleButton, BorderLayout.SOUTH);
              this.toggleButton.addActionListener(new ActionListener() {
                   @Override
                   public void actionPerformed(ActionEvent e)
                        Test.this.refresh();
              f.setSize(600, 300);
              f.setVisible(true);
              this.refresh();
         public void refresh()
              this.doScale = !this.doScale;
              for (int i = 0; i < IMAGES; i++)
                   ImageIcon image = new ImageIcon(i + ".gif");
                   if (this.doScale)
                        image = new ImageIcon(image.getImage().getScaledInstance(180, 180, Image.SCALE_AREA_AVERAGING));
                   image.setImageObserver(this.buttons);
                   this.buttons[i].setIcon(image);
                   this.buttons[i].setSelectedIcon(image);
                   this.buttons[i].setDisabledIcon(image);
                   this.buttons[i].setDisabledSelectedIcon(image);
                   this.buttons[i].setRolloverIcon(image);
                   this.buttons[i].setRolloverSelectedIcon(image);
                   this.buttons[i].setPressedIcon(image);
    Download the gif images here:
    http://djmadz.com/zombie/0.gif
    http://djmadz.com/zombie/1.gif
    http://djmadz.com/zombie/2.gif
    When you press the "Toggle scaling"button it switches between unresized (properly working) and resized instances of three of my gif images. Notice that the left image almost never appears, the middle image always, and the right image most of the time. The right image seems to (almost) never animate. When you click on the left image (when visble) it disappears only when the backend is updating the animation (between those two frames with a long delay)
    Why are the original ImageIcon and the resized ImageIcon behaving differently? Are they differently organized internally?
    Is there any chance my way of resizing might be wrong?

    It does work, however I refuse to use SCALE_REPLICATE for my application because resizing images is butt ugly, whether scaling up or down. Could there be a clue in the rescaling implementations, which I can override?
    Maybe is there a way that I can check if an image is a multi-frame animation and set the scaling algorithm accordingly?
    Message was edited by:
    Zom-B

  • How to block the sales order for not creating requirement

    Dear All,
    My client want that whenever a sales order is raise, that should not go create requirement for production unless until account department check whether the prices etc are correctly put or not
    how can i do this
    thanks

    I suggest you can try to use the functionality of Status Profile.
    Create one Status Profile  with 2 line items-
    1: First line : Pricing Approval or PR and check what all you want to block if this status is assigned to the order type.
    2: Second line : Released and check what all you want to be released once the Approval is done.
    So by default the status profile - Pricing Approval will be assigned to the Sales Order during order creation. Then after your accounts department check the pricing and approves , they can change the status to Released and the order can be processed further.
    Regards
    Sai

  • HT201303 My iPod was stolen the police suggest we get a hold of apple and maybe they could find it but how do I do this I am not that great with these electronics

    My iPod was stolen and the police suggested I get a hold of apple to maybe track it.. Were do I go to find that?

    lost/stolen                                      
    No app on the iPod is required.                            
    - If you previously turned on FIndMyiPod on the iPod in Settings>iCloud and wifi is on and connected, on a computer browser go to iCloud: Find My iPhone, sign in and go to FIndMyiPhone. If the iPod has been restored it will never show up.
    - You can also wipe/erase the iPod and have the iPod play a sound via iCloud.
    - If not shown, then you will have to use the old fashioned way, like if you lost a wallet or purse.
    - Change the passwords for all accounts used on the iPod and report to police
    - There is no way to prevent someone from restoring the iPod (it erases it) using it unless you had iOS 7 on the device. With iOS 7, one has to enter the Apple ID and password to restore the device.
    - Apple will do nothing without a court order                                                        
    Reporting a lost or stolen Apple product                                               
    - iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number

  • When I downloaded to iPad, it removed my icons, how do I uninstall? It is not helping me with the program I need for homeschooling. Please tell me how to uninstall from my iPad. Thank you

    I downloaded firefox to my pc to sync to my iPad. However, when it downloaded to my iPad, it removed all my desktop icons and is not working with my homeschooling program. I need to uninstall it from my iPad. Please let me know how to do this. Thank you.
    Mrs. Chapman

    Michael'sgot this one covered. He has detailed the process at the link below.
    https://discussions.apple.com/thread/3653100?tstart=0

  • How to integrate a sales process across multiple ERP systems with SOA?

    Over time we have merged with multiple companies that used to run on their own ERP system.  In the past we concerted them to our own R/3 instance.  Having recently upgraded from R/3 4.6 to ERP 6.0, we want to transition to a SOA architecture for integrating stand-alone ERP systems.  We are looking for best practices on how to start this transition; i.e., how to use SOA to implement an Order-to-Cash process across separate ERP systems. 
    Here is our scenario:
    The same products are sold through ERP system A and ERP system B.  However, each system represents a different company code with its separate manufacturing plants.  Both systems evolved independently and presently have separate master data.  How do you enable a sales process that dynamically (depending on inventory availability) gets the product either from a plant on system A or B? How do you implement a triangular sale that covers both ERP systems?
    I am looking forward to learn from your experiences and your advice.

    Hi Bernard,
    Like most SOA scenarios, first your scenario requires a detailed fit gap analysis to see which of your existing ERP systems best meet which business process that you want to accomplish at an organisation level. It is only after that, that you can decide which capabilities of SAP SOA can you leverage and how.
    Broadly speaking, SAP's SOA paradigm provides several approaches which you could use depending on your scenarios. For example, if you only need a brokerage between two or more systems (updating or retrieval of data) either synchronously or asynchronously, your best bet is PI (preferably 7.1 because of its ESR and Services Registry). On the other hand, if you require a new application that acts as a controller of flow or processing across various systems, you could use the Composition Environment which provides you with a toolset to build composite applications across various systems (for instance, by registering services from multiple systems on the Services Registry, and then consuming it from say a WebDynpro application).
    The following document might provide you with more insight on this:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/809db91f-9bdf-2910-93be-ca4f0853f929
    Hope this helps!
    Regards,
    Romit

  • How to process records one by one(not in parallel) with LSMW(BAPI)

    We loaded a batch of records (around 800) in lsmw with biz object method(BAPI).
    The records were processed in parallel and this caused some locking issue.
    Is there any way to make sure the records in LSMW with biz object method(BAPI) are processed one by one to avoid this kind of locking issue.
    Any reply is appreciated.

    Hi,
    I think there must be something to increase the lead time so that locking doesn't happen and it should be either part of customizing or can be coded,not sure exactly what code as in SAP GUI Scripting also there is a way to increase the lead time to avoid the locking issues.
    Regards,
    Rahul

Maybe you are looking for

  • Using my PC as a "Router"

    I currently have wifi and my main desktop PC is nowhere near the router.  My PC gets on wirelessly and it shares internet connection with the other devices near it via crossover cable (one end plugged into a PC and the other plugged into a switch, wh

  • Error in Transformation file

    Hi, While processing the transformation file in TST Server i am getting the error as " Error in ABAP/4 statement when processing an internal table. table" However same transformation file works fine in DEV Server. Anurodh

  • Pthread_mutex_lock() returns ENOMEM error

    pthread_mutex_lock() returns ENOMEM error In my application , when trying to lock mutex with pthread_mutex_lock() , this returns ENOMEM. I found that ENOMEM error occurs when locking over 2000 mutex in a thread by execute a sample program Does anyone

  • Start date for successor activity same as finish date of predecessor.

    Have set the calendar correctly; i.e.: workdays, holidays set as well as the hours per day (8:00 AM to 5:00PM with one hour off for lunch) and all activities are using the same calendar. Have set all activities "% Complete Type" to physical because d

  • Migration Assistant won't see my Time machine backup disk

    Hi, I've seen some other discussions but they apply to slightly different situations and turn out to be too complex for me to follow.  My situation is this.  My Dec 2008 Macbook running Lion just died.  Not sure what the problem is but it seems to be