• Resolved japlaxco

    (@sbdutcher)


    Before the last Simply update, I had working html in the text area of the featured boxes e.g. list items.
    Now, html renders as text rather than html. Is there anyway to get html function back into the feature box text area?

Viewing 11 replies - 16 through 26 (of 26 total)
  • flylowflyfast
    No links to be added or change to code. Use theexact code and it will work.

    kkkbbb
    Install the plugin and when you will go to your dashboard or your blog. there you need to find where plugin is mentioned on that page. then click on that (it will be on the left side menu of your dashboard) and follow the steps.

    screenshots:

    1. how to find installed plugin: https://www.diigo.com/item/image/4yfpw/cxb4
    2: code page: https://www.diigo.com/item/image/4yfpw/r4w1

    hope this helps

    seofy (sorry about misspelling that earlier!),

    Thanks. I went back and rechecked my logic process (meaning: doh!) and I figured out what I had missed. Thank you for your help. Now working like a champ!

    Best,

    James

    Hello,

    How can I make links on my feature boxes like on this page

    Please someone help me!

    https://indiaexchange.org/

    whoo-hoo! thanks seofy! My bolds and line breaks work like a charm – any ideas for hyperlinks?

    I don’t understand what I’m missing. I followed seofy’s instructions as far as adding the code to the CSS-JS-PHP plugin. Once I add this, should a new dialog box be added to the Simplify Options page under Featured Boxes? Because, I don’t have a place to add a link.

    leviverhoeven – I see you have yours working.

    Can someone please guide me, please?

    Hello everyone, I am super new. I want to take what I guess you are all calling “feature boxes” (the little pictures on the front page at the bottom-there are 2 rows) and make those photos link to another page.

    My problem is, I do not understand tech language yet and I’ve been reading this thread but I have no clue as to where you are all stating this “code” .. html? … is supposed to be typed in or how to get to it and not sure if the same ‘code’ works for each picture or feature box.

    If someone could be so kind as to guide me in the right direction I would be forever grateful or if it would be better/easier for me to just post my own thread I could do that, it’s not a problem. (I understand it may be too time consuming to explain so much) It seems you are all a bit more advanced than me. hahahaha (I have seen one of you claim to be a newbie & I laughed … ) I’m really really a newbie
    Thanks for taking the time to read.

    Adrienne

    Okay… I figured it out. For anyone who only wants one row like mine – https://www.909networks.com – just replace featured-box.php with this code. And don’t forget to add your links manually by adjusting /your_url/”

    I hope this helps!

    <?php
    
    /* 	Simplify Theme's Featured Box to show the Featured Items of Front Page
    
    	Copyright: 2012-2014, D5 Creation, www.d5creation.com
    
    	Based on the Simplest D5 Framework for WordPress
    
    	Since Simplify 1.0
    
    */
    
    ?>
    
    <div id="featured-boxs">
    <span class="featured-box-first"><h2><?php echo esc_textarea(of_get_option('featuredr-title', __('Recent Works','simplify'))); ?></h2><div class="content-ver-sep"></div><br /><p><?php echo esc_textarea(of_get_option('featuredr-description',  __('The Color changing options of Simplify will give the WordPress Driven Site an attractive look.','simplify'))); ?></p></span>
    <?php
    		$fboxclm = array("1");
    		foreach ($fboxclm as $fboxn) { ?>
    		<span class="featured-box">
    			<a href="<?php bloginfo('url'); ?>/your_url/" title="<?php echo of_get_option('featured-title' . $fboxn , ''); ?>">
    				<img class="box-image" src="<?php echo of_get_option('featured-image' . $fboxn, get_template_directory_uri() . '/images/featured-image' . $fboxn . '.jpg') ?>"/>
    				<h3><?php echo of_get_option('featured-title' . $fboxn , ''); ?></h3>
    			</a>
    			<div class="content-ver-sep"></div>
    			<br />
    			<p><?php echo of_get_option('featured-description' . $fboxn , ''); ?></p>
    		</span>
    	<?php } ?>
    	<?php
    		$fboxclm = array("2");
    		foreach ($fboxclm as $fboxn) { ?>
    		<span class="featured-box">
    			<a href="<?php bloginfo('url'); ?>/your_url/" title="<?php echo of_get_option('featured-title' . $fboxn , ''); ?>">
    				<img class="box-image" src="<?php echo of_get_option('featured-image' . $fboxn, get_template_directory_uri() . '/images/featured-image' . $fboxn . '.jpg') ?>"/>
    				<h3><?php echo of_get_option('featured-title' . $fboxn , ''); ?></h3>
    			</a>
    			<div class="content-ver-sep"></div>
    			<br />
    			<p><?php echo of_get_option('featured-description' . $fboxn , ''); ?></p>
    		</span>
    	<?php } ?>
    	<?php
    		$fboxclm = array("3");
    		foreach ($fboxclm as $fboxn) { ?>
    		<span class="featured-box">
    			<a href="<?php bloginfo('url'); ?>/your_url/" title="<?php echo of_get_option('featured-title' . $fboxn , ''); ?>">
    				<img class="box-image" src="<?php echo of_get_option('featured-image' . $fboxn, get_template_directory_uri() . '/images/featured-image' . $fboxn . '.jpg') ?>"/>
    				<h3><?php echo of_get_option('featured-title' . $fboxn , ''); ?></h3>
    			</a>
    			<div class="content-ver-sep"></div>
    			<br />
    			<p><?php echo of_get_option('featured-description' . $fboxn , ''); ?></p>
    		</span>
    	<?php } ?>
    </div> <!-- featured-boxs -->

    RMEPRODUCTIONS …

    Is that the code you enter in to make them link to another page?

    I know I sound totally illiterate but I am seriously new to this. lol

    I finally figured out that you do all this under the editor section and I’ve seen where it has the feature box code …

    Thanks

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Remember to create a new thread if you need support: https://www.ads-software.com/support/theme/simplify#postform

    Adrienne Santana – Yes, that’s the code I used. Like I said, if you want to see how it looks before implementing it, you can see it on my website – 9https://www.909networks.com

    remeproductions … I’ve entered in that code under the plug in “CSS-JV-PHP” … under “add new JS” and I hit apply … is that the only place I should enter it?

    I’m sorry I know you have got to be tired of all the redundancy. At least though, now I have found out I am going in the right direction. I think…

    Thanks a million

Viewing 11 replies - 16 through 26 (of 26 total)
  • The topic ‘HTML allowed in feature box text area?’ is closed to new replies.