Forum Replies Created
-
AuthorPosts
-
Hey there – I just had a breakthrough in figuring out what to do. I had to “unset” the trail_end and reset it to move to the end of the trail:
add_filter('avia_breadcrumbs_trail', 'avia_adjust_breadcrumb', 50, 1); function avia_adjust_breadcrumb($trail) { if(is_singular( array( 'market', 'service', 'product', 'case_studies' ) )) { unset ($trail['trail_end']); $erosion = get_post(113); $custom_breadcrumb_parent = get_field( "custom_breadcrumb" ); $post_title = get_the_title( $post_id ); $trail[1] = '<a href="../' . ( $erosion->post_name) . '" title="' . esc_attr( $erosion->post_title ) . '">' . esc_attr( $erosion->post_title ) . '</a>'; $trail[2] = '<a href="../' . ( $custom_breadcrumb_parent->post_name ) . '" title="' . esc_attr( $custom_breadcrumb_parent->post_title ) . '">' . esc_attr( $custom_breadcrumb_parent->post_title ) . '</a>'; $trail['trail_end'] = $post_title; } return $trail; }
Hi Ismael,
That was it. I had a menu plugin that I had completely forgotten about. Sorry about the trouble..
Sorry about that. I must’ve not saved when generating the new password. I just reset it and tested and it works. The front-end login form is a little wonky (still working on it) but the authentication does work if you work yourself to the backend. New password below.
- This reply was modified 5 years ago by Alex Morrison.
Login credentials below
August 24, 2017 at 9:50 pm in reply to: Sub-menu items (Mega Menu) not showing on Mobile version after update to 4.1.1 #843712Experiencing same issue. Tried the pastebin JS. Commenting to follow for solution.
The site is 12Stone.com
We are using W3 Total Cache, but have flushed out all of those.
I’m experiencing the same issue.
same here. a lot broken.
Hey Julia,
We’ve successfully used a plugin to detect and pull thumbnails automatically from embedded videos – https://wordpress.org/plugins/video-thumbnails/
Hope that helps.
Thanks again for the response.
On your second point- I would disagree, because there IS content that goes over fullscreen sliders – the caption title, caption text, and buttons that are optional. (like the one I have on our home page).
Just a suggestion for a future release- Create an option to choose whether background videos are pausable (or not pausable) in the background of full screen sliders. I think a lot of people would find that useful.
Thanks Dude,
In the effort of if being a little more efficient and avoid having to check for updates / overwrites, etc… is there a way to pass a filter with functions.php or “only” include this certain event on the child theme shortcodes.js ?
Also, what I’m curious about is why videos are not pausable when they’re the background of a color section but are pausable when they’re a fullscreen slider slide background.
-Alex
Hey Josue,
Thanks for the reply. I added your CSS, but that did not work.
I’m able to achieve what I need by going into the Enfold parent theme’s shortcodes.js and:
– removing the “pause” value from line 872.
– commenting out line 3278 (return pp;)HOWEVER, I feel that is just a hack and probably not the safest way to do this, and breaks my rule of touching the parent theme that will be overwritten in an update.
Any other suggestions?
Hey Dude,
I’m not looking to hide the pauseplay icon. I want to disable the actual pause / play functionality altogether. Right now, if the full screen slide is clicked anywhere, the video will play.
Thanks in advance.
Hey Ismael,
Any other ideas? I feel like we’re on the right track.
Thanks,
Alex
Hey Ismael,
Thanks for the response!
That does not stop the video from pausing / playing, it only removes pop-up animation of the play / pause:
Hey Devin,
That was it. (of course it was something dumb like that) Thank you a ton for your response.
-Alex
Thanks Ismael,
I’ll take a look around and see if I can modify some of the files for our child theme.
This reply has been marked as private.@Pedro Unsure, but was going to play with the masonry element a little bit.
@Ismael Thanks for the response. Here’s the code in pastebin: http://pastebin.com/fUZeHmzZ
Hey Ismael,
I’ve done just that, and have both “life” and “staff” CPTs registered. The problem is that they’re not showing up as options in some of the shortcode elements.
Thanks!
Ismael,
Thank you so much for sharing that method and chunk of code. That shows how much you care about your users!
I was able to successfully add a new CPT using the method above, in my case I added your “life entries” and “staff”, but am not seeing the option for those CPTs when initiating a shortcode. Am I missing a step?
Also, should be noted I’m doing this in a child theme.
Screenshot –> http://i.imgur.com/cFpYEZF.jpg
- This reply was modified 10 years, 6 months ago by Alex Morrison.
Hey Pedro,
I’m trying to use some of the shortcodes with CPTs as well. Do you mind sharing your code or thought process on how to achieve this?
Thanks a ton.
February 2, 2014 at 9:53 pm in reply to: Customizing single-portfolio & loop-portfolio in a child theme #218516That was it. Thank you!
-Alex
Hey guys,
I came across this looking for the same thing. How does the theme calculate these colors? Specifically, headings within main & alternate color sections (ex: .main_color h2, .alternate_color h4, etc) It seems to be a very dark (almost black) shade of color inputted into theme settings. I would rather not have to hard code colors with CSS if possible. Is there a formula I could look at?
Thanks in advance.
December 5, 2013 at 4:41 pm in reply to: Enfold- Social media icons and widget icons missing #196699Peter,
You figured it out. It was AdBlock pro that was blocking the social icons on Chrome on a Mac. Thank you!
December 4, 2013 at 6:18 pm in reply to: Enfold- Social media icons and widget icons missing #196298Thanks for the reply Yigit. I’ve flushed the cache, but no luck. I’m on Chrome v31.0 on a Mac OSX v10.9.
December 4, 2013 at 4:46 pm in reply to: Enfold- Social media icons and widget icons missing #196215Hi Ismael,
I tried that solution but didn’t work. Reading the article Kresi listed, that solution that targeted Firefox and IE, which is not the problem in my case. I’m only missing some of the font icons in Chrome. Some of the them are appearing.
Thanks!
December 4, 2013 at 1:38 am in reply to: Enfold- Social media icons and widget icons missing #195927Hi Ismael,
I’m running into this issue as well. Social icons are not appearing in the header in Chrome v31.
– They appear in Firefox & Safari.
– Cache is clear.
– Search icon and scroll-up icon appear just fine (so it’s not a font issue as far as I can tell)
– I’ve tried logging in and logging out of the WP admin.
– Absolutely no plugins are installed.
– HTML is served up.
– I’ve tried playing with the CSS as much as possible, but can’t get anything to appear.My test site: http://maxwellcenter.com/new
Thank you in advance.
-
AuthorPosts