Forum Replies Created

Viewing 30 posts - 331 through 360 (of 881 total)
  • Author
    Posts
  • in reply to: CSS for lightbox #956156

    Thanks for the one last try! That did not work either…. don’t worry, I’ll have my developer look at it next time he’s working on other things (such as when Enfold 4.4 comes out, ha ha!)

    thanks again!!! You made a valiant effort!!!

    Best,
    Rob

    in reply to: CSS for lightbox #956088

    Minification not turned on, lightbox is enabled in theme options

    in reply to: CSS for lightbox #956079

    (sorry, I don’t know how to paste it nice like you do, I can do that if you tell me how)

    in reply to: CSS for lightbox #956078

    Yes, that is my staging site… but the “page” doesn’t show up under pages… the entire page that shows the home details (and the photo show) is generated dynamically by Optima Express. So this page does not exist under my pages, and I cannot edit it though I CAN modify the page template:
    http://robwiley.staging.wpengine.com/homes/4000-CORNWALL-WAY-ROCKLIN-CA-95677/18025166/13/ (hosted on WPengine)

    Crazy, huh?

    Here is code for the page template:

    <?php /* Template Name: IDX w/Sidebar */
    global $avia_config, $more;

    /*
    * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
    */
    get_header();
    ?>

    <div class=’container_wrap container_wrap_first main_color <?php avia_layout_class( ‘main’ ); ?>’>

    <div class=’container test’>

    <main class=’template-page content <?php avia_layout_class( ‘content’ ); ?> units’ <?php avia_markup_helper(array(‘context’ => ‘content’,’post_type’=>’page’));?>>

    <?php
    if(!empty($avia_config[‘conditionals’][‘is_builder’]))
    {
    $avia_config[‘conditionals’][‘is_builder_template’] = true;
    get_template_part(‘template-builder’);
    exit();
    }
    else
    {
    get_template_part(‘page’);
    exit();
    }
    ?>

    <!–end content–>
    </main>

    <?php

    //get the sidebar
    //$avia_config[‘currently_viewing’] = ‘page’;
    get_sidebar(‘IDX’);

    ?>

    </div><!–end container–>

    </div><!– close default .container_wrap element –>

    <?php get_footer(); ?>

    in reply to: CSS for lightbox #956075

    Yes performance is set to load all elements.

    in reply to: CSS for lightbox #956073

    That page is hosted somewhere else and served via the plugin… I cannot modify that page unfortunately.

    From Optima Express support:
    “I see that the theme developer is asking to add a class and some CSS to Optima Express. The theme developer may not realize that the IDX content exists on our servers and is sent to Optima Express dynamically. Since the content does not exist on your site, there isn’t a place where this class can be added. The enfold developer probably doesn’t encounter something like this very often, since most wordpress sites have basic local content like blog posts and pages.

    I suppose that your developer could write some JavaScipt that would run on the page when it loads, finds the carousel element, and insert the class.”

    in reply to: CSS for lightbox #956068

    Wow 007, with the last one you got closer…. lightbox now does launch but you can’t advance photos nor can you close lightbox… (no controls).

    You can see it here:
    http://robwiley.staging.wpengine.com/homes/4000-CORNWALL-WAY-ROCKLIN-CA-95677/18025166/13/ (hosted on WPengine)

    It seems to take us to the site hosting the photo as opposed to creating a lightbox… but does seem closer to the solution!

    Thanks,
    Rob

    in reply to: CSS for lightbox #955526

    Thanks again for trying 007!!!

    Best,
    Rob

    in reply to: CSS for lightbox #955491

    007, thank you very much — you are so kind…

    I updated and I see no effect…and now the little red “highlight arrow” over the photo is no longer appearing:

    http://robwiley.staging.wpengine.com/homes/8715-WESTCHESTER-PLACE-ROSEVILLE-CA-95747/18019878/13/ (hosted on WPengine)

    Best,
    Rob

    in reply to: CSS for lightbox #955032

    The challenge is these pages aren’t actually hosted on WordPress, but are hosted on a plugin’s server… so they aren’t pages I can see or edit. The link I just gave you is my staging site — I can’t experiment on the production site as that has to be 100% working all the time (hence me being on 4.2.3…)

    Thank you though!!

    Best,
    Rob

    in reply to: CSS for lightbox #955010

    delete obsolete comment

    in reply to: CSS for lightbox #955009

    Hi 007, thank you for your help, wow I did not expect you to go to all this trouble!

    The red arrow now appears on the photo but it doesn’t seem to do anything… you can see it on this page:
    http://robwiley.staging.wpengine.com/homes/2910-CAMBRIDGE-ROAD-CAMERON-PARK-CA-95682/18008796/13/ (hosted on WPengine)

    Thanks much!
    Rob

    in reply to: CSS for lightbox #954930

    I just heard back from Optima Express and it sounds like it might be difficult to achieve this… they said:

    “The theme developer may not realize that the IDX content exists on our servers and is sent to Optima Express dynamically. Since the content does not exist on your site, there isn’t a place where this class can be added. The enfold developer probably doesn’t encounter something like this very often, since most wordpress sites have basic local content like blog posts and pages.

    I suppose that your developer could write some JavaScipt that would run on the page when it loads, finds the carousel element, and insert the class.”

    :(

    Thanks
    Rob

    in reply to: CSS for lightbox #954872

    Not sure… Victoria asked for login credentials but no one has logged in…..

    in reply to: Easy? question: Center captions in Masonry Element #954784

    Oh my gosh, that fixed it, can we just delete this thread so no one sees how stupid I am…. forgot to flush the Cloudflare cache…

    Works perfectly, thanks! (just joking about deleting thread)

    Rob

    Glad that helped!!! :)

    I had the same issue and it was resolved when I updated the header.php file in my child theme. There were major changes to header.php in 4.3.1 and if you have a child theme header.php file it overrides the main theme header.php file and breaks lightbox.

    Hope this helps.

    in reply to: CSS for lightbox #954073
    in reply to: CSS for lightbox #954025

    Yes, info in private content… please track all changes and paste here since this is staging site, not production site.. Thanks!

    in reply to: have video autoplay on mobile #953538
    This reply has been marked as private.
    in reply to: CSS for lightbox #953536

    Don’t laugh at my bad css but I tried this…

    /* add lightbox */
    #media-object ihf-center .lightbox {
    }

    And it didn’t work… trying to figure out how to add lightbox class to the media object class…

    in reply to: CSS for lightbox #953096

    Hi Victoria,
    Thanks… the plugin that produces the page has a “CSS” box… would I just type “lightbox” in this box or is there something else I should do to tell the page to activate lightbox?

    If this is more of a question for the plugin author, I can also ask there.

    thanks
    Rob

    in reply to: Youtube shortcode #953038

    Beautiful! The Matterhorn! I went there as a child and marveled at its beauty.

    So my site with 4.2.3 autpolay is still working on Chrome but with 4.3. it stops:
    http://www.thomashenthorne.com/78-southern-heights-blvd/

    I do think we will need the feature of autoplay muted video, click for sound to comply with new Chrome policies.

    I have done this with Smart Slider here… works on mobile as well, even over 4G / LTE:

    http://www.thomashenthorne.com/190-gilmartin-drive-tiburon/

    in reply to: Video autoplay #952756

    Guys… when is 4.3.2 coming out? I don’t mind a css patch or two to hold us over but when we start dropping huge chunks of code into the theme, it’s time for an update…. :)

    With respect,
    Rob

    in reply to: CSS for lightbox #952381

    I had no idea that pasting that code would also paste a photo… but … enjoy ha ha.

    in reply to: Youtube shortcode #952139

    Ha ha I am becoming paranoid since so many video elements keep breaking! :)

    Bottom line, are you seeing stable autoplay video performance from 4.3.1? I have not been able to achieve that.

    Thanks,
    Rob

    in reply to: Youtube shortcode #951963

    Is the top full-width blurred photo a video? It does not play on Chrome…?

    Agreed on self-hosted videos, and I have moved away from them. Part of the issue I was running into with Youtube hosted was that sometimes even on high-speed connections, Youtube would start showing video before hi-res had loaded, so it looked pixelated for first 10 seconds, then clears up. Self-hosted did not have that problem. However I’m using Smart Slider now for more of the video hosting, and compressing the mobile videos to 1-5 MB using Handbrake.

    My issue with 4.3.1 however is that the old pages on my site are no longer working with self-hosted video, and all the patching causes other issues (Youtube stops working when self-hosted starts working).

    Keep sharing solutions, it is appreciated!!!!

    Best
    Rob

    in reply to: STILL no video in playing in my background #951396

    Thanks. I’ll just wait for 4.3.2 at this point. Too many mods / hacks to get basic functionality working again. I feel like every mod breaks something else, and I don’t want to end up with Frankensteined code that I have to go back and sort out.. I would rather stay on original release channel.
    I assume developers will implement video fixes in the next update? I feel like I have been saying that since September 2017… :)

    Thanks
    Rob

    in reply to: Slider really strange since the new release #951204

    Guenni007 I have noticed on 4.3.1 sometimes the sliders appear fine and other times they don’t appear at all. It seems random… sometimes reloading page fixes it…. until it breaks again. Is this what you are seeing?

    in reply to: Video autoplay #951187

    With further testing, I can also confirm that while this fixes the self-hosted videos (except disables controls so users can’t pause), it breaks the auto-play for Youtube hosted videos…..

Viewing 30 posts - 331 through 360 (of 881 total)