deucethemes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [WOOT] Product Slider for Woot Storefront ThemeHello,
You need to edit index.php file, go to line #58, change that line of code to this,
<?php if(is_page_template( 'template-homepage.php' ) || is_shop() ){ ?>
Forum: Themes and Templates
In reply to: [The Huxley] sticky post stops sliderHello,
Sticky posts are automatically being set as featured posts, so this posts will be added on the slider area only.
Forum: Themes and Templates
In reply to: [WP Clean Green] Pls add language folderThe translation file is already inside the theme folder, just go to library -> translation
Thanks
Forum: Themes and Templates
In reply to: [WP Clean Green] Taking the dates off postsHello,
Try adding this css code,
.category-items .inner-category-items .category-posts .post-content .time, body .byline{ display:none; }
Thanks
Forum: Themes and Templates
In reply to: [WP Clean Green] Related Posts not workingHello,
What do you mean by not working? This feature will show if a current post has the same category with other posts. By default, if post has no category, a post will have a Uncategorized category, so Related Posts should work.
But please check your Customizer Settings, under Post Options, make sure ‘Disable the Related Posts?’ is not checked.
Thanks
Forum: Themes and Templates
In reply to: [WOOT] Woot Theme Blog Comments MissingHello,
Sorry for this error. Please Download the new version of Woot Theme. (Version: 2.0.4)
Thank you.
Forum: Themes and Templates
In reply to: [WP Clean Green] Altering slider imagesIn the post editor, find the publish box then on the visibility field click edit and check the box to make the post Sticky and publish it.
Forum: Themes and Templates
In reply to: [Urban Bold] Slight border on right of page – mobile.Download Simple Custom CSS WordPress plugin then go to Appearance -> Custom CSS and try adding this code,
@media screen and (max-width: 499px) {
.vc_row {
margin-left: 0!important;
margin-right: 0!important;
}
.wpb_column{
padding-left:0!important;
padding-right:0!important;
}
}Forum: Themes and Templates
In reply to: [WP Clean Green] Altering slider imagesHey Guys, sorry for the very late reply. Anyways, Thank you for using WP Cleang Green.
The Ideal size of images on the slider is 1200px(width) by 500px(height). The reason why the pictures are too big because there are different image sizes. If the image is too small, it will be distorted.
@rettediewelt, I think there is a jQuery conflict that made the slider not to work properly. Try to deactivate your plugins.
@smartinternational, by default, the slider will show your blog posts, if you want to choose what particular post to display on the slider, just make the post a sticky post.
Forum: Themes and Templates
In reply to: [WP Clean Green] Search function on homepageYou can use the top advertisement widget area and add the search widget. Then we need to do some styling for the search bar because that area is intended for ads. Download Simple Custom CSS WordPress plugin then go to Appearance -> Custom CSS and add the following CSS code,
.advertisement-area .widget {
margin: 20px 0 0 !important;
position: relative;
}
.advertisement-area .widget .searchform input[type=”text”] {
position: absolute;
right: 0;
width: 100%;
}.advertisement-area .widget .searchform input[type=”submit”] {
position: absolute;
right: 0;
}
@media screen and (max-width: 1039px) {
.advertisement-area{
min-height:50px;
max-width:400px!important;
}
.advertisement-area .widget {
margin: 30px 0 0 !important;
}
.advertisement-area .widget .searchform input[type=”text”]{
left:0;
margin:0 auto;
}
}Forum: Themes and Templates
In reply to: [The Huxley] Whats the number of slides the slider will play?If there is no stick post being configured, by default the slider will show 10 posts.
Forum: Themes and Templates
In reply to: [The Huxley] Tag line not showing on websiteWhere do you want to put the tagline? By default, the Huxley WordPress theme has no option to display the tagline on the site.
Forum: Themes and Templates
In reply to: [The Huxley] Change Image Caption Colour – HuxleyFor that you can override the color by simply using Simple Custom CSS WordPress Plugin(https://www.ads-software.com/plugins/simple-custom-css/). Activate the plugin then go to Appearance -> Custom CSS and add your css code.
Forum: Themes and Templates
In reply to: [The Huxley] Category & Tag Linking Not WorkingThat’s great. We are still waiting for the approval of the next version of this theme. Anyways, thanks for the heads up.
Forum: Themes and Templates
In reply to: [The Huxley] Category & Tag Linking Not WorkingFor the search results page, edit the search.php file, on line 33 up to 35, replace that line of codes with this,
<?php while ( have_posts() ) : the_post(); ?>
. You can check the demo site that it is now working. here are the links.