Forum Replies Created

Viewing 20 posts - 741 through 760 (of 4,116 total)
  • Author
    Posts
  • in reply to: Footer overlapping body content #314518
    tikaram
    Participant

    @aligndesign : I will check for the issue and get back to you soon. Sorry for the inconvenience caused.

    Regards,
    Tikaram

    in reply to: Header Media title – replace with jpeg file #314517
    tikaram
    Participant

    @maxsalad : If you would like to add a image file in the header media title you will need to create a child theme and customize the site as desired. Let me know if you are comfortable with child theme customization. I will guide you through the process.

    Regards,
    Tikaram

    in reply to: Header Media disabled but creating blank empty space #314498
    tikaram
    Participant

    @rlfloyd : To remove the blank empty space : Login to your WordPress admin section.
    Go to Appearance => Customize => Header Media.
    If you have added any text in Header Media Title, Header Media Sub Title and Header Media Text
    please remove it completely and click on publish.
    To remove the calendar and post date from pages please add the following additional css.

    .page .entry-header .entry-meta {
        display: none;
    }

    Let me know if this helps you out

    Regards,
    Tikaram

    in reply to: reverse order articles #314488
    tikaram
    Participant

    @michelg : To reverse the order of articles you will need to create a child theme and customize the site. Let me know if you are comfortable with child theme customization. You may also try adding a suitable plugin form the WordPress repository if you are not familiar with child theme customization.

    Regards,
    Tikaram

    in reply to: Changing Slider-Color does not affect mobile-view #314481
    tikaram
    Participant

    @pixelfaenger : I will forward the issue with the development team and let you know soon.

    Regards,
    Tikaram

    in reply to: Changing Slider-Color does not affect mobile-view #314467
    tikaram
    Participant

    @pixelfaenger : Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css.

    /* Slider Text Color */
    .slider-content-wrapper .entry-title,
    .slider-content-wrapper .sub-title,
    .slider-content-wrapper .entry-title a,
    .slider-content-wrapper .entry-meta a,
    .slider-content-wrapper .cycle-prev,
    .slider-content-wrapper .cycle-next,
    .custom-header .entry-title,
    .custom-header .entry-meta a,
    .color-scheme-light .scroll-down,
    .color-scheme-light .custom-header .entry-summary {
        color: #ffffff;
    }
    
    .slider-content-wrapper .cycle-prev,
    .slider-content-wrapper .cycle-next {
        border-color: #ffffff;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: Display photo in header of product page #314423
    tikaram
    Participant

    @matigka : Please try changing the header media option from the customizer.
    Login to your WordPress admin section. Go to Appearance => Customize => Header Media.
    Under Enable on : You will find a list of options. Select your desired option and click on publish and check your site.
    Let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: Remove Search bar in menu #314412
    tikaram
    Participant

    @maxsalad : Login to your WordPress admin section.
    Go to Appearance => Customize => Theme Options => Menu Options

    Under Menu Options you will find option to disable search in primary menu
    Click on : Check to disable search in Primary Menu and click on publish

    Let me know if this helps you out.

    Regards,
    Tikaram

    tikaram
    Participant

    @maxsalad : The theme instructions can be accessed from the theme page
    https://catchthemes.com/themes/catch-fullscreen-pro/
    You will need to click on the Theme Instructions tab or follow the link below
    https://catchthemes.com/themes/catch-fullscreen-pro/#theme-instructions

    Let me know if you are still having issues customizing the theme.

    Regards,
    Tikaram

    in reply to: Forms #314400
    tikaram
    Participant

    @elitetunedoz : I will check for the issue regarding the form and get back to you soon. Sorry for the inconvenience caused.

    Regards,
    Tikaram

    in reply to: Featured Content Pages Giving 404 Error #314399
    tikaram
    Participant

    @campbellduke : Glad to know that the issue has been resolved. You may select any of the desired format of Permalinks.
    The permalink setting is a WordPress core feature and its available in any theme either paid or free. You may select the previous permalink structure and it should work. Let me know if you have any other theme related issues.

    Regards,
    Tikaram

    in reply to: Post Author display #314398
    tikaram
    Participant

    @bobgarretthomenetworks-co-uk : I will contact you shortly regarding the child theme customization.

    Regards,
    Tikaram

    in reply to: Disable Slider links #314397
    tikaram
    Participant

    @santu009m : Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css

    #feature-slider .entry-container {
        background: unset;
    }

    Regards,
    Tikaram

    in reply to: Featured image aspect ratio #314396
    tikaram
    Participant

    @richaardchubb : I can help you with the child theme. I will contact you shortly.

    Regards,
    Tikaram

    in reply to: Divers #314373
    tikaram
    Participant

    @henebe : To know more about the features and instructions to customize the theme please follow the link below.
    https://catchthemes.com/themes/catch-fse/#theme-instructions

    Also do not forget to go through the video tutorial where you can learn to about adding patterns and templates in the Catch FSE theme and using FSE Pro plugin

    Let me know if you have any more questions.

    Regards,
    Tikaram

    in reply to: Remove black background of the slider text #314366
    tikaram
    Participant

    @santu009m : Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css

    #feature-slider .entry-container {
        background: unset;
    }

    Regards,
    Tikaram

    in reply to: Featured Content Pages Giving 404 Error #314349
    tikaram
    Participant

    @campbellduke : Can you please try changing the permalink of your site.
    Login to your WordPress admin section. Go to Settings => Permalinks
    Select plain as permalink structure and check your site again.

    let me know if this helps you out.

    Regards,
    Tikaram

     

    in reply to: Remove search icon from menu bar. #314324
    tikaram
    Participant

    @santu009m : Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css.

    #search-toggle {
      display:none;
    }

    Regards,
    Tikaram

    in reply to: Insert link to Slider Button #314318
    tikaram
    Participant

    @matigka : Login to your WordPress admin section.
    Go to Apperance => Customize => Theme Options => Featured Slider
    Enable the slider section and under Display Content : Select Show Excerpt and select the desired pages that you want to display using the slider. The button will link to the content of the page that you have selected.

    If you would like to display custom links and want more options you will need to upgrade to Euphony Pro.

    Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Link Colour #314310
    tikaram
    Participant

    @richaardchubb : Can you please let me know the desired color and provide me the site URL as well so that I can provide you the required additional css.

    Regards,
    Tikaram

Viewing 20 posts - 741 through 760 (of 4,116 total)