Forum Replies Created
-
Author
-
matthewokoh
ParticipantHi Radu,
Thank you for your quick reply… I think I did not explain correctly what I needed… I wanted just to increase the product thumbnail column from 3 to 4 on the woocommerce single product page.
See attached image.
Thanks in advance for all your help.
Matthewmatthewokoh
ParticipantHi thanks for the quick reply… the problem is when I look at the file at does location I don’t see anyway to edit or increase column number…
I see this code and nothing to do with gallery column number increase…
Any help pointing to file that define those function or code to override so I can add more column would be great.Thank you in advance for all your help.
<?php
/**
* The template for displaying product content in the single-product.php template
*
* This template can be overridden by copying it to yourtheme/woocommerce/content-single-product.php.
*
* HOWEVER, on occasion WooCommerce will need to update template files and you
* (the theme developer) will need to copy the new files to your theme to
* maintain compatibility. We try to do this as little as possible, but it does
* happen. When this occurs the version of the template file will be bumped and
* the readme will list any important changes.
*
* @see https://docs.woocommerce.com/document/template-structure/
* @author WooThemes
* @package WooCommerce/Templates
* @version 3.0.0
*/if ( ! defined( ‘ABSPATH’ ) ) {
exit; // Exit if accessed directly
}?>
<?php
/**
* woocommerce_before_single_product hook.
*
* @hooked wc_print_notices – 10
*/
do_action( ‘woocommerce_before_single_product’ );if ( post_password_required() ) {
echo get_the_password_form();
return;
}
?>” <?php post_class(); ?>><?php
/**
* woocommerce_before_single_product_summary hook.
*
* @hooked woocommerce_show_product_sale_flash – 10
* @hooked woocommerce_show_product_images – 20
*/
do_action( ‘woocommerce_before_single_product_summary’ );
?><?php
/**
* woocommerce_single_product_summary hook.
*
* @hooked woocommerce_template_single_title – 5
* @hooked woocommerce_template_single_rating – 10
* @hooked woocommerce_template_single_price – 10
* @hooked woocommerce_template_single_excerpt – 20
* @hooked woocommerce_template_single_add_to_cart – 30
* @hooked woocommerce_template_single_meta – 40
* @hooked woocommerce_template_single_sharing – 50
* @hooked WC_Structured_Data::generate_product_data() – 60
*/
do_action( ‘woocommerce_single_product_summary’ );
?><!– .summary –>
<?php
/**
* woocommerce_after_single_product_summary hook.
*
* @hooked woocommerce_output_product_data_tabs – 10
* @hooked woocommerce_upsell_display – 15
* @hooked woocommerce_output_related_products – 20
*/
do_action( ‘woocommerce_after_single_product_summary’ );
?><!– #product-<?php the_ID(); ?> –>
<?php do_action( ‘woocommerce_after_single_product’ ); ?>
matthewokoh
ParticipantHi
On my woocommerce single product page I am still trying to fix the thumbnail display without slider… I have most of it done but can not get the thumbnail to be in 2nd and 3rd row… see attached image.
Any help how to make the thumbnail flow to next row if row full…$wrap_start = ‘
‘;
$wrap_end = ‘‘;
https://soulofsoccer.com/product/frankfurt-soccer-vacation/
thank you
matthewokoh
Participantis it possible to change the accordion tab back to the woocommerce default.
What file are the accordion code in?
Thank youmatthewokoh
ParticipantHi
I guess I asked the wrong question… The problem I have is that when I click the “Load More” on the buddypress activity it does not refresh and load more?… it loads more but does not refresh… is there a code to make it refresh and “load more” after the load more is click on user activity?
Thank youmatthewokoh
ParticipantI think you did not understand my question… I don’t want to show (last active, type of group, leave group, or all email, or CANCEL FRIENDSHIP or PRIVATE MESSAGE)… all I want to display is the user name or group name…with profile picture…
Can you let me know how to do this…
Thank you.matthewokoh
Participantadmin login name is freelancer1 and password is DprT2nVWh
http://www.soulofsoccer.com
thank youFebruary 8, 2017 at 09:51 in reply to: Video not showing on activity stream when in category #152310matthewokoh
Participantwhen a video is posted by user it shows up like video on buddypress user activity stream… and when the (user or site admin) puts the video into a category the video is no longer show as video on user activity stream but shows just a link that in connected to video… how do I make it so after the video is added to a category it still shows like video on user activity stream and not just a link on the user activity stream?… see attached files.
matthewokoh
Participantand what should i do if i want it on reset password also… because i am getting error…
matthewokoh
ParticipantHi Laura,
here is admin info
user name freelancer1 and pass is r4dHuDvx?
Thank you for all your help.matthewokoh
Participantcan you recommend a plugin that will be able to do that for me.. share buddypress activities…
matthewokoh
Participantit is on user activity or post sharing…
u can login to see… freelancer1 and pass is cDm#4dA$9
thank you for your help…matthewokoh
ParticipantHow do I move the thumb ‘like’ so it is on same line like ‘comment’ also how do I show the count on the like?
Thank youmatthewokoh
ParticipantI tried all of your recommendation and nothing worked… i also tried a Twenty Sixteen theme (with no plugin) and it also did not work… any idea?
matthewokoh
Participantyes they both are theme and WordPress updated to the latest version… it is still not working 🙁
On the wordpress dashboard I can see “Set featured image” and I can select the image but when I select image it brings me back to post screen but does not attach the image… i have test with all plugin uninstalled and still does not work…matthewokoh
Participantyou can use this to login support and pass is n@Vnc8… and u can see what i mean on the mobile device not resizing… thanks
matthewokoh
Participantquestion where did u place your code… i am also have problem with Recaptcha not showing up
<?php
$attr = array(
‘data-theme’ => ‘whiite’,
);
do_action( ‘recaptcha_print’ , $attr );
?>matthewokoh
Participantmatthewokoh
Participantalso how do i add the site tagline to header?
-
AuthorPosts