nasyademich
Forum Replies Created
-
I cannot renew my membership at nextgen-gallery.com and cannot access to support forum there. When i logging in i have a message: “Your membership expired. To renew, and re-gain access to support and downloads, please click here.”
I click “here” and there is a page saying:
“Need to Renew?
Just login to renew your membership.”I login again but nothing happening… I see the same page again.
How can i renew my access to Nextgen Pro or Plus?
Thank you!
Great! Thank you! And what about doubled descriptions everywhere on the web-site?
Thank you very much! I tried to ask my theme support forum but no results yet… What could you say about this piece of code in my header php file:
<title><?php echo wp_title(‘|’, false, ‘right’). $site_title; ?></title>
<meta http-equiv=”content-type” content=”<?php bloginfo(‘html_type’) ?>; charset=<?php bloginfo(‘charset’) ?>” />My main page at the moment has a title of the last post and 3 descriptions…
If i uncheck “Force rewrites” in Performance tab then my blog name is doubled everywhere on the web-site…
What to do?
Greeeeat! Thank you very much!
I didn’t disabled any plugins… Just went to AIOSEO Performance and enabled force rewriting.That’s worked fine! Thanks again!
i’ve solved the problem! everything’s fine now!!! thank you very much for your help!!!
Thank you!!!
there is a code i get after modifying my post.php:<?php if( !get_video_thumbnail() ) : ?>
<?php if ( current_theme_supports( ‘get-the-image’) ) {
get_the_image( array( ‘meta_key’ => ‘Thumbnail’, ‘size’ => ‘archive-thumbnail’, ‘image_class’ => ‘featured’, ‘attachment’ => false, ‘width’ => 240, ‘height’ => 160, ‘default_image’ => get_template_directory_uri() . ‘/images/archive-thumbnail-placeholder.gif’ ) );
}
?>
<?php endif; ?>but it doesn’t work properly… any idea?