Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Ah-ha! I think I’ve got it:
function horizontal_gallery_subline(){ ?> <script> (function($){ $(window).load(function() { $('.av-horizontal-gallery-link').css('bottom', '30px'); $('.av-horizontal-gallery-link').each(function(){ var imgTitle = $(this).attr('title'); $(this).after('<div style="width:580px;"><p class="text-under-image">' + imgTitle + '</p></div>'); $(this).css({ 'padding-bottom' : '20px', 'background-color' : 'transparent', }); $('.text-under-image').css({ "text-align": "center", "margin": "-200px 0", "color": "#FFF", "background" : "#003F87", }); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'horizontal_gallery_subline');
I had to adjust the margin (which moved the text), but then the text was all in one long line (which is why I added the div style). The final step was removing some whitespace that was causing the line of text problem:
.av-horizontal-gallery-inner { white-space: normal !important; }
I think we are good to go now!
Haha…that was exactly what I did. I returned the min-width to its original 767px and that fixed that second issue. Sorry for that. :)
I am still having my original problem though (with the two text blocks displaying). Are you able to recreate it on your end? If so, what would be a workaround for it? I can’t seem to find anything similar in my searches…
Hmmm…so I made the change from 767px to 766px in all of the css files I could find and all I managed to do was now break the page to also display both textblocks on 766 as well. =P
Okay, let me see if I can put these in a sensible order. Here are the settings I have for each of the text blocks:
But then if you zoom the screen to 90% and tweak the pixel counts you can view just the desktop block, just the mobile block, and interestingly at 767 you can view both blocks:
I’ll try to see if I can tweak the CSS like you suggested, but I just thought it was strange that this occurs in this very specific scenario. The only reason why we caught it was because one of our users was viewing our page on a laptop and switched their view to a “docked view”. I am not sure if docked views automatically adjust the zoom slightly, but that was when the issue became apparent.
Thank you for your response!
April 18, 2018 at 2:40 pm in reply to: Image Overlay causes wrapped text to drop below image #943623Perfect! Thanks! Just wondering, is this a bug with enfold or just something on my end?
April 18, 2018 at 2:15 pm in reply to: Image Overlay causes wrapped text to drop below image #943612No luck :(
Yes, I can and have done so, but it is not practical as we have many editors and I can not create JS code for each iframe they put in or when they update. Is this a known issue? Will it be fixed?
Thanks!Thanks, you can close it. I believe I have what I need.
Thank you very much!
This reply has been marked as private.January 30, 2017 at 5:40 pm in reply to: Firefox Crash (memory issue) when embedding local video into Avia text block #740319If you enter more than one video (5-8 videos), Firefox memory usage increases to the point were the application crashes.
January 26, 2017 at 2:45 pm in reply to: Firefox Crash (memory issue) when embedding local video into Avia text block #738957Updated login credentials.
October 31, 2016 at 1:18 pm in reply to: color section background image expands slightly on mobile #706120I have fixed the issue with some css code (see message thread). Thanks
October 26, 2016 at 5:21 pm in reply to: color section background image expands slightly on mobile #704444I am testing this… and it seems to work:
/* Mobile background position */
.avia_mobile .av-parallax {
height: 100% !important;
}October 26, 2016 at 4:11 pm in reply to: color section background image expands slightly on mobile #704386I have created a fresh wp install with the latest enfold template and demo content. The image shift problem is still there. Also, for mobile, the color section background image will not display “top center”. If you compare looking at phone vs laptop/desktop you will see there is a difference in how the background image is displayed. I thought this issue was corrected at one point, with the template. Is there a fix?
- This reply was modified 8 years ago by lssu.
October 25, 2016 at 10:23 pm in reply to: color section background image expands slightly on mobile #704016It seems to do it on the Enfold Demo also: http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/
October 25, 2016 at 1:40 pm in reply to: color section background image expands slightly on mobile #703766Sadly, that did not work. I have the same template setup on another site and it works (this was the original site and I made a copy of it).
October 24, 2016 at 4:45 pm in reply to: color section background image expands slightly on mobile #703362Information as requested
Thank you, that works!
Thanks, that works!
You are correct, the issue is gone and I didn’t fix anything. Probably just my computer (restarted it)… nothing to see, carry on :)
(Thanks!)
Thank you. That is very close.
The parent “plus” should change to a minus, after opening. The child should not have a minus.
As an example, Menu 2 and Menu 3 both have child pages. Menu 3 “plus” was clicked on and the submenu displayed.
Menu 1
Menu 2 +
Menu 3 –
Sub Menu 1
Sub Menu 2
Menu 4Related: Is there a way to make “Menu 3” as a link to the Menu 3 page and have the “plus” be the action that expands the menu, displaying child pages?
No problem. I have changed out the arrows in my sub page menu to “plus” for parent page and “minus” for child page.
I would like to replicate this in the mobile menu for Enfold. Is it possible?
March 14, 2016 at 2:22 pm in reply to: Mega Menu – broken design in second column with hdden title #597715One problem. In the mobile menu, I have an listing for   as the column header. Is there a fix?
March 11, 2016 at 11:22 pm in reply to: Mega Menu – broken design in second column with hdden title #597083I had the same issue and this solution resolved it.
Thanks, I was wondering if there is a way to emulate the right pointing arrows and the down pointing arrows, as seen in the mobile nav? In the mobile nav, the arrows are clickable, but that is not needed in the desktop version. I am just looking for the arrows to appear when there is a child page (left pointing) and down-pointing arrows for parents. This would help the navs look more consistent.
Update… I was able to install “SlickNav” and it seems to be working.
Thanks. During testing, I can get a js menu system to somewhat work. I can display button for the menu and when clicked, side bar is displayed along the right side of the page. But I am unable to get the close menu button working (or even display properly).
-
AuthorPosts