Marky-Mark
Forum Replies Created
-
Ignore me – I’ve sussed it.
For anyone else you simply add a divi text module > use dynamic content > choose “Awsm Job Expiry”
In the short term just remove the heading text and place it in the body. No need to mess with the php file.
But yea please change the heading type – why anyone would ask for this to be the H1 is beyond me! Surprised you guys just changed it without considering the SEO impact.
If you’re updating it please don’t make the default H1.
- This reply was modified 4 years, 9 months ago by Marky-Mark.
Can confirm H1 is now appearing for Privacy Overview text. Please change the heading type.
A short term workaround is to remove the heading text from the field and place it in the body text. (Found in the Privacy Overview menu option)
Adding that line in has got rid of the error in the console
That’s correct.
Disable JS combine = No error
wp-content in JS exclude = no errorMark
Report number: RXGCHFRR
Report date: 11/28/2019 11:05:06
Forum: Plugins
In reply to: [Yoast SEO] YOAST SEO / DIVI Theme – error building tree structureSorry Yoast SEO Version is 12.2
Forum: Plugins
In reply to: [W3 Total Cache] Fatal error: Unknown: Cannot use output bufferingI have another site with woocommerce which isn’t using w3tc and it’s fine.
My worry is that WC will say it’s a w3tc problem and then round and round I go.Forum: Plugins
In reply to: [Meteor Slides] Replacing Feature Image on Home Page with Meteor SlidesHi dmglaw15,
I’ve just installed it using the same theme as you.Here’s what you can do.
Firstly install the child-theme of “responsive” if you haven’t already.
Copy the home.php from the parent and paste it into the child folder…something like….website\wp-content\themes\responsive-child-theme\
Open this file (the one you’ve just created in the child folder) in notepad or any code editor.
Find the line
<div id="featured" class="grid col-940">
and paste this after
<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?>
This will then display the slideshow above your featured content.
If you don’t want this featured content simply replace everything after the slideshow line with..
</div><!-- end of #featured --> <?php get_sidebar('home'); ?> <?php get_footer(); ?>