Home › Forums › All Other Themes › Nature One PRO
- This topic has 8 replies, 3 voices, and was last updated 8 years, 10 months ago by Sonl Sinha.
-
AuthorPosts
-
January 21, 2016 at 8:45 am #19484
hi there,
I’ve installed Nature One PRO theme in my site, i have encountered some obstacles
my site url is http://www.shiptohell.org
i have a couple of issues i seek assistance with:
1- the last menu item is appeared too close to the previous item in the top menu
(last item is “צרו קשר” and it is too close to the one on it’s right “קישורים”)
2- how can i make the slider link be opened in the same browser window, and not in new tab (im reffering to the slider image link and not the “read more….” link)
3- how can i disable the slider in the mobile view all together ?
4-whatsapp link (Social Setting), how can i use it if i want it to open a whatsapp message to a specific number when user is using his phone? or phone app when accessing via pc? what i do currently only open a dial app (i used: tel:phonenumber)many thanks,
HovavJanuary 21, 2016 at 9:04 am #19489Hi Hovav,
1. Last Menu Item
Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
Paste this css code in custom css box.header .header-inner .nav ul li:last-child{padding-right:42px !important;}
2. Slider title link
Kindly go to header.php under the “slide_info” div you will find anchor tag.
remove target=”_blank” on that anchor tag.Regards,
ShriJanuary 21, 2016 at 12:09 pm #19555www.3dvisualizer.net
i have to upload 50 images in to design page. but how is possible in one go?
Thank youJanuary 21, 2016 at 12:16 pm #19558Hi Rohith,
It’s not possible with our gallery. You can use Nextgen gallery it has a option zip uploads.
Regards,
ShriJanuary 21, 2016 at 12:19 pm #19560many thanks !!
can you please assist with the following as well:
1- how can i disable the slider in the mobile view all together ?
2-whatsapp link (Social Setting), how can i use it if i want it to open a whatsapp message to a specific number when user is using his phone? or phone app when accessing via pc? what i do currently only open a dial app (i used: tel:phonenumber)
3-sub items in the menu are presented with a space, how can i make sure they are being displayed properly?January 21, 2016 at 12:41 pm #19564Hi,
(For slider in mobile and Sub menu items)
Add this css code in custom css box:
.header .header-inner .nav ul li:hover > ul{top:5px;}
@media screen and (min-width: 480px) and (max-width: 767px) {
.slider-wrapper{display:none;}
}We have no idea about Whatsapp functionality you want.
Regards,
ShriJanuary 24, 2016 at 11:29 am #19979so if i need it all it should be like: ??
.header .header-inner .nav ul li:last-child{padding-right:42px !important;}
header .header-inner .nav ul li:hover > ul{top:5px;}
@media screen and (min-width: 480px) and (max-width: 767px) {
.slider-wrapper{display:none;}
}thank you
January 24, 2016 at 7:40 pm #20017actually it doesn’t work – the mobile fix and the sub-menu
please assist
January 25, 2016 at 7:19 am #20072Hi Hovav,
Kindly Send us email: [email protected] with your WordPress admin details and URL of the site. we will check the problem and resolve.
NOTE: Kindly mention the issue in the email.
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.