Forum Replies Created
-
AuthorPosts
-
MaheshParticipant
@vikas: As @skandha has mentioned, it is not recommended to edit theme code as you will lose all the changes when the theme is updated. The best alternative is to use a Child theme instead.
And as for the issue you are currently having, the feature you are seeking falls beyond the theme support scope. I recommend you to hire a customizer.Regards,
MaheshMaheshParticipant@barbidol31: The above code is theme specific and is for Clean Box Pro. It won’t work on other themes. And this support forum is for themes and plugins by CatchThemes only. Please contact your theme author/support for the CSS code, hope they’ll help you.
Regards,
MaheshMaheshParticipant@fireflywebs: Add the following CSS:
.home #content #main .entry-header { display: none; }
Regards,
MaheshMaheshParticipant@umerumerali0gmail.com: I don’t understand what you mean by nulled themes and why you are using it. Chicago theme is GPL theme and you can download it for free and use it.
https://wordpress.org/themes/chicago/Regards,
MaheshMaheshParticipant@gweng: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
@media screen and (max-width: 480px) { #site-title { font-size: 20px; line-height: 20px; } #site-description { font-size: 15px; line-height: 20px; } #header-content { padding: 10px 0; } }
Regards,
MaheshMaheshParticipant@petegwebmaster: Replace the above with the following CSS:
@media screen and (min-width: 481px) { #supplementary.two .widget-area { width: 50%; } }
Regards,
MaheshMaheshParticipant@avatejo: Please use our Catch Infinite Scroll plugin.
https://wordpress.org/plugins/catch-infinite-scroll/Regards,
MaheshMaheshParticipant@frej-martin: Please post in your site url. Could you please clarify more.
For page id, please use Catch IDs plugin:
https://wordpress.org/plugins/catch-ids/I don’t get the following line:
And for the background image URL, if I have uploaded it to my media, should I ID it exactly as the image file?Regards,
MaheshMaheshParticipant@thegrasslers: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.social-icons li { vertical-align: middle; }
Regards,
MaheshMaheshParticipant@svguitar: Custom Social Icons is provided so that user may add the desired social icons that are not available by default in the theme. Its same as the social icons, you’ll need to add the custom logo. Let me know if any problem.
If you desire to make vk.com available to the theme itself by default, I recommend you to hire a customizer.Regards,
MaheshMaheshParticipant@svguitar: Add the following CSS:
.background-image { background-attachment: scroll; background-repeat: no-repeat; }
Regards,
MaheshMaheshParticipant@svguitar: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.background-image { background-size: contain; }
Regards,
MaheshDecember 20, 2017 at 11:55 pm in reply to: How do ECT: Services and ECT: Featured Content tab works? #128388MaheshParticipant@victoralejandrobr: The ECT tabs options that you are seeing is from the plugin. Seems you’ve installed the ECT plugin. The Plugin provides four Custom Post Types support “Featured Content”, “Portfolio”, “Services” and “Testimonials”. The theme supports Featured Content and Portfolio and you can manage theme with the customizer. As for Services and Testimonials, you’ll need to use shortcodes as follows:
For Services:
[services display_types="true" display_tags="false" columns="2" showposts="10" orderby="title"]
For Testimonials:
[testimonials columns="2" showposts="10" orderby="title"]
For details, please check the link below:
https://catchthemes.com/wp-plugins/essential-content-types/Regards,
MaheshMaheshParticipant@rwilkin: Add the following CSS to remove the thin black line above the menu section.
.site-header-menu { border-top: 0; }
Regards,
MaheshMaheshParticipant@jonathankobz: Please remove the previous CSS I’ve provided and use the following:
.wrapper { max-width: 960px; } @media screen and (min-width: 900px){ #primary { width: 70%; } .sidebar.sidebar-primary.widget-area { width: 30%; } }
Regards,
MaheshMaheshParticipant@jonathankobz: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.wrapper { max-width: 1200px; }
Regards,
MaheshMaheshParticipant@rwilkin: Go to Dashboard=> Appearance=> Customize=> Custom CSS box and add the following CSS:
.site-info { margin-top: 10px; } .site-header-menu { border-top: 1px solid #333; }
Regards,
MaheshMaheshParticipant@jonathankobz: Where actually do you want it? On the header or the content? Could you please show with an image?
Regards,
Mahesh -
AuthorPosts