Forum Replies Created

Viewing 20 posts - 9,861 through 9,880 (of 12,034 total)
  • Author
    Posts
  • in reply to: Good Theme #159125
    Skandha
    Participant

    @barryparker93: You can leave us a review in the following link https://wordpress.org/support/theme/adventurous/reviews/#new-post

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

    in reply to: About purchasing a theme #159122
    Skandha
    Participant

    @ta0102: Hello there, I hope I was able to help you out. 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-base/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: About purchasing a theme #159120
    Skandha
    Participant

    @ta0102: Yes, you will need to update manually once the update is released. None of your customizations will change or be lost after update if you have not made changes to core theme files. If you have to customize or make changes to theme files I suggest you to use a Child Theme for that purpose.

    There won’t be much of a problem if you don’t update but theme updates will have bug fixes, features added, and old codes replaced with efficient ones. So it is quite necessary for your site to be updated with the latest theme version to be more secure and efficient.

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

    in reply to: Change top Menu button font color and Icon in Mobile #159118
    Skandha
    Participant

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

    .menu-main-container ul li a {
          color:#123456 !important;
    }

    You can change the color according to your requirement.
    Let me know if this is what you want.
    Kind Regards,
    Skandha

    in reply to: Remove "Read more" button in feature slider #159117
    Skandha
    Participant

    @ns151: I will need to check your admin settings to debug the issue. You will need to provide me your WP admin credentials for that if thats okay. I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: scrolling problem from header image #159116
    Skandha
    Participant

    @jackmclean: I checked your site and the issue seems to coming from the additional CSS you have added. Can you remove the additional CSS code to check if the scrolling is working on header image?

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

    in reply to: About purchasing a theme #159111
    Skandha
    Participant

    @ta0102: All of our premium themes come with an initial 1-year subscription. This means that you can download the updates until a year of purchase date. However, after one year, you will have to renew your subscription manually for the new updates.

    So, you can use the pro theme for lifetime but you will be able to download theme updates for one year from your subscription date. After your subscription expires you will need to renew your subscription by paying again to be able to download latest theme updates. For more information please read out terms and conditions.

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

    in reply to: News Ticker Position issue #159110
    Skandha
    Participant

    @ravanh: I have replied to you above. 🙂

    Kind Regards,
    Skandha

    in reply to: Remove "Read more" button in feature slider #159074
    Skandha
    Participant

    @ns151: Make sure you have published your customizer setting. Also try clearing your browser cache and let me know if this solves the issue.

    Kind Regards,
    Skandha

    in reply to: scrolling problem from header image #159071
    Skandha
    Participant

    @jackmclean: I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: News Ticker Position issue #159070
    Skandha
    Participant

    @ravanh: Sorry for the inconvenience but all these translations are provided by our customers like you. We cannot simply remove these translation as many customers maybe using the translation file. So, maybe if you could just spare sometime to correct the translations that are wrong that would be a great help for all the people using the french translation.

    Thank you for pointing out the error.

    Kind Regards,
    Skandha

    in reply to: Failing mobile-friendly test #159050
    Skandha
    Participant

    @catwingz: You seem to have added an event section in the footer which when hovered pops up another text box and this text box goes out of the screen on smaller screens. Can you disable this section and do the test again?
    Also try disabling all your plugins and perform the text again.

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

    in reply to: 500 Error after updating #159049
    Skandha
    Participant

    @ville-wp: Please try updating the theme again and let me know if the issue arises again. Also can you also update the WordPress Core so you can be head to head with the latest updates.

    Kind Regards,
    Skandha

    in reply to: Removing scroll effect #159048
    Skandha
    Participant

    @hoiung: I checked for the issue on your site and also at my end and the animation seems to working fine. Please try clearing your browser cache check if this works out!

    Kind Regards,
    Skandha

    in reply to: News Ticker Position issue #159046
    Skandha
    Participant

    @ravanh: I will look into the issue with the order of featured page slider and get back to you soon.

    Regarding the French translation, since we do not know french, those translations are not done by us and are done by our customers like you. You could contribute to translating the theme in french and we will put your name as a contributor for the translation.
    All you need to do is download free software from http://poedit.net/ and open it then. Edit a translation and then select fr_FR file and open. Then you will see the English text on left side and its translation to the right. You can correct previous translations as well as add new translations to the empty ones. After completing translating the words you can email us the .po file and we will update the translation in the next theme update.

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

    in reply to: Remove "Read more" button in feature slider #159044
    Skandha
    Participant

    @ns151: I checked your site and you seem to have removed the readmore button link. Let me know if you have anymore issues.

    Kind Regards,
    Skandha

    in reply to: image borders – separating lines #159037
    Skandha
    Participant

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

    #post-8168 .entry-content p {
    	margin-bottom:0;
    }
    table {
    	margin-bottom:0 !important;
    }

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

    in reply to: News or pages? #159029
    Skandha
    Participant

    @djordje: I still think you are not clear.
    In free version you only have option to select Pages in News Section whereas in pro version you have option to choose Post, Page, Category and Custom as News.

    Let me know if you have still have any doubts regarding this.
    Kind Regards,
    Skandha

    in reply to: image borders – separating lines #159022
    Skandha
    Participant

    @luismarioochoa: The following code should work out.

    input[type="image"] {
    	border:none;
    }

    You seem to have added input[type="image"].

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

    in reply to: Custom icon on menu #159021
    Skandha
    Participant

    @rodrigovip: Can you elaborate what is happening when you create and activate the child theme and add the above code?

    Kind Regards,
    Skandha

Viewing 20 posts - 9,861 through 9,880 (of 12,034 total)