Forum Replies Created

Viewing 20 posts - 441 through 460 (of 4,116 total)
  • Author
    Posts
  • in reply to: Table not responsive #317873
    tikaram
    Participant

    @massibor : Please try copying the additional css given above and add it to your custom css from the customizer. If you are still having issues please let me know.

    Regards,
    Tikaram

    in reply to: Table not responsive #317871
    tikaram
    Participant

    @massibor : Login to your WordPress admin section.
    Insert the /wp-admin/customize.php structure at the end of your URL.
    For example, the URL  : https://www.rifugiocavallera.it/wp-admin/customize.php
    Open the Additional CSS panel and add the following css.

    .wp-block-table table {
      table-layout: fixed;
    }
    .wp-block-table table {
      line-height: 1.5 !important;
    }
    .wp-block-table table p {
      margin: 0 !important;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    tikaram
    Participant

    @bui : It looks like the issue is caused by the plugin rather than the theme as the payment processing is processed by the plugin. Can you please contact the plugin support regarding the issue. Sorry for the inconvenience caused.

    Regards,
    Tikaram

    in reply to: Just switched to your great theme #317847
    tikaram
    Participant

    @canuck3 : Glad to know that you are able to get the desired result and thanks a lot for your support.  If it’s not too much trouble, I have a quick request: could you please leave an honest review? https://wordpress.org/theme/kids-camp/reviews/#new-post . Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.
    Have a good day! 🙂

    Regards,
    Tikaram

    in reply to: Can’t Update PHP to version 8.0 or above #317846
    tikaram
    Participant

    @dschwartzer : It looks like there is some issue with your child theme code. I will contact you shortly so that I can check the child theme code of your site and provide you the required fix.

    Regards,
    Tikaram

    in reply to: Table not responsive #317845
    tikaram
    Participant

    @massibor : Please post in your site URL so that I can check your site on a mobile device and provide you the required fix.

    Regards,
    Tikaram

    in reply to: How can I change the button font #317844
    tikaram
    Participant

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

    input[type="submit"] {
      font-family: sans-serif;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    tikaram
    Participant

    @jamesmillerlifeology : To change the featured content image size you will need to customize the site with the help of a child theme. Please let me know if you are comfortable with child theme customization. The image size cannot be changed with the help of custom css. Let me know if you would like to proceed with child theme customization.

    Regards,
    Tikaram

    in reply to: Blog doesn’t load from time to time #317838
    tikaram
    Participant

    @mhuelskoetter : After version 2.4 we have updated our theme to  load Google fonts locally. Due to that the fonts folder will be added on your wp-content folder.  To know more about hosting Google fonts locally you can follow the link below.
    https://make.wordpress.org/themes/2022/06/18/complying-with-gdpr-when-using-google-fonts/
    Let me know if you have any more theme related issues.

    Regards,
    Tikaram

     

    in reply to: Full screen body container #317836
    tikaram
    Participant

    @toneelawrence : The full width template is available only in the Pro version of the theme. I recommend you to upgrade to Bold Photography Pro to use the full width feature.

    The layout options available in the Pro version of the them are as follows.
    Right Sidebar ( Content, Primary Sidebar )
    Left Sidebar ( Primary Sidebar, Content )
    No Sidebar
    No Sidebar: Full Width

    The free version of the theme offers only two layout options.
    Right Sidebar ( Content, Primary Sidebar )  and  No Sidebar

    Let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: Page Width #317810
    tikaram
    Participant

    @richaardchubb : If you would like to decrease the width of No Sidebar: Fill Width

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

    .full-width-layout .wrapper {
      max-width: 1200px;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: memory error in WordPress 6.8 in Catch Responsive Pro #317809
    tikaram
    Participant

    @thetravelgal :Sometimes the issue might be from the Plugins as well. Can you please try deactivating all plugins for testing purpose and check your site again so that you can find out the issue is caused by the theme or plugin. I don’t seem to find any issue with the theme. Please let me know if the issue still persist after deactivating all plugins.

    Regards,
    Tikaram

    in reply to: Just switched to your great theme #317807
    tikaram
    Participant

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

    .site-footer {
      background-color: #6e40e8;
    }

    The color code that you have provided seems to be invalid. Please change the color code as desired if you would like to change the color of footer with any desired color.

    Regards,
    Tikaram

    in reply to: Title is to big #317805
    tikaram
    Participant

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

    @media screen and (min-width: 64em) {
      .home .header-media .section-title,
      #feature-slider-section .entry-title,
      .stats-content-wrapper .hentry-inner .sub-title,
      #footer-instagram .widget-title, .page-title,
      .entry-content h1,
      .entry-summary h1,
      .comment-content h1,
      .textwidget h1 {
        font-size: 1.625rem;
      }
    }

    let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: decaler le menu vers le bas #317804
    tikaram
    Participant

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

    .site-header-main .wrapper {
      margin-top: 20px;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: Video d’en tête absente sur mobile #317803
    tikaram
    Participant

    @richard-delmas : Glad to know that you have resolve the header video issue not working on mobile devices. If you would like to enable the sound on Header Video. You will need the Header Enhancement Pro Plugin by Catch Plugins.

    Regards,
    Tikaram

    in reply to: Video page accueil silencieuse #317801
    tikaram
    Participant

    @richard-delmas : The sound in the Header Video is disabled by WordPress core. To enable sound in Header Video you will need Header Enhancement Pro plugin by Catch Plugins. Let me know if you have any other theme related issues.

    Regards,
    Tikaram

    in reply to: memory error in WordPress 6.8 in Catch Responsive Pro #317786
    tikaram
    Participant

    @thetravelgal : Can you please contact your web host and ask them to increase the memory limit of your server. I checked the theme with WordPress 6.2 and I don’t seem to find any issues with the theme at my end. Please let me know if you are still having issues after increasing the memory limit.

    Regards,
    Tikaram

    in reply to: description in the product #317785
    tikaram
    Participant

    @gianluca-caratti : I will check for the issue and get back to you soon.

    Regards,
    Tikaram

    in reply to: Icone de la liste de lecture #317772
    tikaram
    Participant

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

    #top-playlist-section .wp-playlist .wp-playlist-current-item img {
      display: none;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

Viewing 20 posts - 441 through 460 (of 4,116 total)