Forum Replies Created
-
in reply to: scrolling to extra class name row
Hello,
I tried to modify the file “jquery.onepage.js” with this code:
<span style=”color: #4b4d4d; font-family: Inconsolata, Consolas, Monaco, ‘Lucida Console’, monospace; font-size: 15px; white-space: pre; background-color: #f9f9f9;”>scrollTo: function(target, callback) { var offset = $(target).offset().top; var topposition = offset – 70; $(‘html, body’).animate({ scrollTop: topposition }, this.config.scrollSpeed, this.config.easing, callback); </span>
But it seems nothing happen
Marco
in reply to: scrolling to extra class name rowHi,
I reviewed the problem of this topic and now I understand this:
when clickking on a link to section, the page correctly scrools to the section-id but it is the header and menu that covers the section
see screenshot: https://pho.to/Ai3L1
So one solution is to switch off sticky nav, but I would like to mantain sticky nav.
Is it ppossible to make header and menu smaller on scrolling?
Or do you suggest another solution?
Regards
Marco
in reply to: codeless slider not on smartphonesYou’re right, it works now.
Thank you
Marco
in reply to: text color on mouse over footerOk solved
Marco
in reply to: woocommerce product pageok
Thanks
Maro
in reply to: business2 specular theme headeroK
THANK YOU
Marco
in reply to: top navigation items and logo on mobilesOk, it seems all clear
Thank you
Marco
in reply to: business2 specular theme headerGreat! I found it,
is there a way to change the shadow color, through css?
Regards
Marco
in reply to: pageable containerHi Mihaila,
coming back to this topic I opened I found another solution.
My main goal was to have a secondary menu to be placed only on several pages.
So I found this visual composer extension: clever mega menu (https://it.wordpress.org/plugins/clever-mega-menu/)
It seems to work perfectly. The plugin makes it possible to add a secondary menu wherever, create new menu positions, that are shortcodes that can be added into the page, and assign a menu to that position.
Here a sample of a menu placed in a single page: https://www.centrodellaceramica.innovaimpresa.com/materiali/
I just share this solution in case anyone else is looking for similar solution.
I just hope this will not cause problems in case of specular theme updates.
Thanks
Marco
PS
After more than 5 years working with wordpress think I Specular is one of the best theme I used. Thank you for your support.
in reply to: pageable containerHello,
ok I will show you better:
There is nothing really wrong in the menu of the screenshot you posted.
But what you are looking is not really a menu, it is a text block with links to several pages.
Instead I would like to use pageable container.
Please scroll down the page https://www.centrodellaceramica.it/ccwp/ceramiche/
At the bottom of the page you will see a pageable container: https://pho.to/Afv7a
In backend I can give a name to each sections of container: https://pho.to/Afv7x
My goal is to get the name of each section of the pageable container instead of dots also on front end.
Marco
in reply to: pageable containerThis is the page to look:
in reply to: line between header logo and menuIt’s ok
thank you
Marco
in reply to: row spacingNow it’s ok,
the code you suggested solved the problem.
thanks
Marco
in reply to: row spacingPlease scroll down one of the pages of the site, for example this one:
https://studiopezzoli.innovaimpresa.com/about/
You will see a lot of space between the button “Torna su” and the row below.
That is the problem, do you see it?
Regards
Marco
in reply to: layerslider duration of single layersok