Best Blackhat Forum

Full Version: [Help] Help needed regarding Quasar WP theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

I am in real trouble. Please guide me.

how to remove (by Rocketthemes.net) at the bottom of the page of quasar wordpress?


I have tried everything but don't know from where its getting "http://quasar.rockthemes.net/" link. even I have checked by deleting the "footer.php" file but no luck.

There might be some hidden code which I can't find any where, please help me to get rid from "Rocketthemes.net".

Thanks in advance.

I am using Quasar.v1.3.5 as version 1.5 doesn't have Rock Page Builder.
check your functions.php
find somthing like this
PHP Code:
add_action('wp_footer' 
and remove it

complete code like this
PHP Code:
add_action('wp_footer''your_function');
function 
your_function() {
  
$content 'This is inserted to footer';
  echo 
$content; } 
Sir,

Thanks for your reply, but there is no such code
look in the database too
Yoooo

I got the solution,
Hi there !

I'm looking for the same thing, remove the Quasar copyright, but i don't understand how to do this.

Can someone help me, step by step?


Thanks guys !
Yes I need the solution as well!
Ok, just follow my instructions. That copyright is in 2 javascript.
1. go to "wp-content/themes/quasartheme/js/
- open "quasar.jquery.min.js"
- search this text
PHP Code:
if ("undefined" != typeof jQuery.rockthemes 
and put at beginning
PHP Code:
/* 
and will be
PHP Code:
/* if ("undefined" != typeof jQuery.rockthemes ... 
- search
PHP Code:
jQuery("#nav ul ul").css({display:"block"}); 
and put at beginning to close
PHP Code:
*/ 
and will be
PHP Code:
*/
 
jQuery("#nav ul ul").css({display:"block"}); 

2. go to "wp-content/themes/quasartheme/rock-options/curvy-slider/frontend/js/"
- open "curvy-slider-frontend.min.js"
- search this text
PHP Code:
if ("undefined" != typeof jQuery.rockthemes 
and put at beginning
PHP Code:
/* 
and will be
PHP Code:
/* if ("undefined" != typeof jQuery.rockthemes 
- search
PHP Code:
var = [], 0"scene-0" 
and put at beginning to close
PHP Code:
*/ 
and will be
PHP Code:
*/
var 
= [], 0"scene-0" 

I hope that will help you. And this is for quasar version 1.6. Sorry for my english mistakes :).
I post 3 times, browser error. Some moderator delete this post.
I post 3 times, browser error. Some moderator delete this post.
Reference URL's