Raja CRN
Forum Replies Created
-
AuthorPosts
-
Raja CRN
KeymasterHi,
Okay, I got it. You have used that code in gallery template. It only pulls out the image link. You have to wrap it around with img tag. Now, the image is showing in the singe post.
If you decide to customize the theme, you have to decide where should be customization. Because we only provide little customization to our themes upon request. Understanding the every 3rd party plugin requires more time.So that we can concentrate on our main objective here.
Hope you got it.
Thanks. Let me know if you have any other queries.Raja CRN
KeymasterWe’ve checked our code and found that no issues in the theme. You have to implement the customization rightly to get the custom post type posts in template. Regarding the gallery page template, you haven’t changed the name of the template, just you have copied it. Please read about the page templates here http://codex.wordpress.org/Page_Templates.
Thanks.
Raja CRN
KeymasterI can’t understand why do you want the template for product type. You can access the Product Type posts using this link http://reviewpix.com/product/
Raja CRN
KeymasterOkay, That’s Good. Could you please share your blog details with temp username and password (admin rights). That’ll be easy to check your blog. Usually we don’t provide support for 3rd party plugins. Anyhow, Let’s fix the issues.
Note: Use Set as Private reply option
Raja CRN
KeymasterHi,
Did custom post type open without any issues?
Raja CRN
KeymasterHi,
Thanks for Your Feedback.
First of all, Speed Insights follow certain factors to determine the speed. Based upon that, the score will be generated.
To improve your speed,
1. You have reduce the server response time. For that, you have to host your site in the best server. (shared hosting is not Fast)
2. You have to reduce the image size. You can use many tools like Photoshop to reduce the size without losing the quality.
3. Browser cache expiration is also one of the major factorOther than this, You can use the w3total cache plugin etc. Try to optimize the above steps, you will get the higher score like our Demo site.
Thanks again.
Raja CRN
KeymasterHi,
To fix this, you have to edit the Header.php file and follow the instructions. We’ll update the theme later with this fix.
Current code:
$term = ''; $term->term_id = ''; $term = get_term_by('name', $data['ticker_category'], 'category'); $tpcrn_tickerposts = new WP_Query(array( 'showposts' => $data['ticker_post_no'], cat' => $term->term_id,Replace the above code with below,
New Code:
$ti_cat = get_cat_ID($data['ticker_category']); $tpcrn_tickerposts = new WP_Query(array( 'showposts' => $data['ticker_post_no'], 'cat' => $ti_cat ,Raja CRN
KeymasterHello,
Here it is. Just find the themes/madura-pro/includes/ loop-blog.php
Then, Edit the
loop-blog.phpand findblog-lists-blog clearfixadd add thelistsat the end. The final code would be like this.<div class="blog-lists-blog clearfix lists">Thanks.
Raja CRN
KeymasterTry to disable all plugins and see the result. If that isn’t fixed, post your blog Username and Password(Temporary) with Admin rights. Use ‘Set as Private Reply’ Option. We’ll check your blog.
Thanks.
Raja CRN
KeymasterWithout seeing your site, we can’t fix any issues.
Raja CRN
KeymasterIf I understood your question rightly, the explanation above will fit. Unless, Please give more details.
Raja CRN
KeymasterHi,
Edit the Single.php file and find the
<h1 class="entry-title"><?php the_title(); ?></h1></div>There, You can add the code.
Thanks.
Raja CRN
KeymasterTranaparnet means? You already have the dark background for both header and body. It is not possible, if the both colors are same.
Thanks
Raja CRN
KeymasterHi,
You can do this in ThemePacific Theme Options. Head to Theme Options > Typography > Post Meta
There, You can change the font size.
Raja CRN
KeymasterHi,
Thanks for the purchase. Please add some more specific details, like about white box. It will be helpful to assist you better.
-
AuthorPosts
