xguimera
Forum Replies Created
-
Dear Phillip,
I am having the same problem… have you found anything else? or with the function is enough?
thank you in advances
xavi
Forum: Plugins
In reply to: [Contact Form 7] PROBLEM WITH CONFIRMATION MESSAGE CONTACT FORM 7same problem… Uncaught (in promise) Error: Invalid site key or not loaded in api.js
Forum: Plugins
In reply to: [Carousel Slider] image carousel movementI am also interested…
Forum: Plugins
In reply to: [qTranslate X] Problems with updated versions of qTranslateXI have the same error… but I discovered that this is only happening when you change any category name or slug… if you change posts or others it works ok. hope you will find any solution… 2 days desperated!!
Perfect!!!
Thank you
I attach link to website under construction…
https://www.stand-box.com/clients/implantaAt homepage I call to gallery with next function and nothing is returned
<?php global $nggdb; $gallery2 = $nggdb->get_gallery (‘homepage’, ‘sortorder’, ‘ASC’, true, 0, 0);foreach($gallery2 as $image) { ?>
<div><img alt=”<?php bloginfo(‘name’);?>” src=”<?php echo $image->imageURL;?>”/></div><?php } ?>Also in Projects – Offices – Google Offices I call to gallery with gallery ID and path returned is not ok
<?php $enlace = get_post_meta($post->ID, ‘galeria’, true); ?>
<?php global $nggdb; $gallery2 = $nggdb->get_gallery ($enlace, ‘sortorder’, ‘ASC’, true, 0, 0);foreach($gallery2 as $pic) { ?>
<div><img alt=”<?php bloginfo(‘name’); wp_title();?>” src=”<?php echo $pic->imageURL; ?>”/></div><?php } ?>Expect this will help.
regards
xavi
With version 2.0.76 if I use gallery ID instead of gallery name I get error… and also if I use imageURL with gallery ID I get path error.
restored to 2.0.66.37 and works again.
Forum: Plugins
In reply to: [Front End Users] $User->Is_Logged_In() not workingI have a registration page and this code is used in another single page only with php code… I use this code to show / hide download button… I don’t use [restricted][/restricted] as I only want to show / hide.