paulovsky
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] bullet points between job type, location and dateAdd this CSS on your theme options or child theme css:
.type-job_listing ul.job-listing-meta {list-style-type:none !important;}Forum: Plugins
In reply to: [WP Job Manager] change /job slugCheck this tutorial
https://wpjobmanager.com/document/tutorial-changing-the-job-slugpermalink/
Forum: Plugins
In reply to: [Email Address Encoder] Newbie question about footer emailYey! You’re the best!
I’ll share this with the theme’s authors (Divi).
Forum: Plugins
In reply to: [Email Address Encoder] Newbie question about footer emailHello!
Can you please help me with coding the email to my header? The email is pulled from the theme options so I am not sure what to do.
The function is below:
<?php if ( '' !== ( $et_email = et_get_option( 'header_email' ) ) ) : ?> <a href="<?php echo esc_attr( 'mailto:' . $et_email ); ?>"><span id="et-info-email"><?php echo esc_html( $et_email ); ?></span></a> <?php endif; ?>- This reply was modified 9 years, 5 months ago by paulovsky.
I am having the same issue.. Using Divi theme and my code shows a lot of garbage.
Any developments on this?
Thanks!
Forum: Plugins
In reply to: [Email Before Download] Download Button Not Formatting ProperlySorry, I wrote it wrong.. I am using Download Monitor
Forum: Plugins
In reply to: [Email Before Download] Download Button Not Formatting ProperlyI’m having the same issue. In my case, I want it to use the Download Manager template.
Can you please give instructions on how to edit the files in order to inherit download manager settings?
I accidentally deleted one post type that was sharing the categories taxonomy with posts. It behaved in a weird way. It didn’t delete them, instead, the custom post type is now showing on “posts” listings with the default post category.
Thinking that this was a problem with cache or ghost entries on the database, I tried with:
– reset permalinks
– optimize and repair database
– clear cache
– create a new category and change it to default
All with the same outcome… none.Any advice on how to fix it?
Forum: Plugins
In reply to: [Polylang] One language lost flagI suspect it is a theme bug, but I’m not sure. Any advice on how to fix this?
Forum: Plugins
In reply to: [Polylang] One language lost flagSame issue here. I have a website in 4 languages; after some sweeping and updating, I realized two of the languages have their name, flag, and locale missing on the settings page. On the page source
hreflangtags are also blank or showing the wrong code!They look like this:
<link rel="alternate" href="(url)" hreflang="en" /> <link rel="alternate" href="(url)" hreflang="zh" /> <link rel="alternate" href="(url)" hreflang="" />note that the tags have the incomplete locale code, and one of them is even missing.
Forum: Plugins
In reply to: [Multipage] Problem with "Back to:"My problem is different. In my case the “back to” doesn’t show up at all.
Forum: Plugins
In reply to: [SpeakOut! Email Petitions] Spanish translation not working fine with a wordSame problem here. The code is in
emailpetition.php lines 148 and 155
widget.php lines 178 and 187
<p class="dk-speakup-caps">[' . __( 'signature', 'dk-speakup' ) . ']</p>Forum: Plugins
In reply to: [SpeakOut! Email Petitions] [signature] showing up in "Read the petition"So I’ve tracked the problem… The issue is on the rendering of the language file: the string “signature” does not appear to be translated.
This is the code of where it renders on the page, after the message:
emailpetition.php lines 148 and 155 / widget.php lines 178 and 187
<p class="dk-speakup-caps">[' . __( 'signature', 'dk-speakup' ) . ']</p>I have a limited knowledge about WordPress coding, but I found a workaround: change the
' . __( 'signature', 'dk-speakup' ) . 'to your custom message, something like
<p class="dk-speakup-caps">[Your name and contact info]</p>
This is just a fix, though.Forum: Plugins
In reply to: [SpeakOut! Email Petitions] [signature] showing up in "Read the petition"I’ve been trying to do the same, any help? Also, I would like to customize this [Signature] string to something like [Your name and email]
Forum: Plugins
In reply to: [Polylang] Disqus polylangI’m also stuck here.. any thoughts, anyone?