crossbeats
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] New Order Emails Not SendingI have WP Mail Logging installed – it’s showing the email as sent, with no errors.
Yesterday the email eventually came through, a few hours later.
My website/careers page can be accessed at: https://pacelink.com/careers/
The plugin versions are:
Simple Job Board: version 2.4.5
Simple Job Board Email Attachment: 1.2.01. Yesterday
2. We reverted back to a previous version of our site about 2 weeks ago – but everything was working fine up until yesterday. I did update a few other plugins.
3. I activated the TwentySixteen theme, and still received this error.Forum: Plugins
In reply to: [Simple Job Board] Change “No Jobs Found” VerbiageYes, I’ve FTP’d the folders/file to my server: https://imgur.com/a/wX47V
Should I uninstall and re-install the entire child theme with my changes instead?
I’ve disabled all plugins except for the Contact Form 7 Plugin and Conditional Fields plugin – and switched to the twentyseventeen theme. The Conditional field still isn’t working with the shortcode in the theme.
Forum: Plugins
In reply to: [Simple Job Board] Change “No Jobs Found” VerbiageThat’s what I’m editing and it’s still throwing the same error. Below is the entire code from my content-no-jobs-found.php file – the only edit I’ve made is to the “No job found.” text within the single quotes.
<?php /** * Displayed when no jobs are found matching the current query * * Override this template by copying it to yourtheme/simple_job_board/listing/content-no-jobs-found.php * * @author PressTigers * @package Simple_Job_Board * @subpackage Simple_Job_Board/templates/listing * @version 1.0.0 * @since 2.1.0 * @since 2.4.0 Revised the whole HTML template */ if (!defined('ABSPATH')) { exit; } // Exit if accessed directly ob_start(); // Get Current Page Slug $page_slug = sjb_get_slugs(); $slug = ( get_option('permalink_structure') ) ? $page_slug : ''; echo '<div class="no-job-listing"><p>' . esc_html__('Sample Text.', 'simple-job-board') . '</p>'; if ( ( NULL != filter_input( INPUT_GET, 'selected_category' ) || NULL != filter_input( INPUT_GET, 'selected_jobtype' ) || NULL != filter_input( INPUT_GET, 'selected_location' ) || filter_input( INPUT_GET, 'search_keywords' ) ) ) { echo '<p><a href="' . esc_url(home_url('/')) . $slug . '" class="btn btn-primary">' . __( 'Back to Jobs Page', 'simple-job-board') . '</a></p></div>'; } else { echo '</div>'; } $html = ob_get_clean(); /** * Modify No Job Found Template. * * @since 2.4.0 * * @param html $html No Job Found HTML. */ echo apply_filters('sjb_no_jobs_found_template', $html);
Forum: Plugins
In reply to: [Simple Job Board] Change “No Jobs Found” VerbiageI uninstalled and reinstalled SJB, and replaced this file within my theme. However any changes I make to the file still result in the same error message as posted above.
This is the line I should be editing, correct?
echo ‘<div class=”no-job-listing”><p>’ . esc_html__(‘No jobs found.’, ‘simple-job-board’) . ‘</p>’;By replacing ‘No jobs found.’ with the text I want instead?
Forum: Plugins
In reply to: [Simple Job Board] Change “No Jobs Found” VerbiageI followed the folder structure you indicated, and am now receiving an error:
Parse error: syntax error, unexpected ‘if’ (T_IF) in /home/vortexxp/staging/3/wp-content/themes/Pacelink/simple_job_board/listing/content-no-jobs-found.php on line 1
I copied content-no-jobs-found.php directly, so I’m unclear as to why I’m getting this error.
The page is live here: https://staging3.pacelink.com/careers/
Yep, that’s what I’ve got:
<div id="slideout" class="scrollFade"> <img src="https://pacelink.localhost.com/wp-content/uploads/sites/18/2016/10/feedback.png" alt="Feedback" /> <div id="slideout_inner"> <?php echo do_shortcode( '[contact-form-7 id="776" title="Dealer Feedback"]' ); ?> </div> </div>
It’s set to fade in on a 500px scroll – roughly once you’re past the large slider image(s).
- This reply was modified 7 years, 11 months ago by crossbeats.
I’d made an error on the form – the form on that page (https://staging3.pacelink.com/777-2/) is working now!
The only errors I see in the developer’s console are 2 fonts being blocked due to cross origin resource sharing. Are you getting other errors? If so, would you mind grabbing a screenshot?
Forum: Plugins
In reply to: [Google Forms] Only Displaying One “Required” Message – No FormI took a look into the source code, and all of the code for the Google form is on the page. But all that’s displaying is the highlighted portion: https://i.imgur.com/TLBCaLv.jpg
Forum: Plugins
In reply to: [WooCommerce] Adding Tabs to Product Pages, and Content in Those TabsWell that was embarrassingly simple! Thanks ??
Forum: Plugins
In reply to: [PayPal for WooCommerce] 'Force' PaymentThe payment didn’t go through to PayPal at all, the transaction doesn’t show up in our PayPal account anywhere.
It’s marked as Failed in WooCommerce, see screenshot: https://i.imgur.com/HPTk3xD.jpg
Forum: Plugins
In reply to: [WooCommerce] Check Out Page is Grey'd OutEverything looks good in my system status, I’ve pasted it below though, if you would like to take a look. I also tried activating TwentySixteen, and still had issues with that.
How would I go about troubleshooting my HTTPS/SSL config or mod security rules?
### WordPress Environment ### Home URL: https://www.vortexxpressurewashers.com Site URL: https://www.vortexxpressurewashers.com WC Version: 2.5.5 Log Directory Writable: ? WP Version: 4.4.2 WP Multisite: – WP Memory Limit: 256 MB WP Debug Mode: ? Language: en_US ### Server Environment ### Server Info: Apache PHP Version: 5.5.33 PHP Post Max Size: 65 MB PHP Time Limit: 600 PHP Max Input Vars: 10000 SUHOSIN Installed: – MySQL Version: 5.6.25 Max Upload Size: 64 MB Default Timezone is UTC: ? fsockopen/cURL: ? SoapClient: ? DOMDocument: ? GZip: ? Multibyte String: ? Remote Post: ? Remote Get: ? ### Database ### WC Database Version: 2.5.5 : woocommerce_sessions: ? woocommerce_api_keys: ? woocommerce_attribute_taxonomies: ? woocommerce_termmeta: ? woocommerce_downloadable_product_permissions: ? woocommerce_order_items: ? woocommerce_order_itemmeta: ? woocommerce_tax_rates: ? woocommerce_tax_rate_locations: ? ### Active Plugins (38) ### Gravity Forms (nl): by Pronamic – 2.9.3 LayerSlider WP: by Kreatura Media – 5.6.2 bbPress New UI: by Daniel 4000 – 3.5.0.1 bbPress - Report Content: by Josh Eaton – 1.0.5 bbPress: by The bbPress Community – 2.5.8 Contact Form 7: by Takayuki Miyoshi – 4.4 Wordpress Video Gallery: by Apptha – 3.0 Google Tag Manager for WordPress: by Thomas Geiger – 1.2 Enhanced E-commerce for Woocommerce store: by Tatvic – 1.0.17 Fusion Core: by ThemeFusion – 1.8.3 GD bbPress Attachments: by Milan Petrovic – 2.3.1 Google XML Sitemaps: by Arne Brachhold – 4.0.8 Collapse-O-Matic: by twinpictures baden03 – 1.7.0 WP REST API: by WP REST API Team – 1.2.5 JSON Basic Authentication: by WordPress API Team – 0.1 OptinMonster API: by Thomas Griffin – 1.1.4.6 PayPal for WooCommerce: by Angell EYE – 1.1.9.2 Post Types Order: by Nsp Code – 1.8.6 Raw HTML: by Janis Elsts – 1.4.15 Page Builder by SiteOrigin: by SiteOrigin – 2.3.2 SiteOrigin Widgets Bundle: by SiteOrigin – 1.5.9 TablePress: by Tobias B?thge – 1.7 Testimonials Slider: by ntech-technologies – 2.9.5 Toolset Types: by OnTheGoSystems – 1.9.1 Uptime Robot Plugin for WordPress: by Aphotrax – 1.7.14 WooCommerce Tree Table Rate Shipping: by tablerateshipping.com – 1.7.6 WooCommerce Weight Based Shipping: by dangoodman – 4.1.1 WooCommerce Abandon Cart Lite Plugin: by Tyche Softwares – 2.6 WooCommerce Compare Products LITE: by A3 Revolution – 2.3.1 WooCommerce Custom Product Tabs Lite: by SkyVerge – 1.4.0 WooCommerce - Embed Videos To Product Image Gallery: by ZealousWeb Technologies – 1.2 WooCommerce AdWords Conversion Tracking: by Wolf+B?r GmbH – 1.1 WooCommerce Multiple Free Gift: by Ankit Pokhrel – 1.1.0 WooCommerce Product Archive Customiser: by jameskoster – 0.5.1 WooCommerce Shipping Tracking: by Lagudi Domenico – 3.9 WooCommerce: by WooThemes – 2.5.5 Yoast SEO: by Team Yoast – 3.1.2 WPtouch Mobile Plugin: by BraveNewCode Inc. – 4.0.4 ### Settings ### Force SSL: ? Currency: USD ($) Currency Position: left Thousand Separator: , Decimal Separator: . Number of Decimals: 2 ### API ### API Enabled: ? API Version: 3.1.0 ### WC Pages ### Shop Base: #4 - /shop/ Cart: #5 - /cart/ Checkout: #6 - /checkout/ My Account: #7 - /my-account/ ### Taxonomies ### Product Types: external (external) grouped (grouped) simple (simple) variable (variable) ### Theme ### Name: Vortexx Version: 1.0.0 Author URL: https://pacelink.com Child Theme: ? Parent Theme Name: Avada Parent Theme Version: 3.9.3 Parent Theme Author URL: https://themeforest.net/user/ThemeFusion WooCommerce Support: ? ### Templates ### Overrides: Avada-Child-Theme/woocommerce/cart/cart-empty.php Avada-Child-Theme/woocommerce/cart/cart-item-data.php Avada-Child-Theme/woocommerce/cart/cart-shipping.php Avada-Child-Theme/woocommerce/cart/cart-totals.php Avada-Child-Theme/woocommerce/cart/cart.php Avada-Child-Theme/woocommerce/cart/cross-sells.php Avada-Child-Theme/woocommerce/cart/mini-cart.php Avada-Child-Theme/woocommerce/cart/proceed-to-checkout-button.php Avada-Child-Theme/woocommerce/cart/shipping-calculator.php Avada/woocommerce/checkout/form-pay.php Avada/woocommerce/checkout/review-order.php Avada/woocommerce/checkout/thankyou.php Avada/woocommerce/content-product.php Avada-Child-Theme/woocommerce/emails/admin-cancelled-order.php Avada-Child-Theme/woocommerce/emails/admin-new-order.php Avada-Child-Theme/woocommerce/emails/customer-completed-order.php Avada-Child-Theme/woocommerce/emails/customer-invoice.php Avada-Child-Theme/woocommerce/emails/customer-new-account.php Avada-Child-Theme/woocommerce/emails/customer-note.php Avada-Child-Theme/woocommerce/emails/customer-processing-order.php Avada-Child-Theme/woocommerce/emails/customer-refunded-order.php Avada-Child-Theme/woocommerce/emails/customer-reset-password.php Avada-Child-Theme/woocommerce/emails/email-addresses.php Avada-Child-Theme/woocommerce/emails/email-footer.php Avada-Child-Theme/woocommerce/emails/email-header.php Avada-Child-Theme/woocommerce/emails/email-order-items.php Avada-Child-Theme/woocommerce/emails/email-styles.php Avada-Child-Theme/woocommerce/emails/plain/admin-cancelled-order.php Avada-Child-Theme/woocommerce/emails/plain/admin-failed-order.php Avada-Child-Theme/woocommerce/emails/plain/admin-new-order.php Avada-Child-Theme/woocommerce/emails/plain/customer-completed-order.php Avada-Child-Theme/woocommerce/emails/plain/customer-invoice.php Avada-Child-Theme/woocommerce/emails/plain/customer-new-account.php Avada-Child-Theme/woocommerce/emails/plain/customer-note.php Avada-Child-Theme/woocommerce/emails/plain/customer-processing-order.php Avada-Child-Theme/woocommerce/emails/plain/customer-refunded-order.php Avada-Child-Theme/woocommerce/emails/plain/customer-reset-password.php Avada-Child-Theme/woocommerce/emails/plain/email-addresses.php Avada-Child-Theme/woocommerce/emails/plain/email-customer-details.php Avada-Child-Theme/woocommerce/emails/plain/email-order-details.php Avada-Child-Theme/woocommerce/emails/plain/email-order-items.php Avada-Child-Theme/woocommerce/loop/loop-start.php Avada-Child-Theme/woocommerce/loop/pagination.php Avada-Child-Theme/woocommerce/myaccount/form-edit-address.php Avada-Child-Theme/woocommerce/single-product/add-to-cart/external.php Avada-Child-Theme/woocommerce/single-product/add-to-cart/grouped.php Avada-Child-Theme/woocommerce/single-product/add-to-cart/simple.php Avada-Child-Theme/woocommerce/single-product/add-to-cart/variable.php Avada/woocommerce/single-product/add-to-cart/variation-add-to-cart-button.php Avada-Child-Theme/woocommerce/single-product/meta.php Avada-Child-Theme/woocommerce/single-product/price.php Avada-Child-Theme/woocommerce/single-product/product-image.php Avada-Child-Theme/woocommerce/single-product/product-thumbnails.php Avada-Child-Theme/woocommerce/single-product/review.php Avada-Child-Theme/woocommerce/single-product/short-description.php Avada/woocommerce/single-product/tabs/additional-information.php Avada-Child-Theme/woocommerce/single-product/tabs/description.php Avada-Child-Theme/woocommerce/single-product/title.php Avada/woocommerce/single-product-reviews.php