carnets2routards
Forum Replies Created
-
I marked this one as solved because my first question was answered, thanks again!
Update: just to share what I did to display randomly on of the jobs title.
In child theme > wp-job-openings > job-openings > main.php, I added a piece of code before the loop which query the jobs to create an array with only the titles of all jobs.
while($query->have_posts()) { $query->the_post(); $job_titles[] = get_the_title(); $randomIndex = array_rand($job_titles); }
And I display randomly an item from the array
<?php echo $job_titles[$randomIndex]; ?>
So it’s only dynamic on page refresh, I would like to find a way to change the echo every X seconds. If anyone got an idea or advice about this code (might be optimizable).
Thanks!
- This reply was modified 4 years, 10 months ago by carnets2routards.
Hi @vidyakv and thanks a lot for your quick answer! Your shortcode is exactly what I needed, it’s better than the first solution I found (using another plugin). Cleaner and it uses the chosen template (grid).
If I may, I would like to be able to display randomly and dynamically one title from the one of the complete job openings list (it will change regularly). Could you advise me on the best/quickest way to do it? Of course I’m gonna look on my side ??
Update: for now I managed to display the WP Job Openings widget in a page by using another plugin: amr shortcode any widget ??
I still need to find a way to display it as a grid (it’s currently displayed as a list even if settings for listing page is on grid and 2 columns) and I would love to be able to make the title dynamic like “Our latest opening: RANDOM TITLE”,
random title
being randomly a title from the list of job openings.- This reply was modified 4 years, 10 months ago by carnets2routards.
Forum: Plugins
In reply to: [WP Photo Album Plus] Weird dispaly on main page (update?)Hi Jacob,
Yes it is! Thank you again for your amazing work. Keep on!
Warm regards.
Forum: Plugins
In reply to: [WP Photo Album Plus] Weird dispaly on main page (update?)Hi Jacob,
Thank you for your quick answer and no worries! I’ll wait until the next update. ^^
Thanks again for your work.
Forum: Plugins
In reply to: [Geo Mashup] No SSL support?It should work now with the last update. My problems (see link in previous comment) were fixed with the new version. ??
Forum: Plugins
In reply to: [Geo Mashup] No search service is available over HTTPSThank you for that welcome update!
Just tried a new post and every bugs seem to be fixed:
– all map providers are displaying perfectly
– research of a place is working again when you creating a post
– the last post shown on map was stuck since the transfer to HTTPS, it’s working againThanks again for your work and this plug-in!
Best wishes!
Forum: Plugins
In reply to: [WP Photo Album Plus] Zoom In (post)No worries and thanks for the special tag, I will use it!
I just installed the update, bug fixed! A big thanks for your reactivity, you’re doing a wonderful job!
Thanks again.
Forum: Plugins
In reply to: [WP Photo Album Plus] Zoom In (post)Hi Jacob,
Thanks for your quick answer. I will check at the next update and confirm you if the bug is fixed.
Thanks for the tip for the scrambled text, you already gave it to me with
<div style="clear:both;"></div>
! ?? Well that one is even shorter. I’m using it on all my new posts but didn’t correct the old ones, I’m doing that from time to time. ??Keep on the good work! Thanks again!
Forum: Plugins
In reply to: [Geo Mashup] No SSL support?@tallhat it fixes the display of the map (and thx for that, it’s a start!) But it doesn’t seem to fix the research of a location when you’re editing a post.
https://www.ads-software.com/support/topic/no-search-service-is-available-over-https/
- This reply was modified 6 years, 4 months ago by carnets2routards.
- This reply was modified 6 years, 4 months ago by carnets2routards.
Forum: Plugins
In reply to: [WP Photo Album Plus] Division by zeroError fixed! Thank you Jacob.
Thanks for your feedback as well, they’re still empty, I’m migrating old posts and pictures from an Overblog, taking time!
Best wishes!
Looks like the bug is maybe fixed! I received the automatic newsletter on last post. ??
Forum: Plugins
In reply to: [WP Photo Album Plus] Display two pictures next to each other in a postHi Jacob!
Sorry for the delay (on the road disconnected!), thanks a lot for your answer. I just tried and it looks to work like a charm!
Keep going!
CheersI had again to send the newsletter manually! ??