Forum Replies Created

Viewing 20 posts - 9,881 through 9,900 (of 12,034 total)
  • Author
    Posts
  • 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

    in reply to: Removing scroll effect #158922
    Skandha
    Participant

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

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

    Kind Regards,
    Skandha

    in reply to: Categories Layout #158850
    Skandha
    Participant

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

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

    @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

    in reply to: Download file not a .zip file but a folder #158841
    Skandha
    Participant

    @sandkamper: If you already have the unzipped folder. Using an FTP client to access your host web server. Go to /wp-content/themes/ and make sure that you do not already have a pro folder installed. If you do, then back it up and remove it from /wp-content/themes/ before uploading your copy of pro theme
    Upload Pro to /wp-content/themes/.

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

    in reply to: Page with comments #158840
    Skandha
    Participant

    @masfur: If you want to enable comments only on your blog posts you can use Disable in Pages option in the Comment Option
    If you want to enable comments only on some particular page Use WordPress Setting as Comment Option then edit the pages where you want to enable comments at the top right corner you will see Screen Options click on it and check Discussion field. Now, you should see Discussion field below your page content check on Allow Comments Option.

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

    in reply to: CSS Styling for WooCommerce Widgets / Sidebar #158723
    Skandha
    Participant

    @tbhesh: Please post in your site URL so that I can look into the issue.

    Kind Regard,
    Skandha

    Skandha
    Participant

    @otinsight: To change the subtitle of static Blog Page you will need to create a child theme 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: Catch Fullscreen Pro – Header Slider #158721
    Skandha
    Participant

    @pelinsu2010: To disable Header Image
    Go to => Appearance => Customize => Header Media => Enable on => Select Disabled

    There are two social menu options Social on Primary Menu and Social Footer Menu.
    To use them
    Go to => Appearance => Customize => Menus => View All Location => Select menu

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

    in reply to: URGENT – Bug with 4.0 catch base pro update #158660
    Skandha
    Participant

    @salamali: You seem to be using version 3.2 and that is the latest version of the theme. Can you let know from which version you upgraded to the latest version? Also had you made any edits or customization to core theme files?

    Kind Regards,
    Skandha

    in reply to: Changing the top Header image #158659
    Skandha
    Participant

    @marcooooo: When you decrease the size of the screen the image will try to be responsive and fit with the screen size that is why the image will look a bit irregular on smaller screen size. I don’t think you can do much about it.

    Kind Regards,
    Skandha

    in reply to: Changing the top Header image #158655
    Skandha
    Participant

    @marcooooo: You site seem to be on under-construction mode. Please let me know when your site is accessible.

    Kind Regards,
    Skandha

Viewing 20 posts - 9,881 through 9,900 (of 12,034 total)