Forum Replies Created
-
AuthorPosts
-
PratikParticipant
HI @Franz,
I have checked if in our theme version and the options seems to be working fine. For Testing Purposed, can you switch to the english version of WordPress and check if the same problem persists. If it does, please try disabling the plugins and see if the issues persist.
Let me know how it goes.
Regards,
PratikPratikParticipantHi Hendrik,
Can you post in your site url please? I cannot understand where Photography, Music are.
PratikParticipantHi @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,
PratikPratikParticipantHi @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,
PratikPratikParticipantHi @skynet,
Thanks for the suggestions. We will discuss with with our team and add feasible options to the free version.
Regards,
PratikPratikParticipantOk 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,
PratikPratikParticipantHi Dorothy,
The image no longer exists. Can you use google drive?
PratikParticipantHi 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.
PratikParticipantI cannot understand what you mean by height. Can you show me a screenshot?
PratikParticipantHi @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,
PratikPratikParticipantHi 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,
PratikPratikParticipantHi 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 #129819PratikParticipantHI Glen,
Also upload one for mobiles and give me that link too.
PratikParticipantHi @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,
PratikPratikParticipantHi @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,
PratikPratikParticipantHi @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,
PratikPratikParticipantHi @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,
PratikPratikParticipantHi @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 #129483PratikParticipantHi @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,
PratikPratikParticipantHi @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,
Pratik -
AuthorPosts