Forum Replies Created

Viewing 20 posts - 8,381 through 8,400 (of 12,027 total)
  • Author
    Posts
  • in reply to: Adveturous pro Footer Widget Font color #172099
    Skandha
    Participant

    @ursanton: Hello there,
    I checked your site and the menu is showing up well. It looks like you have resolved the issue.

    Let me know if you have anymore issues.
    Kind Regards,
    Skandha

    in reply to: Portfolio > Page Broken #172049
    Skandha
    Participant

    @wcmaster: Hello there,
    I checked for the issue at my end and the sections seems to be working fine at my end.
    Can you elaborate the issue you are having?

    Kind Regards,
    Skandha

    in reply to: Read more…. after last post on the main page #172034
    Skandha
    Participant

    @rayo: Hello there,
    Navigation option has been added to Homepage posts. The update will be out very soon. I will let you know when the update is released.

    Kind Regards,
    Skandha

    in reply to: Menu icon centered in mobile view #172032
    Skandha
    Participant

    @hjhatch: Go to => Child Theme Folder => functions.php and add the following Code.

    add_action( 'wp_head', 'remove_my_action' );
    function remove_my_action(){
    	remove_action( 'catchresponsive_header', 'catchresponsive_mobile_header_nav_anchor', 30 );
    }
    
    add_action( 'wp_head', 'add_my_action' );
    function add_my_action(){
    	add_action( 'catchresponsive_after_header', 'catchresponsive_mobile_header_nav_anchor', 50 );
    }

    Now the mobile menu should show up below the header image.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: site layout #172030
    Skandha
    Participant

    @essetikappa: Yes you can send me a dublicator backup with easy admin credenzials. I had sent you an email earlier. You can provide me the credentials through that email.

    Kind Regards,
    Skandha

    in reply to: Translate sections with WPML #172029
    Skandha
    Participant

    @normandieproduction: Hello Alain.
    Hope the issue gets resolved soon. Do let me know if you have any theme related issues.

    Kind Regards,
    Skandha

    in reply to: Player settings #171980
    Skandha
    Participant

    @juny: Hello there,
    You can put a lot of audios in a page but it is not possible to keep the audio playing even when the site is redirected to a different page.

    Let me know if you have anymore issues!
    Kind Regards,
    Skandha

    in reply to: Page Header / Date Display #171971
    Skandha
    Participant

    @kspencer: Hello Katie,
    Go to => Appearance => Customize => Additional CSS and add the following CSS COde.

    .page .entry-meta {
         display:none;
    }

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

    in reply to: Read more…. after last post on the main page #171970
    Skandha
    Participant

    @rayo: Hello there,
    Since you love this theme could you leave an honest review? Your feedback is deeply valued as it will help potential clients read about your experience and also help me improve.
    https://wordpress.org/support/theme/catch-fullscreen/reviews/#new-post
    Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Read more…. after last post on the main page #171965
    Skandha
    Participant

    @rayo: Hello there,
    The post navigation option will be added in the next theme update. I will let you know when the update is released.

    Kind Regards,
    Skandha

    in reply to: Site identity #171961
    Skandha
    Participant

    @sofyags: 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-starter/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: category description #171960
    Skandha
    Participant

    @dsm: Hello Ulrich, 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/adventurous/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: Menu icon centered in mobile view #171959
    Skandha
    Participant

    @hjhatch: To center the mobile menu
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #mobile-header-left-menu {
    	float:unset;
    	text-align:center;
    	width:100%;
    }

    To move the menu below the header image you will need to create a child theme and do a 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: text color on header image #171936
    Skandha
    Participant

    @sumiko: Hello Sumiko, 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: Site identity #171920
    Skandha
    Participant

    @sofyags: Hello there,
    After disabling all your plugins you will need to check if the site logo is appearing. This is done to check if the issue is showing up due to any plugin..

    Kind Regards,
    Skandha

    in reply to: Lower primary menu #171908
    Skandha
    Participant

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

    .footer-widget-area.two .widget-column {
           width:100%;
    }

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

    in reply to: Site identity #171907
    Skandha
    Participant

    @sofyags: Can you let me know why cannot you disable your plugins? Disabling all the plugins is the first step in debugging the issue.

    Kind Regards,
    SKandha

    in reply to: Header Media Link Button does not Disappear #171906
    Skandha
    Participant

    @beasign: Hello there,
    Can you create a separate Support Ticket for the issue you are having? Also do post in your site URL as well.

    Kind Regards,
    Skandha

    in reply to: category description #171905
    Skandha
    Participant

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

    /* To increase the space after <h3> tag in category description */
    .taxonomy-description h3 {
          padding-bottom:10px;
    }

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

    in reply to: Search icon styling #171904
    Skandha
    Participant

    @imajons: Hello Ima, 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/audioman/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 - 8,381 through 8,400 (of 12,027 total)