Amro Eldewiny
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Monitor] Featured Image Disappearsi have the same issues
wordpress version: 4.2.2
Download Monitor version: 1.7.2
Theme: bonesForum: Plugins
In reply to: [Onclick show popup] Short Code Data not Showing in Popup Content.i have the seme problem
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache and CSS / JS Minify Cache Errori get this message with w3 last updata
W3 Total Cache error:It appears Minify URL rewriting is not working. Please verify that the server configuration allows .htaccess
Unfortunately minification will not function without custom rewrite rules. Please ask your server administrator for assistance. Also refer to the install page for the rules for your server.
Technical infobut when i Deactivate the plugin everything working good
Thank you everybody how help but sorry no one help enywey
the right code it will be like the
<?php $price = get_post_meta( $post->ID, 'PRODUCT-PRICE', true ); ?> Price: $<?php echo get_post_meta($post->ID, 'PRODUCT-PRICE', true); ?> Product Name: <?php echo get_post_meta($post->ID, 'PRODUCT-NAME', true); ?> <?php $name = get_the_title(); ?> <?php echo print_wp_cart_button_for_product($name, $price); ?>
how can i make PRODUCT-PRICE and PRODUCT-NAME in $values
I meded like the for the price and it’s work but for the product name no
<?php $values = do_shortcode( get_post_meta( $post->ID , 'PRODUCT-PRICE' , false ) ); ?> <?php if($values && is_array($values)) : ?> <?php foreach( $values as $meta) : ?> <p><?php echo $meta ?></p> <?php endforeach; ?> <?php endif; ?>
Forum: Plugins
In reply to: [SceneChat - Socially Ignite the Videos on Your Website] Not more workingIt was good plugin for me but from 1 or 2 version it’s no more working