Forum Replies Created
-
AuthorPosts
-
Hi,
I’ve changed the level when you asked.
Did you had time to look at my demand ?carosch
Here are my tests:
this one
<?php layerslider(5) ?>
crash the page loading just before<?php........
unless I put another LayerSlider in the page by using regular avia builderthis one
<?php echo do_shortcode("[av_layerslider id='5']") ?>
make a blank space insteed of the slider
unless I put another LayerSlider in the page by using regular avia builderthis one
<?php echo do_shortcode("[layerslider id='5']") ?>
dispaly’ [layerslider id=’5′]’ insteed of the shortcodeputing the entire code of the slider works, but thats not possible to be a solution for my client who need to make his update himself.
have you an idea why php code makes problems ?
carosch
- This reply was modified 9 years, 2 months ago by carosch.
Oh sorry, I made it too fast
Yes here it is
thanks
I just want to add something before the main menu.
I must place the logo and a slider.
So I put that in a new header.php file :
<div id='wrap_all'> <!-- ######################### inclusion en-tête page index #################### --> <div id="en-tete-verdun-index"> <div id="en-tete-verdun-index-logo"><a href='http://memorial-verdun.fr/' title="Mémorial de Verdun"><img src='http://memorial-verdun.fr/wp-content/uploads/2015/09/logo-header.jpg' height="480" alt="Mémorial de Verdun" /></a></div> <div id="en-tete-verdun-index-slider"><?php layerslider(5) ?><!--<img src='http://memorial-verdun.fr/wp-content/uploads/2015/08/slider-chantier.jpg' alt='' title='fond-slide-cmpaix' />--></div> </div> <!-- ################################################-->
And I use this header in a page, witch is the index.
That works fine ONLY IF I put another layerslider in the regular layout builder.
And that’s not in the graphic project.Carosch
- This reply was modified 9 years, 2 months ago by carosch.
Thank you for your response
but it doesn’t work.
The page is loading well, but the slider doesn’t run.Why did you suggest to use the regular layout builder ?
The logo and slider are before the main menu, so I do not know how I can use the regular layout builder, can you tell me ?Carosch
- This reply was modified 9 years, 2 months ago by carosch.
Ok, here is the link
http://memorial-verdun.fr/
You can view the three principales columns witch have equal height (that I want to keep)
Objet, MOOC and MécèneIt will be the same problem with the following line witch have three columns too.
And the problem will be the same when I will have only two columns.Carosch
- This reply was modified 9 years, 2 months ago by carosch.
Hello,
I solved my issue.
I paste the shortcode of my Layer Slider in a text element in the 3/4 column.
And it works.Thanks
CarolineI created another slider.
No transitions are selected.
When I run the slider in a test page, several transition runs one after another, like a demo of all the possibilities.
But no transition is selected. Did I misunderstood something ?Carosch
yes, sorry, too preoccupied
Carosch
Hi,
my problem is solved.
The problem was in a coming soon page built with a plug-in.
I haven’t declare the @font-face for the plug-in too, that’s why it didn’t work.Thank you for your help.
C. -
AuthorPosts