Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Really ? I checked, the problem appears also on image with the right size.
And before (v1.4) I’v updated my theme, I did not have this image problem.Thank for your answer
This reply has been marked as private.Hi. It’s not resolved for me 🙁
What is the code ? I need it for my second site, in English.This reply has been marked as private.Even after regenerate all thumbnails…
EXACTLY the same problem ! Please, fix it.
http://www.n o r d k r a f t.fr
Resolved with this new code function :
/* Insert Page ID */ add_shortcode('pa_insert', 'pa_insertpage'); function pa_insertpage( $atts, $content = null ) { // Default output if no pageid given $output = ''; // Access $atts directly, no need of extracting if( !isset( $atts['page'] ) ) return $output; // Grab the page directly, no need of WP_Query // get_post() could be used as well $get_page = get_page( $atts['page'] ); if( !$get_page ) return $output; // Do Shortcode in case the other page contains another shortcode $output = do_shortcode( $get_page->post_content ); return $output; }
Thank you for your proposal, but I’va to add each page on 700 products ? I prefer use an short code. Plus, It’s a good way when I import many products, because the shortcode can be imported in same time.
I just tested and It don’t work with Safari and Chromium :s
I removed the comment symbol /* */ for activated my shortcode, in functions.php in Child Theme.
But same problem, the code works but the page doesn’t load all elements. All JS is blocked.This reply has been marked as private.Same question for the FAQ’s button ont the checkout page, like on my screenshot.
I’ve search “F.A.Q” in all my wordpress, it’s unfindable : (
Just want to remove it ^^February 10, 2014 at 4:24 pm in reply to: [Last errors before launch !] Multi-language links don't works #47659cdsouza, I just split the website in two WordPress version ….
It’s the best way for a good, simple, lightest and stable wp, for now.Nobody of your support team can spend just few minutes to add this feature ?
It’s a basic feature now, and I think it’s not an huge and complicated upgrade…Thanks westcoastsurf.
Any information about the autoplay on Swift slider ?
-
Posted in: We hit Power Elite.