rainmanne
Forum Replies Created
-
Forum: Plugins
In reply to: [NavMenu Addon For Elementor] Double menu and overlayI disabled all plugins and nothing changed. Still, have 2 menus when I open the burger menu and the overlay stays when click on the X.
Yes, it’s been resolved. It was an issue with one of the plugins and somebody posted a solution on the plugin’s forum. Unfortunately I don’t remember what plugin it was.
Forum: Themes and Templates
In reply to: [OceanWP] Image text wrapping on mobile phonesThis worked! Thanks a lot, Amit!
Forum: Themes and Templates
In reply to: [OceanWP] Image text wrapping on mobile phonesYes, it looks like the same issue.
Forum: Themes and Templates
In reply to: [OceanWP] Image text wrapping on mobile phonesDoesn’t look like I can attach a screenshot.
Forum: Themes and Templates
In reply to: [OceanWP] Image text wrapping on mobile phonesHi Amit, unfortunately it does not fix it ??
Forum: Themes and Templates
In reply to: [OceanWP] Image text wrapping on mobile phonesHi Amit, thanks a lot for the response. It gives me errors when I try to paste it into Custom CSS:
Expected RBRACE at line 8, col 45 Unexpected token '{' at line 8, col 45
both in the first line of the code and
Unexpected token '{' at line 12, col 1.
in the last line of the code- This reply was modified 5 years, 8 months ago by rainmanne.
Forum: Themes and Templates
In reply to: [OceanWP] Image text wrapping on mobile phonesGot the same issue since yesterday. Has anyone found the solution?
Forum: Themes and Templates
In reply to: [Hestia] Menus disappeared after the recent Hestia updateSorry, was a problem with a plugin (User Menu). Resolved.
Have found the reason: Gutenberg Extension for The Events Calendar does not play together with the registration plugin.
Found it myself (thank you, Google :)):
<?php while ( have_posts() ) : the_post(); ?> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <!-- Event featured image, but exclude link --> <?php echo tribe_event_featured_image( $event_id, 'full', false ); ?> <!-- Event content --> <?php do_action( 'tribe_events_single_event_before_the_content' ) ?> <div class="tribe-events-single-event-description tribe-events-content"> <?php the_content(); ?> </div> <!-- .tribe-events-single-event-description --> <?php do_action( 'tribe_events_single_event_after_the_content' ) ?> <!-- Event meta --> <?php do_action( 'tribe_events_single_event_before_the_meta' ) ?> <?php tribe_get_template_part( 'modules/meta' ); ?> <?php do_action( 'tribe_events_single_event_after_the_meta' ) ?> </div> <!-- #post-x --> <?php if ( get_post_type() == Tribe__Events__Main::POSTTYPE && tribe_get_option( 'showComments', false ) ) comments_template() ?> <?php endwhile; ?>
Hi Craig,
Thanks a lot for the response. I don’t think I use any custom files unless the theme inserted one. Where can I find it to check?Forum: Plugins
In reply to: [Simple Job Board] Link Simple Job Board and the existing registration formGreat! Thanks a lot.
Forum: Fixing WordPress
In reply to: Create a Jobs section on a recruitment websietCreating the form first was a good step but most of those plugins have forms built in. It’s still good ‘thinking time’.
Take things one step at a time using a plugin first… Check this one out https://www.ads-software.com/plugins/simple-job-board/.
I imagine this one will suit your purposes. It most likely requires a registration/join to apply for any of the jobs. And this one seems to allow uploads of resume in various forms.
Have fun and if this one doesn’t suit your purposes then there are others available at the repository.
Thanks a lot for the response. It was one of the plugins I tried yesterday and I cannot find the functionality for candidate registration.
- This reply was modified 6 years, 4 months ago by rainmanne.