Forum Replies Created

Viewing 20 posts - 1,241 through 1,260 (of 4,908 total)
  • Author
    Posts
  • in reply to: Randomizing uploaded headers option #111201
    Mahesh
    Participant

    @abisbee: Make sure you’ve selected randomized header. If the problem persists let me know, will have to check on your server for the issue.

    Regards,
    Mahesh

    Mahesh
    Participant

    @albertocatch59: We’ll need to check on your server for the issue. We’ll contact you through email shortly.

    Regards,
    Mahesh

    in reply to: How to create a footer menu same as on demo? #111174
    Mahesh
    Participant

    @areounov: Since you are using image content, this is not possible. Continue reading is for excerpt and will be shown if posts type is selected in the courses.

    Regards,
    Mahesh

    Mahesh
    Participant

    @areounov: Seems that, community is already taken up by the attachment Commnunity. Please check the link below:
    http://designawebsite.ca/mainstay/community/
    Same with them forms too
    http://designawebsite.ca/mainstay/forms/

    Regards,
    Mahesh

    in reply to: footers, padding, text formatting, header photo height #111172
    Mahesh
    Participant

    @abisbee:
    2. Using the above code I’ve provided does reduce the space between the menu and the title. Please clarify more.

    3. I was referring to Footer 1, 2, 3, 4 – not the site footer. Can I reduce the top and bottom padding in those?

    #supplementary .widget {
        padding-top:0;
        padding-bottom: 0;
    }

    5. Checked the footer, and now there are two links, Privacy policy and Terms of use. Both working properly. I don’t see anything like “customize changeset”

    Regards,
    Mahesh

    in reply to: Populate Slider Prior to Live Post #111171
    Mahesh
    Participant

    @dschwartzer: Well, its good to have child theme to do any customizations. But what required here cannot be customized through child theme. You’ll need to edit the theme file itself. What you need is, edit simple-catch/functions/panel/customizer/customizer-sanitize-functions.php file and edit function simplecatch_sanitize_post_id() replace
    return ( 'publish' == get_post_status( $post_id ) ? $post_id : false );
    with
    return ( ('publish' == get_post_status( $post_id ) || 'future' == get_post_status( $post_id ) ) ? $post_id : false );
    on line 96
    Note: Since the theme file itself is edited, please make sure you do this changes on every update.

    Regards,
    Mahesh

    in reply to: Remove Widget Side Bar from Simple Catch Theme Category #111170
    Mahesh
    Participant

    @tstack: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .archive.category.category-24 #primary  {
        width: 100%;
    }
    
    .archive.category.category-24 #secondary  {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Menu/submenu issue #111169
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Missing static home page content #111167
    Mahesh
    Participant

    @mattbristow: Please change the theme to the WordPress core theme (Twenty Seventeen) and check whether the issue persists or not. If the issue persists, this is not a theme issue. Let me know further.

    Regards,
    Mahesh

    in reply to: Make content wider on page? Update Price? #111166
    Mahesh
    Participant

    @mindbank_2020: Please post in your site url.
    About the purchase and update.
    Once you’ve purchased the theme, it has the lifetime validity. But if you want regular updates, you’ll need to subscribe yearly. You can also skip a year and the continue subscription next year. You won’t receive any updates for the year you haven’t subscribed. And the price is same as the first one.
    Hope you understand.

    Regards,
    Mahesh

    in reply to: Compare sheet #111165
    Mahesh
    Participant

    @fireflywebs: For theme instructions and features, visit the link HERE.
    For Demo, check THIS

    Regards,
    Mahesh

    in reply to: Posts Page not showing the latest posts #111164
    Mahesh
    Participant

    @mscid76: Please post in you site url. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Homepage/Frontpage Settings and make sure, Check to Enable Latest Posts is checked, and select all the categories in the list.

    Regards,
    Mahesh

    in reply to: Creating in a subdomain #111163
    Mahesh
    Participant

    @jscott321: You can work with build the child theme now and keep working on the site (subdomain). Then after everything working properly, you can transfer both parent and child theme to the main site. Hope you understand.

    Regards,
    Mahesh

    Mahesh
    Participant

    @jscott321: The mobile menu uses tinynav javascript which handles the how mobile menu works. So its not possible to change it through CSS or php coding. You’ll need to do it through javascript. I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Randomizing uploaded headers option #111160
    Mahesh
    Participant

    @abisbee: The feature is working fine on our server too. Do you get any error? Have you installed any plugins, please try disabling the plugins. Let me know further.

    Regards,
    Mahesh

    in reply to: How to reposition search box? #111159
    Mahesh
    Participant

    @heartland: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    @media screen and (min-width: 961px) and (max-width: 990px) {
      	#branding .searchform {
      	    top: 21.1em;
          }
    }
      
    @media screen and (min-width: 991px) and (max-width: 1024px) {
      	#branding .searchform {
      	    top: 22.3em;
          }
      }
      
    @media screen and (min-width: 1025px) {
      	#branding .searchform {
      	    top: 23.2em;
          }
    }

    Regards,
    Mahesh

    in reply to: Remove "Permalinkto:" flyer from the homepage #111158
    Mahesh
    Participant

    @uukuniemi: For this, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme’s functions.php add the codes from the link below:
    http://bit.ly/2mMrjhX

    Regards,
    Mahesh

    Mahesh
    Participant

    @alberocatch59: Are you using ani plugins? If so please try deactivating the plugins and check again. On our server, its all working fine. Let me know further.

    Regards,
    Mahesh

    in reply to: Missing static home page content #111095
    Mahesh
    Participant

    @mattbristow: Go to Dashboard=> Appearance=> Customize=> Homepage Settings=> Homepage/Frontpage Settings and make sure, Check to Enable Latest Posts is checked, and select all the categories in the list.
    Also , Dashboard=> Appearance=> Customize=> Static Front Page and make sure Your latest posts is selected. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Can't reset theme in live preview #111089
    Mahesh
    Participant

    @cyndavaz: Glad to know its working now. Have a nice day!

    Regards,
    Mahesh

Viewing 20 posts - 1,241 through 1,260 (of 4,908 total)