doakh
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Full Width PagesSorry, I had another theme previously installed that had additional pages.
Delete this post!
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Add CPT to Front Page PanelThanks you, after looking at that page and ‘content-front-page.php, I thought that was the page that needed to be modified.
Do I even need a CPT or could I just create a post category?
Thanks
Forum: Themes and Templates
In reply to: [Storefront] Show Recent Products FirstHave you tried looking at WooCommerce/Settings/Products tab? You can sort by most recent.
Forum: Themes and Templates
In reply to: [Storefront] How to centered logo and menu?I think you need to change the General Layout of the header @ around line 785 of style.css, specifically ‘site-branding.’ It appears you are only using ‘site-branding’ & ‘site-header-cart’ in the header. It would be best to keep it at a percentage as it is already.
Forum: Themes and Templates
In reply to: [Storefront] Centre the products within storefrontTry adding the following code to your child theme’s function.php file or plugin:
remove_action( 'storefront_sidebar', 'storefront_get_sidebar' );
Then add the following to your style.css file of your child theme:
#primary { width: 100%; }
A side question……What are the advantages of using a child theme in lieu of the ‘Theme Customizations’ plugin, which they recommend?
Doak
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Add Links to Table Rows on HoverTobias,
Fantastic, works like a charm. Thanks for the prompt response. Importing a .csv is what most clients fell comfortable doing. For your info, they wanted to use Easy Table, but it would not import & display the .csv.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Add Links to Table Rows on Hover<p>[table id=16 /]</p>
<p><script type=”text/javascript”>
jQuery(document).ready(function($){
$(‘.tablepress-id-16’).on( ‘click’, ‘tr’, function() {
var $a = $(this).find(‘a’).last();
if ( $a.length )
window.location = $a.attr(‘href’);
} );
});
</script></p>Also the same result for…..
which is<p>[table id=15
/]</p>Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Add Links to Table Rows on HoverI added a table via a .csv import file and it displayed except the links do not work. I added your JavaScript from above
$('.tablepress-id-16').on( 'click', 'tr', function() {
renaming the table Id to 16 and adding the CSS
.tablepress-id-16 tr:hover a {
.They are still not links. This is my first time with TablePress, so I am learning. I have added back the previous file that is working. I can add the new file if needed.
https://belmontdistrict.org/businesses/
Thanks,
doakForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Add Links to Table Rows on HoverHi,
This is my first time with TablePress.
I imported a .csv file and it displays, but the links are not clickable.
I used your javascript code and changed the code to
$('.tablepress-id-16').on( 'click', 'tr', function() {
referencing table ID 16 and added the css, but the links are not clickable. I put their old table back up as it is clickable. If you like I can replace with their new table.Forum: Plugins
In reply to: [Easy Table] Convert table from TablePressSolved. TablePress had added it’s table ‘ID’ to the beginning of the exported .csv file. After that is removed and I added ‘https://’ it worked. His example for creating a file from a .csv did not include ‘https://’.
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Sidebar Ads in GroupThomas,
Thanks for getting in a timely manner. I feel really stupid as the ‘margin’ property in the Layout box worked fine.
Forum: Plugins
In reply to: Show content in widgetI guess it might be in better in the long run to buy the WooCommerce extension instead
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Carousel not workingThanks, You were right on. Working beautifully.