Forum Replies Created

Viewing 27 posts - 91 through 117 (of 117 total)
  • Author
    Posts
  • in reply to: Enfold LayerSlider Slide Layer URL Links #428673
    This reply has been marked as private.
    in reply to: Enfold LayerSlider Slide Layer URL Links #428669
    This reply has been marked as private.
    in reply to: Enfold LayerSlider Slide Layer URL Links #428017
    This reply has been marked as private.
    in reply to: ENFOLD Image Hotspots Tooltip custom Background Color #420953

    Ok

    the Shortcode is outputting the correct custom colors

    DEFAULT EXAMPLE

    [av_image_spot tooltip_pos='av-tt-pos-left av-tt-align-bottom' tooltip_width='av-tt-default-width' tooltip_style='main_color av-tooltip-shadow' link='page,149' hotspot_color='' custom_bg='' custom_font='' custom_pulse='' hotspot_pos='48.8,80.4']
    <p>Tool tip text here</p>
    [/av_image_spot]

    CUSTOM COLORS EXAMPLE

    [av_image_spot tooltip_pos='av-tt-pos-left av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='main_color' link='manually,http://#url link here' hotspot_color='custom' custom_bg='#00472e' custom_font='#ffffff' custom_pulse='#00472e' hotspot_pos='88.8,86.8']
    <p>Tool tip text here</p>
    [/av_image_spot]

    However the shortcode is not inserting the custom style HTML CSS code for the custom colors in the FONT COLOR or BACKGROUND COLOR

    <div class="av-image-hotspot av-perma-tooltip av-display-hotspot" data-avia-tooltip-position="left" data-avia-tooltip-alignment="centered" data-avia-tooltip-class="av-tt-default-width av-tt-pos-left av-tt-align-centered  av-mobile-fallback-active  av-permanent-tooltip-single  main_color av-tt-hotspot" data-avia-tooltip="<h3><a title=&quot; &quot; href=&quot;http://#url link here&quot; target=&quot;_blank&quot;>Download our Product Brochure</a></h3>
    " style="top: 88.8%; left: 86.8%; "><a href="http://#url link here" class="av-image-hotspot_inner" style="background-color: #00472e; color: #ffffff;">6</a><div class="av-image-hotspot-pulse" style="background-color:#00472e;"></div><div class="avia-tooltip avia-tt av-tt-default-width av-tt-pos-left av-tt-align-centered av-mobile-fallback-active av-permanent-tooltip-single main_color av-tt-hotspot" style="top: -37px; left: -140px; display: block; opacity: 1;"><div class="inner_tooltip"><h3><a title="" href="http://#url link here" target="_blank">Download our Product Brochure</a></h3></div><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></div></div>

    Above we can see that the custom colour has been inserted for the hotspot

    <div class="av-image-hotspot-pulse" style="background-color:#00472e;"></div>

    But not for the other elements

    Hi Josue,

    Collapsing Categories is not compatible with WordPress 4.1 and Enfold 3.0.8

    I emailed the plugin developer – no response
    here

    I ended up using http://codecanyon.net/item/woocommerce-category-accordion/7117371

    some css issue need fixing – when left or right sidebar.
    +————————————————-+

    On the original topic…

    I’d like to be able to edit the WooCommerce PRODUCT_VIEW template from the child theme

    any ideas ?

    Hi
    I’ve tried @mariusz code but it doesn’t seem to work the way as @MichaelT1

    Q1. Still hoping @MichaelT1 can share his version of the code.

    Q2. I also would like to know how the Collapsable Category menu was achieved in the right sidebar.
    http://www.heritagetrim.com/testq/shop/
    I’ve looked at several plugins but none as effective.

    Q3. I have also looked through the forum – is there away to edit the product single layout template from the child theme

    Thanks Devin

    My programmer is looking into that!

    If successful – I will post the code.

    :)

    Hi Peter
    Thanks for the response.

    Is there away to have that js file read from the child theme ?
    or add additional theme update to include video insert features.

    While waiting for a response I worked on several solutions

    1. A youtube object embed from here ( https://developers.google.com/youtube/youtube_player_demo?hl=fr ) worked fine – but no splash graphic.
    2. I created a simple jquery function that on click hides a div with the splash graphic and shows div with Youtube object embed with auto play – worked fine on desktop – but not on iphone
    3. Our programmer came up with a this to remove the related videos at then end of the video play. Put this code in your Child themes functions.php file

    function remove_related_videos( $html, $url, $args ) {
    
        if ( strpos( $html, 'youtube.com/embed/' ) !== false ) {
            return str_replace( 'feature=oembed','feature=oembed&rel=0', $html );
        } else {
            return $html;
        }
    
    }
    add_filter( 'oembed_result', 'remove_related_videos', 10, 3 );

    4. The final solution was a workaround to use a image as a splash have this link to a manual url = youtube?watch that opened in a lightbox. All done with the Avia layout builder. This worked seamlessly across all browsers in IE8 IE11 and mobile devices with the insertion of the code from this forum into my child theme function.php file.

    https://kriesi.at/support/topic/youtube-video-not-working-in-ligthbox/#post-288867

    Which raises the question…

    why would the mediaelement.js work as a video player cross platform in a lightbox – but not as a page element?

    Now that I have found a work around solution – I’ve lost interest in hacking away at this – may be there will be an improvement with WordPress 4.0

    This reply has been marked as private.

    Hi Josue

    the work around is for the lightbox only

    currently http://youtube.com/watch?= will not use additional parameters either

    I have used a codex [video setup and
    On IE 8 your get the splash graphic you can play – however no video just audio
    ON IE11 you get a black box and when you click on it you get an error message.
    An error occurred, please try again later. Learn More

    Hmmm ….

    So I have just viewed http://mediaelementjs.com/examples/?name=youtube
    on both IE8 and IE11 and everything is fine.

    Just wondering if there is a conflict with ENFOLD Avia layout Builder VIDEO element

    ??

    Hi Josue

    Great I test that one out!

    I have another issue with video not playing in IE8 and IE11

    I had a play around with several plugins
    Jwplayer
    VideoJs
    Sublime
    all have issues with Flash fall back

    Iv’e got a query about the Enfold Built in Avia Layout builder video player
    1. Can I add a Poster image
    2. Can you re-write the workaround script above to work with standard youtube watch video link – so I can have rel=0

    thanks

    in reply to: Enfold Advanced Layer Slider kills Next and Prev post #288916

    Hi Ismael

    Thanks Heaps !

    that did the trick!

    in reply to: Blog layout wiht read more #284640
    This reply has been marked as private.
    in reply to: blog-single-small no left margin #284612
    This reply has been marked as private.
    in reply to: Blog layout wiht read more #283990

    Hi Peter,

    what was the out come of this post ?

    I don’t want to input a manual excerpt for each post.

    I have inserted the <!–more–> tag in the post content
    However the post archive is not showing the_excerpt() or the_content()

    I am currently using AVIA layout builder – portfolio grid

    is there away to…

    if excerpt() true
    echo $excerpt
    else
    the_content()

    within the post loop layout ?

    in reply to: Open link in Lightbox/iframe #283573

    Hi Ismael,

    thanks for the reference blog which mentions embedding a google map
    it only took 5 min to workout the embed and test!

    It took much longer to write these instructions ;)

    You can open a google map in a lightbox iframe as long as your google map url reference includes “&key= ” a google map API key.

    https://developers.google.com/maps/documentation/embed/guide#api_key

    https://console.developers.google.com/
    login with your google account
    Create a project – “website domain name”
    on the left menu
    APIS &AUTH / APIs
    enable :: Google Maps Embed API
    on the left menu
    APIS & AUTH / Credentials
    Create new Key / Browser Key “This key can be deployed in your clients’applications.”
    Enter the domain name of your clients website
    A Public API Access key is generated.
    copy the API KEY
    GO HERE :: https://developers.google.com/maps/documentation/embed/start
    setup your map / looks good!
    paste your API KEY
    click DONE!
    Copy the <iframe code

    you can use the <a href=”https://
    for your lightbox

    don’t forget to add the “&iframe=true&width=100%&height=100%” to the end or the URL address

    see example below ::

    <a href="https://www.google.com/maps/embed/v1/place?q=New%20York%2C%20NY%2C%20United%20States&key=apikeyhere&iframe=true&width=100%&height=100%" rel="prettyPhoto[iframes]" title="New York Map">New York Map</a>
    

    cheers :)

    Ah!
    FANTASTIC
    Cheers ;)

    in reply to: Open link in Lightbox/iframe #282842

    Hi Peter,
    Can you shed some light – why this does not work for a google map ?

    <a href="http://maps.google.com.au/maps?q=new+york&hl=en&sll=43.299428,-74.217933&sspn=6.571804,14.765625&hnear=New+York,+New+York+County,+New+York,+United+States&t=m&z=10&iframe=true&width=100%&height=100%" rel="prettyPhoto[iframes]" title="New York Map">New York Map</a>

    even short url does not work
    <a href="http://goo.gl/maps/ShS5K?iframe=true&width=640&height=360" rel="prettyPhoto[iframes]" title="New York Map">New York Map</a>

    The lightbox opens but no content is loaded into the iframe

    I have even checked out the authors website :: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone

    Is there another way within ENFOLD theme to have a google map open in a lightbox from a button or link ?

    in reply to: Open Gallery from a link or sigle image #281624

    Hi Dude,

    Thanks for the link – I will post there later!
    I have a ul li list with icons
    <li><a href=""><span class="icon"></span>Open Image Gallery</a></li>

    So this is not miss leading…

    For now I have a work around for anyone else trying to do this.

    Create the gallery

    Create your TEXT BOX
    this is and example <a href link
    use the url of the first image from your gallery

    [av_textblock ]
    <a class="first_thumb lightbox " title="" href="http://domain/_WORDPRESS/wp-content/uploads/2013/11/image_1.jpg" data-onclick="1" data-rel="gallery-1">Open Image Gallery</a>
    [/av_textblock]

    Add the following to your child theme css style.css file
    .avia-gallery {display:none; visibility:hidden;}

    The Gallery is…
    1. hidden from the user – but is activated by the text link
    2. Is visible in the AVIA Layout Builder and can still be edited

    cheers : )

    in reply to: Open Gallery from a link or sigle image #281570

    So I have created it manually…

    
    [av_textblock ]
    <a rel="prettyPhoto[gal2]" title="photo 1 title" href="http://domain.com/_WORDPRESS/wp-content/uploads/2013/11/image_001.jpg">test lightbox text link</a>
    <div style="display:hidden;">
    <a rel="prettyPhoto[gal2]" title="photo 2 title" href="http://domain.com_WORDPRESS/wp-content/uploads/2013/11/image_002.jpg"></a>
    <a rel="prettyPhoto[gal2]" title="photo 3 title" href="http://domain.com/_WORDPRESS/wp-content/uploads/2013/11/image_003.jpg"></a>
    <a rel="prettyPhoto[gal2]" title="photo 4 title" href="http://domain.com/_WORDPRESS/wp-content/uploads/2013/11/image_004.jpg"></a>
    <a rel="prettyPhoto[gal2]" title="photo 5 title" href="http://domain.com/_WORDPRESS/wp-content/uploads/2013/11/image_005.jpg"></a>
    </div>
    [/av_textblock]
    

    can you add a template option to the Avia Advanced Layout builder GALLERY to do something like this

    This reply has been marked as private.
    in reply to: Problems uploading images within Theme Options #278013
    This reply has been marked as private.
    in reply to: Problems uploading images within Theme Options #277954

    Hi Josue,

    Wordpress 3.9.1
    Enfold 2.8.1

    just tried and upload of FAVICON

    “favicon.ico” has failed to upload due to an error
    Unable to create directory wp-content/uploads/2013/04. Is its parent directory writable by the server?

    The directory wp-content/uploads/ has correct permission 755
    The normal WP media uploader can upload to wp-content/uploads/

    but again using the upload from the theme options does not work.
    and it’s clearly trying to create a date folder that is incorrect.

    I’m just wondering if this has something to do with the import theme dummy data setting the wrong date.

    Anyway not urgent but you may wish to look into this.

    in reply to: Problems uploading images within Theme Options #277932

    Hi I also have the same problem!

    Wordpress Media Upload works fine

    However if you use Kriesi Enfold Theme Options
    Logo or Favicon upload

    Wordpress tries to create folder in uploads “2013” when it is clearly 2014

    I have upload the image using the standard wordpress media uploader and pasted the image url into the theme settings.

    However I think there may be a bug with the framework.

    cheers : )

    in reply to: upload image thumbnail resizer not working #272712
    This reply has been marked as private.

    Hi Devin / Kriesi

    If you could make this a priority – as this updated has just killed 1 development site – and I will not upgrade the additional 5 sites until the custom child style.css has been give priority.

    Many thanks!

Viewing 27 posts - 91 through 117 (of 117 total)