sparky777
Forum Replies Created
-
Thank you very helpful.
Forum: Plugins
In reply to: [Process Steps Template Designer] Link imagesTnx very much
Forum: Plugins
In reply to: [G Web Pro Store Locator] Error in Gwebpro Store LocatorI’m facing the same problem have you got any fix?
Regards,
AstraForum: Plugins
In reply to: [WooCommerce] show a short description in shop & category pagesThis is what i was looking for tnx
Forum: Plugins
In reply to: [Testimonial Slider] How to reeduce the speed of the testimnalsI fixed it by edit testimonial/js/owl.carousel.js file
Forum: Fixing WordPress
In reply to: How to show only Post titles on category pageshere is post.php file
<?php global $theme; ?>
<div <?php post_class(‘post clearfix’); ?> id=”post-<?php the_ID(); ?>”>
<div class=”postmeta-primary”>
<span class=”meta_date”><?php echo get_the_date(); ?></span>
<span class=”meta_categories”><?php the_category(‘, ‘); ?></span><?php if(comments_open( get_the_ID() )) {
?> <span class=”meta_comments”><?php comments_popup_link( __( ‘No comments’, ‘themater’ ), __( ‘1 Comment’, ‘themater’ ), __( ‘% Comments’, ‘themater’ ) ); ?></span><?php
} ?>
</div><h2 class=”title”>” title=”<?php printf( esc_attr__( ‘Permalink to %s’, ‘themater’ ), the_title_attribute( ‘echo=0’ ) ); ?>” rel=”bookmark”><?php the_title(); ?></h2>
<div class=”entry clearfix”>
<?php
if(has_post_thumbnail()) {
?>“><?php the_post_thumbnail(
array($theme->get_option(‘featured_image_width’), $theme->get_option(‘featured_image_height’)),
array(“class” => $theme->get_option(‘featured_image_position’) . ” featured_image”)
); ?><?php
}
?><?php
the_content(”);
?></div>
<?php if($theme->display(‘read_more’)) { ?>
<div class=”readmore”>
#more-<?php the_ID(); ?>” title=”<?php printf( esc_attr__( ‘Permalink to %s’, ‘themater’ ), the_title_attribute( ‘echo=0’ ) ); ?>” rel=”bookmark”><?php $theme->option(‘read_more’); ?>
</div>
<?php } ?></div><!– Post ID <?php the_ID(); ?> –>
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Personality quiz support?Hi Wisecapt,
thanks for your response.yes i enabled the Graduation. but the problem is the quiz are fashion style quiz no wrong or no write answers i want to categorize users according to the answers they choose not by score.Forum: Plugins
In reply to: [Wp-Pro-Quiz] Personality Type questions?if it is ok can i see the live quiz
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Personality Type questions?Hi Soprano,
Did you find the fix or other plugin for Personality question.Regards
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Capture quiz taker emailI got it in custom fields section.
Forum: Plugins
In reply to: [WooCommerce] View order page-order details customizationHi James,
Thanks for your reply
I’m using the default English i think it’s American.I customized all things the only thing left is on orders details section on view order page.If there is a way to change those with out changing that will be cool.Tnx very much
Forum: Fixing WordPress
In reply to: redirect directories to subdomain with the same structuretnx for your replay i tried that but it’s not working for me
i can redirecthttps://www.example.com/banners to
https://resources.example.com/banners
the problem is i want all the files inside the /banners directory to https://resources.example.com/banners automatically with out specifying each on .htacess.