Forum Replies Created

Viewing 20 posts - 5,481 through 5,500 (of 12,027 total)
  • Author
    Posts
  • in reply to: French translation #243644
    Skandha
    Participant

    @charlyg: Hello there,
    I am afraid there is no french translation for Audioman Theme. You will need to translate the theme to french.

    To add translation strings first of all you will need to use Poedit software. Install and Open the software.

    Create New Translation => Browse and Select audioman-pro.pot file from the languages folder and Click Open => Select the language as French(France).
    Now, you will see a list of translation ready strings and Translation textarea where you can add the required translation.
    When you are done translating the strings save the file to the languages folder.

    Now,Go to => Dashboard => Settings => Select Site Language as Francais and Save Changes.

    But I suggest you to create a child theme before doing all this as when you update the theme to the newer version the translation you add will be lost or what you can do is you can translate majority of the strings available for translation and email it to me and I shall add it to the theme itself with your name as the contributor.

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

    in reply to: Add Comments and add Follow #243640
    Skandha
    Participant

    @lsm: Hello Lori,
    You will need to edit your posts.
    Then on the right sidebar you will see Discussion option, under that Check the option Allow Comments and Update the post.

    You will need to do this for all your posts.
    Let me know if this works out.
    Kind Regards,
    Skandha

    Skandha
    Participant

    @mystagogue: Hello there,
    You don’t seem to have selected any posts in your Featured Slider section that is why the grey space is showing up. Please select some post/page in the featured slider section or if you don’t want the section please disable it.

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

    in reply to: “Site Identity” Bar, How to Hine on Pages / Articles #243636
    Skandha
    Participant

    @mystagogue: Hello there,
    Do you want remove the whole header bar?

    Kind Regards,
    Skandha

    in reply to: Main Menu Font Size #243635
    Skandha
    Participant

    @kitado: Glad you were able to figure it out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Links doesn´t work+ rename button #243634
    Skandha
    Participant

    @janushka608seznam-cz: Hello Jana,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: Full Frame Pro – Featured Footer no Titel #243633
    Skandha
    Participant

    @berlinreklame: Hello Dirk,
    Can you let me know which title you are referring to?

    Kind Regards,
    Skandha

    in reply to: Diminuer le rembourrage (padding) du Feature content) #243523
    Skandha
    Participant

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

    #featured-content {
        padding-top: 0;
    }

    Also,
    Go to => Appearance => Customize => Featured Content => No of Featured Content => Select 4 and Publish.

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

    in reply to: Formatting of Menu in footer #243520
    Skandha
    Participant

    @lilleselmer: Hello there,
    First you will need to upload the theme.
    Go to => Appearance => Add New => Upload Theme => Browse and Select the Theme zip folder => Click Install Now.
    After the theme is installed activate the theme.

    Finally,
    Go to => Dashboard => Appearance => About Theme => License => Enter the License Key and Click on Save Changes.

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

    in reply to: Formatting of Menu in footer #243509
    Skandha
    Participant

    @lilleselmer: Hello there,
    All your customizer settings from free should automatically migrate when you upgrade to pro.

    Let me know if you have any issues when you upgrade to pro.
    Kind Regards,
    Skandha

    in reply to: Désactiver header top mobile #243437
    Skandha
    Participant

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

    @media screen and (max-width: 1024px) {
    	#sidebar-header-top {
    		display: none;
    	}	
    }

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

    in reply to: Diminuer le rembourrage (padding) du Feature content) #243436
    Skandha
    Participant

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

    #featured-content .wrapper {
        display: inline;
    }

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

    in reply to: Update to pro version / images and other settings missing #243435
    Skandha
    Participant

    @karuna: Hello there,
    When you upgrade to pro version of the theme all your customizer settings from the free version should be retained in the pro version.

    Let me know if you are still having this issue.
    Kind Regards,
    Skandha

    in reply to: Catch Fullscreen Pro Menu Area Hight #243434
    Skandha
    Participant

    @mystagogue: Hello there,
    You don’t seem to have anything in the Featured Slider section.

    Go to => Appearance => Customize => Theme Options => Featured Slider =>
    Select a Type and choose the post/pages you want to display in the slider and Publish.

    For theme instructions follow this link.

    Kind Regards,
    Skandha

    in reply to: Demo Content #243426
    Skandha
    Participant

    @hom: Hello there,
    I have emailed you the demo content files along with instructions on how to import them.

    Let me know if you have any issues importing the demo content files.
    Kind Regards,
    Skandha

    in reply to: Testimonials on Homepage op site with WPML (4 languages) #243425
    Skandha
    Participant

    @stafca: Hello Staf,
    Can you check and let me know if you have toggled on or off the option Display nav dots in the Testimonial Section in the customizer?

    Kind Regards,
    Skandha

    in reply to: Change “More posts” text #243342
    Skandha
    Participant

    @bastienchill: Hello there,
    You can use our plugin Generate Child Theme to create child theme.
    Install and Activate the plugin
    Then,
    Go to => Dashboard => Generate Child Theme => Select Parent Theme as Bold Photography Pro and fill in remaining fields and Click on Generate.

    This will create and activate the child theme.

    Now,
    Copy the folder template-parts/recent-posts from your parent theme folder to the child theme folder.
    Make sure the path of the folder recent-posts in your child theme if the same as in the parent theme.
    The path should be child-theme-folder/template-parts/recent-posts.

    Now,
    Edit the file front-recent-posts.php in recent-posts folder.
    Search for the text More Posts and replace it with your required text.

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

    in reply to: Header Image Rescaling #243337
    Skandha
    Participant

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

    .blocks-gallery-grid .blocks-gallery-item {
        width: unset;
    }

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

    in reply to: Remove date under page title #243336
    Skandha
    Participant

    @miss-lorraine: 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/catch-vogue/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: More than an h1 in homepage #243335
    Skandha
    Participant

    @martina: Hello Martina, 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

Viewing 20 posts - 5,481 through 5,500 (of 12,027 total)