Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    September 23, 2016 at 11:31 am #30380

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .widget-content {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    }

    You can change the margin-top and margin-bottom ‘s 0px value to a larger number such as 5px to increase the spacing.

    Please clear your cache plugin’s cache content after you had added the above mentioned codes.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 23, 2016 at 7:01 am #30377

    Hi,

    Please provide your website URL.
    I need to take a look at your source code in order to provide a solution.

    I also need to know what you mean by moving closer. Are you asking for a solution to reduce the space between top and bottom of widget?

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    September 23, 2016 at 6:58 am #30376

    Hi,

    Our product does not have the ability to display multiple authors, this is not a standard WordPress theme requirement. This is why I suggest you to contact our developers for customization service.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 23, 2016 at 6:55 am #30375

    You are welcome.
    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 22, 2016 at 2:53 am #30361

    Hi,

    I am able to replicate your issue.
    I am attaching the following screen-cast for our developer to see to steps to produce this error.
    http://screencast-o-matic.com/watch/cDQ3cdjqQp

    Forum is blank when using with Evolve Plus theme.
    There is actually a fatal error. The following is the error message.

    Fatal error: Call to undefined function is_buddypress() in /Applications/MAMP/htdocs/evolve-plus-demo/wp-content/themes/evolve-plus/library/functions/basic-functions.php on line 3329

    I will report this issue to our developers, Please wait for a fix in next theme version update.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 22, 2016 at 2:41 am #30360

    Hi,

    The header needs a different format to fit nicely in the mobile version – how can I specify a different header if on a mobile device?

    This requires modification to theme codes, Please contact our developers for this customization service.
    https://theme4press.com/theme-customization-service/

    You can use the following in Theme Options -> Custom CSS
    to make your slide button into a link in your mobile view.

    @media screen and (max-width:768px){
    .da-slide .da-link {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    box-shadow: none !important;
    color: #000 !important;
    text-decoration: underline !important;
    }
    }

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 22, 2016 at 2:34 am #30359

    Hi,

    Please go to Appearance -> Theme Options -> Typography -> Menu
    Find the font color setting under Main menu font.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 22, 2016 at 2:29 am #30358

    Hi,

    I am not able to replicate this issue on my test site.
    I am able deploy widget to header widget area.

    Please see my screen-cast
    http://screencast-o-matic.com/watch/cDQ3ctjqjL

    Are you using Evolve Plus 2.6.8 with reduxframework plugin?

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 21, 2016 at 7:01 am #30346

    Hi,

    Have you referred to the steps in this documentation?
    https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 21, 2016 at 6:57 am #30345

    Hi,

    Please do not upload your logo.
    Add your logo into your header image.
    It will resize properly if you do it this way.

    Go to Theme Options -> Header -> Title and Tagline
    to disable title and tagline.

    Thank you