Forum Replies Created

Viewing 15 replies - 16 through 30 (of 81 total)
  • Theme Author themeinwp

    (@themeinwp)

    Hello @shamiam1980 ,

    This is intended behavior and can be overridden using CSS.

    From your WordPress Dashboard navigate to Appearance ? Customize ? Additional CSS and add below CSS.

    body {
      scrollbar-width: inherit !important;
      -ms-overflow-style: inherit;
    }
    body::-webkit-scrollbar {
      width: inherit!important;
      height: inherit!important;
    }

    Hope this helps.

    Thanks,

    Theme Author themeinwp

    (@themeinwp)

    Hi there,

    Thanks for writing in!

    We’ve updated the links now. Its https://docs.themeinwp.com/docs/eportfolio/

    Hope this helps,

    Thanks,

    Theme Author themeinwp

    (@themeinwp)

    Hi @vitomartin_com ,

    Thanks for writing in!

    We’ve got a multitude of options readily available in customizer section. I’ve just grabbed a screenshot for you. Please refer to https://prnt.sc/q79157

    I’m not too sure what is causing this issue, but I don’t think this is directly related to ePortfolio WordPress theme.

    Can you please try disabling all plugins and see if this fixes the issue? Please clear all server cache after disabling the plugins.

    If it does fix the issue, then try re-enabling your plugins one by one until the issue comes back. This procedure will help diagnose which plugin is causing the issue. Once we know that, we’ll be able to look at what might be causing the conflict and either solve the problem or help you find an alternative plugin.

    Note: You can also try temporarily switching WordPress Theme to identify if the issue is caused by the theme or not.

    Hope this helps.

    If you’ve any further questions or feedback? Just hit reply and we’ll gladly help.

    Best Regards,

    Theme Author themeinwp

    (@themeinwp)

    Hi @valetrends ,

    From Your WordPress Dashboard Navigate to Appearance ? Customize ? Theme Options ? Header Section Settings and you’ll find all the option to manage contact us popup.

    Kindly refer to: https://prnt.sc/q3deaa

    Thanks,

    Theme Author themeinwp

    (@themeinwp)

    Hi @valetrends ,

    From your WordPress Dashboard, Navigate to Appearance ? Customize ? Additional CSS and add below CSS:

    .site .entry-title-big {
        font-size: 42px;
    }

    Keep changing 48px if desired result not achieved.

    Theme Author themeinwp

    (@themeinwp)

    Hi @valetrends,

    Regarding Your queries:

    1) I am not sure but I think the background in this theme is supposed to be white and not grey as it has become in mine ? You see around the edges of my article.

    Response: The easiest solution would be to override the default behaviour via custom CSS.

    From your WordPress Dashboard, Navigate to Appearance ? Customize ? Additional CSS and add below CSS:

    .light-scheme .featured-blog-list, .light-scheme #secondary, .light-scheme .site-content .author-info .profile-image:after, .light-scheme .top-header, .light-scheme .side-panel, .light-scheme .breadcrumb-bgcolor {
        background: #fff !important;
    }

    2) Also I wonder how I could load in Times new roman as a font for my reading text? I can’t find that font.

    Response: Times New Roman is called a web safe font so it can directly be called via CSS. Kindly refer to https://www.w3schools.com/css/css_font.asp

    3) Also how could I change the article headline’s sizes on the page? Maybe with some code or something?

    Response: Yes, you can edit via custom CSS

    For eg

    .entry-title-big {
        font-size: 48px;
    }

    or like

    .site h1 {
        font-size: 32px;
    }
    
    .site h2 {
        font-size: 28px;
    }

    3) EB Garamond font rendering issue:

    Response: We’re unable to replicate such issue on our end (on our local machine). “EB Garamond” is a google font so i don’t think these sort of issue exist.

    Not sure, but I guess this may help:

    html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
    or give a shot to this one as well:

    body {
    -webkit-text-stroke: 0.7px;
    }

    Keep changing 0.7 if desired result not achieved.

    If you’ve any further questions or feedback? Just hit reply and we’ll gladly help.

    Best Regards,

    Theme Author themeinwp

    (@themeinwp)

    Hi @rpatwall1206 ,

    Sorry for late reply.

    Have you created a child theme manually or using plugins?

    If you’ve already found the solution – Great. If not kindly refer to

    https://www.wpbeginner.com/wp-themes/how-to-create-a-wordpress-child-theme-video/

    Thanks,

    Theme Author themeinwp

    (@themeinwp)

    Hi @asekel12456 ,

    We’re unable to replicate such issue on our test environment. Maybe some plugin conflict issue or cache issue. Kindly try to deactivate one plugin at a time and see if it helps identify the conflicting plugin.

    If you need further assistance. You’ll find a live chat feature on our own website support page.

    Thanks,

    Theme Author themeinwp

    (@themeinwp)

    Hi @bedisneysmart ,

    Regarding your queries:

    From your WordPress Dashboard, Navigate to Appearance ? Customize ? Additional CSS and add below CSS

    header.site-header.twp-overlay:before {
        display: none;
        content:none:
    }

    Remarks: This will remove the video overlay entirely.

    Thanks and Regards,
    ThemeinWP Support Team

    Theme Author themeinwp

    (@themeinwp)

    Hi rachelsaysdobetter,

    Thank you for writing in !

    Seems like you’re using header image instead of WordPress native “Site Identity” to display your logo image. This is not inherently the purpose of header image but it your case can be achieved by adding some CSS fix.

    From your WordPress Dashboard, Navigate to Appearance ? Customize ? Additional CSS and add below CSS.

    .site .site-header.data-bg{
    	background-size: contain;
        background-color: #fff;
        padding-top: 0;
        background-position: center;
    }
    
    .site .site-middlebar.twp-align-left {
        padding: 120px 0;
    }
    
    .site .site-header.data-bg .main-navigation {
        margin-top: 80px;
    }

    Hope this helps.

    If you’ve any further questions or feedback? Just hit reply and we’ll gladly help.

    Thanks,
    ThemeinWP Support Team

    Theme Author themeinwp

    (@themeinwp)

    Hi @lokhi ,

    Thank you for writing in !!

    Regarding your question – From your WordPress Dashboard, Navigate to Appearance ? Customize ? HomePage Setting Options ? Header Section and toggle “Enable Theme (Dark/Light)Mode Switcher” .

    For reference: https://prnt.sc/owwyw5

    Hope this helps.

    If you’ve any further questions or feedback? Just hit reply and we’ll gladly help.

    Thanks,
    ThemeinWP Support Team

    Theme Author themeinwp

    (@themeinwp)

    Hi there,

    From your WordPress Dashboard, Navigate to Appearance ? Customize ? Additional CSS and add below CSS.

    .entry-meta span.byline {
        text-transform: capitalize;
    }

    Hope this helps.

    If you’ve any further questions or feedback? Just hit reply and we’ll gladly help.

    Thanks,

    Theme Author themeinwp

    (@themeinwp)

    Hi there,

    Please update the Booster Extension plugin to version 1.0.4 and see if it helps.

    Thanks,

    Theme Author themeinwp

    (@themeinwp)

    Hi @siddharthgiri,

    First off – We do not monitor this forum on a daily basis. We are only a small team and with our large user base it is very difficult to provide support to all our free theme users instantly all the time. We will try our very best to provide support to users on this forum whenever we can.

    Regarding your queries,

    1) From your WordPress Dashboard navigate to Appearance ? Customize ? Additional CSS and add below CSS.

    .story-list .post-panel .entry-content .entry-title{
        display: -webkit-box;
        overflow: hidden;
        height: 70px;
        -webkit-line-clamp: 3;
    }

    2) I’ve also replicated this issue. As far as i can tell this is a dev related bug so I’ll inform about this to our developer team and we’ll try to release a new version with the fix as soon as possible.

    3) Try disabling preloader while making customizer changes. It’ll be less intrusive this way.

    Thanks,

    Theme Author themeinwp

    (@themeinwp)

    Hi @siddharthgiri ,

    We’ve introduced a new reaction feature as well as a new icon set on our plugin and there was a compatibility issue with the theme we’re unaware of.

    We’ve now fixed the issue and uploaded a new version.

    After theme update -Try clearing server as well as Browser cache.

    Please update the theme and let us know if the issue persist.

    Thanks,

Viewing 15 replies - 16 through 30 (of 81 total)