Forum Replies Created

Viewing 20 posts - 101 through 120 (of 2,018 total)
  • Author
    Posts
  • in reply to: Categories on front page #130188
    Pratik
    Participant

    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,
    Pratik

    in reply to: Header hightligt content – Demo Content #130186
    Pratik
    Participant

    Hi Hendrik,

    Can you post in your site url please? I cannot understand where Photography, Music are.

    in reply to: Mobile navigation not clickable #130185
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: Featured Image is Not Showing On Search #130182
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: Catch infinite Scroll #130181
    Pratik
    Participant

    Hi @skynet,

    Thanks for the suggestions. We will discuss with with our team and add feasible options to the free version.

    Regards,
    Pratik

    in reply to: Blog post image #130002
    Pratik
    Participant

    Ok 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,
    Pratik

    in reply to: Breadcrumb #130000
    Pratik
    Participant

    Hi Dorothy,

    The image no longer exists. Can you use google drive?

    in reply to: Blog post image #129891
    Pratik
    Participant

    Hi 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.

    in reply to: Breadcrumb #129889
    Pratik
    Participant

    I cannot understand what you mean by height. Can you show me a screenshot?

    in reply to: Mobile Menu Invisible #129825
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: Breadcrumb #129824
    Pratik
    Participant

    Hi 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,
    Pratik

    in reply to: Blog post image #129823
    Pratik
    Participant

    Hi 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,
    Pratik

    in reply to: Background image repeats horizontally on only some pages #129819
    Pratik
    Participant

    HI Glen,

    Also upload one for mobiles and give me that link too.

    in reply to: Mobile Menu Invisible #129733
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: Breadcrumb #129732
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: Blog post image #129730
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: Positioning Featured Content on home page #129659
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: I need to build a portfolio quickly #129658
    Pratik
    Participant

    Hi @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 types

    Regards,
    Pratik

    in reply to: Background image repeats horizontally on only some pages #129483
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: Coprporate Design #129482
    Pratik
    Participant

    Hi @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

Viewing 20 posts - 101 through 120 (of 2,018 total)