wesley.morales
Forum Replies Created
-
Forum: Plugins
In reply to: [Instant Articles for WP] Cannot activate plugin, errorI’m using PHP version 5.2. I’ll change in the host.
TKSForum: Plugins
In reply to: [Instant Articles for WP] Cannot activate plugin, errorSorry…
My WP version: 4.6.1
Plugin version: 3.1.2When a click in activate plugin, show the error:
N?o foi possível ativar o plugin porque ele gerou um erro fatal.
Parse error: syntax error, unexpected T_FUNCTION in /var/www/html/orlandoterapia.com.br/web/wp-content/plugins/fb-instant-articles/facebook-instant-articles.php on line 18Forum: Plugins
In reply to: [IMPress Listings] Importing images questionHello Sols,
Your input the url of the images in the Featured Image & Media Gallery?
I put it this way:
{Fotos[1]/Foto[1]/URLArquivo[1]},{Fotos[1]/Foto[2]/URLArquivo[1]},{Fotos[1]/Foto[3]/URLArquivo[1]},{Fotos[1]/Foto[4]/URLArquivo[1]},{Fotos[1]/Foto[5]/URLArquivo[1]},{Fotos[1]/Foto[6]/URLArquivo[1]},{Fotos[1]/Foto[7]/URLArquivo[1]},{Fotos[1]/Foto[8]/URLArquivo[1]},{Fotos[1]/Foto[9]/URLArquivo[1]},{Fotos[1]/Foto[10]/URLArquivo[1]}
Note that the URLs are separated by commas.
let me know how you get on.
WesleyForum: Plugins
In reply to: [IMPress Listings] Importing images questionHi Marios,
You have to insert the code below in functions.php and comma separate the images in the “Featured Image & Media Gallery”:
add_action (‘pmxi_gallery_image’, ‘my_gallery_image’, 10, 3);
my_gallery_image function ($ pid, $ AttId, $ image_filepath) {
add_post_meta ($ pid, “REAL_HOMES_property_images” $ AttId, false);
}Only check if the field of picture slideshow is “REAL_HOMES_property_images” even. If not, replace this snippet by right.
Wesley
Forum: Plugins
In reply to: [IMPress Listings] Importing images questionStuart,
I used the same code that sent me this below:
add_action(‘pmxi_gallery_image’, ‘my_gallery_image’, 10, 3);
function my_gallery_image($pid, $attid, $image_filepath){
add_post_meta( $pid, “REAL_HOMES_gallery”, $attid, false );
}Tks
WesleyForum: Plugins
In reply to: [IMPress Listings] Importing images questionHi Stuart,
Managed to solve! I’m not sure why but I cleaned the files already imported and changed some settings in the All Import and it worked!
Thank you for your help !!!
hugs
WesleyForum: Plugins
In reply to: [IMPress Listings] Importing images questionHi Stuart
I tried several ways but nothing worked.
I inserted the code into functions and deleted the custom field and shotcode and nothing.I do not know what else to do …
Tks
WesleyForum: Plugins
In reply to: [IMPress Listings] Importing images questionHi Stuart
First thanks for your help!
I inserted the snippet of code you wrote in the functions.php file but still the same. I kept the shortcode \ [gallery] options in the wp Import All I did right?
Sorry to bother you with that!
Tks
WesleyForum: Plugins
In reply to: [IMPress Listings] Importing images questionHi Stuart,
Went to contact the developer of the theme and I passed the information below:
“Hey Wesley,
The property listing themes Usually the store image files on a non-standard method, Which Is Basically storing the image attachment ID through a custom field, Which They use to call on the image files. The theme will not call the Media Gallery for the images directly. The import is not prepared to handle que process on it’s own, this is something you will need to que the PHP function through the custom of your own.
You can trigger the function by using the “pmxi_gallery_image” action from WP All Import Which already broadcasts the attachment ID you need for every image you upload. Basically your function would take the attachment ID and insert it into the custom field used by your theme. Once for every image you upload.
https://www.wpallimport.com/documentation/advanced/action-reference/ “t really has to do with the code you quoted above but as I am not a programmer, I do not know how to solve it.
Could you help me explaining me where do I enter this code?
Tks
WesleyForum: Plugins
In reply to: [IMPress Listings] Importing images questionStuart, thanks for the help!
My custom field is: REAL_HOMES_gallery. I put the \[gallery] shortcode into the value box but it did not work.
Was putting the URLs in this field of image files but also did not work.
Putting URLs in Featured Image & Media Gallery import area, with a single URL per line. The images are imported into the library but I do not know how to assign them in the slideshow gallery.Tks
WesleyForum: Plugins
In reply to: [IMPress Listings] Importing images questionI’m having the same problem. I can not put images in the gallery slideshow. Could you pass me like you did? As used the shortcode?
I’m using a Wp All import plugin and a Real Homes Theme.
Tks