Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
03-05-2014, 03:52 AM
Post: #11
|
|||
|
|||
RE:
Haven't seen the theme, but to me the script looks like JQuery. That makes sense, intercept the page after the DOM is constructed and find/change the text.
You might want to look at something like Magic Button : Hope it helps - but no guarantee it is right. |
|||
03-05-2014, 04:15 PM
Post: #12
|
|||
|
|||
RE:
Sorry i don't know any JQuery.. :(
Could you help me if i uploaded the theme files? Thanks. |
|||
03-08-2014, 03:57 AM
Post: #13
|
|||
|
|||
RE:
Help Needed Here ... :(
|
|||
03-13-2014, 11:09 PM
Post: #14
|
|||
|
|||
RE:
Help Please!!
I need To Remove This Ugly Footer Text and I Know it can be done because i saw it on a website that uses this exact theme.. |
|||
03-18-2014, 02:50 AM
Post: #15
|
|||
|
|||
RE: | |||
03-19-2014, 09:26 PM
(This post was last modified: 03-19-2014 09:36 PM by bambito.)
Post: #16
|
|||
|
|||
RE:
Download this. Unzip. Upload the php file to your webroot. Enter query.
http://www.cafewebmaster.com/sites/defau...p_grep.zip It will give you the path of the file that contains the text you want removed. |
|||
03-26-2014, 05:20 PM
Post: #17
|
|||
|
|||
RE: how to remove Posted by Dospel and GanjaParker
(02-10-2014 08:37 PM)syedejaz Wrote: to header(02-01-2014 05:31 AM)mauguzun Wrote:Dear Please tell me where to put this script as I am facing the same problem. In which file....(02-01-2014 05:31 AM)mauguzun Wrote: <script>(02-01-2014 05:31 AM)mauguzun Wrote: $(document).ready(function(){(02-01-2014 05:31 AM)mauguzun Wrote: $('a').each(function ()(02-01-2014 05:31 AM)mauguzun Wrote: {(02-01-2014 05:31 AM)mauguzun Wrote: if( $(this).text() == 'Posted by Dospel and GanjaParker' )(02-01-2014 05:31 AM)mauguzun Wrote: $(this).remove();(02-01-2014 05:31 AM)mauguzun Wrote: });(02-01-2014 05:31 AM)mauguzun Wrote: });(02-01-2014 05:31 AM)mauguzun Wrote: </script> |
|||
04-15-2014, 04:20 AM
Post: #18
|
|||
|
|||
RE:
i already found the problem is came from wp plugin White Label Branding, you can delete manually in white-label-branding.php
|
|||
06-01-2014, 11:37 PM
Post: #19
|
|||
|
|||
RE:
Hi, FIXED your Problems!
Go to /themes/functions.php Search: add_action( 'wp_footer', 'hickload' ); and Delete (add_action( 'wp_footer', 'hickload' ); ) Contact me: http://www.fb.com/pajttim |
|||