Forum Replies Created

Viewing 20 posts - 9,381 through 9,400 (of 12,014 total)
  • Author
    Posts
  • in reply to: how to increase the font size of the theme? #163450
    Skandha
    Member

    @ttsales: Please post in your site URL and let me know on which text you want the font size to be increased.

    Kind Regards,
    Skandha

    in reply to: In responsive view position of pictures change #163365
    Skandha
    Member

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

    @media screen and (max-width:640px) {
    	#post-14 .entry-content img {
    	      width:150px;
    	}
    }

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

    Skandha
    Member

    @rolandv: Please post in your site URL so that I can look into the issue. Also Can you please attach me a screenshot of the issue in the editor?

    Kind Regards,
    Skandha

    in reply to: Fotografie Home Page – Linked page not full width! #163350
    Skandha
    Member

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

    Kind Regards,
    Skandha

    in reply to: Leave Featured Image titles but remove Page titles? #163303
    Skandha
    Member

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

    Kind Regards,
    Skandha

    in reply to: Clickable elements too close together #163302
    Skandha
    Member

    @emree025: I performed the same test for the link you provided at my end but did not find any kind of issues.
    Please check out the screenshot: https://www.dropbox.com/s/qmpol7hxsh875w7/Screenshot_2019-01-11%20Mobile-Friendly%20Test%20-%20Google%20Search%20Console.png?dl=0

    Kind Regards,
    Skandha

    in reply to: Site description panel divin #163301
    Skandha
    Member

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

    body:not(.home) .custom-header-content {
    	padding:20px !important;
    }
    
    @media screen and (min-width:48em) {
    	body:not(.home) .custom-header-content {
    		padding:70px !important;
    	}
    }
    
    @media screen and (min-width:56.625em) {
    	body:not(.home) .custom-header-content {
    		padding:120px !important;
    	}
    }
    
    @media screen and (min-width:72em) {
    	body:not(.home) .custom-header-content {
    		padding:210px !important;
    	}
    }

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

    in reply to: Gallery #163300
    Skandha
    Member

    @macroma39gmail-com: You can use Catch Gallery plugin to create a Gallery. You can read out the instructions for help.

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

    in reply to: Sidebar on Category Page #163299
    Skandha
    Member

    @bigoslesli: The Social Icons you see on your Category page seems to be coming from the widget you have inserted in Optional Archive Sidebar. If you remove the widget the Category page should show up the Primary Sidebar same as the Homepage.

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

    in reply to: Adding a playlist #163295
    Skandha
    Member

    @per-dittmann: Glad you were able to figure it out. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Header Image #163294
    Skandha
    Member

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

    .site-header {
    	padding:0;
    }

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

    in reply to: Grid Layout #163293
    Skandha
    Member

    @inksla: I am afraid that is not possible with the current options available in the theme. For that you will need to get your site customized from a professional. I suggest you hire a customizer.

    Kind Regards,
    Skandha

    in reply to: Edit pages will not load. #163292
    Skandha
    Member

    @wimbledontog: Everything seems to be working fine at my end.
    Please post in your site URL so that I can look into the issue. Also can you please attach a screen shot of the error message you are getting.

    Kind Regards,
    Skandha

    in reply to: How do i disable the search button on the top right corner? #163263
    Skandha
    Member

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

    .mobile-social-search {
    		display:none !important;
    }

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

    in reply to: Clickable elements too close together #163232
    Skandha
    Member

    @emree025: I performed the same test at my end but did not find any kind of issue. Please check out this screenshot: https://www.dropbox.com/s/4jp4lnfsmlxprad/Screenshot_2019-01-10%20Mobile-Friendly%20Test%20-%20Google%20Search%20Console.png?dl=0

    Kind Regards,
    Skandha

    in reply to: Gallery #163231
    Skandha
    Member

    @macroma39gmail-com: Please post in your site URL and elaborate your issue so that I can help you out!

    Kind Regards,
    Skandha

    in reply to: Disable sections on homepage #163229
    Skandha
    Member

    @gralaque: Sure, Let me know if you have anymore issues.

    Kind Regards,
    Skandha

    in reply to: Mobile issues #163227
    Skandha
    Member

    @gina-hong:
    1. There seems to be an issue with the mobile menu. The issue will be fixed and an update will be released soon. I will let you know when the update is released. Thank you for reporting us the issue.

    2. The images in the slider seems to be responsive at my end. Can you attach me a screen shot of how it is showing up in iPhones so that I can look into the issue.

    3.The header video not appearing on mobile phones or smaller screen is a default feature of the WordPress. To alleviate concerns about bandwidth, videos are only loaded on the front page for viewports that are at least 900 pixels wide and 500 pixels tall. For more information please check out this link.
    To get rid of the image appearing before the header video
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:900px) {
    	.custom-header {
    		background-image:unset !important;
    	}
    }
    in reply to: How to center the Logo? #163185
    Skandha
    Member

    @becky7852:
    1. The colors you mentioned seems to be changing well at my end. You don’t seem to have a button on your site.

    2. The fonts seems to be changing at my end.
    Go to => Appearance => Customize => Theme Options => Font Family Options => And changes fonts

    3. The title of each category already seems to be in the center.

    4. The title of post already seems to be in the center both on mobile and desktops.

    5. Please let me know which image caption font you would like to change and I will provide you the CSS.

    6. The images on the archive page already seem to be full width.

    I checked for the issues but did not seem to find any issues.
    Let me know how i can help you out!
    Kind Regards,
    Skandha

    in reply to: Verity support #163179
    Skandha
    Member

    @experiencebar: The code I provided is working at my end. I will need to login to your site and look into the issue. For that I will need your WP admin credentials. I will contact you shortly by email.

    Kind Regards,
    Skandha

Viewing 20 posts - 9,381 through 9,400 (of 12,014 total)