Forum Replies Created

Viewing 20 posts - 9,861 through 9,880 (of 12,027 total)
  • Author
    Posts
  • 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

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

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

    .entry-content td, .comment-content td {
    	border-top: none !important;
    }
    .entry-content table, .comment-content table {
    	border-bottom: none !important;
    }
    input[type="image"] {
    	border:none;
    }

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

    in reply to: Site title is always visible #158947
    Skandha
    Participant

    @adeptvisuals: Make sure you have published your customizer changes. The checkbox option to Display Site Title and Tagline seems to be working at my end.

    To hide page titles
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

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

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

    in reply to: Event Date with year #158946
    Skandha
    Participant

    @cappellanova: I will forward this issue to the development team and see what they can do about it. I will get back to you soon.

    Kind Regards,
    Skandha

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

    @rodrigovip: For this you will need to create a child theme. You can use Generate Child Theme Plugin to create a child theme. After creating a child theme Go to => Child Theme Folder => style.css and add the following Code.

    
    @font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style : normal;
           src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
           src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
                 url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
                 url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
                 url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
                 url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
    } 
    
    #menu-item-798 a {
    	visibility:hidden;
    	text-decoration:none;
    }
    #menu-item-798 a::before {
    	visibility:visible;
    	content:'\f0ad';
    	font-family:FontAwesome;
    }

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

    in reply to: Page with comments #158927
    Skandha
    Participant

    @masfur: 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-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: Template-No Sidebar-doesn't work the entire width of a page #158925
    Skandha
    Participant

    @alexd: The demo is of Adonis Pro Theme. The free theme only has no-sidebar option. To use no-sidebar-full-width option you will need to upgrade to pro.

    Kind Regards,
    Skandha

    in reply to: Add Whatsapp icon in social menu #158923
    Skandha
    Participant

    @wouwonline: Well I tried the same thing end at my end and it was working you must have messed up something. If you could provide me your WP admin credentials I could look into the issue and try fixing it. I could contact you by email if you are willing to provide me your WP credentials.

    Kind Regards,
    Skandha

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