Forum Replies Created

Viewing 20 posts - 4,001 through 4,020 (of 4,908 total)
  • Author
    Posts
  • in reply to: Add a background image to header #88620
    Mahesh
    Participant

    @sanket: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    header#branding {
        background-image: url("http://www.myblog.medtreatserve.com/wp-content/uploads/2016/03/linkedinbg4.jpg");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    Note: The image you are using for the background seems quite small, I recommend you to use a large (not too large either) one instead.

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Error in admin panel? #88619
    Mahesh
    Participant

    @aid: You are using way too old version and there has been drastic changes between the latest version and the one that you are using. I recommend you to update to latest version of Simple Catch Pro. Let me know if the problem persists in latest version too.

    Regards,
    Mahesh

    Mahesh
    Participant

    @karbasetti: Thank you for your appreciation. Glad to help you. I recommend you to do regular update so that issue like that won’t arise again.
    Have a nice day!!!

    Regards,
    Mahesh

    Mahesh
    Participant

    @serpico57: That’s great. Thank you for your appreciation. Have a nice day!!

    Regards,
    Mahesh

    in reply to: Post HTML not rendering #88616
    Mahesh
    Participant

    @philwilky: Glad to know your issue is resolved. Thank you for your appreciation. Have a nice day!!

    Regards,
    Mahesh

    in reply to: Social media widgets in sidebar #88615
    Mahesh
    Participant

    @ahakristin: Got the email and the attachments too. Your images size and aspect ratios are way too different. Some are landscape and some are portrait. The recommend size of the featured slider according to theme instruction is:
    Width: 1200px
    Height: 514px
    I recommend you to edit the image first and make all the image to above size. If you want to have larger image, that’s fine too just make sure the aspect ratio for all image is same. Therefore you can fix the issue of unproportional slider image.
    Let me know if any issue.

    Regards,
    Mahesh

    Mahesh
    Participant

    @serpico57: Please post in your site url. As per your explanation, and the code provided, the issue seems to be due to image path problem, you are using the image directly in the theme. I recommend you to upload all the image in the media and replace the path in your JS file with the image path in media.
    Go to Dashboard=> Media, upload the image, after uploading click Edit on the right side, new tab will open with image detail and url(File URL). Replace the url in JS file with that image url(File URL) in this tab. Repeat this for all images.
    Hope this helps.

    Regards,
    Mahesh

    in reply to: Error in admin panel? #88577
    Mahesh
    Participant

    @aid: Can you let me know the version of Simple Catch Pro theme that you are using. Looks like you are using old version of Simple Catch Pro theme. Latest version in 3.5

    Regards,
    Mahesh

    in reply to: Social media widgets in sidebar #88576
    Mahesh
    Participant

    @ahakristin: Glad to know you were able to solve one issue. I don’t quite much get about the issue of slider you have mentioned above. Do you mean the image get cut out while uploading? You can send me the pictures in my email mahesh [at] catchtheme [dot] com or through dropbox or something like that, then may be I can help you further.

    Regards,
    Mahesh

    in reply to: Widget: I want to center the title #88558
    Mahesh
    Participant

    @bastian: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    .widget .widget-title {
        text-align: center;
    }

    Regards,
    Mahesh

    in reply to: Social media widgets in sidebar #88557
    Mahesh
    Participant

    @ahakristin: Thank you for using Catch Responsive Pro.
    1. Change position of social link icons to right top
    Yes, it is possible to change position of social link icons to right top. Go to “Dashboard=> Appearance=> Widgets” and drag CT:Social Icons widget to Header Right widget area and click Save. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Header Right Sidebar Option” and make sure Check to disable Header Right Sidebar is Unchecked
    2. Featured Slider
    May be the slider is causing the issue. Please disable all plugins one by one and check if it solves the issue.

    Let me know if any problem. And please post in your site url.

    Regards,
    Mahesh

    in reply to: Adding/Changing Slider #88554
    Mahesh
    Participant

    @philwilky: The best and easiest way that I would recommend you to have the above mentioned feature is to upgrade to Catch Base Pro. Yes, Catch Base Pro version does have that functionality for Featured Slider and Featured Content. You will have full control over the image, content and links in both of the above (Featured Slider and Featured Content). The Pro version has much more other options too (Color option, Footer Editor etc).
    Hope this helps you.

    Regards,
    Mahesh

    in reply to: Combine hamburger menus #88552
    Mahesh
    Participant

    @taquin21: You’ll need to hire a customizer for this.

    Regards,
    Mahesh

    in reply to: How to remove / change the Powered by text? #88551
    Mahesh
    Participant

    @minhbkx: Yes, the instruction is correct and you followed it along too. You can add both html or plain text in the footer content. But the problem is that, shortcodes like [the-year], [site-link] only works in Footer Left Content. Using it in Footer Right Content will display it as plain text only. For making above shortcodes work in Right Content too, a little customization will be required.

    Regards,
    Mahesh

    in reply to: Problem tanslating breadcrumbs (BUG!) #88550
    Mahesh
    Participant

    @rabbyosaberwolves: You can email me at mahesh [at] catchthemes [dot] com. Thank you very much for your help, we really appreciate it. Have a nice day!

    Regards,
    Mahesh

    Mahesh
    Participant

    @karbasetti: Checked in your server and yes the issue existed as you’ve mentioned. The issue seem to be arose due to jumping/skipping update or something. In theme customizer (Dashboard=> Appearance=> Customize), the Homepage Featured Content Option option went back to Demo Content, then I changed the option to Select Content Type and thing went back to normal. I did the update again two times to the latest version and the settings were all working fine.
    Please check and let me know if any problems.

    Reards,
    Mahesh

    in reply to: Centre Feature Content Text – Catch Everest FREE Theme #88547
    Mahesh
    Participant

    @adunning: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    #featured-post .entry-content {
        font-size: 2.2rem;
        color: #75916e;
    }

    Let me know if this helps.

    Regards,
    Mahesh

    in reply to: Header sidebar height #88524
    Mahesh
    Participant

    @kristiinavaalasmaa: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    #masthead {
        padding-bottom: 0;
        padding-top: 0;
    }
    
    #catchadaptive_social_icons-2 {
        padding-bottom: 0;
    }
    
    #site-branding {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Post HTML not rendering #88518
    Mahesh
    Participant

    @philwilky: The above problem is because you are displaying the excerpt. And you face the problem in the homepage only, if you go to the post single page, the content displays fine as you are seeing the content in the visual editor. The excerpt escapes all the HTML in the content and displays plain text only. You’ll need to show full content instead of the excerpt. For that go to “Dashboard=> Appearance=> Customize=> Theme Option=> Layout Options” and select Show Full Content (No Featured Image) in Archive Content Layout option.

    Regards,
    Mahesh

    in reply to: Sticky Header + Menu #88516
    Mahesh
    Participant

    @steffgo: Thank you for using our theme. Sorry, there is no option to make sticky header and menu in free or pro version. For this you’ll have to customize the theme. I recommend you to hire a customizer.

    Regards,
    Mahesh

Viewing 20 posts - 4,001 through 4,020 (of 4,908 total)