Raja CRN
Forum Replies Created
-
AuthorPosts
-
Raja CRN
KeymasterHello,
Share your login details and site details, our support person will check your site. If we’ve found any issues, We’ll fix it.
Raja CRN
KeymasterHello,
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.
Raja CRN
KeymasterHello,
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.
Raja CRN
KeymasterHello,
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.
Raja CRN
KeymasterHello,
Yes, You are right. Basically WordPress is Post Oriented which offers Categories and Tags. Pages don’t offer categories and tags.
Thanks.
Raja CRN
KeymasterJust Download WordPress Reset Plugin to start from scratch. You will get plain WordPress with Themes and Plugins.
Raja CRN
KeymasterHello,
Please Read the Documentation for Super MegaMenus Here: http://docs.themepacific.com/bfastmag-pro/#mega-menu
Raja CRN
KeymasterThat’s great. You have done it. I mean there is not enough space for a lot of sub categories with long name.
Thanks.
Raja CRN
KeymasterJust use,
.bfast_subCats {
display: none;
}Raja CRN
KeymasterHello,
The Reply missed the braces.. The correct code is,
@media (max-width: 767px) {
.site-logo {
width: 50%!important;
height: 56px!important;
}
}Raja CRN
KeymasterHello,
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; }Raja CRN
KeymasterHello,
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; } }Raja CRN
KeymasterHello,
Go to Your ThemePacific Accounts > Orders > Download the Package.
Thanks
Raja CRN
KeymasterHello,
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.
Raja CRN
KeymasterHello,
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
-
AuthorPosts
