Forum Replies Created

Viewing 20 posts - 501 through 520 (of 14,493 total)
  • Author
    Posts
  • in reply to: Big Space Between Paragraph and Youtube #311526
    Sakin
    Keymaster

    @tomoko_y: We have just updated the theme. Please update to the latest version and it should work fine.

    in reply to: Site title disappear when on mobile #311456
    Sakin
    Keymaster

    Hello VladoCZ,

    Oh yes sorry for the confusion. I just did a fresh install and found that one of my plugins called Essential Content Type was enabling that Customizer. So, yes the new block theme doesn’t have a customizer unless some plugin or feature adds it.

    Regards,
    Sakin

    in reply to: Add the template to new page #311454
    Sakin
    Keymaster

    Hi Franciscom,

    The Pro theme lot more blocks, patterns, templates, and template part. It also come with our premium plugin FSE Pro. Check our blog post at for Lensation Pro at https://catchthemes.com/blog/lensation-pro-photography-wordpress-block-theme-full-site-editing/ also check the compare table at https://catchthemes.com/themes/lensation-pro/#compare

    Regards,
    Sakin

    in reply to: Site title disappear when on mobile #311452
    Sakin
    Keymaster

    Hello VladoCZ,

    It’s strange, I just check and found this. Check the screenshot below,
    From WordPress Dashboard, Appearance => Customize
    WordPress Appearance - Customize

    Then, Additional CSS:
    WordPress Additional CSS

    Regards,
    Sakin

    in reply to: Add the template to new page #311449
    Sakin
    Keymaster

    Hi Franciscom:

    You should see your page/post template in the Editor Sidebar panel in the Template like this:

    Page template screenshot

    Regards,
    Sakin

    in reply to: Theme messes up in mobile mode #311408
    Sakin
    Keymaster

    Hi Rudy,

    Can you update to the latest version and check? There is an update to the layout. Please clear your cache after the update and if you still have issues then do let me know about them.

    Regards,
    Sakin

    in reply to: Site title disappear when on mobile #311372
    Sakin
    Keymaster

    Hi @vladocz,

    Glad to hear that my support worked on your website. If it’s not too much trouble, I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/lensation/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.

    Regards,
    Sakin

    in reply to: plugin generate child theme doesn’t function well #311358
    Sakin
    Keymaster

    Hi Hans,

    Thanks for reporting the issue, we will check and update the plugin accordingly.

    Regards,
    Sakin

    in reply to: site credit link is correct but the text is wrong #311320
    Sakin
    Keymaster

    @catwingz: The upper one should be from Footer Widget. Go to the “Appearance => Widgets” and check for the widgets in “Footer 1” or others like “Footer 2 / Footer 3” and then remove the widget from there.

    in reply to: Site title disappear when on mobile #311319
    Sakin
    Keymaster

    @vladocz: Yes, it’s disabled my default on mobile devices when you have Logo Enabled. So, if you want to show the logo then please add the following CSS in the “Appearance => Customize => Additional CSS” box:

    /* Enable Site Title on Mobile Devices */
    @media screen and (max-width: 599px) {
    	.wp-block-site-logo + .main-site-title {
    	  display: block;
    	  clear: both;
    	}
    }
    in reply to: Making All Pages Looking like Home Page #311251
    Sakin
    Keymaster

    Hi Rebecca,

    I am a little confused. Are you talking about the Header Image? If so, then you can add the following CSS in “Appearance => Customize => Additional CSS” box:

    .has-header-image .custom-header-media,
    .has-header-video .custom-header-media,
    .has-header-text .custom-header-media {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: end;
      -webkit-justify-content: center;
      -ms-flex-pack: end;
      justify-content: center;
      height: 100%;
      height: 100vh;
      width: 100%; 
    }

    Regards,
    Sakin

    in reply to: Sensation Templates Not Showing in Page Options #311249
    Sakin
    Keymaster

    Hi Catherine,

    Yes, as this theme only has 2 templates only Lensation Pro theme has more templates. But if you want to create your own custom template, then you need to click on “New” in the above screenshot template section. Then you can use those templates.

    Regards,
    Sakin

    in reply to: Sensation Templates Not Showing in Page Options #311225
    Sakin
    Keymaster

    Hello @cathreimers:

    Can you explain in more detail? You should see your page/post template in the Editor Sidebar panel in the Template like this:

    Page template screenshot

    Regards,
    Sakin

    in reply to: Spaces between WP blocks since update #311224
    Sakin
    Keymaster

    Hi Darren,

    Please update the theme to the latest version and it should be fixed.

    Regards,
    Sakin

    in reply to: Spaces between WP blocks since update #311221
    Sakin
    Keymaster

    Hi Darren,

    It looks like Fitvid script issue which is conflicting with the latest version of WordPress as now they have built responsive video code in the core. We will update the theme as soon as possible.

    Regards,
    Sakin

    in reply to: site credit link is correct but the text is wrong #311166
    Sakin
    Keymaster

    @catwingz: The lower one is called Footer Credit and can be editing from the “Appearance => Customize => Theme Options => Footer Editor” but sorry this option is there only in the Pro version. Please use the Catch Fullscreen Pro theme https://catchthemes.com/themes/catch-fullscreen-pro/.

    in reply to: Easy Moving of the logo ? #311160
    Sakin
    Keymaster

    Hi Rebecca,

    Glad to hear that my support worked on your website. If it’s not too much trouble, I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/photofocus/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.

    Regards,
    Sakin

    in reply to: Easy Moving of the logo ? #311148
    Sakin
    Keymaster

    Hi Rebecca,

    It’s not working on your site because of your existing CSS code issue. In your Custom CSS, there is missing closing bracket } in .sidebar-header-right { display: none; . Also, you don’t need that code. If you need that then add it like .sidebar-header-right { display: none; }

    Next, there are no spaces between .home and .custom-logo. So, please add space and it should be like

    .home .custom-logo {
      margin-top: 30px;
    }

    Regards,
    Sakin

    in reply to: Easy Moving of the logo ? #311146
    Sakin
    Keymaster

    Hi Rebecca,

    Please add the following CSS in “Appearance => Customize => Additional CSS” box:

    .home .custom-logo {
      margin-top: 30px;
    }
    in reply to: Suddenly page is different color and top nav is gone #311033
    Sakin
    Keymaster

    @summerfoote: Sorry, there is no quick way to restore it. So, the best way to replace is through FTP. You need to download the zip file from https://wordpress.org/themes/cleanportfolio/ and upload it through FTP. Or you can simply activate any other theme and then delete the Clean Portfolio theme and then re-upload it back.

    Note: If you havne’t edited the theme files then it must be a plugin issue. So first I recommend you to try deactivating the plugin one by one and check your site.

Viewing 20 posts - 501 through 520 (of 14,493 total)