Forum Replies Created
-
AuthorPosts
-
Pratik
ParticipantHi @robertk448,
Can you post in your site url?
Also, the support for Windows phone has been discontinued by Microsoft. The click event is same for parent and child menu so you can check cleanportfolio/assets/js/functions.min.js and its unminified version at wp-content/themes/cleanportfolio/assets/js/functions.min.js
Regards,
PratikPratik
ParticipantHi @skynet,
Usually, the images are not shown in search pages. Search page is a quick reference with titles and some text. If you want images, you can do it via child theme.
Make a content.php file and add code here in content.php: https://pastebin.com/0wPQcvra in your theme’s root.
Let me know how it goes.
Regards,
PratikPratik
ParticipantHi @skynet,
Thanks for the suggestions. We will discuss with with our team and add feasible options to the free version.
Regards,
PratikPratik
ParticipantOk so you want to remove the title and other stuff and then just show the image for that post only? Try following code in Appearance=> Customize=> Additional CSS box:
.blog #main #post-629 .entry-container { display: none; } .blog #main #post-629 figure { width: 100%; } .blog #main #post-629 figure a { text-align: center; }
This will only work for that post, for future, you need to add this same block with #post-<id of new post> replaced.
Let me know if this is what you wanted.
Regards,
PratikPratik
ParticipantHi Dorothy,
The image no longer exists. Can you use google drive?
Pratik
ParticipantHi Dorothy,
I am confused to what exactly is it that you want. I thought you wanted to show featured post on that blog post in homepage.
Pratik
ParticipantI cannot understand what you mean by height. Can you show me a screenshot?
Pratik
ParticipantHi @ydigilov,
Thanks :D, if you liked my support, please leave a review at https://wordpress.org/support/theme/high-responsive/reviews/#new-post. It will a great boost for me 🙂
Regards,
PratikPratik
ParticipantHi Dorothy,
For breadcrumb, please add following code in “Appearance=> Customize=> Additional CSS” box:
#breadcrumb-list .breadcrumb-current, #breadcrumb-list a, #breadcrumb-list a span { padding: 0px 10px; }
Let me know if this is what you meant.
Regards,
PratikPratik
ParticipantHi Dorothy,
You are welcome. You can try following too:
1. Add Featured image
2. Add image in content
3. Then disable featured image in that post only by going to that posts’ edit page and going to Catch Adaptive Options-> Header Featured Image Options and Select Disable.Regards,
PratikJanuary 15, 2018 at 11:48 pm in reply to: Background image repeats horizontally on only some pages #129819Pratik
ParticipantHI Glen,
Also upload one for mobiles and give me that link too.
Pratik
ParticipantHi @ydigilov,
The error is due to custom css you have added in Appearance=> Customize=> Additional CSS box. It is due to following code:
.site-navigation .primary-menu { /*border-top: 1px solid #3b6cb4; border-bottom: 5px solid #3b6cb4;*/ margin-top: -170px; float: right; width: 1100px; }
So you can replace this code with following and your site should run fine:
@media only screen and (min-width : 1300px) { .site-navigation .primary-menu { margin-top: -170px; float: right; width: 1100px; } }
Let me know how it goes.
Regards,
PratikPratik
ParticipantHi @dotneil,
There must be something wrong with the way the Event Custom Post Type is defined. I have checked and all other post types are working fine. If you added the events via plugin, please contact the plugin dev team.
About the ” Also can you tell me how to narrow the area for the breadcrumb trail as it’s too wide for the text.”, I cannot understand what you mean. Can you explain a bit more, maybe via screenshot?
Regards,
PratikPratik
ParticipantHi @dotneil,
Any specific post you talking about? If you mean http://www.bsab.co.uk/Dev2017/?p=629 then the image is being loaded properly. If you want to just show image, then you need to use Show Full content option but then you need to adjust all your posts accordingly. If you want the change on only this post, consider hiring a customizer.
Also, what is the file type of the poster you are using, only image type files can be used as Featured Images.
Regards,
PratikPratik
ParticipantHi @ionadmin,
Can you please post in your site url. Also, what you want can be only achieved via child theme modification. So, if you are comfortable using child theme, I will provide you the codes.
Regards,
PratikPratik
ParticipantHi @babisz,
You can add portfolio via our plugin Essential Content Types. Then use shortcodes to add it to specific pages.
Check following:
* Add portfolio: https://catchthemes.com/theme-instructions/fotografie/#portfolio-option-ect
* Page: https://catchthemes.com/plugins/essential-content-types/ check instructions tab for essential content typesRegards,
PratikJanuary 9, 2018 at 10:43 pm in reply to: Background image repeats horizontally on only some pages #129483Pratik
ParticipantHi @fireflywebs,
Yes, it will require media queries and image uploads. If you have idea about this, I can help you. Just upload your image in the server, then let me know the image path for smaller image, then I will provide you the code.
Regards,
PratikPratik
ParticipantHi @jeremyknsm,
Yes you are right, I misunderstood. To obtain the corporate design, you need to buy pro version and them only the options will appear to achieve that design.
Regards,
PratikJanuary 8, 2018 at 11:07 pm in reply to: Background image repeats horizontally on only some pages #129409Pratik
ParticipantHi @fireflywebs,
This is the way the background reacts by default. You will need to make some custom changes. You need to add two images and show small one on mobile screens and big one on desktop screens. You will need to hire a customizer for that.
Regards,
PratikJanuary 8, 2018 at 11:05 pm in reply to: Drop down menu hidden behind 'before content' sidebar. #129408Pratik
ParticipantO ok, let me know if you need further help with this issue.
-
AuthorPosts