Forum Replies Created
-
AuthorPosts
-
Dear Rikard and Co.,
Any update on this at your end?
Cheers,
TimDear Rikard,
Negative. I just updated, but I’m still getting the Object object error on iPhone 5 and iPhone 7+.
Other ideas?
Cheers,
TimDear Support,
I am having the same issue on the home page slider. What is the definitive solution? Please advise.
Thank you,
TimJune 4, 2018 at 4:43 pm in reply to: Change Logo on Mobile + Optimize Color Box Image and Gallery Images for Mobile #966619Dear Nikko,
Got it, many thanks. Consider this case closed.
Thank you again!
Cheers,
TimJune 4, 2018 at 4:19 pm in reply to: Change Logo on Mobile + Optimize Color Box Image and Gallery Images for Mobile #966599Dear Nikko,
Yes, I did that too, but it is only a temporary fix.Try this:
1. Flush the cash, refresh the home page. Everything should be okay… but;
2. Navigate to an interior page, then go back to the home page;
3. You’ll see that the mobile logo is no longer there and instead shows the desktop logo.Any idea what a permanent fix might be?
Thanks,
Tim
June 4, 2018 at 11:06 am in reply to: Change Logo on Mobile + Optimize Color Box Image and Gallery Images for Mobile #966440Dear Nikko,
No worries. Thank you for taking a closer look.
What did you do to fix the logo issue?
Please advise.
Thank you.
TimJune 3, 2018 at 11:11 am in reply to: Change Logo on Mobile + Optimize Color Box Image and Gallery Images for Mobile #966096Dear Support,
Please ignore all requests in this post regarding CSS. I’ve realized it is easier for me to come to you, rather than to get you to come to me, so I’ve made some changes in accordance with clues that I’ve gotten from your demos.
That said, the change of logo on mobile is still a problem. I’ve figured out that it will appear properly if you navigate to the interior pages, but, when returning to the home page, it switches back to the desktop logo.
Any idea why?
Please advise.
Thanks,
TimJune 1, 2018 at 9:36 pm in reply to: Change Logo on Mobile + Optimize Color Box Image and Gallery Images for Mobile #965571Nikko,
Apologies for the many replies…
I’ve found a way to control the color box on the mobile. Here is the code:/* Shrink the color box on the home page on mobile portrait */ @media only screen and (max-width:320px) { #top.home #av_section_1 { /*background-size: cover !important;*/ background-size: 100% auto !important; background-attachment: scroll !important; height: 200px !important; } #top.home #av_section_1 .container { height: 200px !important; } }
Strangely, the mobile logo is back… don’t know why.
Not luck increasing the sizes of the gallery images with the CSS that you gave me. Other ideas?
Thank you.
Tim- This reply was modified 6 years, 5 months ago by hypergolica.
June 1, 2018 at 9:19 pm in reply to: Change Logo on Mobile + Optimize Color Box Image and Gallery Images for Mobile #965566Nikko,
What is the best CSS trick to use just to make sure that it is actually talking/connecting to the element? I’m not having any luck with your CSS above.
Also, I’m guessing the double colon “::” after max-width is a typo, right?
Please advise.
Thank you,
TimJune 1, 2018 at 9:02 pm in reply to: Change Logo on Mobile + Optimize Color Box Image and Gallery Images for Mobile #965562Nikko,
I’m also not having any luck with the code you’ve given me for home page image.
I’ve done the following:/* Shrink the color box on the home page on mobile horizontal */ @media only screen and (max-width::320px) { #top.home #av_section_1 { background-size: cover !important; background-attachment: scroll !important; height: 200px !important; border: 2px solid red !important; } #top.home #av_section_1 .container { height: 200px; } }
As you can see, I’ve tried targeting a smaller device (max width 320 px) and I’ve tried adding a border to check and see if the code is actually communicating with the DIV… which it isn’t.
This is one of the things I struggle the most with: very hard to target specific elements in the Enfold theme with CSS. I wish it were easier.
That said, I’m probably not doing something right. What’s the trick?
Please advise.
Thank you.
TimJune 1, 2018 at 8:23 pm in reply to: Change Logo on Mobile + Optimize Color Box Image and Gallery Images for Mobile #965550Nikko,
Okay, I’ve noticed that if I clear the cache then refresh, the mobile logo will work for a couple of “refreshes”… but as I continue to test other CSS changes, the ‘mobile logo’ is replaced by the original logo.
No idea why this happens.
What do you see at your end?
Thanks,
TimJune 1, 2018 at 5:04 pm in reply to: Change Logo on Mobile + Optimize Color Box Image and Gallery Images for Mobile #965454Dear Nikko,
Many thanks for the reply.
Here is the filter code:add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if(wp_is_mobile() ) { $logo = "...address of new logo "; } return $logo; }
I can confirm that the filter does NOT work. (Link to image as seen on mobile + link the image that should have been visible.)
Might it not work because of a caching plugin? I’ve got WP Rocket installed and activated.
Credentials below if you want to look.I’ll test out the CSS you suggest and report back.
Thank you, Nikko!
Cheers,
TimApril 23, 2018 at 1:30 pm in reply to: Fullscreen Slider Image on Home Page Sometimes Does Not Appear #945388Thank you, Vinay! I found an alternative solution, but I’m sure this will be helpful in the future. Please close this thread if it hasn’t been closed already.
Cheers,
TimDear Ismael,
Thank you for investigating. In the event you should get an answer back from your developers, I’d be curious to know why that pops up as an issue.
Cheers,
TimDear Richard,
Details below. Thank you!
Cheers,
Tim
March 19, 2018 at 12:23 pm in reply to: Fullscreen Slider Image on Home Page Sometimes Does Not Appear #929022Rikard,
Good idea. I ended up switching to the Color Box as I noticed that even using the Fullwidth Easy Slider had problems regarding the image loading. I’ve no idea what causes the conflict, but if I had to guess, I’d say it is something to do with WP Rocket.
The only problemI had with the Color box is the position of the background image within the box. I tried using CSS to modify the ‘background-position’, but, holy cow!, what a nightmare trying to figure out the right path. I even followed Yigit’s instructions on adding a custom class name and it still didn’t work.
To fix this, I ended up cropping the image the way I wanted and exported it accordingly, but, If you could show me the right CSS to better position the image for future use, I’d be much obliged.
Link to the site below.
Many thanks.
Cheers,
Tim
March 16, 2018 at 10:12 am in reply to: Fullscreen Slider Image on Home Page Sometimes Does Not Appear #928003Hi Vinay,
Many thanks for checking the website. Unfortunately, the “deactivate all plugins” isn’t a viable solution. I have too many that are essential to site… and not enough time to go through that kind of process. (I am amazed that no one has come up with a ‘check-for-plugin-conflicts’ plugin.)
I think I’ll pursue an alternative solution…
Question: if I want to replace the Fullscreen Slider with a basic DIV that goes fullscreen and is responsive, do you have any recommendations regarding the CSS?
Thanks,
Tim
March 15, 2018 at 10:15 am in reply to: Fullscreen Slider Image on Home Page Sometimes Does Not Appear #927177Dear Rikard,
Thank you for taking a look! Credentials below.
Cheers,
TimHello Rikard,
Yes, please close the topic and mark it as solved.
Thank you again.
Cheers,
TimBasilis,
You nailed it! That is the fix. Thank you!!!!
Cheers,
TimFebruary 23, 2018 at 1:42 pm in reply to: Enfold Not Showing New Update – Checking Manually Does Not Work #916671Dear Yigit,
That’s the fix! Thank you!!!
Cheers,
TimDear Support,
Sorry, scratch everything I said. The “Border Color” does control it! I found a SECOND custom CSS I had added long ago that was overwriting everything. Please close this topic. My apologies for the inconvenience!
Cheers,
Tim
November 12, 2017 at 12:50 pm in reply to: Create Link from Maps Widget to Google Maps or Apple Maps on Mobile? #875722Hi Ismael,
Many thanks. It looks like this is the updated list:
I’m having success with some of the suggestions, specifically, if I want a current location to a specific address, I’m using this:
https://www.google.com/maps/dir/Current+Location/760+West+Genesee+Street+Syracuse+NY+13204
Thanks again!
Cheers,
Tim
November 9, 2017 at 9:45 am in reply to: Create Link from Maps Widget to Google Maps or Apple Maps on Mobile? #874567Hi Rikard and Ismael,
I’ve tested adding the link as suggested and realized that my original question was incomplete: yes, adding the link opens Maps, but, it doesn’t offer directions to that location from the user’s current location. I’ve since investigated on Google’s Maps URL page and, despite adding the parameter “origin=current+location”, I’m getting erroneous results. Some posts on other forums mention a bug in Google Maps, but those date back to May, so it seems strange that the bug would still exist.So, if anyone knows how to create a URL that would open an address in Maps with starting point = current location and end point = specific address, I’d be grateful for the help.
In the meantime, I’ll continue to investigate, and if I find the answer, I’ll report back.
Cheers,
Tim
November 8, 2017 at 9:48 am in reply to: Create Link from Maps Widget to Google Maps or Apple Maps on Mobile? #874081Ismael,
Hmmmm, I thought I had tried that… but I’ll try again.
Many thanks!
TimHello Victoria!
Many thanks for your reply. I appreciate it.
I activated the “Really Simple SSL” plugin and it worked like a charm! I would also note that as part of the activation, the plugin automatically made the changes that you indicate above.
Thanks again.
TimDear All,
As a best practice, it would be really helpful if people could share their solutions to these problems.
Thanks.
TimSeptember 5, 2017 at 11:44 am in reply to: Default Gallery Bug – Images in Gallery Don't Respond on Hover or Click #848051Rikard,
Case closed!
Thank you and the rest of the team!
Cheers,
TimSeptember 4, 2017 at 12:55 pm in reply to: Default Gallery Bug – Images in Gallery Don't Respond on Hover or Click #847701Dear Ismael,
I found the fix in an earlier post by you:#top .gallery-caption { display: block; float: none; }
Thank you very much for the help!
Cheers,
TimSeptember 4, 2017 at 12:09 pm in reply to: Default Gallery Bug – Images in Gallery Don't Respond on Hover or Click #847686Dear Ismael,
Aces! You’ve identified the problem; removing the CSS code entirely fixes it, but it also eliminates the caption.
Unfortunately, adding the z-index to the CSS doesn’t solve the problem (even after clearing the cache), so my question now is:
How do I get the caption back on the default galleries and not interfere with the image layover?
Many thanks!
Cheers,
Tim -
AuthorPosts