Forum Replies Created

Viewing 20 posts - 10,541 through 10,560 (of 12,014 total)
  • Author
    Posts
  • in reply to: Cart Count #151454
    Skandha
    Member

    @mezalick: I used the same CSS Code and it seems to be working. Didn’t you get the cart icon using the above code?

    Kind Regards,
    Skandha

    in reply to: fitting a video to the max width of window #151453
    Skandha
    Member

    @xander975: The video header is not displayed on small mobile devices because speed and bandwidth are usually considerations on phones.

    Header Video do not play sound. It’s the feature of WordPress. And our theme works the same way.

    Kind Regards,
    Skandha

    in reply to: Problem with the Header #151452
    Skandha
    Member

    @ajchubbuck: Please post in your site URL and let me know what issues you are having!

    Kind Regards,
    Skandha

    in reply to: Display Widgets Conditionally on Specific Pages #151449
    Skandha
    Member

    @abrimble: Please post in your site URL so that I can provide you the CSS for that!

    Kind Regards,
    Skandha

    in reply to: Site identity #151424
    Skandha
    Member

    @toerfiets: What you can do is use Header Top Menu location which is available only in the pro version for menu option. This way the site title will stay at left and the menu at right.
    To remove date
    Go to => Appearance => Customize => Theme Options => Header Top Options => Check to disable date

    You can buy Lucida Pro and check if this theme fulfills your requirement and you can always post in the support forum if you have any issues. However, if you feel the product(s) you purchased is not the best fit for your requirements, and you tried resolving the issues with our staff, we offer a 15-day return policy. You are subjected to a full refund within 15 days of your purchase. For more information please read our terms and conditions.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    Skandha
    Member

    @moilaure1: I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: Cart Count #151413
    Skandha
    Member

    @mezalick: Sorry for the late reply.
    This is possible using a bit of additional CSS Code.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #menu-item-2450 a {
    	visibility:hidden;
    }
    #menu-item-2450 a::before {
    	visibility:visible;
    	content:"\f217";
    	font-family:fontawesome;	
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    Skandha
    Member

    @blueskyclothingco: The theme update has been released. Please update the theme and please check if the issue is resolved.

    Kind Regards,
    Skandha

    in reply to: Change weight of paragraph font #151410
    Skandha
    Member

    @leenajacob: The theme update has been released. Please update your theme and let me know if the font is working properly.

    Kind Regards,
    Skandha

    in reply to: Problem with the Header #151408
    Skandha
    Member

    @muazii: The theme update has been released. Please update your theme and let me know if you are having any issues.

    Kind Regards,
    Skandha

    in reply to: Header spacing and adding borders… #151406
    Skandha
    Member

    @lenatime: Your site looks a- mess in the mobile view. I think it needs a lot of customization to get it back on track. I suggest you to hire a customizer.

    Kind Regards,
    Skandha

    in reply to: 500 Error after updating #151400
    Skandha
    Member

    @lesliekirk: Can you please try again updating the theme and check if the issue arises again. To be on the safe side backup your current theme during update.

    Let me know if the issue persists!
    Kind Regards,
    Skandha

    Skandha
    Member

    @ipunkt: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-content-contain {
    	background-image:url("https://www.w3schools.com/css/img_lights.jpg");
    	background-repeat:no-repeat;
    	background-size:cover;
    	background-position:center;
    }
    .site-content .wrapper {
    	background:none !important;
    }
    
    .widget-area .widget {
    	background:rgba(255,255,255,0.4) !important;
    }
    .site-main .hentry, .widget {
    	background:rgba(255,255,255,0.4) !important;	
    }

    Replace the url in background-image with your image URL.

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    Skandha
    Member

    @cuddapah: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To remove top black space */
    @media screen and (max-width:413px) {
    	.slider-image-wrapper {
    		position:relative;
    		bottom:24px;
    	}
    }
    /* To remove line between menu and page */
    .site-header {
    	border:none;
    }

    Let me know if this solves the issue.
    Kind Regards,
    Skandha

    in reply to: Importing Data #151392
    Skandha
    Member

    @p-rajabi-m: Please provide your admin credentials and I shall set up the demo content for you. I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: "Leave Comment" is not appearing on some posts. #151390
    Skandha
    Member

    @alwelch1: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/clean-fotografie/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Layout different for text and images #151388
    Skandha
    Member

    @leenajacob: I checked your site and you seem to have figured out how to make the featured image follow no-sidebar full width layout and text follow no sidebar layout. Is the issue resolved??

    Kind Regards,
    Skandha

    Skandha
    Member

    @ipunkt: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Change menu background color #151312
    Skandha
    Member

    @ville123: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .main-navigation {
    	background-color:#123456 !important;
    }

    You can change the color according to your requirement.

    There seems to be an issue with the layout option. The issue will be resolved very soon in the next theme update. Sorry for inconvenience caused.

    Kind Regards,
    Skandha

    in reply to: "Leave Comment" is not appearing on some posts. #151284
    Skandha
    Member

    @alwelch1: You seem to have made some changes to the comment settings due to which comment option was not showing up on posts older than 28 days.

    Go to => Dashboard => Settings => Discussion => Other Comment Settings => Uncheck the option
    Automatically close comments on articles older than

    Let me know if this resolves the issue!
    Kind Regards,
    Skandha

Viewing 20 posts - 10,541 through 10,560 (of 12,014 total)