Thanks for being part of us. If you have any issues. Please feel free to message us. Thank you.
Best Regards
]]>You can use custom CSS to remove links from the timeline title. Please go to dashboard> appearance> Customize> Additional CSS. Add the below CSS
.timeline-title a {
cursor: none;
pointer-events: none;
}
This will solve your issue. If you got any issues let us know.
Best Regards
]]>To add scroll down button on the small screen, go to dashboard> appearance> Customize> Additional CSS. Add the below CSS
@media only screen and (max-width: 1023px) {
.vid-thumb .scroll-down, .sld-plus .scroll-down {
display: block;
}
}
To change the color of the scroll down button, add below CSS and change the value “border-color” as you want. Now it’s default.
.scroll-down span {
border-color: #ffffff;
}
To enlarge the home page gallery image on click, go to dashboard> appearance> Customize> theme options> options and deselect “Disable Fancy Box”. If you have your own created gallery then you can use plugins for image scroll.
Best Regards
]]>– How do i activate the arrows that show on the frontpage in tablet and phone mode.
– How do i change the color of the arrow
– In my gallery how do enable it so that someone can click on an image and the image will enlarge instead of a static page.
Also per the instruction manual, there is the need for a child theme, but the link provided does not work.
Thank you and i look forward to hearing from you.
]]>Create a new page with text content and a featured image(right sidebar). Now go to dashboard> appearance> Customize> Edge theme options> Displat Frontpage Features and select that page under Feature # 1/2/3. Now you can get a new page with a new URL.
Best Regards
]]>度々失礼致します。
こちら表示されなくなってしまった理由がわかりました、画像を消去してしまったことが問題でした。
こちら新しいURLを指定したいのですがこの場合はどのように設定すれば宜しいでしょうか?
お手数おかけ致しますが宜しくお願い致します。
あまひ
]]>ご回答頂きまして有難う御座います。
教えていただいた通りに作業してみたのですがやはり3にしても2つしか表示されなくなっております。
どこに原因があるかわからず途方に暮れております。
対処法は御座いませんでしょうか…?
お手数ですが何卒宜しくお願い致します。
あまひ
]]>Navigate to dashboard > appearance > customize > edge theme options >display front page features > set No. of Services (Pro) to 3 and click on publish button.
Once its done, refresh the customizer then only you will get an options to add 3 pages in the dropdown. Hope this helps.
Best Regards,
Daniel!