Forum Replies Created

Viewing 20 posts - 3,561 through 3,580 (of 12,027 total)
  • Author
    Posts
  • in reply to: Foodmania: can I create multilingual Featured Content? #264365
    Skandha
    Participant

    @hoeg: Hello there,
    All our pro themes support WPML plugin for translation or for multilingual sites. I suggest you to contact Polylang plugin support regarding this issue.

    Kind Regards,
    Skandha

    in reply to: Header Top Options #264364
    Skandha
    Participant

    @fredericopessanha: Hello Frederico,
    The issue has been fixed and an update has been released. Can you please update the theme and let me know if the issue is resolved?

    Kind Regards,
    Skandha

    in reply to: How to remove mistery dot #264363
    Skandha
    Participant

    @remonstrate: Hello there,
    The update has been released. Can you please update the theme and let me know if the issue is resolved?

    Kind Regards,
    Skandha

    in reply to: main menu not close properley #264359
    Skandha
    Participant

    @kishorenagal: Hello there,: 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/rock-star/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: the image could not be loaded… #264358
    Skandha
    Participant

    @planarknight: 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/simclick/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: Site Title and Tag Line #264356
    Skandha
    Participant

    @wkask: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .wp-custom-logo .site-identity {
        display: block;
    }

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

    in reply to: Centered Logo #264355
    Skandha
    Participant

    @sharingwellstewart: Hello there,
    This is because you seem to have missed a } after

    #menu-toggle-secondary {
        display: none;

    in your Additional CSS code section.

    Please add the } and then add the CSS Code I provided you above.

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

    in reply to: Remove bold styling for page title- Chique pro #264351
    Skandha
    Participant

    @fay-erek: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .singular-content-wrap .entry-title {
        font-weight: normal;
    }

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

    in reply to: Logo Slider image size #264349
    Skandha
    Participant

    @mulan-22: Hello there,
    This is because the recommended image size for logo slide in 175*133px. Since you have used a bigger image the quality is reduced.
    You will need to change the image size that is used in the logo slider. For that you will need to create a child theme and do a little bit of customization. Let me know if you are familiar with child theme customization otherwise I suggest you to hire a customizer.

    Kind Regards,
    Skandha

    in reply to: Logo on Mobile #264348
    Skandha
    Participant

    @shawn-hassell: 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/photofocus/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: Media Library not loading #264324
    Skandha
    Participant

    @bjbarker: Hello there,
    Are you still having this issue?

    Kind Regards,
    Skandha

    in reply to: Tinymce advanced list plugin not working #264323
    Skandha
    Participant

    @nomade-2018: Hello Patrick,
    Can you please activate the plugin and let me know exactly what issue you are having?

    Kind Regards,
    Skandha

    in reply to: Featured Content boxes around each article (page) #264312
    Skandha
    Participant

    @ken-leidner: Hello there,
    Please use the CSS Code below instead of the previous code I provided you.

    #featured-content .featured-content-wrap article:last-child {
        border-right: 1px solid #000;
    }
    #featured-content .featured-content-wrap article {
        border-left: 1px solid #000;
    }
    .featured-content-wrap {
        display: flex;
        flex-wrap: wrap;
    }

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

    in reply to: How to remove mistery dot #264311
    Skandha
    Participant

    @remonstrate: Hello there,
    Apologies. The bug has been fixed but the update is yet to released. The update shall be released by tomorrow.

    Kind Regards,
    Skandha

    in reply to: Improve spacing and remove the heading description #264310
    Skandha
    Participant

    @avani: Glad the issue is resolved. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Site Title and Tag Line #264306
    Skandha
    Participant

    @wkask: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: Media Library not loading #264305
    Skandha
    Participant

    @bjbarker: Glad the issue is resolved. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Logo on Mobile #264304
    Skandha
    Participant

    @shawn-hassell: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 1024px) {
    	.custom-logo {
    	    max-width: 150px;
    	}
    }

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

    in reply to: Centered Logo #264303
    Skandha
    Participant

    @sharingwellstewart: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width: 1024px) {
    	.site-header-main {
    	    -webkit-box-pack: end !important;
    	    -ms-flex-pack: end !important;
    	    justify-content: flex-end !important;
    	}
    	.site-branding {
    		position: absolute !important;
    		left: 50% !important;
    		transform: translateX(-50%) !important;
    	}
    }
    @media screen and (min-width: 1200px) { 
    	.site-header-main {
    	    padding: 35px 40px 50px 40px !important;
    	}
    }

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

    in reply to: Header Top Options #264277
    Skandha
    Participant

    @fredericopessanha: Hello Frederico,
    There seems to be a bug in the Header Top Menu Label. The bug will be fixed and an update will be released soon. I will let you know when the update is released.

    Kind Regards,
    Skandha

Viewing 20 posts - 3,561 through 3,580 (of 12,027 total)