387 points
Questions
11
Answers
30
-
Hi ,
If you have Layers Pro , you can change the header menu easily.
Go to the customiser and go to Header -> Menu Styling.Here you can change all the header style settings.
if you want the block style like the layerswp site you can enable hover styling.
a new menu will appear here if you change background color it will change the color of the block behind the menu text.Play around with those settings and find the best fit for your site/Header.
-Dieter
Marked best a on May 20, 2016 The Author earned 20 points.
- 2032 views
- 1 answers
- 0 votes
-
Hi Ángela ,
The image Alt text you can find in the media uploader so if you go to :
Dashboard -> Media -> Libary -> then select image then the fourth line it says ALT Text , I give in the name of the imageThen for SEO you can change heading types easily with Layers Pro , in the latest version SEO Header selection is enabled.
as you can see hereyou can read more about it in the blogpost of the new layers 1.5
http://www.layerswp.com/2016/04/introducing-layers-1-5/
As for description is low if this is in your snippet editor on page options you need to add more content to the description.
if it is on your pages you need to try add extra content to your layers pages IF possible.Hope it helped 🙂
-Dieter
- 2088 views
- 1 answers
- 0 votes
-
Hi Akki ,
First you must make sure the page is a Blog Template and not a Layers Page .
You can go to dashboard-> pages-> name of page -> then under template select blog then save.the if you have made a post and want to add widgets to the sidebar you go to the post doesn’t matter which one .
then on top click customize then in the customizer go to Edit Layout -> Right / or left sidebar -> add widget.this is for single blog posts , you can do the same with woocommerce product page / Product list page with storekit and also with the blog post list.
you just have to go the the page you want the sidebar to be on and then click the customize on top.Dieter
Marked best a on May 4, 2016 The Author earned 20 points.
- 1895 views
- 1 answers
- 0 votes
-
Hey Erika ,
You can download the 1.2.14 version from The Obox Github
https://github.com/Obox/layerswp/archive/1.2.14.zip
Kind Regards
Dieter- 2305 views
- 2 answers
- 0 votes
-
Hey ,
i found a solution IF you have Layers Pro
go to themeforest and login and download the latest version download all files & documentation.i saw that the layers pro on my sites was 1.5 and the new one 1.6 i didn’t get a themeforest update mail (i have it enabled)
delete layers pro on your site and upload the 1.6 version , then go to site settings and uncheck header text and select logo again and choose your size again than it was for me a big logo again.With layers 1.5 – Layers pro 1.6 and WordPress 4.5
Dieter
- 2553 views
- 2 answers
- 1 votes
-
Hey ,
i did something like this with a slider button.
First you have to go to your widget where you want the button to go to.
for me it was a contend widget under the slider.then you click the advanced button and scroll down then you will see widget-ID
copy this or write it down for me it was #layers-widget-column-5
copy the # too.then go back to the slider or call to action widget , then under insert link for the button.
select LINK – > Custom then Widget-ID as the link ( #layers-widget-column-5) then button text for example more info.then for the smooth scrolling
if you have devkit you can go to the Javascript section and input this code:jQuery(function($) { $('a[href^="WIDGET-ID"]').live('click',function(event){ event.preventDefault(); var target_offset = $(this.hash).offset() ? $(this.hash).offset().top : 0; //change this number to create the additional off set var customoffset = 20; $('html, body').animate({scrollTop:target_offset - customoffset}, 500); }); }(jQuery));
IMPORTANT : change the WIDGET-ID to your widget id for me again it was #layers-widget-column-5
after that press the run button then save and it should work 🙂you can play with the customoffset 20 to see what suits you best.
hope this helped.
Kind regards
Dieter- 2159 views
- 2 answers
- 0 votes
-
SOLVED
CSS Code :
.swiper-slide.image-top .container{ padding-top: 50px; }
- 2348 views
- 1 answers
- 0 votes
-
Hey ,
You can change the height of the footer with layers Pro.
Go to the customizer -> Footer -> Styling
Then under Styling you can change the footer height by changing the slider.– Dieter
- 2341 views
- 1 answers
- 0 votes
-
Hey ,
i had this problem before
First enable Yoast SEO
then go to Settings -> Permalinks
and then select Post Name and click savethen it will have made a sitemap
you can check it when you go to SEO -> XML Sitemaps
then click the button Xml sitemap and it should show you the page.– Dieter
Marked best a on November 23, 2015 The Author earned 20 points.
- 2459 views
- 1 answers
- 0 votes
-
Hey !
if this is your site name you put in when installing Layers
you can try to go to these settings in the customiserSite settings -> Logo & Title -> Untick Display Header Text
Then it will only show your Logo.
Kind Regards
Dieter- 2033 views
- 1 answers
- 0 votes