viesiissz
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Kadence] Head menu (contained) layout not working.@ghernkadence
Thank you!
It’s worked ??Forum: Plugins
In reply to: [MultiParcels Shipping For WooCommerce] CSS styleHi @domasweb
Thank you! I hope will found the solution ! ??
And about this post
https://www.ads-software.com/support/topic/omniva-dpd-pickup/where i can select the size for box ? ??
Forum: Plugins
In reply to: [MultiParcels Shipping For WooCommerce] Omniva / DPD pickupHello @domasweb
Thank you for replay ! ??
Yes you are right, about S/M/L box package.
Amm, in settings what i see can only set min and max weight.
There is option to set box size ? Where i can see it ?Thank you !
Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] Translate@dragosvrejiu Thank you ! ??
Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] Translate text@sdenis
Thank you for answer ! ??Yes, i have all website in English string.
But if i want only get website in Latvian Language and one more language, without English ?it’s possible ?
I see, there is a lot words in (orginal string) who can translate easy. But some words are not in (orginal string) is possible make all words in orginal string ?
https://ibb.co/5LVG5GR
https://ibb.co/89j0S8f- This reply was modified 4 years ago by viesiissz.
Forum: Plugins
In reply to: [WP Job Manager] Application email/URLForum: Plugins
In reply to: [WP Job Manager] Application email/URLThanks so much for responsive !
I tried with this code and without it.
But still when i trying insert with (www.)
Showing error (Application email/URL is a required field)
Forum: Plugins
In reply to: [WP Job Manager] Application email/URLForum: Plugins
In reply to: [WooCommerce] Lost password email text@bernattorras
Thank you !
It’s work ! ??Forum: Plugins
In reply to: [WooCommerce] Lost password email text@bernattorras
Thanks for responsive ! ??I tried
echo sprintf( esc_html__( 'Hi %s,', 'woocommerce' ), esc_html( $user_email ) ) . "\n\n";
But something not working.
Forum: Plugins
In reply to: [WooCommerce] Lost password email textThanks you! I have already it.
My question is about that username change to e-email.
%user_login i need change to %user_email ?
Forum: Plugins
In reply to: [WooCommerce] Automatically generate an account passwordThanks for the reply ??
How i see that plugin is for reset-password.
is possible that ( automatically generate an account password ) from backend to frontend ?
Forum: Plugins
In reply to: [WP Job Manager] Jobs in new tabSure.
<?php /** * Job listing in the loop. * * This template can be overridden by copying it to yourtheme/job_manager/content-job_listing.php. * * @see https://wpjobmanager.com/document/template-overrides/ * @author Automattic * @package wp-job-manager * @category Template * @since 1.0.0 * @version 1.34.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } global $post; ?> <li <?php job_listing_class(); ?> data-longitude="<?php echo esc_attr( $post->geolocation_long ); ?>" data-latitude="<?php echo esc_attr( $post->geolocation_lat ); ?>"> <a href="<?php the_job_permalink(); ?>" target="blank"></a> <?php the_company_logo(); ?> <div class="position"> <h3><?php wpjm_the_job_title(); ?></h3> <div class="company"> <?php the_company_name( '<strong>', '</strong> ' ); ?> <?php the_company_tagline( '<span class="tagline">', '</span>' ); ?> </div> </div> <div class="location"> <?php the_job_location( false ); ?> </div> <ul class="meta"> <?php do_action( 'job_listing_meta_start' ); ?> <?php if ( get_option( 'job_manager_enable_types' ) ) { ?> <?php $types = wpjm_get_the_job_types(); ?> <?php if ( ! empty( $types ) ) : foreach ( $types as $type ) : ?> <li class="job-type <?php echo esc_attr( sanitize_title( $type->slug ) ); ?>"><?php echo esc_html( $type->name ); ?></li> <?php endforeach; endif; ?> <?php } ?> <li class="date"><?php the_job_publish_date(); ?></li> <?php do_action( 'job_listing_meta_end' ); ?> </ul> </a> </li>
wp-job-manager – templates – content-job-listing.php
Forum: Plugins
In reply to: [WP Job Manager] Jobs in new tabIt’s funny, but still not working ??
Forum: Plugins
In reply to: [WP Job Manager] Jobs in new tabI insert like this :
<a href="<?php the_job_permalink(); ?>" target="_blank">
Not working. It’s not correct ?