Towfiq I.
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Asteria Lite] Disable Ajax PaginationThere is an option in Asteria Options> basic
Forum: Themes and Templates
In reply to: [Asteria Lite] Asteria Pro doesn't work with WP3.8.1Annelie Please contact me through this page about this issue:
https://towfiqi.com/contact/
ThanksForum: Themes and Templates
In reply to: [Theron Lite] Change page template widthsend me a message through this page:
https://www.towfiqi.com/contactForum: Themes and Templates
In reply to: [Theron Lite] Change page template widthgo to your stylesheet link(below):
https://198.57.247.129/~music1/Gaudetoptical.com/wp-content/themes/theron-lite/style.cssand notice under
/*FULL WIDTH PAGE*/
the code is the old code. they are not replaced with the new one.
Forum: Themes and Templates
In reply to: [Theron Lite] Change page template width@duh101 I am not seeing the changes in your stylesheet:
https://198.57.247.129/~music1/Gaudetoptical.com/wp-content/themes/theron-lite/style.cssForum: Themes and Templates
In reply to: [Theron Lite] Home page bottom page changerthe pagination should appear fine. but its not..
Did you select the “display frontpage posts from a category” option from Theron Options> Front page?
if you did, make sure the “number of posts” selected on Theron options> frontpage and the “number of posts” per page option from Settings> Reading are set to same numbers. In your case, set them both to 12.
Forum: Themes and Templates
In reply to: [Asteria Lite] I can not enable slider in free version.Go to Settings> Reading and select “Your latest Posts” as your homepage.
Forum: Themes and Templates
In reply to: [Asteria Lite] I can not enable slider in free version.Please make sure you added “Titles” to each slide. without adding titles to your slides you can’t save them.
Forum: Themes and Templates
In reply to: [Theron Lite] text area of Pages has become unresponsivePlease read this:
https://www.ads-software.com/support/topic/change-page-template-width-1Forum: Themes and Templates
In reply to: [Theron Lite] Home page bottom page changerwhen you add a blog post the post is automatically displayed on frontpage and on blog both both. this is how the theme was made?
Did you select the category of your blog page template form Theron Options> Misc. page?
Forum: Themes and Templates
In reply to: [Asteria Lite] Blog Page Not Showing All Blogs or Paginationto fix the pagination, Open up page-blog.php and replace this:
<?php global $wp_query; $big = 999999999; // need an unlikely integer echo paginate_links( array( 'base' => str_replace( $big, '%#%', esc_url( get_pagenum_link( $big ) ) ), 'format' => '?paged=%#%', 'current' => max( 1, get_query_var('paged') ), 'total' => $wp_query->max_num_pages, 'show_all' => true, 'prev_next' => false ) ); ?>
with this:
<?php global $the_query; $big = 999999999; // need an unlikely integer echo paginate_links( array( 'base' => str_replace( $big, '%#%', esc_url( get_pagenum_link( $big ) ) ), 'format' => '?paged=%#%', 'current' => max( 1, get_query_var('paged') ), 'total' => $the_query->max_num_pages, 'show_all' => true, 'prev_next' => false ) ); ?>
Forum: Themes and Templates
In reply to: [Asteria Lite] woocommerce issue: the right sidebar disappearplease ask the XING template developers about this. this only works on asteria.
Forum: Reviews
In reply to: [Asteria Lite] No SupportI just sent you an email. Please check.
And please do not be disrespectful toward others.
Esmi is a moderator of this forum and just doing his job.Forum: Reviews
In reply to: [Asteria Lite] No Support@bfish36 I replied to your email 5 days ago. Are you sure you did not get my email?
Can you send me your issues again through this page:
https://www.towfiqi.com/contactI will get back to as soon as possible.
Thanks
Forum: Themes and Templates
In reply to: [Theron Lite] template "page with no sidebar" showing too wide@floydstime send me the details through this page:
https://www.towfiqi.com/contactPremium theme support is not given through this forum.
Thanks