• so i moved the tag cloud widget to the inactive section, but it still shows up on my site. i am not sure why that is. any advice on how to remove it? site is proboxinginsider.com if you need to see it.

Viewing 15 replies - 1 through 15 (of 32 total)
  • Peninah

    (@highlight_creative)

    You could try moving it back in and out again, and making sure you’re working with the right sidebar.

    Thread Starter dakota5369

    (@dakota5369)

    i did that. didnt work. then i even actually deleted the entire widget and its still there. in the sidebar in the widget panel, there is nothing under the contact form. but on the site, the tag cloud appears under that contact form

    Check your sidebar’s template. It could be on your theme. And nice website. I also run a pro-wrestling news website wwefansnation.com πŸ™‚

    Boxing, Pro-Wrestling & MAA Rocks πŸ™‚

    Thread Starter dakota5369

    (@dakota5369)

    i looked in the code and removed anything i found that said tag cloud. all it dis was change the colors of it. so i put it back and everything stayed the same as when i removed it. tag cloud is still there, it just looks different. ugh.

    and thanks for the compliment. i definitely love all 3

    I really don’t dig into this but if you then I could look into your website. If you want me to do that then please give me your (or create a new user with admin or developer role) and send me login details on the contact form of TricksPanda.com or WWEFansNation.com, cuz this form it’s not the right place to do that.

    And don’t worry, your website will be safe with me πŸ™‚ I usually don’t take this stuff, but I can do that for a boxing site πŸ˜‰

    in your index.php file

    search for:

    <div class="tagcloud">

    and delete it and the code after it until the next

    </div>

    Thread Starter dakota5369

    (@dakota5369)

    mohammad, thanks for the tip. however, i have no idea where a sidebar.php or index.php or anything is located. i have no experience or knowledge doing this, so just telling me to edit a file doesnt help me at all. i end up looking over 42 categories of 9000 words of code. i have spent 20 minutes googling where to find the sidebar.php and nothing helps. its as if nobody knows how to speak to a person who hasnt used coding for 20 years. thanks, again but that is like speaking chinese to me. this is so frustrating that i cant kill this stupid tag cloud

    Thread Starter dakota5369

    (@dakota5369)

    after looking on youtube, i saw someone showing it located on the themes/editor and then its own category on the right. however, on the right side it doesnt say anything about sidebars anywhere

    Visit your WordPress Dashboard > Themes > Editor, and pick index.php from right side of the screen.

    Can you send me the link where you downloaded your theme from?

    @dakota5369: Please do not respond to attempts to solicit logins via these forums. If anyone does post such a request (as Hardeep Asrani did), please add a modlook tag to the topic. A forum moderator will be along shortly to remove the offending post if necessary and deal with the poster in question.

    Thread Starter dakota5369

    (@dakota5369)

    i dont have an index.php on the right side. i dont have a sidebar.php either

    Sorry for that. I didn’t knew. I’m editing the comment to something else, but I was just offering him free service just to help a boxing pal. Nothing cruel or evil plan here, lol.

    Opps, edit link disappeared as the comment is bit old.

    Thread Starter dakota5369

    (@dakota5369)

    in the index.php, there is nothing about a tag cloud. all it says is

    <?php $options = get_option('mh_options'); ?>
    <?php get_header(); ?>
    <div class="wrapper clearfix">
    	<section class="content <?php mh_content_class(); ?>">
    		<?php mh_before_page_content(); ?>
    		<?php if (category_description()) { ?>
    			<section class="cat-desc">
    				<?php echo category_description(); ?>
    			</section>
    		<?php } ?>
    		<?php mh_loop_content(); ?>
    	</section>
    	<aside class="sidebar <?php mh_sb_class(); ?>">
        	<?php dynamic_sidebar('sidebar'); ?>
    	</aside>
    </div>
    <?php get_footer(); ?>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    Can you tell me the name of the theme you’re using?

    Here’s the screenshot of where you’ll find index.php file: http://s21.postimg.org/luxo1gex3/Untitled.png

Viewing 15 replies - 1 through 15 (of 32 total)
  • The topic ‘cloud tag still showing after being moved’ is closed to new replies.