Nexus

Forum Replies Created

Viewing 15 posts - 61 through 75 (of 535 total)
  • Author
    Posts
  • in reply to: Slider Revolution are not updating #9385
    Nexus
    Moderator

    I have updated the plugin successfully. You will have to disable the caching to see the changes. Even after I flush the cache, I am seeing the old Revolution Slider in the homepage. You may have to redo some of the slider settings and styles as the upgraded version is 4.6. Thanks!

    in reply to: Images (parallax, portfolio, …) #9383
    Nexus
    Moderator

    You are right about the technique. Create a layer at top of the image layer and fill it with a gradient. Set the blend modes to overlay or soft light and change the opacity to say 30% or so. Hope that helps!

    in reply to: Images (parallax, portfolio, …) #9304
    Nexus
    Moderator

    We have used 800 x 600 px for the portfolio images. I would recommend a ratio of 12:9 for small and medium images. For large images 11:6 ratio works out fine (for eg 1920 x 1080 px).

    in reply to: Agile Sliders on Mobile Devices #9272
    Nexus
    Moderator

    Indeed, I see all messed up when in mobile mode. The problem I see is nothing to do with any settings and only with the content. There are lots of elements that are fighting for the limited real estate in the smaller resolution. Unfortunately you cannot do much with it other than reducing the slide contents. And also in some of the slides the contents are placed very close to each other which will affect them when the resolution is small.

    Also if you want to control the elements with custom css then here is some css you will want to consider

    @media only screen and (max-width: 479px), @media only screen and (max-width: 767px)
    {
    	.tp-caption .button {
    	padding: 4px 6px;
    	font-size: 11px;
    	}
    }

    You can control any element using media queries.

    Also, I see that you are using a older version of Revolution Slider. Pls download the latest theme package and update the plugin by locating the latest version of “revslider.zip” file inside the “Revolution Slider setup Instructions” folder.

    Thanks!

    in reply to: PSD File for Agile #9228
    Nexus
    Moderator
    This reply has been marked as private.
    in reply to: Agile Sliders on Mobile Devices #9227
    Nexus
    Moderator

    Can you pls share the login details as a private message here so that I can take a look at the backend? I think the grid size might not be right. Thanks for your patience 🙂

    in reply to: Revolution slider #9085
    Nexus
    Moderator

    Hi Lermer,

    If you are talking about the Revolution Slider update then the latest “revslider.zip” file is bundled with the latest theme package and you can find it in the “Revolution Slider Setup Instructions” folder. You can manually update the plugin through WordPress dashboard by navigating to “Dashboard > Revolution Slider” and you will find a “update plugin” button at the bottom.

    If you still face issues then pls leave a private reply with the login details and I will help you out. Thanks!

    in reply to: Revolution slider #9073
    Nexus
    Moderator

    I have updated the slider to version 4.5 and everything works fine now. Pls let me know. Besides you have to disable the page header in the page editor. Thanks!

    in reply to: Serious Vulnerability in WordPress Plugin sold via Envato Market #9072
    Nexus
    Moderator

    Yes, you can. Make sure that the slider version is 4.2 above. Thanks!

    in reply to: Revolution Slider Transitions #8936
    Nexus
    Moderator

    Now the transitions are working fine. I updated the slider to the latest version. I think this issue was with the particular version of slider that we had shipped with the theme.

    And for anyone who is having this issue, you can find the latest version of the Revolution slider in the “Revolution Slider setup instructions” folder that comes with the theme package.

    in reply to: Basic One Page Setup #8844
    Nexus
    Moderator

    Hi,

    I see that you have imported the demo content fine. The homepage is working to me. Have you resolved this issue already? Thanks!

    in reply to: Can´t setup working Home single-page #8843
    Nexus
    Moderator

    Hi,

    I see that everything is working fine in your site and the scrolling is working fine when I click on the menu links. Can you specifically point out the issue you are facing. Thanks!

    in reply to: Page section on menu not working #8842
    Nexus
    Moderator

    Seems to work fine in all the browsers in my machine. Have you managed to resolve this issue? Thanks!

    in reply to: Gradients in sections #8679
    Nexus
    Moderator

    You will have to achieve that in css. Pls paste the following code to custom css in theme options and change the values to your liking.

    .segment-class {
    background: #88bfe8; /* Old browsers */
    background: -moz-linear-gradient(top,  #88bfe8 0%, #70b0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88bfe8), color-stop(100%,#70b0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #88bfe8 0%,#70b0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #88bfe8 0%,#70b0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #88bfe8 0%,#70b0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #88bfe8 0%,#70b0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#70b0e0',GradientType=0 ); /* IE6-9 */
    }

    Also make sure to replace the .segment-class with the appropriate class or id. Thanks!

    in reply to: Featured Image Stopped Showing on Blog After WP Upgrade #8678
    Nexus
    Moderator

    Can you pls post a temp login to the dashboard and I will take a look. Did you by any chance change the hosting as well? Thanks!

Viewing 15 posts - 61 through 75 (of 535 total)