1kan5
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] /* Failed to generate CCSS */I don’t know why I responded with this account. This is an old account and when I forgot my password, it put this account…
Forum: Plugins
In reply to: [LiteSpeed Cache] /* Failed to generate CCSS */Hello, Thanks for support.
It doesn’t work :-/
Hello dcooney, can you give support for this problem, many people have anchors
Forum: Themes and Templates
In reply to: Something wrong ?yes
yes you right but they don’t get support for this 🙁
(thanks you Avada support)
i will try some thing else, thanks you for your help Stephen 🙂
Forum: Themes and Templates
In reply to: Something wrong ?You are very nice 🙂 thanks you.
I try to add this :
<?php function render_parent( $args, $content = '') { global $smof_data; $defaults = FusionCore_Plugin::set_shortcode_defaults( array( 'class' => '', 'id' => '', 'name' => '', ), $args ); extract( $defaults ); ob_start(); $term = $name; $term_details = get_term_by( 'slug', $term, 'slide-page' ); $args = array( 'post_type' => 'slide', 'posts_per_page' => -1, 'suppress_filters' => 0 ); $args['tax_query'][] = array( 'taxonomy' => 'slide-page', 'field' => 'slug', 'terms' => $term ); }but nothing appear
Forum: Themes and Templates
In reply to: Something wrong ?For help, Here the original file :
It is for a slider but i want to show the unique image without slider.
[ Massive code block deleted ]
Forum: Themes and Templates
In reply to: Something wrong ?I try to add the line
<?php $query = new WP_Query( $args ); while( $query->have_posts() ): $query->the_post(); $metadata = get_metadata( 'post', get_the_ID() ); $background_image = ''; $image_url = array( '', '' ); $image_id = get_post_thumbnail_id(); $image_url = wp_get_attachment_image_src( $image_id, 'full', true ); $background_image = 'background-image: url(' . $image_url[0] . ');'; var_dump( $background_image ); ?> <div id='sliders-container' style="background-position: 50% 50%; background-repeat: no-repeat;max-width: 100%;height: 600px; <?php echo $background_image; ?>"> </div> <?php endwhile; wp_reset_query(); ?>but nothing appear
Forum: Themes and Templates
In reply to: Something wrong ?sorry, I am very noob and my english is poor (I’m french)
i try this code
<?php $query = new WP_Query( $args ); while( $query->have_posts() ): $query->the_post(); $metadata = get_metadata( 'post', get_the_ID() ); $background_image = ''; $image_url = array( '', '' ); $image_id = get_post_thumbnail_id(); $image_url = wp_get_attachment_image_src( $image_id, 'full', true ); $background_image = 'background-image: url(' . $image_url[0] . ');'; ?> <div id='sliders-container' style="background-position: 50% 50%; background-repeat: no-repeat;max-width: 100%;height: 600px; <?php echo $background_image; ?>"> </div> <?php endwhile; wp_reset_query(); ?>but nothing appear
I want to display the big image without “fusion slider”
for example :
http://www.espace-musculation.com/cheat-meals.html
=>> http://www.espace-musculation.com/wp-content/uploads/2015/10/cheat-meals.jpg