katzw
Forum Replies Created
-
Hi Rishishah,
Thank you so much for sending this in, however it pulls the first item in the taxonomy, not the term that was clicked. I’ll keep trying!So I shouldn’t ask for help with WordPress code on a WordPress forum? I want to learn, and the code above is not particularly unique, I’m just declaring 2 variables and calling a default wordpress function. I feel like I’m missing something to filter the results, but the codex doesn’t include information on that.
Hello – I got the code from this tutorial:
https://rudrastyh.com/wordpress/terms-in-breadcrumbs.htmlI am using my own theme.
Forum: Fixing WordPress
In reply to: Remove flag at the header language switcher pagesHi! Is there an area in your theme for custom css? You can try the following:
.w-dropdown.source_qtranslate .w-dropdown-item-title {
background-position: 0 50%;
padding-left: 0px;
}.qtranxs_flag_zh {
background:none;
}.qtranxs_flag_en {
background:none;
}.qtranxs_flag_KO {
background:none;
}This will remove the flags, and eliminate the padding on the left where they would sit. Hope that helps!
Forum: Fixing WordPress
In reply to: unauthorized login page redirectsHi! Did you copy your https://www.gregoryprobertson.com from your https://www.smahistory.com site? When I look at the code for your login page, the submit function is for the smahistory.com. This usually happens when the database has been copied, but the URLs were not changed prior to exporting the WordPress installation.
Do you have access to your hosting server? You will need to look at this through phpMyAdmin for the easiest fix, and check out the wp_options table. If the siteurl field and home url say smahistory.com, then that’s your answer – change to the correct url, save and try logging in again. Be sure to clear your cache.
Forum: Developing with WordPress
In reply to: Plugin function to Call WCK Custom Field not WorkingI’m going to make this as resolved ??
Hi! I can relate to being busy ?? I purchased a plugin that I am working on customizing now, but thank you for the reply!
Forum: Developing with WordPress
In reply to: Plugin function to Call WCK Custom Field not WorkingHello Howdy!
It worked!! Thank you so, so much! There’s one last piece of the puzzle, I’m hoping you can point in the right direction:
The code returns the web address, but ideally it would be a live link. If I take the return, which custom_content has now passed to default_description, could I then echo:
echo '<a>"><?php $default_description ?></a>'
?Also, how difficult would it be to bring in other custom fields – could I run a function for each (Address / Phone number?)
Thank you again – it’s so appreciated!!
- This reply was modified 7 years, 4 months ago by Steven Stern (sterndata).
Forum: Developing with WordPress
In reply to: Plugin function to Call WCK Custom Field not WorkingHi guys – thanks so much for the replies:
Howdy: I tried your code, and while it looked good to me, it seemed to skip it, and only generate the_content portion of the post inside the infobox.
Steven: Ok – I had tried it your way earlier – so at least I know I wasn’t wrong at the outset.Unfortunately neither work.
I’ve tried incorporating the post_id per WCK’s documentation:
function cspm_custom_infobox_description($default_description, $post_id){$custom_content = the_cfc_field(‘locations’,’web-address’, $post_id = false, $key = 0, $do_echo = true );
return (!empty($custom_content)) ? $custom_content : $default_description;
(also with the variation get_cfc_field) to no avail.
I’m able to use these fields in page templates, why not in this case? Any ideas? Thanks again!Forum: Plugins
In reply to: [Customize Feeds for Twitter] Twitter Links disappearedSo how would I correct this for our site, please?
Forum: Plugins
In reply to: [Customize Feeds for Twitter] Twitter Links disappearedHi – I have Email Subscribers 3.1.4 / WordPress 4.5.3. I deactivated all plugins except for the email subscribers and no luck.
Error: Notice: ob_clean(): failed to delete buffer. No buffer to delete in /home/newsisber/public_html/wp-content/plugins/email-subscribers/classes/es-common.php on line 97
Warning: Cannot modify header information – headers already sent by (output started at /home/newsisber/public_html/wp-content/plugins/email-subscribers/classes/es-common.php:97) in /home/newsisber/public_html/wp-content/plugins/email-subscribers/classes/es-common.php on line 98
Warning: Cannot modify header information – headers already sent by (output started at /home/newsisber/public_html/wp-content/plugins/email-subscribers/classes/es-common.php:97) in /home/newsisber/public_html/wp-content/plugins/email-subscribers/classes/es-common.php on line 99
Forum: Plugins
In reply to: [Contact Form 7] Validation errors occuring on valid submissionsThanks so much – not sure how it happened (we had successful submissions up to June, I think maybe someone went in and muddled with it!) – I’ve made a donation ??
Forum: Plugins
In reply to: [Contact Form 7] Validation errors occuring on valid submissions*Required fields
<h1>Submission Contact Details</h1>
<p>Submission Contact Full Name*
[text* submission-name] </p><p>Submission Contact Email*
[email* email-contact] </p><p>Submission Contact Organization*
[text* text-organization]</p><h4>Author Details</h4>
<p>Author 1 Full Name*
(Note: The author’s name will appear as submitted in the byline of the post.)
[text* author-name]</p><p>Author 1 Credentials
[text author-creds]</p><p>Author 1 Organization*
[text* author-org]</p><p>Author 1 City*
[text* author-city]</p><p>Author 1 Country*
[text* author-country]</p><p>Author 1 ISNCC Affiliations, if any
[text author-aff]</p><h4>Other Authors (optional)</h4>
<table border=”0″><tr><td>
<p>Author 2 Full Name
[text author-name]</p><p>Author 2 Credentials
[text author-creds]</p><p>Author 2 Organization
[text author-org]</p><p>Author 2 City
[text author-city]</p><p>Author 2 Country
[text author-country]</p><p>Author 2 ISNCC Affiliations, if any
[text author-aff]</p>
</td><td>
</td></tr></table><h4>Article Submission</h4>
<p>Submission Topic*
[select* menu-article “Board in Action” “ISNCC Projects” “Conference Features” “Hot Topics” “Reflection”]</p><p>Article Title*
[text* article]</p><p><b>Upload your article as a Word document* (.doc or .docx files only)</b>
[file file-upload filetypes:doc | docx ]
Please include the article title, author, organization and any ISNCC affiliation(s) as provided above, along with any formatting, such as hyperlinks, subheaders, and photos as necessary. Please ensure a caption/description is included for each photo, including the names of the individual(s) pictured. By uploading the photos, you confirm that you have permission to distribute these photos, including consent from the individuals pictured.</p><p>[submit “Send”]</p>
Hi! I’m having this exact issue as well –
The site is in english.Can you show what the link to unsubscribe should look like in the settings? I am worried something has been replaced by accident?