Forum Replies Created

Viewing 20 posts - 10,381 through 10,400 (of 12,027 total)
  • Author
    Posts
  • in reply to: SiteLock scan found malware #152978
    Skandha
    Participant

    @renegadeimage: Please post in your site URL so that I can check out your site. This maybe due to the plugins you are using.

    Kind Regards,
    Skandha

    in reply to: Catch Base Pro Make Primary Sidebar Width Narrower #152941
    Skandha
    Participant

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

    .sidebar-primary {
    	width:240px !important;
    }
    #content_sidebar_wrap #main {
    	width:680px !important;
    }

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

    Skandha
    Participant

    @wouwonline: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
    /* To change font-size of the text in featured content */

    #featured-content .entry-content {
    	font-size:16px;
    	text-align:left;
    }

    /* To change font-size of the text in featured content */

    .featured-content-wrap .entry-title {
    	font-size:22px !important;
    	text-align:left;
    }

    The Read More button or option is not available at the moment. This option will be added in the the next theme update.

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

    in reply to: Change contact form bar lenghts #152900
    Skandha
    Participant

    @cindyp: 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/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: Change contact form bar lenghts #152895
    Skandha
    Participant

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

    .no-results.not-found {
         display:none;
    }

    Let me know if this does the trick!
    Kind Regards,
    Skandha

    in reply to: Using a child theme #152893
    Skandha
    Participant

    @stefanomoret:
    2. Replace the previous code with the following
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .primary-menu li:hover .sub-menu {
    	left:unset !important;
    	right:20px !important;
    	width:200px !important;
    }

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

    in reply to: Removing the Footer Photo #152865
    Skandha
    Participant

    @kwhooley: This maybe due to your browser cache. Please clear your browser and check if this resolves the issue.

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

    Skandha
    Participant

    @orthosoc: That is strange. You will need to provide me your admin credentials so that I can have a look at your customizer settings and try to resolve the issue. I will contact you shortly by email.

    About upgrading to pro, you will get additional-features which are exclusively available in pro version of the theme. Basically you will have more features and option than in the free version which will give more control.

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

    in reply to: Higher Education Pro – Move content area below menu #152862
    Skandha
    Participant

    @i-can: 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/higher-education/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

    Skandha
    Participant

    @kwhooley: 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/parallax-frame/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: Custom CSS: Menu text change hover color #152860
    Skandha
    Participant

    @roboterpirat: 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: Make Contact Us button callable from cell phone #152859
    Skandha
    Participant

    @annamcdermott: Please post in your site URL so that I can look into the issue and provide you possible solutions.

    Kind Regards,
    Skandha

    in reply to: changing header image #152858
    Skandha
    Participant

    @toerfiets: I had to change your site language to English for a while to change the setting of the header image that is why the translations were not working. I hope now everything is working well.

    Kind Regards,
    Skandha

    in reply to: Help with Decree theme home page #152852
    Skandha
    Participant

    @annamcdermott: Go to => Dashboard => Pages => Edit your homepage
    On the right side you will see Publish sidebar under that there is Visibility option edit that and make it public.

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

    in reply to: Woocommerce product gallery #152851
    Skandha
    Participant

    @kwhooley: I think for that you will need to upload pictures that are of similar dimension of same width and height. This way all the pictures will be in 1:1 ratio your Product Gallery will look better.

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

    in reply to: Custom CSS: Menu text change hover color #152849
    Skandha
    Participant

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

    .nav-menu li a:hover {
         color:red !important;
    }

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

    in reply to: changing header image #152763
    Skandha
    Participant

    @toerfiets: I had made the changes to your site to make the header image work only on homepage. I hope now the issue is resolved and the translations are working as well.

    Kind Regards,
    Skandha

    in reply to: Using a child theme #152755
    Skandha
    Participant

    @stefanomoret:
    1. I don’t think it is correct as when you enable the Search in menu it overlaps the email icon on your menu. I think the code I provided you will work better.

    2. Replace the previous code with the following

    @media screen and (min-width:1024px) {
    	.primary-menu li {
    		position:relative !important;
    	}
    	.primary-menu li:hover .sub-menu {
    		position:absolute !important;
    		left:85% !important;
    	} 
    }

    4. You can keep your current child theme. You will just need to change the template in your child theme’s style.css to the pro theme folder’s name.
    Yes the purchase of pro theme comes with initial 1-year subscription. This means that you can download the updates until a year of purchase date. For more information please check out the terms and condition.

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

    in reply to: Removing the Footer Photo #152754
    Skandha
    Participant

    @kwhooley: You can simply remove the Sidebar Area Background Image and publish. You need not add a different image.

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

    in reply to: Logo + title side by side #152753
    Skandha
    Participant

    Well that is strange. Can you try sending me an email again at [email protected]

    Kind Regards,
    Skandha

Viewing 20 posts - 10,381 through 10,400 (of 12,027 total)