Forum Replies Created

Viewing 20 posts - 1,961 through 1,980 (of 12,034 total)
  • Author
    Posts
  • in reply to: Splitting Footer Into 3 Columns Like Demo #281304
    Skandha
    Participant

    @kellersincolorado: Hello there,
    Go to => Appearance => Customize => Widgets => Add a widget if Footer Area 1,2 and 3 and Publish.

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

    Skandha
    Participant

    @planarknight: Hello there,
    I have replied to your email.

    Kind Regards,
    Skandha

    in reply to: Cómo cambiar imagen página de inico #281263
    Skandha
    Participant

    @gemmarodri: 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/solid-construction/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: Page titles missing #281259
    Skandha
    Participant

    @pete-h: Hello Pete, 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-revolution/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: “From the blog” message on all my pages #281253
    Skandha
    Participant

    @gaborvaszkun: Hello there,
    Can you please try deactivating all the plugins you are using and check if the issue is resolved?

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

    in reply to: problems with homepage layout on mobile #281248
    Skandha
    Participant

    @dorapopinski: Hello Dora,
    I checked the section my mobile phone and it seems to be spaced out well. Can you please let me know which mobile device you are using?
    Also can you try checking the issues in other mobile phones?

    Kind Regards,
    Skandha

    Skandha
    Participant

    @alexparisella: Hello Alex,
    To create a child theme you can use our plugin Generate Child Theme.

    Install and Activate the plugin.
    Then,
    Go to => Dashboard => Generate Child Theme => Select Parent Theme as Zubin and fill in remaining fields and Click on Generate.

    This will create and activate the child theme.

    Then,
    Copy the header.php file from the parent theme to the child theme folder.

    Edit the header.php in your child theme, after Line no 26 add the following Code.

    <audio autoplay>
      <source src="http://localhost/wordpress/wp-content/uploads/2021/04/While_You_Work_It.mp3" type="audio/mpeg">
      Your browser does not support the audio element.
    </audio> 

    Finally replace the audio src file with your file.

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

    in reply to: Issues with elementor #281241
    Skandha
    Participant

    @pavlacalm: Hello there,
    You don’t seem to be using our theme. Please post your issues in the respective theme support forum.

    Kind Regards,
    Skandha

    in reply to: Audioman Pro Media URL Button on Landing Page #281240
    Skandha
    Participant

    @hollandcourtneyg: Hello there,
    Can you please post in your site URL and elaborate what changes you would like to make?

    Kind Regards,
    Skandha

    in reply to: Audioman Pro Header Media Not Responsive with Mobile #281239
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Project Types on Portfolio Archive #281238
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    Skandha
    Participant

    @ijnadmin: Hello there,
    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 the issue.

    Kind Regards,
    Skandha

    in reply to: How to add a sign up for email notifications #281172
    Skandha
    Participant

    @dorapopinski: Hello Dora,
    Mailchimp, Mailpoet and Google/Feedburner are few plugins that you can use for that purpose.

    Kind Regards,
    Skandha

    in reply to: Photo gallery not responsive #281162
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    You have been replied here about the issue.
    https://catchthemes.com/support-forum/topic/no-support-on-this-forum/

    Kind Regards,
    Skandha

    in reply to: Codes do not work #281157
    Skandha
    Participant

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

    /* To change the background color of Main Menu */
    #primary-menu {
        background-color: #f23456;
    }
    
    /* To change the background color of Current menu item */
    .main-navigation .current_page_item > a, .main-navigation .current-page-ancestor > a, .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation li:hover > a, .main-navigation li:focus > a {
    	background-color: #123456;
    }
    
    /* To change the background color of sub menu */
    .sub-menu {
        background: #f710f1 !important;
    }
    
    /* To change the color menu item text */
    #site-navigation a {
        color: #123fff;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: unable to post anything #281156
    Skandha
    Participant

    @johna: Hello there,
    Can you please post in your site URL and elaborate the issue you are having?

    Kind Regards,
    Skandha

    in reply to: Header video not working #281155
    Skandha
    Participant

    @pjones: Hello there,
    Yes, that is possible using the pro version of the plugin. I suggest you to upgrade to pro.

    Install and Activate the plugin.

    Then,
    Go to => Appearance => Customize => Header Media => Uncheck the option Check to enable Sound and Publish.

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

    in reply to: Page titles missing #281143
    Skandha
    Participant

    @pete-h: Hello Pete,
    The issue will be fixed and an update will be released soon.

    For the time being
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .entry-title.section-title.screen-reader-text {
        position: unset !important;
        clip: unset;
        overflow: unset;
        height: unset;
        width: unset;
    }

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

    in reply to: Header video not working #281099
    Skandha
    Participant

    @pjones: Hello there,
    The Header Video not playing on mobile devices or screen size below 900px width is a default WordPress feature. To have the Header Video work on mobile devices as well you will need to use our Header Enhancement Plugin. Install and Activate the plugin.

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

    Skandha
    Participant

    @amazonhelmut-pangerl-de: Hello Helmut, 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

Viewing 20 posts - 1,961 through 1,980 (of 12,034 total)