Discussion on Fashion Blog Theme - Applique

Discussion on Fashion Blog Theme - Applique

By
Cart 1,459 sales
Well Documented

Dahz supports this item

Supported

This author's response time can be up to 2 business days.

285 comments found.

I love this theme but was wondering, how big is the file size?

Hi tnightwedream. The unzipped Applique costs your hosting space about 4.3 MB. Warm regards,

Removing the banner 728×90?

Hi geleiap. You can add or remove leaderboard banner from Applique Customizer. From your dashboard, navigate to Appearance > Customizer > Advertisement > Header Ads Image. Warm regards,

Thank you!

Hi!

Is there a way to make the signature footer accept link?

Hi geleiap. You may check this post : http://support.daffyhazan.com/reply/29050/ Warm regards.

It worked. Thank you!

Is there a css code you can provide to fix the mobile logo section?! The main logo doesn’t show up on the mobile version. I’m sure you’ll fix such issue in an update but can you please provide css code for it in the meanwhile??

Hi finyfin. “The main logo doesn’t show up on the mobile version.” On default setting, logo is showing in mobile device. May i see your website, please? Warm regards,

http://modernorganiclife.com/ | Right now it has the theme’s default logo text on there and not the custom logo.

i’m so sorry for my late reply . in the mean time, you have assigned it blank for Applique Customizer > Header > Logo > Logo * Sticky Logo. If you have assigned logo and missed on mobile, may i try it, please? Leave me your wp-admin username / password via contact form on my profile page. Warm regards,

Hi – My website is now up and running but when MailChimp automatically sends out new posts the featured image in the email is distorted when viewed on an iPad, or even worse on a desktop. I have selected the option in mail chimp to automatically resize images on RSS feed. Can you suggest a solution as it does not look very professional for the image to look out of focus/distorted? Thank you!

Further to my earlier comment about the distortion of images in the mail chimp email service, the images are also distorted when viewed through Bloglovin. Is there something I can do to ensure that this does not happen?

Re the comment above, I should clarify that it is again the featured image that appears distorted when viewed in Bloglovin. Thank you

I can see in the customizer code, that there should be an option for changing the background color, but I can’t find that option in the customizer?

http://i.imgur.com/vbq5MAs.png

Hi zzbeck. Make sure you have choosed Boxed here : Applique > Customizer > General Layout > Skin, then you will find Body Background Color here : Color > General. Warm regards,

hii, appearance – customize The server generates an error. Please urgent help.

http://prntscr.com/adegxd

I sent

Hi . You previously use old version of Wordpress. I have updated your Wordpress Core. Warm regards,

The fastest I’ve ever seen in my life help. By the end of the money you deserve what you get.

Any updates planned?

yes, we are planning to update the theme next week. do you have any feedback for the current version? feel free to email me at dahzinfo[at]gmail.com

Hello, I wan’t to buy this item but it seems there is a problem with the ‘df-ham-menu’ – sub-items are not showing when I change size to mobile resolution and click on the ham icon. So it’s something wrong with this menu and responsibilty?

hi, thanks for the feedback, yes at the moment you need to refresh the page after you switch to mobile resolution. we’ll include this in the update plan.

Is it possible to remove the “Subscribe” link to the right completely?

Hi zzbeck. You can clearing up this field Applique > Social Account & Misc > Subscription Shortcode. Warm regards,

How do I change the width of the side bar? (The part for “about me”, “categories” etc.) Thank you!

hi unfortunately the sidebar width is not customizable as it will break the whole layout.

Hello ! I’m very glad about this purchase, the theme looks great and super easy to customize. However, I just have that tiny problem : in social icons & misc, I would like to translate the “subscribe” link to mailchimp form in French (which is obviously the only untranslated term of the theme). Thank you !

Hi audacieuseamour. Thanks for your kind words :) You need to update your theme string ( to get subscribe string ) . You can check this knowledgebase : http://support.daffyhazan.com/knowledgebase/how-to-translate-your-website-in-wordpress-dashboard/ Warm regards,

Hi There, I’m trying to upload a new logo image but it wont let me upload image beyond a certain size which is too small? I keep getting a HTTP error when I try to upload!

Hi lifeofladybear. You may follow options that has been written HERE If issue still exists, leave your website details via contact form on my profile page, Warm regards.

Hi, I’m wondering if its possible to change the size of the feature image? I would like to make the width smaller if possible.

Hi icaika. Please elaborate us about your query. Where is the location of feature image? On a single post / homepage / archive page / widget area / etc. Please describe it as clear as possible. Warm regards,

The feature photo on homepage. Thank you!

Hi icaika. You may try this css code ( Customizer > Custom CSS )

body:not(.single) .type-post[class*=col-]:not(.sticky) img {
    width: 100%;
}
You can reduce it with your liking. If this is not you’re looking for, please message me your site detail for better visualization, Warm regards,

Is it possible to get the post content wider? Look at this blog: http://schroeders.dk/2016/02/24/where-to-buy-interior/

The content is pushed into the middle, but the heading is full-width. Why is the post content not as wide as the heading?

Hi zzbeck. In case of default, we are using 2/3 content for single post without sidebar. You can add this snippet into your child theme functions to override it.

remove_filter( 'dahz_attr_content', 'dahz_custom_attr_content' );
function dahz_custom_attr_content_new( $attr ) {

    $no_sidebar = ' col-md-8';
    if ( get_theme_mod( 'disable_sidebar_singular', 0 ) == 1 && is_singular() ) :
        $no_sidebar = ' col-md-12 df-no-sidebar';
    elseif ( get_theme_mod( 'disable_sidebar_archive', 1 ) == 1 && ( is_archive() || is_search() ) ) :
        $no_sidebar = ' col-md-12 df-no-sidebar';
    elseif ( get_theme_mod( 'disable_sidebar_blog', 1 ) == 1 && ( is_home() && is_front_page() ) ) :
        $no_sidebar = ' col-md-12 df-no-sidebar';
    endif;

    $attr['id']    = 'df-content';
    $attr['class'] = 'df-content' . esc_attr( $no_sidebar );

    return $attr;
}
add_filter( 'dahz_attr_content', 'dahz_custom_attr_content_new' );

Warm regards,

Thanks, it worked!

The logo at the top doesn’t show up on the mobile device? Is there a way on the dashboard to change it?

Hi finyfin.That how it works. I added it into our team meeting list. Hope this feature will be applied in upcoming update. Warm regards,

Hi, Just double checking on that update for the mobile fix.

Hello - I have a question about removing the featured image from my post “Spring Bag Inspiration” and using an excerpt - it seemed to break the category page: http://1ad.79c.myftpupload.com/category/inspired/

Can you tell me what I did wrong and how I should fix it? Also, how do I re-add the “CONTINUE READING” button for the Spring Bag Inspiration post?

hi, please update your parent theme to 1.4 first.. you can learn how here http://support.daffyhazan.com/online-docs/how-do-i-update-my-theme-to-the-latest-version/

Hello—I updated and am still seeing the same issue, even when I add the featured image back. All of the posts are jumbled and falling off the screen:

http://1ad.79c.myftpupload.com/category/inspired/

it looks great now, can you please clear your browser cache?

Hi guys, I downloaded version 1.4 and I’m using the fashion theme. This new version changes the font of the first letter using the dropcap short code. Is there a way to change it back so that it looks like the font used in your demo?

hi the font from the global settings follow the body font. if you want the previous font, you can turn the global setting off then use the class dropcap again on your posts

How do I turn the global settings off? I’m a total Wordpress newbie

sorry should’ve made it clearer. you can go to customizer -> general layout and uncheck the “Enable Site Post Dropcap In First Letter” option there.

Hi, there! Brilliant theme. But could you provide me with a copy of documentation too? I want to check the level of customization to expect.

hi, no.. you cant put visual composer shortcode in the blog/archive pages.

Hi, thanks. Could you also answer my second question in the thread? Can the 2 column layout of posts in the link go upto 4 without excerps?

hi sorry i missed that question the blog page like this http://dahz.daffyhazan.com/applique/inspired/category/inspired/ can have 2 & 3 columns and for this one http://dahz.daffyhazan.com/applique/menswear/category/be-social/ can only have 2 columns

Hi! Is the theme compatible with WPML, as I need a multi language blog… Thanks.

Hi chrismush. Yes, you can use WPML in Applique. Here is our happy user with Applique & WPML : http://sokomanga.com/ Let me know if you have another question. Warm regards,

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey