Raja CRN

Forum Replies Created

Viewing 15 posts - 346 through 360 (of 1,502 total)
  • Author
    Posts
  • in reply to: Customize Single Posts setting #8485
    Raja CRN
    Keymaster

    Hello,

    Share your login details and site details, our support person will check your site. If we’ve found any issues, We’ll fix it.

    in reply to: Customize Single Posts setting #8483
    Raja CRN
    Keymaster

    Hello,

    We provide support for live site site that is hosted on the Server even if it is testing environment.

    If it is not execution time limit error, then share your error details.

    Just increase the PHP Execution time limit in your PHP setup(php.ini). The error will be fixed.

    https://stackoverflow.com/questions/31642471/maximum-execution-time-fatal-error-when-importing-wordpress-xml-file

    in reply to: Customize Single Posts setting #8481
    Raja CRN
    Keymaster

    Hello,

    Are you trying this theme in Localhost?

    It’s not a Theme error. It’s PHP Settings caused this error. Fix this by reading solution here.

    https://stackoverflow.com/questions/5164930/fatal-error-maximum-execution-time-of-30-seconds-exceeded

    in reply to: Customize Single Posts setting #8479
    Raja CRN
    Keymaster

    Hello,

    Create more posts and use the live customizer for single posts. In the screenshot, you have used settings page with HomePage. You have to click the Hello World post to use the Live customizer in Single Post settings.

    Thanks.

    in reply to: How How How? #8477
    Raja CRN
    Keymaster

    Hello,

    Yes, You are right. Basically WordPress is Post Oriented which offers Categories and Tags. Pages don’t offer categories and tags.

    Thanks.

    in reply to: How How How? #8463
    Raja CRN
    Keymaster

    Just Download WordPress Reset Plugin to start from scratch. You will get plain WordPress with Themes and Plugins.

    in reply to: How How How? #8447
    Raja CRN
    Keymaster

    Hello,

    Please Read the Documentation for Super MegaMenus Here: http://docs.themepacific.com/bfastmag-pro/#mega-menu

    in reply to: Home Blocks Display Issue #8439
    Raja CRN
    Keymaster

    That’s great. You have done it. I mean there is not enough space for a lot of sub categories with long name.

    Thanks.

    in reply to: Home Blocks Display Issue #8437
    Raja CRN
    Keymaster

    Just use,

    .bfast_subCats {
    display: none;
    }

    in reply to: Logo Issue – Safari #8436
    Raja CRN
    Keymaster

    Hello,

    The Reply missed the braces.. The correct code is,


    @media
    (max-width: 767px) {
    .site-logo {
    width: 50%!important;
    height: 56px!important;
    }
    }

    in reply to: Home Blocks Display Issue #8433
    Raja CRN
    Keymaster

    Hello,

    You have lengthy category names, that’s why the subcat layout issue happened in your site.

    Use this code to reduce the size.

    span.bfast_subCatItem {
        font-size: 12px;
        padding: 0px 2px;
    }
    .bfast_subCats {
        padding: 0 4px;
       margin-left: 6px;     
    }
    span.bfast_subCatItem a {
        font-size: 11px;
    }
    in reply to: Logo Issue – Safari #8432
    Raja CRN
    Keymaster

    Hello,

    Add the following code in the Additional CSS to Get the Responsive logo size.

    @media (max-width: 767px) {
    .site-logo {
        width: 50%!important;
        height: 56px!important;
    }
    }
    in reply to: Download the latest version #8431
    Raja CRN
    Keymaster

    Hello,

    Go to Your ThemePacific Accounts > Orders > Download the Package.

    Thanks

    in reply to: Failed to activate theme #8425
    Raja CRN
    Keymaster

    Hello,

    Goto videozine/includes/functions/theme-functions.php

    Find the following line and Replace with below code.

    $firstpage = array_values($my_liked_posts)[0];

    With

    $firstpage_tmp = array_values($my_liked_posts);
    $firstpage = $firstpage_tmp[0];

    It will fix the errors.

    in reply to: Failed to activate theme #8424
    Raja CRN
    Keymaster

    Hello,

    We are checking your error. Need your WordPress temporary Login details. Also, share your PHP Version. Looks like you are using the oldest version of the PHP. We’ve found the solution. However we need further information from you to fix those issues.

    Note: Set as Private Reply

Viewing 15 posts - 346 through 360 (of 1,502 total)