AprilBabyBelle
Forum Replies Created
-
Thank you to you both! Solutions work perfectly. Much appreciated!
I’ve also noticed that the CSS for the confirmation message is not reflecting on the front end.
Thank you so much!!
Forum: Plugins
In reply to: [Genesis Grid] How To Switch from Genesis Blog Template?Thanks! Will do.
Forum: Plugins
In reply to: [Genesis Grid] How To Switch from Genesis Blog Template?Thanks so much for your help Bill.
I’ve followed the steps above until Step 4. I’ve logged in via FTP and I can’t find any file named home.php in the child theme folder or the main Genesis folder. So the layout on the new Blog page I created is the same – no changes at all. At my wits end I’m afraid!
Apologies, would share screenshots if I could.
Forum: Plugins
In reply to: [Genesis Grid] How To Switch from Genesis Blog Template?I’ve now tried to remove the blog template using this code, but it doesn’t seem to have affected anything at all.
/**
* Remove Genesis Page Templates
*
* @author Bill Erickson
* @link https://www.billerickson.net/remove-genesis-page-templates
*
* @param array $page_templates
* @return array
*/
function be_remove_genesis_page_templates( $page_templates ) {
unset( $page_templates[‘page_archive.php’] );
unset( $page_templates[‘page_blog.php’] );
return $page_templates;
}
add_filter( ‘theme_page_templates’, ‘be_remove_genesis_page_templates’ );Forum: Themes and Templates
In reply to: [Fruitful] Responsive Layout problem after updateHi there,
Can you share how you solved this?
Many thanks
Forum: Plugins
In reply to: [Fruitful Shortcodes] icon="none" gives me a black dotCould you also advise how I can set the alignment (left) of the text in my columns. Many thanks.
Forum: Themes and Templates
In reply to: [Fruitful] Page spacing when using shortcodesThis is the code on the page currently. I can’t make the image any smaller. Why is the shortcode creating so much extra space. As far as I can see the contact form is already aligned left in CSS.
<img class=”alignnone size-full wp-image-1065″ src=”https://shelleyfinch.co.za/wp-content/uploads/2015/04/Contact-Us.png” alt=”Contact-Us” width=”1000″ height=”116″ />[fruitful_ibox_row] [fruitful_ibox column=”ffs-two-one” icon=”” styletext = “font-size:14px”]
<p style=”text-align: left;”>Tel: 021 xxxxxxxxx</p>
<p style=”text-align: left;”>Email: shelley@handxxxbrands.co.za</p>
<p style=”text-align: left;”>Bowwood Gardens
Bowwood Road
Claremont
7708</p>
[/fruitful_ibox]
[fruitful_ibox column=”ffs-two-one” icon=”” styletext = “font-size:14px” last=”true”]
<p style=”text-align: left;”>[contact-form-7 id=”53″ title=”Contact form 1″][/fruitful_ibox][/fruitful_ibox_row]</p>