Forum Replies Created
-
AuthorPosts
-
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,
RobMinification not turned on, lightbox is enabled in theme options
(sorry, I don’t know how to paste it nice like you do, I can do that if you tell me how)
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(); ?>
Yes performance is set to load all elements.
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.”
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,
RobThanks again for trying 007!!!
Best,
Rob007, 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-
This reply was modified 7 years, 1 month ago by
goldengate415.
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,
Robdelete obsolete comment
-
This reply was modified 7 years, 1 month ago by
goldengate415.
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-
This reply was modified 7 years, 1 month ago by
goldengate415.
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
RobNot sure… Victoria asked for login credentials but no one has logged in…..
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
May 10, 2018 at 4:47 pm in reply to: Lightbox Modal Window no longer working after update to 4.3.1 #954663Glad that helped!!! :)
May 9, 2018 at 11:31 pm in reply to: Lightbox Modal Window no longer working after update to 4.3.1 #954221I 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.
Yes that is correct… a page like this:
http://www.thomashenthorne.com/homes/135-BELVEDERE-AVENUE-BELVEDERE-CA-94920/21728470/3/
Yes, info in private content… please track all changes and paste here since this is staging site, not production site.. Thanks!
This reply has been marked as private.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…
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
RobBeautiful! 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:
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,
RobI had no idea that pasting that code would also paste a photo… but … enjoy ha ha.
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,
RobIs 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
RobThanks. 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
RobGuenni007 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?
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…..
-
This reply was modified 7 years, 1 month ago by
-
AuthorPosts