Viewing 4 reply threads
You must be logged in to reply to this topic.
Content Blocks are set by default and I cannot change them through any of the settings in Codeless Customizer or Pages via WordPress
Example this 40% off sale and gift wrap CTAs. Cant get rid of those on my site.
https://codeless.co/june/default/?post_type=product&view_style=list
Hello,
These are demo data imported when you first imported the dummy data. You can just delete the row containing it if this is not the layout you want. If you have any problems, send us some valid wp credentials in a private reply. And we can help you with it.
Best regards!
Hello,
1-I removed the bottom content in Shop page by setting the “Shop bottom Content” option to ‘none’. See screenshot of the option: https://postimg.org/image/yj077flyt/
2-Please go to file includes/widgets/codeless_contactinfo.php and find these lines:
<div class="cl-contact-info">
<?php if( !empty( $address ) ): ?>
<div class="info"><i class="cl-icon-map-marker-radius"></i><span><?php echo esc_attr( $address ) ?></span></div>
<?php endif; ?>
Edit to these:
<div class="cl-contact-info">
<?php if(!empty($title))
echo wp_kses_post( $before_title . $title . $after_title ); ?>
<?php if( !empty( $address ) ): ?>
<div class="info"><i class="cl-icon-map-marker-radius"></i><span><?php echo esc_attr( $address ) ?></span></div>
<?php endif; ?>
We will fix this in the next theme update.
Let us know.
Best regards!
Thanks, everything is working as expected now. This can be closed.
You must be logged in to reply to this topic.