Polylang works well on my biligual website, except on the front page, for featured content (album, shows, but more importantly posts), which doesn’t switch to the other language.
Any idea how I could fix this?
The theme developpers said :
“The options in the theme are all setup for translation, so if there’s an issue with the theme it would be specific to how the plugin works, which requires their insight.”
So they would be willing to colaborate with you if needed.
The website is : www.susiearioli.com
And the theme support : https://press75.com/support/
Thanks a lot for your help!
https://www.ads-software.com/plugins/polylang/
]]>The post are displaying but no image on them just blank.
is there some way or plugin that can display image of the post?
Hi there,
I am re-doing a non profits website and it needs to be done VERY soon.
I am having trouble with the Hero Slides on the Sound check theme. We bought the sound check theme recently and everything is filled in.
HERO SLIDES ISSUES:
Sometimes the slides work fine. On my computer and one other laptop I check it from – there is no issue with the pictures being too large for the slides section.
However,
on different computers the slides are not always centered correctly even though I re-cropped and sized the photos to the correct size length.
Also, sometimes after the photos are going for a bit – they start to no longer be centered at all and will go off to the side and have just black replace the picture.
SO GRATEFUL FOR ANY HELP!
Thanks so much,
Kate
I am encountering the same problem that so many others describe. I understand www.ads-software.com claims it is not a problem on their end, so I brought it to the developer’s attention, Jason Schuller.
After he was unable to replicate the error on his own, the theme and 3.4 apparently works just fine for him, I gave him access to the backend of my website and he took a look to no avail. He was unable to resolve the problem and told me after looking around in the www.ads-software.com forums it appears to be an issue with the user role definitions.
He offered no solution or fix though. Needless to say I am VERY disappointed and have already asked for a refund. Not only am I going to have to start from scratch on the rebuild of my website, but I am now going to be hard press to finish the job by the end of July deadline. Awesome.
Before I scrap this theme I was wondering if anyone out there can suggest a fix to this issue. I know it’s not a www.ads-software.com problem, but my developer is apparently not offering up any solutions so I am making a last ditch effort here. Please help, anyone. I am going to be bald very soon at this rate of frustration. Thanks.
]]>I’m looking for the theme “Tapp Jobs” and does anyone have the theme and want to share it, I would be very grateful. I am also looking for all XML files that are linked to Gravity Forms as the theme is structured, it is the most important but, the whole theme would mean a lot if I could get.
Really hope someone can help me! That would mean an awful lot to me
Thanks
]]>However, once I installed this plugin and embedded the first video with it, it somehow deleted my old videoembed key and knocked off 180 videos!!! All 180 posts are now missing their videoembed values even though I put the same videoembed key back. Can anyone help me recover the old key or something that will automatically put these values back, or do I have to re-input all 180 values all over again???
https://www.ads-software.com/extend/plugins/simple-video-embedder/
]]>I’m using WordPress’s category templates (category-ID.php) to style my category archive pages dynamically.
https://codex.www.ads-software.com/Category_Templates
I’ve successfully implemented thumbnails for a normal category listing, i.e. archive.php, but when I try to display them on, let’s say, category-156.php, the thumbnails do not display. Same code, same structure, same everything. It breaks if I simply rename the file from archive.php to category-156.php
Oddly enough, the renamed template WILL display the default thumbnail I have setup in the WP admin.
I really need this to work because this site requires that I paginate hundreds of postings (12 per page).
Any help would be much appreciated.
Here’s my code for category-156.php…
(Once again, this works for standard archive pages, but not for category templates. Very strange.)
If anyone needs me to include more details or code to diagnose, just let me know and I’d be glad to post.
=========================
<?php
/**
Template Name: Video Interview Archive
*/
get_header();
?>
<div id="content-wrap" class="buzz clearfix">
<div id="content">
<div id="archive-buzz">
<div class="archive-dd">
<h3 class="browsemonth">Browse by Month</h3>
<select name="archive-dropdown" onChange='document.location.href=this.options[this.selectedIndex].value;'>
<option value=""><?php echo attribute_escape(__('Select Month')); ?></option>
<?php wp_get_archives('cat=156&type=monthly&format=option&show_post_count=1'); ?>
</select>
</div>
</div>
<div id="wrap">
<div class="more-vids">
<?php if (have_posts()) : ?>
<?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?>
<?php while (have_posts()) : the_post(); ?>
<div <?php post_class() ?>>
<h2 class="archive" id="post-<?php the_ID(); ?>"><span class="comment-bubble"><a href="<?php the_permalink() ?>#respond">
<?php comments_number('0','1','%'); ?>
</a></span>
<?php if ( function_exists('p75GetThumbnail') ) { ?>
<img src="<?php echo p75GetThumbnail($post->ID, 200, 133); ?>" alt="thumbnail" />
<?php } ?>
<span class="date">
<?php the_time('F jS, Y') ?>
</span><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">
<?php the_title(); ?>
</a></h2>
</div>
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft">
<?php next_posts_link('« Older Entries') ?>
</div>
<div class="alignright">
<?php previous_posts_link('Newer Entries »') ?>
</div>
</div>
<?php else :
if ( is_category() ) { // If this is a category archive
printf("<h2 class='center'>Sorry, but there aren't any posts in the %s category yet.</h2>", single_cat_title('',false));
} else if ( is_date() ) { // If this is a date archive
echo("<h2>Sorry, but there aren't any posts with this date.</h2>");
} else if ( is_author() ) { // If this is a category archive
$userdata = get_userdatabylogin(get_query_var('author_name'));
printf("<h2 class='center'>Sorry, but there aren't any posts by %s yet.</h2>", $userdata->display_name);
} else {
echo("<h2 class='center'>No posts found.</h2>");
}
get_search_form();
endif;
?>
</div>
</div>
</div>
</div>
<?php get_footer(); ?>
]]>What am I missing?
]]>