bjbaron
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Enigma] Double footer?I just looked at the website and the area I wanted removed is now gone! Thank you very much for your guidance and patience.
Forum: Themes and Templates
In reply to: [Enigma] Double footer?Still not working. LINK
Forum: Themes and Templates
In reply to: [Enigma] Double footer?Should I replace these lines with the new code?
.enigma_footer_widget_area, .enigma_footer_area {
position: fixed;
width:100%;
bottom: 0;
}
.enigma_footer_widget_area {
bottom: 52px
}Forum: Themes and Templates
In reply to: [Enigma] Double footer?Thanks for the quick reply but it’s still there! LINK
Forum: Themes and Templates
In reply to: [Enigma] Double footer?The code didn’t work for me. The area still shows. LINK
Forum: Themes and Templates
In reply to: [Enigma] Sticky footerI have one other question about my footer. I need to translate the theme footer into two other languages and have different phone numbers and links in each. I can’t seem to find where I can do this. LINK
Any help is greatly appreciated!Forum: Themes and Templates
In reply to: [Enigma] Sticky footerThank you for the reply. Works perfectly when I put it in style.css!
Forum: Themes and Templates
In reply to: [Enigma] Translation of home page not full widthThat worked perfectly. Thank you very much. I appreciate your support!!
Forum: Themes and Templates
In reply to: [Enigma] Translation of home page not full widthSorry that didn’t work
https://boynton.iwakiaquatic.com/?lang=pt-brForum: Themes and Templates
In reply to: [Enigma] Translation of home page not full widthSorry. Here is the site link.
Forum: Themes and Templates
In reply to: [Enigma] Home page translation not full widthI ran into the same issue as in this thread when translating my home page into Portuguese.
The page content is not full width. You had me add this code to single.php when I created the Spanish home page and that resolved the issue. I would have thought it would work for any translation but it’s not. Here is the LINK to the new Portuguese home page. Thank you for your help.<?php get_header();
get_template_part(‘breadcrums’); ?>
<div class=”container”>
<div class=”row enigma_blog_wrapper”>
<div class=”col-md-8 hi” style=”width:100%”>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php get_template_part(‘post’,’content’);
get_template_part(‘author’,’intro’);
endwhile;
else :
get_template_part(‘nocontent’);
endif;
weblizar_navigation_posts();
comments_template( ”, true ); ?>
</div>
<?php get_sidebar(); ?>
</div> <!– row div end here –>
</div><!– container div end here –>
<?php get_footer(); ?>Forum: Themes and Templates
In reply to: [Enigma] Home page translation not full widthIf I’m working with a child theme and there are theme updates, how do I update the theme without losing all the customization?
Forum: Themes and Templates
In reply to: [Enigma] Home page translation not full widthThank you very much. It’s working now. I appreciate your assistance!!!
Forum: Themes and Templates
In reply to: [Enigma] Home page translation not full widthI copied the code into style.css and it’s still not working. Page is still shifted to the left.
I hope we can get this working because I still have to translate into Portuguese! Is it possible for you to log in to my site to look at it?Forum: Themes and Templates
In reply to: [Enigma] Home page translation not full widthThe code didn’t work. ??
The page is still condensed to the left.