francescag
Forum Replies Created
-
useful this link too:
https://github.com/Charitable/library/blob/master/emails/send-donation-notification-for-pending-offline-donations.phpthanks!
- This reply was modified 8 years ago by francescag.
I thought I could add an if post on description.php but it’s now working, maybe you could help me? I think this could be the way to achieve the result..
The code I used is:
<?php $post_id = get_the_ID(); if ($post_id = "58") { echo "post 58"; } else { echo "Not post 58"; } ?>
it always displays “post 58”
Thank you @ericdaams for fast reply,
I already use featured image, I need both of them. Basically the one I want to add is a thumbnail of the people that are ambassador of the campaign.
I tried to add html code to the Campaign Description field and it works, it get my texts, but it doesn’t get the image, I see a no media class which I try to remove on summary.php file (lines 22>24) but didn’t work.
This is an image different from campaign to campaign (sometimes I even do not need this), so I think I cannot add this thing on the template file. ??
Can you help me?
Hello, did u solved this?
Anyone know? ??
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Number FieldGr8! Thank you!!
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Translate error messageI’m interested in the same question!
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Number FieldHelp ??
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Import a cell?Using [gdoc key=”ABCDEFG” strip=”1″ query=”select R limit 1 offset 1″]
I get this:
https://s21.postimg.org/6ehtq7p8n/cap.jpgI’d like to show just the content which in this case is “7”
Thank you for your help
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Import a cell?Hi,
is it possible to hide all the table, displaying just the value?Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Merged cellsObviously I tried otherwize I wouldn’t have posted here. I Just wanted to know if there was some workaround to try. Thank you anyway
Forum: Plugins
In reply to: [Polylang] List of translated pagesI was wondering if there was a function like “automatically get all english pages on the website”
Forum: Plugins
In reply to: [Polylang] List of translated pagesThank yoy but this is not what I need.
I don’t need to change the homepage which has its own contents.
I need to create a internal page https://www.site.it/our-english-contents which contains a
<ul>
list with all the translated pages so far.Forum: Plugins
In reply to: [Polylang] List of translated pagesBut my front page is another page “Home” which I can’t change
Forum: Plugins
In reply to: [Polylang] List of translated pagesUhm, no, I don’t need to import post from another domain or site. My fault, I try to better explain what I meant with an example.
My website has 60 pages (IT), but only 10 are translated (ENG) today. So I was planning to make a page “English contents” that list all the translated pages.
Do I need to do this manually updating the list each time I upload a new translation or is there any shortcode or script I can use to auto generate a list of the ENG translated pages?
Thank you