calliewallie
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Adjust logo sizeThanks @braehler I tried that as I found that thread too but it didn’t work for me…. oh well.
Forum: Plugins
In reply to: [WP Job Manager] Adjust logo sizeWell, I couldn’t figure this out so I just resized all my logos to fit inside the 150 width….
Forum: Plugins
In reply to: [WP Job Manager] Embed company video in a page templateYes, you are totally right. The URLs that were working were the ones with the /watch in the URL. That fixed it. Thanks so much!!
Forum: Plugins
In reply to: [WP Job Manager] Embed company video in a page templateThanks Mikey…. The strange thing is that the video embeds just fine in some job listings, but not others.
works: https://careers.mainroad.ca/job/civil-labourer/doesn’t work: https://careers.mainroad.ca/job/trade-journeyman-mechanic-3/
any idea why that would be?
Forum: Plugins
In reply to: [WP Job Manager] Embed company video in a page templatecode I’m currently using… oh it strips out a bunch of it… Ok, not sure how to share that with you but maybe you don’t need it.
ID, ‘_company_video’, true ); if ( ! empty( $company_video ) ) { $video_id = get_youtube_video_id( $company_video ); if ( $video_id ) { echo ‘
‘; echo ‘
‘; echo ‘https://www.youtube.com/embed/’%20.%20$video_id%20.%20′?rel=0&autoplay=0’; echo ‘
‘; echo ‘
‘; echo ”; } else { echo ‘
‘ . esc_url( $company_video ) . ”; } } function get_youtube_video_id( $url ) { $video_id = ”; $url_parts = parse_url( $url ); if ( isset( $url_parts[‘query’] ) ) { parse_str( $url_parts[‘query’], $query_vars ); if ( isset( $query_vars[‘v’] ) ) { $video_id = $query_vars[‘v’]; } } return $video_id; } ?>
- This reply was modified 1 year, 9 months ago by calliewallie.
Forum: Plugins
In reply to: [WP Job Manager] Display single job metaYes, I figured it out. Thanks!!
That worked! Thank you so much— I REALLY appreciate the help!
Hi Steve—Thank you so much for your reply. I just tried updating the ‘Vantage’ theme to the latest version, and it fixes the arrow problem. However, it completely changes my design—see attached compared to what it looks like now (as I reverted it back). Not sure how to get around this…
Forum: Plugins
In reply to: [The Events Calendar] Can’t add new eventThanks Geoff, it sure is odd! Here are the steps I followed:
1- Activate 2021 theme, problem still persists
2. Deactivate ALL plugins except ‘The Events Calendar’, problem still persists
3. Deactivate and delete ‘The Events Calendar’ plugin and reinstall/reactivate, problem still persists.Any further advice?
Forum: Plugins
In reply to: [10WebSocial] Instagram API endpoint retired – feed goneIs there any update on this? I see the note that a fix was coming out yesterday, but I don’t see it….Still having the problem on my end!
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Description Tab MissingHey Freddie- Yes, I have been following up with them weekly on it. In the meantime I am able to get it going with coding HTML into the tabs using your plugin. Did you read my issue though? It is that the ‘Description’ tab is missing for me and I’m not sure why. I think this would be an issue of some kind with the Custom Product Tabs plugin. Please click my link and let me know ??
- This reply was modified 5 years, 1 month ago by calliewallie.
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Doesn’t work in DiviJust checking in on this one again ?? Any update?
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Doesn’t work in DiviThanks Freddie- Any luck?!
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Doesn’t work in DiviThis is awesome Freddie- thank you!! The only thing I’m wondering is how to make the tabs support HTML again? https://empnew.wpengine.com/product/ltc-9000-progressive-care-mattress-3-inch-transfer-borders Currently, everything is jumbling together and the HTML formatting is not showing (including the YouTube vids not embedding….?) Is it possible to fix this?
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Doesn’t work in DiviThanks Freddie! I’m so glad for this as Divi won’t give me an ETA on when to expect the fix. The only thing is (like you mentioned!) it is not styled: https://empnew.wpengine.com/product/ltc-9000-progressive-care-mattress-3-inch-transfer-borders
How can I make this appear as tabs? Also, I’d like the YouTube videos to be embedded like they were also ?? I have no idea how to style this info as tabs… Any help you can give is much appreciated! ??