Raja CRN
Forum Replies Created
-
AuthorPosts
-
Raja CRN
KeymasterHello,
In the SilverMag Pro Options > Sytling > Custom CSS, put the following code.
body{ background:#000!important; }Raja CRN
KeymasterPlease read our FAQ section here.
Raja CRN
KeymasterYes, All our themes are compatible with WordPress4.0. However, Your plugins might cause the issues. Always backup the DB before upgrading.
Thanks.
Raja CRN
KeymasterHello,
Facebook counter is working..
Thank you
Raja CRN
KeymasterHello,
Did you update the tpcrn_functions.php file with above code?
Raja CRN
KeymasterHello,
Check the imagmagpro > images folder for that file.
Raja CRN
KeymasterHi,
For that You have to customize the style.css file. Could you please share your website details? We’ll check your site.
Thanks.
Raja CRN
KeymasterHello,
We don’t provide theme customization however small customization based users request. Please read the documentation and themepacific options page is easy to use. Just read the descriptions of the each fields and play with the options. You can easily do it yourself. If you need any help, use this thread.
Thank you.
Raja CRN
KeymasterHi,
1. You haven’t set the category for the top featured posts. that’s why the category name is not displayed. Header ad will be disappeared to avoid the layout collapse in smaller screen devices.
2. file_get_contents() http:// wrapper disabled in your server configuration. That’s why the Facebook likes aren’t fetched. However, We’ve created the new function for you to get this working. To do that, edit the tpcrn_functions.php in the custom_fn folder in your theme file using FTP Client. Then find the following function block and replace that with below code.
function silvermag_themepacific_get_data_fb($json_url,$id){ $sharestransient = "followers_tpcrn_url_fb".$id; $cachedresult = get_transient($sharestransient); if ($cachedresult !== false ) { return $cachedresult; } else { $json_data = file_get_contents($json_url); $json = json_decode($json_data); $result = $json->likes; set_transient($sharestransient, $result, 60*60*4); update_option($sharestransient, $result); return $result; } }3. Ha ha! For third one, You have just set the limited number of posts to disable the carousel. That’s why carousel is not working.
Thank you.
Raja CRN
KeymasterHello,
We haven’t tested that in our theme. We don’t have any suggestions right not to implement that. However, We’ll try that in our free time.
Thanks.
Raja CRN
KeymasterHi,
Could you please send your temporary username and password with admin rights to us?. Our support team will check your site manually.
Note: Use set as Private reply option.
Thanks.
August 27, 2014 at 5:30 pm in reply to: Inconsistency design theme documentation, as well as curves localization files. #3657Raja CRN
KeymasterHi,
Thanks for your notifications. We’ll fix the translation issues.
Raja CRN
KeymasterHi,
Did you read our FAQ’s section. We’ve posted the solution there. Please check that.
Thank you.
Raja CRN
KeymasterHello,
It is pretty simple to remove that. Go to Appearance > Theme options > General Settings. There You can change the text.
Raja CRN
KeymasterCould you please share your website link here and the location of the the banner in the site?
Thank you.
-
AuthorPosts
