Forum Replies Created

Viewing 20 posts - 4,061 through 4,080 (of 4,903 total)
  • Author
    Posts
  • in reply to: Change Title 2 #88155
    Mahesh
    Participant

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

    .site-description {
        font-family: Arial;
        font-size: 14px;
    }

    Regards,
    Mahesh

    in reply to: White space above header image #88153
    Mahesh
    Participant

    @catch1947: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the above CSS.

    Regards,
    Mahesh

    in reply to: Shortcode – Catch Kathmandu #88146
    Mahesh
    Participant

    @boboxx: Do you mean you are seeking for shortcode to display form? If so, I recommend you to use plugins such as Contact Form 7 or so. Shortcode falls beyond theme’s territory.

    Regards,
    Mahesh

    in reply to: Sale question catch flames pro #88145
    Mahesh
    Participant

    @centaine: Thank you for your appreciation and thank you for choosing Pro version. Have a nice day!

    Regards,
    Mahesh

    in reply to: Customization not working #88144
    Mahesh
    Participant

    @dara-w: Glad to know you’ve found the solution. Have a nice day!

    Regards,
    Mahesh

    in reply to: White space above header image #88140
    Mahesh
    Participant

    @markvanessen86: Glad to know you’ve solved your problem yourself. Have a nice day.


    @catch1947
    : Do you mean to remove the white space above header image? You seem to have hidden site title and tagline. Please use the following CSS:

    #header-content {
        display: none;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Image captions and footer background #88139
    Mahesh
    Participant

    @catwingz: Please post in your site url so that I can help you.

    Regards,
    Mahesh

    in reply to: Catch Web Tools for Child Theme creation #88138
    Mahesh
    Participant

    @jonny: Thank you for using Catch Web Tools Plugin. It depends on your requirement whether to create child theme or not. If you can achieve the change with change in style (CSS), and Custom CSS box is preferred. But if you choose to override the function, change structure or other customizations, you’ll need to create child theme.
    All of our theme also provides the Custom CSS option. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS”.

    Regards,
    Mahesh

    in reply to: Change Title 2 #88137
    Mahesh
    Participant

    @susannagable: Thank you for your appreciation. Please post in your site url.

    Regards,
    Mahesh

    in reply to: How to Format the Text on Featured Post Slider? #88136
    Mahesh
    Participant

    @tdejarnett: Please post in your site url and you show the problem.

    Regards,
    Mahesh

    in reply to: How do I put site owner picture at top right? #88133
    Mahesh
    Participant

    @kgnally: Thank you for using Catch Everest Pro. Yes, this can be achieved through widget in Catch Everest Pro. Go to “Dashboard=> Appearance=> Widget” Drag a Text widget to Header Right Sidebar and place the following code into the text widget.
    <img src="url-to-your-image" width="100" />
    Note: please replace url-to-your-image with your image’s url.
    Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Header Right Section” and make sure that Check to Disable Header Right Section is unchecked.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Full Frame Old Version #88130
    Mahesh
    Participant

    @mttd: Have you customized the theme? Do you mean you lost your theme’s customization code or theme settings (Theme setting are not lost with updates)? Please post in your site url. You can download Full Frame version 1.0 from the link below but you custom change cannot be retained.
    https://downloads.wordpress.org/theme/full-frame.1.0.zip
    The Full Frame version 2.2 is out and you are still using 1.0.
    If you want to customize the theme, it is strongly recommended to use child theme, as during update, you’ll lose all your changes.

    Regards,
    Mahesh

    in reply to: url issue #88129
    Mahesh
    Participant

    @creativesigns:
    1. Url Problem – This issue may occur as you have signage url is already reserved may be in draft or something. When I visit your site with signage i.e. http://www.creativesigns.uk.com/signage, it redirects to homepage. If the signage was not available, it should have given a 404 not found error.

    2. Remove / at the end
    You can remove the trailing slash globally by going to “Settings > Permalinks”, and set your own custom structure without the trailingslash.

    For the generated links inside your theme you could try the following – this will remove trailingslashes for links that have been generated by the the_permalink() function for posts and pages.

    function permalink_untrailingslashit($link) {
    	return untrailingslashit($link);
    }
    add_filter('page_link', 'permalink_untrailingslashit');
    add_filter('post_type_link', 'permalink_untrailingslashit');

    Note: Please create child theme for this. You can find more details on creating child theme HERE.

    3. Multipe h1
    Only one H1 per page is old. It was only valid for HTML4.
    In HTML5, you can have more then one H1 tag. That was issue only when you use HTML4 tags. In HTML5, H1 tag per article tag is good for SEO and we have carefully designed H1 tags with special attention on header tag and headings
    Catch Evolution Pro theme is build in HTML5, CSS3 and Responsive design. So, H1 is better for SEO then H2.
    You can also check this Video http://www.youtube.com/watch?v=GIn5qJKU8VM by Google software engineer Matt Cutts, who clearly states that you can use multiple H1 but don’t over do it. Also use h1 specific to heading and header tags.
    You can also check this article URL http://html5doctor.com/html5-seo-search-engine-optimisation/
    But if you really want to change it, you can change it by building child theme and editing it.

    Regards,
    Mahesh

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

    @raufaser: Checked with the theme and the strings that you’ve mentioned above are translatable and is translating fine with po/mo files created with poEdit.
    Yes, you can send the translation file to us, it would be a great help.
    Thank you for your help.

    Regards,
    Mahesh

    in reply to: Problems with Featured Slider on Admin Site #88125
    Mahesh
    Participant

    @jdc: I checked the theme as per your testing. But didn’t run to any problem. It worked fine. As you’ve mentioned, that your production site is working fine but you are getting problem in your test site only. I navigate to the Featured Slider in customizer and can upload the image again normally. I guess there is a problem in your WordPress installation on your test site. I recommend you to install a fresh copy of the WordPress and test the theme again.
    The login in “preview area” may be also caused by the above issue.
    Let me know if the problem persist.

    Regards,
    Mahesh

    in reply to: Change Homepage Headline – Catch Everest FREE Theme #88122
    Mahesh
    Participant

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

    #homepage-message {
        font-size: 25px;
        color: #f8d342;
        background-color: #75916e;
        border: none;
    }
    
    /* Font size for headline description */
    #homepage-message span {
        font-size: 19px;
    }

    Note: Please change the font-size, color and background-color as required.

    Regards,
    Mahesh

    Mahesh
    Participant

    @karbasetti: Thanks for the details. I’ll need to check your site by updating the theme, and as you say what if the data goes to default. So just to make sure that I can update your site and please take database backup of your site and let me know when its done. And I’ll be able to carry on.

    Regards,
    Mahesh

    in reply to: Sale question catch flames pro #88049
    Mahesh
    Participant

    @centaine:
    1. Is it possible to use the theme for 2 different websites?
    Once you’ve purchased the theme, you can use in unlimited domains/websites that you’ve owned. Please do not use it for third party.

    2. The price is 49.99 dollar, is it only once or each year?
    Once you’ve purchased the theme, it is for the life time. If you like to use the theme without any update, just turn off the update and you don’t have to pay anything. But if you do want updates you’ll have to pay it as you need update.
    You may have a question like – What if I want to update after 2 years.
    – Well then you’ll just have to pay for the year that you update the theme. You can have breaks in-between.

    Regards,
    Mahesh

    in reply to: Customization not working #88048
    Mahesh
    Participant

    @dara-w: Thank you for using Full Frame Pro. I would like to break down your problems for explanation.
    1. Plugins Issue (Contact Form 7 & Clean and Simple Contact Form): I checked the theme installing both the mentioned plugins and everything is working fine. No such issue. May be the issue is due to the server (memory limit), try enabling debug mode on your site to check the issue. If it is memory issue, please contact the server to increase the memory limit.
    2. Unable to connect to jetpack: Please contact Jetpack’s support.

    Regards,
    Mahesh

    in reply to: Catch Box Theme: Remove Header Padding/Margins #88036
    Mahesh
    Participant

    @heinjonker: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 20 posts - 4,061 through 4,080 (of 4,903 total)