paaater
Forum Replies Created
-
Add this to your functions.php in your child theme:
if ( ! function_exists( 'storefront_loop_columns' ) ) { /** * Default loop columns on product archives * * @return integer products per row * @since 1.0.0 */ function storefront_loop_columns() { return apply_filters( 'storefront_loop_columns', 2 ); // 2 products per row } }
Forum: Plugins
In reply to: [wpLike2Get] Like a Facebook page and remember the likeHi Markus,
thnx for the response. What settings should I activate?
I only want the FB like option, twitter and google aren’t important.gr,
PeterForum: Fixing WordPress
In reply to: Use the_content for parts of a pageHappy to say I found a solution ??
Thought I’d share it with you guys in case anyone is interested.I used Rob Searles his function, and modified it a bit here and there.
https://www.robsearles.com/2009/07/wordpress-multiple-content-columns/Now via the <!–more–> tag I am able to split the text in my pages into smaller chuncks of text. Via the modified function the divs get assigned a couple of unique ID’s and classes, which give me the opportunity to use the chuncks of text in tabs, columns, or other layouts like flowcharts etc which works for me at the moment ??
If anyone has a better suggestion I offcourse would like to hear it ??
Forum: Installing WordPress
In reply to: localhost from MAMP to web host. SQL table trouble?1.2GB is large, but shouldn’t be a problem.
It’s probably that large because of you uploads folder.You could try to do a clean wordpress install on your webserver, and only export data from you localhost, not the tables etc.
Core updates should be no problem
But as WPyogi mentions.. u should excpect some theme updates sooner or later.
If the three files you mentioned are the only ones you tweaked, creating a child theme should be pretty easy and the way to go