- This topic has 6 replies, 1 voice, and was last updated 6 months, 3 weeks ago by
Satoshi Sakai.
-
AuthorPosts
-
November 27, 2021 at 5:52 pm #65030
Hi Ashe team support,
I just change my theme from Ashe free to Ashe Pro. Sadly, the featured slider does not work. I confused since in the customizer it appears perfectly and I save it as usual. Here is the slider code:
.featured-slider-area.boxed-wrapper {
padding-top: 41px;
}
#featured-slider img {
width: 100%;
}
.slider-item {
position: relative;
}
.slider-item-bg {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
[data-slider-columns*=”1″] .cv-container {
visibility: hidden;
opacity: 0.0001;
-webkit-transition: all 650ms ease-in-out 0s;
-moz-transition: all 650ms ease-in-out 0s;
-o-transition: all 650ms ease-in-out 0s;
transition: all 650ms ease-in-out 0s;
transition-delay: .75s;
}
[data-slider-columns*=”1″] .slick-current .cv-container {
visibility: inherit;
opacity: 1;
}
.slider-info {
display: inline-block;
max-width: 840px;
padding: 40px 60px;
}
#featured-slider .prev-arrow,
#featured-slider .next-arrow {
display: block;
position: absolute;
top: 50%;
z-index: 1001;
padding: 0 15px;
margin-top: -24px;
font-size: 42px;
text-align: center;
cursor: pointer;
}
#featured-slider .prev-arrow:hover,
#featured-slider .next-arrow:hover {
opacity: 1;
}
#featured-slider .prev-arrow {
left: 15px;
}
#featured-slider .next-arrow {
right: 15px;
}
.main-container #featured-slider .prev-arrow {
left: 0px;
}
.main-container #featured-slider .next-arrow {
right: 0px;
}
.post-slider {
display: none;
}
.post-slider.slick-initialized {
display: block;
}
.post-slider .prev-arrow,
.post-slider .next-arrow {
display: block;
position: absolute;
top: 50%;
z-index: 1001;
padding: 0 10px;
margin-top: -24px;
font-size: 42px;
text-align: center;
cursor: pointer;
}
.post-slider .prev-arrow:hover,
.post-slider .next-arrow:hover {
opacity: 1;
}
.post-slider .prev-arrow {
left: 0;
}
.post-slider .next-arrow {
right: 0;
}
[data-layout*=”col1″] .post-slider .prev-arrow {
left: 5px;
}
[data-layout*=”col1″] .post-slider .next-arrow {
right: 5px;
}
.slider-dots {
display: block;
position: absolute;
left: 0;
bottom: 13px;
z-index: 1000;
width: 100%;
list-style: none;
text-align: center;
}
.slider-dots li {
display: inline-block;
width: 13px;
height: 13px;
margin-right: 11px;
border-style: solid;
border-width: 2px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
cursor: pointer;
}
.slider-dots li:last-child {
margin-right: 0;
}
.slider-categories {
font-weight: bold;
letter-spacing: 3px;
text-transform: uppercase;
margin-bottom: 16px;
}
.slider-title {
margin-bottom: 25px;
color: inherit !important;
}
.slider-content {
margin-bottom: 30px;
}
.slider-read-more a {
display: inline-block;
padding: 13px 25px;
border: 1px solid;
line-height: 1;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 30px;
cursor: pointer;
}
.slider-data {
margin-bottom: 20px;
}
.slider-image-link {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
November 29, 2021 at 11:32 am #65035Hi Rahmi,
At first, sorry for the late reply, we had holidays.
In order to assist we need to check your website from the back end, please install this 3rd party plugin “Temporary Login Without Password Plugin” which allows us to access your dashboard without sharing access details.
To better understand how the plugin works, please watch the video guide below: https://www.youtube.com/watch?v=EMu0e78OpJo
Please make sure to mark your reply as private to hide it from the public.
Kind Regards
December 5, 2021 at 2:10 pm #65079Hello
I have the same problem : feature slider and feature link don’t work
It work with “ashe” theme but not with “ashe pro” theme
ashe working : https://libredemots.com
ashepro not working : https://import.sens-competences.fr
regards
December 6, 2021 at 11:50 am #65083Hi Jean,
At first, thank you for choosing our theme and service.
By default featured slider and featured links appear on the blog page, to enable them on the custom pages, please navigate to Dashboard > Pages > Edit Page > Page Options and enable them for the particular page manually.
Kind Regards
December 7, 2021 at 12:52 pm #65088Hi Vako,
It’s exactly what i did, but it don’t work
Kind Regards
December 8, 2021 at 12:33 pm #65094Hi Rahmi,
In order to assist we need to check your website from the back end, please install this 3rd party plugin “Temporary Login Without Password Plugin” which allows us to access your dashboard without sharing access details.
To better understand how the plugin works, please watch the video guide below: https://www.youtube.com/watch?v=EMu0e78OpJo
Please make sure to mark your reply as private to hide it from the public.
Kind Regards
October 2, 2024 at 4:45 am #75819in ashe-pro-premium/templates/header/featured-slider.php or ashe-pro-premium/templates/header/featured-slider-custom.php, comment out like below.
// Query Args
$args = array(
‘post_type’ => array( ‘post’ ),
‘orderby’ => ashe_options( ‘featured_slider_orderby’ ),
‘order’ => ‘DESC’,
‘posts_per_page’ => ashe_options( ‘featured_slider_amount’ ),
‘ignore_sticky_posts’ => 1,
// ‘meta_query’ => array(
// array(
// ‘key’ => ‘_thumbnail_id’,
// ‘compare’ => ‘EXISTS’
// ) ),
);-
This reply was modified 6 months, 3 weeks ago by
Satoshi Sakai.
-
This reply was modified 6 months, 3 weeks ago by
-
AuthorPosts
- You must be logged in to reply to this topic.