Forum Replies Created
-
AuthorPosts
-
September 13, 2019 at 9:32 pm in reply to: Portfolio Grid Shortcode Inside "Tabs Section" Not Working as Expected #1138197
I found an alternate solution.
Thanks for the time!
Have a good one
September 11, 2019 at 2:04 am in reply to: Portfolio Grid Shortcode Inside "Tabs Section" Not Working as Expected #1136843Basilis,
Thanks for the info.
Could you point me to a specific styling? Everything I am messing with doesn’t fix the issue.Also, if it was a styling issue then why isn’t the first tab being affected? Why would it only be the subsequent tabs?
If I reload the page with a tab open I don’t get that issue with that tab, but it does replicate onto the first one. To me that says it has something to do with page load
I have some custom styling added to the grid-entry class, but I did turn that off (emptied the cache) reloaded the page and it didn’t affect anything.
- This reply was modified 5 years, 2 months ago by jnetsc.
September 6, 2019 at 11:31 pm in reply to: Portfolio Grid Shortcode Inside "Tabs Section" Not Working as Expected #1135146Rikard,
Thanks for getting back to me!
September 29, 2018 at 7:16 pm in reply to: Parallax bug on Background Images (With Pictures) #1016137It looks like this has worked!
The options that Guenni007 mentioned weren’t on (the css and js file merging). Once I turned that on it seemed to have fixed it. I’m not sure why turning that option on fixed it, but it did.
Thanks all for the help!
September 24, 2018 at 10:01 pm in reply to: Parallax bug on Background Images (With Pictures) #1013869Thanks Victoria
I put the code in the functions.php file and the problem still persists
- This reply was modified 6 years, 1 month ago by jnetsc.
September 24, 2018 at 5:31 pm in reply to: Parallax bug on Background Images (With Pictures) #1013722Ismael,
Thanks for the quick response!
Where should I put this code at?
Anything new regarding my previous question?
February 22, 2018 at 8:30 pm in reply to: Masonry not opening "Custom Portfolio" links in lightbox #916305Could you point me in a general direction?
Never mind, I figured it out.
How do I ensure that if I update Enfold that my changes stay?I had to update line 511 in postslider.php located in config-templatebuilder>avia_shortcodes
This is my edited code:
$output .= $thumbnail ? "<a target='_blank' href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : "";
This is the original code:
$output .= $thumbnail ? "<a href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : "";
- This reply was modified 6 years, 9 months ago by jnetsc.
Could you help me with getting the link to open in a new tab then? Or is that too difficult as well? I’ve seen some outdated topics about it (2014) but no current ones.
-
AuthorPosts