Forum Replies Created

Viewing 20 posts - 3,981 through 4,000 (of 4,888 total)
  • Author
    Posts
  • in reply to: How to remove / change the Powered by text? #88751
    Mahesh
    Member

    @minhbkx: I checked your site and seems you’ve been able to change the footer content. Now it displays “Reading by insiders!”.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Add a background image to header #88750
    Mahesh
    Member

    @sanket:
    1. Change the text color below the Featured Post Slider:
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #main-slider .featured-text {
        color: #ffffff;
    }

    2. Change the hover color of Header Text:
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #site-title a:hover {
        color: #ffffff;
    }

    3. Want to customize the footer to my name where it says Powered by WordPress | Theme Simple Catch Pro:
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Footer Options and in Footer Editor options, replace the following text there:
    Powered by: [wp-link] | Theme: [theme-link] with
    your name

    Let me know if any problem.

    Regards,
    Mahesh

    Mahesh
    Member

    @karbasetti: I checked your site, you don’t have any header image in your site, but you do have the slider. I updated the theme to latest version and the update is working fine, no setting rolled back to defaults. Please check your email for attachment.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Error in admin panel? #88748
    Mahesh
    Member

    @aid: Your problem (Theme Update file) seems to be related to sales rather than technical. Please contact our sales department they will help you with the issue.
    https://catchthemes.com/contact-us/

    Regards,
    Mahesh

    in reply to: Side Widget Border and bottom padding #88637
    Mahesh
    Member

    @enquirieswedding-creations-com: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #header-right .searchform input {
        border: 1px solid #d4af37;
        color: #d4af37;
    }

    Regards,
    Mahesh

    in reply to: Error in admin panel? #88635
    Mahesh
    Member

    @aid: For theme updates to be available regularly, you have to purchase/pay for the theme yearly. If you pay now for the theme, you’ll get the update for this year and for next year update, you have to pay again. So once you pay, updated theme will be available in you account page.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Featured Content types, posts instead of pages? #88633
    Mahesh
    Member

    @justanotherwordpressuser: Full Frame free version has limit to certain options, Featured Content is one of them. In free version, you can only use demo or pages content as featured content. The option you are seeking is availabe in Pro version. In Full Frame Pro, you can use Page, Post, Image (Custom link, content and image) or Category as Featured Content. Same with Featured Slider. I recommend you to upgrade to Full Frame Pro.
    If you want to have it in the free version, you’ll need to hire a customizer.

    Regards,
    Mahesh

    in reply to: Problem with menu #88624
    Mahesh
    Member

    @taquin21: Thank you for using Adventurous Pro. I checked your site, currently you are using 4 menu:
    Menu in Header Top Sidebar Widget
    2 menus in Header Right Sidebar
    and Header Secondary menu.
    Go to “Dashboard=> Appearance=> Widgets” and remove any custom menu in Header Top Sidebar and Header Right Sidebar widget areas.

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Homepage featured content not opening in new window. #88622
    Mahesh
    Member

    @krizgirz: There has been a little bug in the Adventurous Theme, that is why the issue arose. The input type should be a checkbox instead of text field. The issue will be fixed in the next update.
    For now to avoid issue use Theme Options instead of Customizer for this option. Go to Dashboard=> Appearance=> Theme Options=> Featured Content=> Featured Content Option and Check on Check to open in new window option in
    Target. Open Link in New Window?.
    This will help for now. Sorry for the trouble.

    Regards,
    Mahesh

    in reply to: Side Widget Border and bottom padding #88621
    Mahesh
    Member

    @enquirieswedding-creations-com: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
    Did you mean padding or margin? If you want to reduce padding-bottom, use this one.

    #secondary .widget {
        border: 1px solid #d4af37;
        padding-bottom: 0;
    }

    Or if you want to reduce margin-bottom, use this one.

    #secondary .widget {
        border: 1px solid #d4af37;
        margin-bottom: 25px;
    }

    Note: Please adjust the pixel value for margin or padding in above code, do not forget to use px at the end.

    Regards,
    Mahesh

    in reply to: Add a background image to header #88620
    Mahesh
    Member

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

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

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

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

    Regards,
    Mahesh

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

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

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

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

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

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

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

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

    Regards,
    Mahesh

Viewing 20 posts - 3,981 through 4,000 (of 4,888 total)