koc1000
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
I do not know why but gave up some space in the code, during an copying.
This is correct:
<a href="<?php echo esc_attr( $this->image ); ?>" rel="prettyPhoto"> <img class="fdm-item-image" src="<?php echo esc_attr( $this->image ); ?>" title="<?php echo esc_attr( $this->title ); ?>" alt="<?php echo esc_attr( $this->title ); ?>"> </a>Thank you for your answer, but I’ll try your solution another time.
Now I found a simpler solution using prettyPhoto plugin (https://wordpress.org/plugins/prettyphoto/).
After installing the plugin modified the image.php file:
now looks like this:
<a href="<?php echo-esc_attr( $this> image);?> "rel =" prettyPhoto "> <img class = "fdm-item-image" src = "<? php echo esc_attr ($ this-> image);?>" title = "<? php echo esc_attr ($ this-> title);?>" alt = "<? php echo esc_attr ($ this-> title);?>"> </a>For me, this works fine.
Forum: Plugins
In reply to: [PrestaShop Integration] Error on PrestaShop pathOK, my bad. The path will be
PrestaShop path: ../prestashopfoldername
if the shop is on the same server.
But in this configuration when i go to my WordPress ex: domain.com then im redirecting to subdomain.domain.com is this correct?
Forum: Plugins
In reply to: [PrestaShop Integration] Error on PrestaShop pathWhat if i have a prestashop in subdomain
example:
WordPress: domain.com
PrestaShop: subdomain.domain.comWhat PrestaShop path i need to add?
Viewing 4 replies - 1 through 4 (of 4 total)