Forum Replies Created
-
AuthorPosts
-
Hi,
Find the reason why it didn’t show up. Although it says in the text area of the content layer that it’s shortcode aware, it apparently isn’t. When I use the HTML/Video/Audio area it does work…
Thanks your help anyway!
Cheers,
Steven
Hi Ismael,
These are “just” the Content Views Pro to display blogposts and Events in the Layer Slider.
Blog posts: [pt_view id=”8c857b364z”]
Events: [pt_view id=”5ead0cctuf”]You can login with the credentials provided earlier if you like.
Best regards,
Steven
Hi,
Thanks for your answer.
I found the reason why. You can style the content within the plugin, hence the internal css styles with the !important. If Ijust style it in my CSS style sheet it works. I came across another issue while placing shortcodes in the layer slider. I have two slides with each a shortcode for 1) displaying blogs and 2) displaying events. Can I only use one shortcode per total layerslider because adding two shortcodes causes problems. I can see the text in the sourcecode but not on the frontend.Any ideas?
Best regards,
Steven
- This reply was modified 7 years, 4 months ago by steviger.
Sorry. New password…
Best regards,
Steven
Sure, no prob!
June 13, 2017 at 1:08 pm in reply to: WP Layerslider background image not full width after update Enfold theme 4.0.7 #807423Hi,
That’ll be all. You can close the topic ;)
Cheers,
Steven
June 9, 2017 at 3:06 pm in reply to: WP Layerslider background image not full width after update Enfold theme 4.0.7 #806090Cover did the trick. Haven’t seen that feature before in de LS. Anyway, thanks alot!
Cheers,
Steven
June 6, 2017 at 12:59 pm in reply to: WP Layerslider background image not full width after update Enfold theme 4.0.7 #804482Hi,
I’m affraid that’s not the solution. In order to show you that the slider is screenwide, I gave it a red background color. So the slider is screenwide but the image isn’t. You’ll also notice that the whitespace in the slider on the live site (the red part in the screendump) is clickable. I have another 10+ Enfold sites and they work all fine with the latest versions of Enfold/WP and container with 1310px. Please see screendump. What is you screen resolution, 1680 x 1050 also?
Best regards,
Steven
June 1, 2017 at 12:38 pm in reply to: WP Layerslider background image not full width after update Enfold theme 4.0.7 #802507Hi Rikard,
That’s very strange indeed. I’m using a 1680 x 1050 resolution for quite a while now and I didn’t had this problem before the update on the same monitor resolution. When i resize my screen to 1024 or 1280 there’s no problem at all.
Regards,
Steven
May 30, 2017 at 3:57 pm in reply to: WP Layerslider background image not full width after update Enfold theme 4.0.7 #801553Hi Rikard,
In both Firefox and Chrome I have the same problem. Please see attached screendump.Best regards,
Steven
Hi Nikko,
Teh extension wasn’t right. Please see the correct address in de PC.
Cheers,
Steven
Ace! Works like a charm.
Thanks Rikard!
Regards,
Steven
Go to s Slider Settings> Navigation Area.
Hi,
What do you mean by “but I do not know how to do misses the frame” ?
Hi,
Do you mean the advanced LS? Go to LayerSlider WP > your slider. Select/make a slide. For the background of your slide please find: Slide background image (semi top-left side of your screen). For images in the layer(s) of your slide: Make a layer and click on “Click on the image preview….”
That simple.
Hi,
Just add:
span.av-masonry-date {
display: none!important;
}to your quick css or child theme.
Cheers,
Steven
April 13, 2017 at 2:24 pm in reply to: [SOLVED]Create outbound link in masonry excerpt Enfold #777281Ok, I found the, rather easy, solution. There happens to be a plugin called Page links To. Together with the Masonry, it all works fine.
But in any case: Thanks for the support!
Regards,
Steven
April 12, 2017 at 9:40 am in reply to: [SOLVED]Create outbound link in masonry excerpt Enfold #776548Hi, Thanks for your reply. I saw this option too. However, the thing is that I can’t use the Masonry because it doesn’t allow outbound links in the excerpt. See the posts above.
Your option isn’t available in the Portfolio though. think I can work with the Portfolio option but I’d like to have the excerpt positioned as in the Masonry.Regards,
Steven
April 11, 2017 at 4:59 pm in reply to: [SOLVED]Create outbound link in masonry excerpt Enfold #776187Seems to work for me, thanks! Just one question: How do I manage to have the excerpt positioned just like the text in the dark grey squares ( masonry grid) instead of below the featured image of the portfolio grid ( the light grey square) ?
Cheers,
Steven
April 11, 2017 at 4:23 pm in reply to: [SOLVED]Create outbound link in masonry excerpt Enfold #776159Hi,
Thanks for your quick answer. I wil look into it.
Regards,
Steven
Hi Victoria,
Yep, that did the trick. Thanks!
Hi,
No problem! Please see PC for login credentials. You want to look in pages >Home. Right beneath the layer slider you’ll find the color section (.contentsectionpadding { padding-left:50px; padding-right:50px;} ) with the
1/4 ( div .av_one_fourth {margin-left: 2%;width: 24.5%;} )
1/4 (div .av_one_fourth {margin-left: 2%;width: 24.5%;})
1/2 div .av_one_half {margin-left: 2%;width: 49%;})
column layout.Please see my child CSS under Appearance> Editor
Thanks in advance!
Cheers,
Steven
Hi Rikard,
In order to avoid clutter I thought I’d reply to this topic instead of opening a new thread, my bad. What I want to accomplish is a 1/4 1/4 1/2 column layout with less space between the colums than the default space.
Please see screenshot here: http://imgur.com/NQ9oFB1
Cheers,
Steven
Hi,
I have a similar issue. I’m using a 1/4 1/4 1/2 column layout for my frontpage. In my child theme I used:
div .av_one_fourth {margin-left: 2%;width: 24.5%;} div .av_one_half {margin-left: 2%;width: 49%;}
As you can see in the preview link (PC), it’s not working properly. What am I doing wrong?
Best regards,
Steven
March 15, 2017 at 11:25 am in reply to: Strange issue with hover over featured images in posts #761315Hi,
You can close the topic ;)regards,
Steven
March 14, 2017 at 12:40 pm in reply to: Strange issue with hover over featured images in posts #760669Hi Rikard,
Since the CSS as mentioned didn’t work, I removed it from the style.css. A few days ago, I put this code back again:
.single .blog-meta {pointer-events: none!important;} .single .big-preview.single-big { pointer-events: none !important; } .big-preview.single-big a {pointer-events: none!important;}
Pointer events are still there but the text under the image doesn’t jump down anymore on hover. Strange, but problem solved I guess…
Cheers,
Steven
March 3, 2017 at 10:32 am in reply to: Extra widget area in header using the “Logo left, Menu below” #754943Hi Yigit,
Instead of the Layer Slider, I used a random image plugin for this. Took me quite a while to figure it out but eventually I got it to work. Indeed I’ve noticed a set-back in response time lately. I hope you guys will soon be back to the old standard ;)
Good luck!
Cheers,
Steven
February 28, 2017 at 7:02 am in reply to: Extra widget area in header using the “Logo left, Menu below” #752743Hi Yigit,
No prob. I figured it out myself, there was a typo in my CSS (an extra } somewhere) and when I removed that, it worked.
However, I noticed that it works on the homepage (where there’s another layerslider in the content) but not on the other pages (where’s there no layerslider in the content) I seems that the scripts doesn’t load when I just want to have a slider in the header…..Cheers,
Steven
- This reply was modified 7 years, 9 months ago by steviger.
Hi Rikard,
Well, yes this combination does work but it’s not the normal/proper way of CSS markup is it?
Anyway, thanks for the support!
Cheers,
Steven
Hi Andy,
Thanks for your response. Forgot to mention that I already tried this one ( and h2 .titlefrontpage also) without any luck.
Even more strange:
This doesn’t work:.titlefrontpage {font-size:18px!important; text-transform: none!important; margin-top:10px!important; margin-bottom:0!important; color:#473c8e!important}
But this combination does:
h2.titlefrontpage {}
.titlefrontpage {font-size:18px!important; text-transform: none!important; margin-top:10px!important; margin-bottom:0!important; color:#473c8e!important}Regards,
Steven
- This reply was modified 7 years, 9 months ago by steviger.
-
AuthorPosts