swilliamsgewalker
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Enigma] Enigma Portfolio Images Not ShowingWhen I go to customize the site and add the CSS code, I’m unable to edit. Where would I add the CSS code on the WordPress dashboard?
https://66.media.tumblr.com/d84f304b298128e08c164e4ffb89b90c/tumblr_pmei8fZIqV1vngxsgo1_540.png
Forum: Themes and Templates
In reply to: [Enigma] Enigma theme,how disable pictures rotate and zoomCould someone help with my issue above? I am a newbie
Forum: Themes and Templates
In reply to: [Enigma] Enigma theme,how disable pictures rotate and zoomI’d like the portfolio pictures to not “black out” and zoom/rotate. Please help
https://78.media.tumblr.com/997c8813f73fd1cd8becf2f108b51b40/tumblr_p9v67i0z191vngxsgo1_540.jpg
Forum: Plugins
In reply to: Remove Related Products/Additional InformationI am still having this issue. We sell from multiple vendors and I don’t want competitors products showing up underneath as related products. Can anyone help? I’ve tried multiple plugins and snippets
Forum: Plugins
In reply to: [WooCommerce] Product Titles after UpdateThat worked! Thank you so much for your help
Forum: Plugins
In reply to: [WooCommerce] Product Titles after UpdateYes! That worked. Now any idea why when I click on the product the pictures don’t show haha?
Forum: Plugins
In reply to: [WooCommerce] Product Titles after UpdateHere is a picture
Forum: Plugins
In reply to: [WooCommerce] Product Titles after UpdateThanks for the help. The titles are still now showing. Below is what I have in my css now
.enigma_home_portfolio_showcase_icons {
display: none;
}
.title_container {
display: none;
li.additional_information_tab {
display: none !important;
}
.enigma-footer-separator
{
background-color:#fff;
height:3px;
margin-top:10px;
text-align:center;
width:100%;
}
.products .product h2 {
color:#000;
}Forum: Plugins
In reply to: [WooCommerce] Product Titles after UpdateThey still arent showing. I enetered the above code here

Here is what it looks like

This is what I already have entered in my custom css. Is something interfering?
.enigma_home_portfolio_showcase_icons {
display: none;
}
.title_container {
display: none;
}add_filter( ‘woocommerce_checkout_fields’ , ‘alter_woocommerce_checkout_fields’ );
function alter_woocommerce_checkout_fields( $fields ) {
unset($fields[‘order’][‘order_comments’]);
return $fields;
}
li.additional_information_tab {
display: none !important;
}
add_filter( ‘woocommerce_product_tabs’, ‘woo_remove_product_tabs’, 98 );
function woo_remove_product_tabs( $tabs ) {unset( $tabs[‘additional_information’] ); // Remove the additional information tab
return $tabs;
}
.enigma-footer-separator
{
background-color:#fff;
height:3px;
margin-top:10px;
text-align:center;
width:100%;
}
.woocommerce div.product div.images.woocommerce-product-gallery{
opacity:100!important;
function my_custom_woocommerce_product_review_comment_form_args( $args ) {
if ( ! have_comments() ) {
$args[‘title_reply’] = ‘New text here’;
}return $args;
}
.products .product h2 {
color:#000;}
Forum: Plugins
In reply to: [WooCommerce] Product Titles after UpdateForum: Plugins
In reply to: [WooCommerce] Product Titles after UpdateDoes anyone have ANY ideas? Please help!
Forum: Plugins
In reply to: [WooCommerce] Product Titles after UpdateCan anyone please help? I’ve lost all titles since update

I am having similar issues. Since I have updated, the page titles have disappeared. I am a novice, please help me find a solution. I apologize if I posted in the wrong section.
Forum: Plugins
In reply to: Remove Related Products/Additional InformationDoes anyone have any suggestions?
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpectedIs there anything I can do to fix this?
