Home › Forums › WoodMart support forum › FOOTER-ALLIGHT-2-COLUMBS
FOOTER-ALLIGHT-2-COLUMBS
- This topic has 16 replies, 3 voices, and was last updated 7 months, 3 weeks ago by chrisguy950.
-
AuthorPosts
-
June 9, 2022 at 10:48 pm #382288
vindesign_itParticipantHi,
I hava a problem with last version theme, about footer. Isn’t there a 2 columns alignment
https://ibb.co/YZmsXsX – https://ibb.co/ZXLRpXW
Can you help me?
Thanks,
June 10, 2022 at 2:50 am #382326
Elise NoromitMemberHello,
You can find the option to set two columns at the bottom in the Theme Settings > Footer > Copyright.
Best Regards
June 10, 2022 at 10:31 am #382364
vindesign_itParticipantHello,
I have already set the footer to two columns š
Best Regards
June 11, 2022 at 1:38 am #382504
Elise NoromitMemberHello,
Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.
Best Regards
June 11, 2022 at 8:13 am #382527
vindesign_itParticipantok, thank a lot š
June 11, 2022 at 10:51 pm #382595
Elise NoromitMemberHello,
Please correct this code: https://gyazo.com/32a814c502704e7aadd719cddf9dc04d remove “px” and check again.
Best Regards
June 12, 2022 at 3:53 pm #382631
vindesign_itParticipantHi Elise,
Nothing, the problem persists.
Best Regards
June 14, 2022 at 4:45 am #382912
Elise NoromitMemberHello,
Please try to remove HTML code from the footer columns: https://gyazo.com/d0860e77e52e867d4b7a1a81efc5726e
Best Regars
June 15, 2022 at 2:45 pm #383243
vindesign_itParticipantHi,
Nothing, the problem persists.
Best Regards
June 16, 2022 at 2:37 am #383413
Elise NoromitMemberHello,
Please remove the styles from all the widgets: https://gyazo.com/5f1ad2b2cb2839e09f2bf3b95b03da88
If you have any questions please feel free to contact us.
Best Regards
June 19, 2022 at 1:47 pm #384417
vindesign_itParticipantJune 19, 2022 at 1:49 pm #384418
vindesign_itParticipantI tested the html code in another site and I don’t have the problem
June 20, 2022 at 5:48 pm #384724
Elise NoromitMemberHello,
You have customized the footer.php file in the child theme and did not plug in the styles related to the copyright area.
Please remove this customization and check again.
Best Regards
June 20, 2022 at 6:59 pm #384741
vindesign_itParticipant<?php /** * The template for displaying the footer * */ ?> <?php if ( woodmart_needs_footer() ): ?> <?php if ( ! woodmart_is_woo_ajax() ): ?> </div><!-- .main-page-wrapper --> <?php endif ?> </div> <!-- end row --> </div> <!-- end container --> <?php $page_id = woodmart_page_ID(); $disable_prefooter = get_post_meta( $page_id, '_woodmart_prefooter_off', true ); $disable_footer_page = get_post_meta( $page_id, '_woodmart_footer_off', true ); $disable_copyrights_page = get_post_meta( $page_id, '_woodmart_copyrights_off', true ); ?> <?php if ( ! $disable_prefooter && woodmart_get_opt( 'prefooter_area' ) ): ?> <div class="woodmart-prefooter"> <div class="container"> <?php echo do_shortcode( woodmart_get_opt( 'prefooter_area' ) ); ?> </div> </div> <?php endif ?> <!-- FOOTER --> <footer class="footer-container color-scheme-<?php echo esc_attr( woodmart_get_opt( 'footer-style' ) ); ?>"> <?php if ( ! $disable_footer_page && woodmart_get_opt( 'disable_footer' ) ) { get_sidebar( 'footer' ); } ?> <?php if ( !$disable_copyrights_page && woodmart_get_opt( 'disable_copyrights' ) ): ?> <div class="copyrights-wrapper copyrights-<?php echo esc_attr( woodmart_get_opt( 'copyrights-layout' ) ); ?>"> <div class="container"> <div class="min-footer"> <div class="col-left reset-mb-10"> <?php if ( woodmart_get_opt( 'copyrights' ) != '' ): ?> <?php echo do_shortcode( woodmart_get_opt( 'copyrights' ) ); ?> <?php else: ?> <p>© <?php echo date( 'Y' ); ?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a>. <?php esc_html_e( 'All rights reserved', 'woodmart' ) ?></p> <?php endif ?> </div> <?php if ( woodmart_get_opt( 'copyrights2' ) != '' ): ?> <div class="col-right reset-mb-10"> <?php echo do_shortcode( woodmart_get_opt( 'copyrights2' ) ); ?> </div> <?php endif ?> </div> </div> </div> <?php endif ?> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "LocalBusiness", "address": { "@type": "PostalAddress", "addressLocality": "Villaricca", "addressRegion": "NA", "streetAddress": "Corso Europa, 432" }, "description": "Vendita e riparazione di Scope Folletto Rigenerate, Ricambi e Accessori.", "name": "Folletto Rigenerato di Esposito Luigi", "telephone": "366 332 1279", "mail": "[email protected]", "image": "https://follettorigenerato.com/wp-content/uploads/2020/06/logo-folletto-rigenerato-01.png" } </script> </footer> <?php endif ?> </div> <!-- end wrapper --> <div class="woodmart-close-side"></div> <?php do_action( 'woodmart_before_wp_footer' ); ?> <?php wp_footer(); ?> </body> </html>
This is the code, what’s wrong?
Thanks š
- This reply was modified 2 years, 5 months ago by vindesign_it.
June 21, 2022 at 2:57 am #384813
Elise NoromitMemberHello,
You need to remove all related to the footer: https://gyazo.com/bb5946417dcb7f7083128fa05e1f919d
If you have any questions please feel free to contact us.
Best Regards
April 24, 2024 at 6:06 pm #560368
chrisguy950ParticipantI am have a similar issue.. Where can I modify the:
<div class=”copyrights-wrapper copyrights-two-columns”>I would like to be able to replace the payments.png and put social media links and change the copyright information.
If someone can assist that would be helpful.
Thank you,
ChrisApril 24, 2024 at 7:06 pm #560382
chrisguy950ParticipantI found it =.. Under Woodmart > Theme settings > Footer > Copyrights.
Thanks
-
AuthorPosts
The topic ‘FOOTER-ALLIGHT-2-COLUMBS’ is closed to new replies.
- You must be logged in to create new topics. Login / Register