Forum Replies Created
-
AuthorPosts
-
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,
MaheshMarch 3, 2017 at 3:29 pm in reply to: Catch Everest Pro internal server error HTTP500 Appearance Customizer #111200Mahesh
Participant@albertocatch59: We’ll need to check on your server for the issue. We’ll contact you through email shortly.
Regards,
MaheshMahesh
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,
MaheshMarch 3, 2017 at 11:02 am in reply to: Problems with creating "forms" page and "community" page. #111173Mahesh
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,
MaheshMarch 3, 2017 at 10:57 am in reply to: footers, padding, text formatting, header photo height #111172Mahesh
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,
MaheshMahesh
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.phpfile and editfunction 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,
MaheshMarch 3, 2017 at 10:38 am in reply to: Remove Widget Side Bar from Simple Catch Theme Category #111170Mahesh
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,
MaheshMahesh
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,
MaheshMahesh
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,
MaheshMahesh
Participant@fireflywebs: For theme instructions and features, visit the link HERE.
For Demo, check THISRegards,
MaheshMahesh
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,
MaheshMahesh
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,
MaheshMarch 3, 2017 at 10:12 am in reply to: Catch Evolution Themes Pro, make Responsive mobile menu parent unclickable #111161Mahesh
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,
MaheshMahesh
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,
MaheshMahesh
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,
MaheshMahesh
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.phpadd the codes from the link below:
http://bit.ly/2mMrjhXRegards,
MaheshMarch 2, 2017 at 4:25 pm in reply to: Catch Everest Pro internal server error HTTP500 Appearance Customizer #111097Mahesh
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,
MaheshMahesh
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 -
AuthorPosts
