Raja CRN

Forum Replies Created

Viewing 15 posts - 1,216 through 1,230 (of 1,502 total)
  • Author
    Posts
  • in reply to: Linking New Post type to a template #2558
    Raja CRN
    Keymaster

    Hi,

    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.

    in reply to: Linking New Post type to a template #2556
    Raja CRN
    Keymaster

    We’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.

    in reply to: Linking New Post type to a template #2555
    Raja CRN
    Keymaster

    I 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/

    in reply to: Linking New Post type to a template #2553
    Raja CRN
    Keymaster

    Okay, 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

    in reply to: Linking New Post type to a template #2551
    Raja CRN
    Keymaster

    Hi,

    Did custom post type open without any issues?

    in reply to: Website Speed #2521
    Raja CRN
    Keymaster

    Hi,

    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 factor

    Other 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.

    in reply to: Error: Missing required field #2519
    Raja CRN
    Keymaster

    Hi,

    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 ,
    in reply to: Homepage Grid and List View #2504
    Raja CRN
    Keymaster

    Hello,

    Here it is. Just find the themes/madura-pro/includes/ loop-blog.php

    Then, Edit the loop-blog.php and find blog-lists-blog clearfix add add the lists at the end. The final code would be like this.

    <div class="blog-lists-blog clearfix lists">

    Thanks.

    in reply to: Homepage Columns not working? #2497
    Raja CRN
    Keymaster

    Try 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.

    in reply to: Homepage Columns not working? #2492
    Raja CRN
    Keymaster

    Without seeing your site, we can’t fix any issues.

    in reply to: Colour Changes #2491
    Raja CRN
    Keymaster

    If I understood your question rightly, the explanation above will fit. Unless, Please give more details.

    in reply to: Blog "Subtitle" Plug-in #2488
    Raja CRN
    Keymaster

    Hi,

    Edit the Single.php file and find the

    <h1 class="entry-title"><?php the_title(); ?></h1></div>

    There, You can add the code.

    Thanks.

    in reply to: Colour Changes #2487
    Raja CRN
    Keymaster

    Tranaparnet means? You already have the dark background for both header and body. It is not possible, if the both colors are same.

    Thanks

    in reply to: Change Post Meta font size #2484
    Raja CRN
    Keymaster

    Hi,

    You can do this in ThemePacific Theme Options. Head to Theme Options > Typography > Post Meta

    There, You can change the font size.

    in reply to: Colour Changes #2483
    Raja CRN
    Keymaster

    Hi,

    Thanks for the purchase. Please add some more specific details, like about white box. It will be helpful to assist you better.

Viewing 15 posts - 1,216 through 1,230 (of 1,502 total)