https://www.ads-software.com/extend/plugins/advanced-ajax-page-loader/
]]>After upgrading to WP 3.5.1, Buddypress to 1.6.4, I noticed that all of my secondary menus (Header and Footer) have disappeared. My main menu is still there.
I can see that the “ul” element that’s supposed to contain my header menu is being loaded, but it’s just not populating with the items I set from “Appearance/Menus” Note that I didn’t have any such issues until I upgraded WP and BP.
Thanks,
]]>I’m having problems logging into the dedicated support forum at the themeID website. I’ve tried changing my password on several occasions, which it lets me do, but I keep getting a “Sorry, Permission Denied” errors.
Anyone else getting this problem?
]]>echo '<a href="https://www.videoto.org">Visit Products Page</a> '"$options['cta_url'].'" class="blue button">';
echo $options['cta_text'];
echo '';
but now when I go to my site, I see this error message
Parse error: syntax error, unexpected T_STRING, expecting ‘,’ or ‘;’ in /home/content/65/9642965/html/wp-content/themes/responsive/home.php on line 79.
Not quite sure what this means or where my error is. If it helps the webste is www.videoto.org and I’m using the Responsive theme.
Thanks
I just made a new childtheme for my blog today. I also added one of the Facebook Comment-plugin, and it worked completely fine. After a few bug-fixes, my theme looked great, exept that the comment form was gone. I tried to restore the old WP-comment, didn’t work. I restored the theme back to original, but nothing happened. I also tried other themes, but no different. I looked at my Settings for Discussion, but it looked OK.
It would be great with a little help. If this is a tricky thing (wich it seems, since I have used all day with no result) I’ll gladly make a quest-account on my site, therefore I can get direct help there. If anyone wants to help me out, that would be great!
So, here’s my settings and the original comments.php –
https://i168.photobucket.com/albums/u161/drugsneverwork/settings.jpg
<?php
// Exit if accessed directly
if ( !defined('ABSPATH')) exit;
/**
* Comments Template
*
*
* @file comments.php
* @package Responsive
* @author Emil Uzelac
* @copyright 2010 - 2012 ThemeID
* @license license.txt
* @version Release: 1.0
* @filesource wp-content/themes/responsive/comments.php
* @link https://codex.www.ads-software.com/Theme_Development#Comments_.28comments.php.29
* @since available since Release 1.0
*/
?>
<?php if (post_password_required()) { ?>
<p class="nocomments"><?php _e('This post is password protected. Enter the password to view any comments.', 'responsive'); ?></p>
<?php return; } ?>
<?php if (have_comments()) : ?>
<h6 id="comments">
<?php
printf( _n('One comment on “%2$s”', '%1$s comments on “%2$s”', get_comments_number(), 'responsive'),
number_format_i18n( get_comments_number() ), '<span>' . get_the_title() . '</span>');
?>
</h6>
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>
<div class="navigation">
<div class="previous"><?php previous_comments_link(__( '? Older comments','responsive' )); ?></div><!-- end of .previous -->
<div class="next"><?php next_comments_link(__( 'Newer comments ?','responsive', 0 )); ?></div><!-- end of .next -->
</div><!-- end of.navigation -->
<?php endif; ?>
<ol class="commentlist">
<?php wp_list_comments('avatar_size=60&type=comment'); ?>
</ol>
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>
<div class="navigation">
<div class="previous"><?php previous_comments_link(__( '? Older comments','responsive' )); ?></div><!-- end of .previous -->
<div class="next"><?php next_comments_link(__( 'Newer comments ?','responsive', 0 )); ?></div><!-- end of .next -->
</div><!-- end of.navigation -->
<?php endif; ?>
<?php else : ?>
<?php endif; ?>
<?php
if (!empty($comments_by_type['pings'])) : // let's seperate pings/trackbacks from comments
$count = count($comments_by_type['pings']);
($count !== 1) ? $txt = __('Pings/Trackbacks','responsive') : $txt = __('Pings/Trackbacks','responsive');
?>
<h6 id="pings"><?php echo $count . " " . $txt; ?> <?php _e('for','responsive'); ?> "<?php the_title(); ?>"</h6>
<ol class="commentlist">
<?php wp_list_comments('type=pings&max_depth=<em>'); ?>
</ol>
<?php endif; ?>
<?php if (comments_open()) : ?>
<?php
$fields = array(
'author' => '<p class="comment-form-author">' . '<label for="author">' . __('Name','responsive') . '</label> ' . ( $req ? '<span class="required">*</span>' : '' ) .
'<input id="author" name="author" type="text" value="' . esc_attr($commenter['comment_author']) . '" size="30" /></p>',
'email' => '<p class="comment-form-email"><label for="email">' . __('E-mail','responsive') . '</label> ' . ( $req ? '<span class="required">*</span>' : '' ) .
'<input id="email" name="email" type="text" value="' . esc_attr($commenter['comment_author_email']) . '" size="30" /></p>',
'url' => '<p class="comment-form-url"><label for="url">' . __('Website','responsive') . '</label>' .
'<input id="url" name="url" type="text" value="' . esc_attr($commenter['comment_author_url']) . '" size="30" /></p>',
);
$defaults = array('fields' => apply_filters('comment_form_default_fields', $fields));
comment_form($defaults);
?>
<?php endif; ?>
The theme I have is Responsive by ThemeID – this is my website: https://angel-eye.net
]]>I just set up a new WordPress site, installed a free theme
https://www.ads-software.com/extend/themes/responsive
and started to create a child theme to change it for my purposes.
Therefore, I read this:
https://codex.www.ads-software.com/Child_Themes
and created a new folder in my themes folder, as well as created a style.css with an import of my old style.css.
everything works fine, except in INTERNET EXPLORER 9, when I’m activating the compatibility mode (left to the refresh sign in the address bar), the theme is not responsive any more.
In every other Browser (chrome, ff) it works, leading this problem to an enigma for me …
However, when I turn off the compability mode, everything looks fine.
Here are screenshots to visualize the problem:
COMP MODE ON: https://666kb.com/i/c5h1xdrh82yt720aw.jpg
COMP MODE OFF: https://666kb.com/i/c5h1y4y7ws61aowlk.jpg
The thing what bothers me is, that if I activate the origin theme (the one i downloaded), and delete my newly created child theme, everything works fine.
Does anyone has the same problem?
or should i just ignore it, what do you recommend ?
]]>The theme I use is called ‘Responsive’ by ‘ThemeID’
I’m also running the current version of WordPress.
Any help would be greatly appreciated. Thanks.
]]>My shortcodes are in place and everything is as per WooCommerce.
I tried using woocommerce with other themes and infact the same child theme but on a different website www.prodigyelectronics.com/pe and it seems to work.
I have been on this problem for 2 days now and cant seem to find a solution. Also my tools doesnt a show a WC Debug option so kindly advice.
Thanks
K