Forum Replies Created

Viewing 20 posts - 9,861 through 9,880 (of 12,014 total)
  • Author
    Posts
  • in reply to: 500 Error after updating #159049
    Skandha
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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

    in reply to: Removing scroll effect #158922
    Skandha
    Member

    @hoiung: I checked for the issue at my end but it seems to be working fine. Is this only happening when header media is disabled?

    Kind Regards,
    Skandha

    in reply to: Custom icon on menu #158921
    Skandha
    Member

    @rodrigovip: Yes, that is possible. Please post in your site URL.

    Kind Regards,
    Skandha

    in reply to: Categories Layout #158850
    Skandha
    Member

    @jazart72: Thank your for the suggestion. I will forward this to the development team and see what we can do about this.

    Kind Regards,
    Skandha

    in reply to: two post pages in featured content #158848
    Skandha
    Member

    @toerfiets: The readmore link is not available in custom type featured content. I will see what we can do about it and get back to you soon.

    Kind Regards,
    Skandha

    in reply to: website is showing disk quota full what does this means #158842
    Skandha
    Member

    @anitaommer: You don’t seem to be using our theme. Please post your issues and queries in the respective theme support forum.

    Kind Regards,
    Skandha

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