Jane Milburn
Forum Replies Created
-
Forum: Plugins
In reply to: [Data Tables Generator by Supsystic] Cannot paste in cells or make text bold.I’ve sorted the paste problem. Stupid me! I just use Ctrl v and whatever i’ve copied is pasted. I still have the issue of not being to make only certain text within a cell bold. Also, now when I try to type in or highlight the text I want to make bold in a cell, all of that was there then disappears? How do I achieve just making some text bold and not the other
Resolved, please see previous post.
Resolved in part. I’ve removed some of the space from above and below the footer. When I looked at the text within my customizer and within the Footer Mega Grid Columns widget, I noticed in Text that I had inserted far too many spaces using After deleting them the gaps closed up.
I have now changed the gallery to circles and it did update, which line up better but this is not ideal as it cuts off much of the images.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Remove page number, pagination.Thank you so much for the time and effort you’ve put into this. The CSS code worked and I will now work on all of your suggestions.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Remove page number, pagination.Thank you for your explanation.
I do not have a page.php in the child theme. On my dashboard it says I have version 5.3 and I can see it is version 2.0 in the Twenty Seventeen style.css as you said. I am not aware if I have edited the main theme as I know not to, however I may have added the wp_link_pages() to the page.php and have now forgotten if I did that, either way, as you say this is probably what has caused the double. As I have version 5.3 already, I do not know how to update just the style.css can you please tell me how to do this, I have searched and cannot find how to do this?
I do not think my child theme functions.php has any issues. Here is what I have:
https://pastebin.com/m11fmXhVAfter I have backed up and updated the style.css I will follow your further instructions but if nothing changes then, could I possible just remove the <?php wp_link_pages(); ?> code from the Twenty Seventeen main theme?
Thank you sooooo much. I’m not sure if i’ve done the right thing but I used the following css and initially had the margin-top as -190px, i’ve changed it to -90px and the submit button is no longer covered and works:
.site-footer {
margin-top: -90px;
border-top: none;
}Many thanks.
Hi James, as far as i’m aware I have not added anything to the functions.php but here is the code for what I have in functions.php: https://pastebin.com/x6nTidx3 and here is the css: https://pastebin.com/SQQHAF60
Hi supernovia, I tested again while using the Twenty Seventeen theme and not my Twenty Seventeen child theme and the submit button works and I received an email confirming that it works. I have reverted back to my child theme and it has stopped working. I have checked my css and plugins and nothing seems to be conflicting. Also, after inspecting the button, it appears there are no problems!
I thought I would try other contact form plugins, WPForms, Contact Form 7 and Ninja forms. The submit button does not work with any of these so I am now totally confused.
I really would like to use the Jetpack contact form but do not know how because of the problem I have.
Can you please help me further?
I have found a solution using CSS although i’m not sure if this will work with all themes. I am using Twenty Seventeen.
Firstly make you post/pages full width then add the CSS below to your CSS customize.
.js-page-template-gallery .site-main {
max-width:100% ;
margin: 0 auto;
}Hi Anoop, I followed your instructions and everything is back to how it was.
Thank you for the time you have taken to help me with this.
Many thanks.
The above is what I have in my footer at the moment. Can you see anything there that may be causing the problem?
<?php if( function_exists(‘slbd_display_widgets’) ) { echo slbd_display_widgets(); } ?><?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.www.ads-software.com/themes/basics/template-files/#template-partials
*
* @package WordPress
* @subpackage Twenty_Seventeen
* @since 1.0
* @version 1.2
*/?>
</div><!– #content –>
<footer id=”colophon” class=”site-footer” role=”contentinfo”>
<div class=”wrap”>
<?php
get_template_part( ‘template-parts/footer/footer’, ‘widgets’ );if ( has_nav_menu( ‘social’ ) ) :
?>
<nav class=”social-navigation” role=”navigation” aria-label=”<?php esc_attr_e( ‘Footer Social Links Menu’, ‘twentyseventeen’ ); ?>”>
<?php
wp_nav_menu(
array(
‘theme_location’ => ‘social’,
‘menu_class’ => ‘social-links-menu’,
‘depth’ => 1,
‘link_before’ => ‘<span class=”screen-reader-text”>’,
‘link_after’ => ‘</span>’ . twentyseventeen_get_svg( array( ‘icon’ => ‘chain’ ) ),
)
);
?>
</nav><!– .social-navigation –>
<?php
endif;get_template_part( ‘template-parts/footer/site’, ‘info’ );
?>
</div><!– .wrap –>
</footer><!– #colophon –>
</div><!– .site-content-contain –>
</div><!– #page –>
<?php wp_footer(); ?></body>
</html>
<?php if( function_exists(‘slbd_display_widgets’) ) { echo slbd_display_widgets(); } ?>Thank you, your CSS worked.
I have double checked and i’m positive the code you gave me is only there once.
When I inspect, in elements and if I delete the code below, the second footer widget disappears. Could it have something to do with this code and if so where do I find it to edit it please? –
<h6 class=”widget-title”>CONTACT US</h6> == $0
<div class=”textwidget”>…</div>Many thanks Jane.
Many thanks Anoop.
Footer Mega Grid Columns has now returned to the customization page after following your instructions. However there are now two sets of my footer showing in customization and on the site. Also my link colour is black and links are underlined. I have used css to have my links red with no underline site wide. All other links apart from those in the footer are as they should be still.
Can you help with this?