Forum Replies Created

Viewing 20 posts - 1 through 20 (of 118 total)
  • Author
    Posts
  • in reply to: Footer modify #337693
    minal
    Keymaster

    Hello @laramanzoni59,

    There is no option to modify the main footer but you can add the content just above the footer by adding on widgets

    widget

    go to Dashboard >> Appearance >> Customizer >> Widgets

    I hope it works for you.

    Sincerely,

    Minal

    in reply to: How to edit the demo #337668
    minal
    Keymaster

    Hello @Gevers,

    You can select the page or post you want to show on the specific section on customizer

    customizer

    customizer-optionTo select post or pages of your liking on specific section

    go to Dashboard >> Appearance >> Customizer >> Theme Options

    And for editing the content of that specific post or page which is showing in that section. just open that specific post or page and select edit the post from the admin bar

    I hope it works for you

    Sincerely,

    Minal

    in reply to: Padding at top Header to reveal more of background image #337646
    minal
    Keymaster

    Hello @tweiland61,

    To add padding at the top the element to reveal the image.

    Here is the CSS snippet for you

    #page {
    
      padding-top: 30px;
    
    }
    
    

    change the value to your desired value

    to add that CSS to your additional CSS

    Go to Dashboard >> Appearance >> Customizer >> Additional CSS

    I hope it works for you !

    Sincerely,

    Minal

    in reply to: Gallery Scaling Issue #337632
    minal
    Keymaster

    Hello @Amun

    Can you provide me with your site URL so that we can go thoroughly through what is going on.

    and if possible please provide a screenshot also.

    Sincerely,

    Minal

    in reply to: Issue menu on iPhone and Android (vertical view) #337628
    minal
    Keymaster

    Hello @maurizio,

    It seems your arrow of the submenu is not working because of your minnit chat plugin. Minnit chat element overlaps the submenu icon, so it cannot be clicked.

    I will send a CSS snippet for you to add to your system,

    #minnit-container:has(iframe) {
    
      z-index: 2147483647 !important;
    
    }
    
    minnit-container {
    
      z-index:99 !important;
    
    }
    
    

    add those above CSS to your additional CSS.

    Go to Dashboard >> Appearance >> Customizer >> Additional CSS

    I hope it works for you !!

    Sincerely,

    Minal

    in reply to: Embed/Use homepage sections on page #337619
    minal
    Keymaster

    Hello @rick,

    Sorry, but we don’t have a feature to embed a section on specific page.

    Sincerely,

    Minal

    in reply to: Additional CSS H1 font sizes not displaying #337346
    minal
    Keymaster

    Hello @edwin,

    It seems your custom code has space issues. like you added font-family: book antiqua, palatino, serif !important;

    but the font-family text has a space in front of it. so that your CSS is not working as expected;

    try these updated CSS snippets

    body h1 {
      font-family: book antiqua, palatino, serif !important;
      font-size: 22px !important;
      font-weight: semi-bold !important;
      color: #374c52 !important;
      padding-bottom: 10px !important;
      padding-top: 0px !important;
      line-height: 1.25em !important;
    }
    
    

    Please make sure you trim the spaces on your CSS code.

    Sincerely,

    Minal

    minal
    Keymaster

    Hello @Karla,

    For showing specific posts from that specific category only, Please follow the following steps

    1. Create page
    2. Select query loop blocks for the list
    3. after selecting query loop you can see the right sidebar with the options and from that click filters + icon and you will get the numbers of option and select taxonomies where you will get the field to select categories that you have created

    Please see the screenshots below for clear view.

    cate

    filters

    select-taxo

     

    Or if you used our custom template just go to dashboard >> editor >> templates >> and find which template you used and edit that page you will find the query loop block and follow the above step to select the desire category

     

    Hope it works for you,

    Sincerely,

    Minal

    in reply to: Button padding changed since last update? #337290
    minal
    Keymaster

    Hello @loosie94,

    On our system button padding seems fine. So can you share your site URL so that we can test it thoroughly and give you a suitable solution for it?

    Sincerely,

    Minal

    in reply to: Remove line under main header #337261
    minal
    Keymaster

    Hello @rodeboy,

    To remove that line below the header please add below CSS snippet on additional csss

    To find additional CSS on your site please go to Dashboard > Appearance >> Customizer >> Additional CSS

    .fluid-layout #header-content, 
    .boxed-layout #header-content .wrapper {
    
      box-shadow: none;
      -webkit-box-shadow: none;
    
    }
    
    

    Hope it works for you

    Sincerely,

    Minal

    in reply to: Countdown in free version #337250
    minal
    Keymaster

    Hello @alinaskripka15,

    We only have a countdown feature for the pro theme.

    Sincerely,

    Minal

    in reply to: Duplication of Feature Image on top post #337249
    minal
    Keymaster

    Hello @Glen Pavelich,

    It seems your duplicate value populated on the recent blog title sub-heading section. On our theme, we don’t have any features to add dynamic content on sub-headings. And with our research, we found out that It came with the site origin plugin that you used for the post.

    You might add some widgets on your post which cause duplication like below image.

    site-origin

    Try to remove those widgets if possible and check again,

    Sincerely,

    Minal

    in reply to: Blog article #337051
    minal
    Keymaster

    Hello @staipa,

    Please kindly follow the instruction to add blog on home page

    first go to Dashboard > Appearance Editor > Tempates >  and edit the front page and place the “recent blog with sidebar”

    templates

    edit

    Screenshot

     

    Hope it works for you

    Sincerely,

    Minal

    in reply to: Crash Fullscreen and home page video #336987
    minal
    Keymaster

    Hello @drixe,

    We have used the core WordPress built-in function for a video that doesn’t support a .ogg file at the moment.

    Sorry for the inconvenience caused,

    Sincerely,

    Minal

    in reply to: Crash Fullscreen and home page video #336983
    minal
    Keymaster

    Hello @drixe,

    We checked on our end and it seems fine. There might be loading issues on your server, and don’t remove the header enhancement plugin because it has the feature to show video on mobile too.

     

    Sincerely,

    Minal

    in reply to: issue with product categories not working #336904
    minal
    Keymaster

    Hello @detroitstylz

    We have already sent the update on the theme.

    Kindly go to Dashboard >> Appearance >> Themes and there you will find the update button on the theme thumbnail.

    https://catchthemes.com/faq/how-to-update-free-theme-to-new-version/

    if it is not working please let us know.

    Sincerely,

    Minal

     

    in reply to: issue with product categories not working #336813
    minal
    Keymaster

    Hello @detroitstylz,

    Sorry for the inconvenience caused.

    This issue will be fixed in the next theme update. You will be notified once the theme is updated.

    Sincerely,

    Minal

    in reply to: Theme is registered as Accessibility Ready but not #336768
    minal
    Keymaster

    Hello @fa6ab,

    Thank you for your query. We understand your concerns; however, WordPress themes typically do not include accessible names and labels for links. This does not present any problems. You can verify this by examining the latest Twenty Twenty theme or other popular themes.

    Sincerely,

    Minal

    • This reply was modified 2 months, 2 weeks ago by minal.
    minal
    Keymaster

    Hello @goksel,

    for changing the color, please add following CSS on Additional CSS

    You can please try adding the following css code to “Appearance => Customize => Additional CSS”

    .main-navigation .current-menu-item a,
    .main-navigation a:hover,
    .main-navigation a:focus {
    
       color: #b8ab7e;
    
    }
    
    .section-title:after{
    
       border-color: #b8ab7e;
    
    }
    
    

    Sincerely,
    Minal

    • This reply was modified 2 months, 3 weeks ago by minal.
    • This reply was modified 2 months, 3 weeks ago by minal.
    minal
    Keymaster

    Hello @granny

    Here is the screenshot of selecting the envira gallery or showing plus icon on our system

    envira

    Our themes are up to date with the latest WP and  with our plugins and if there is any update you will be notified, if you use an external plugin like envira Gallery it might caused due to other plugins

    This issue might be caused due to other plugins so try to disable each plugin you activated one by one to find an error.

    https://catchthemes.com/wordpress-tutorials/how-to-check-for-plugin-conflicts-with-our-themes/

    Please do inform us if any error persists.

    Sincerely,

    Minal

    • This reply was modified 2 months, 3 weeks ago by minal.
Viewing 20 posts - 1 through 20 (of 118 total)