Search results for jevelin theme

Home Forums Search Search Results for 'Slider Revolution'

Home Forums Search Search Results for 'Slider Revolution'

Viewing 20 results - 941 through 960 (of 1,044 total)
  • Hi @Benjam1n,

     

    I hope you are well today and thank you for your questions.

     

    How do you reduce the “Section” height when the padding has already been set to “0”. If you take a look at http://www.benjaminbrain.com and look at the “About Me” section on the homepage, there is loads of white space above and below the text – even though all padding is set to “0”.

    Also, on my “connect” page – http://www.benjaminbrain.com/connect – there is a big white gap at the top of the page. Again, all padding is set to “0”

    This is because you have added padding to the column in which you have added About Me text so please remove padding from column also.

     

    On the connect page i can see you have not set section padding to 0 as shown in the attached screenshot.

     

    The Revolution Slider does not show up as I would like on a mobile device. Is there a way of the site showing a Slider for desktop and a different one for mobile devices?

     

    You can check on the following pages whether the Revolution Slider plugin supports it.

     

    https://www.themepunch.com/revslider-doc/layer-mobile-visibility/

    https://www.themepunch.com/faq/dynamically-change-slider-layout-mobile-devices/

     

    Is it possible to link the contact form up to an autoresponder service such as mailchimp or aweber and how do you do it?

    The theme contact form doesn’t support it but you can achieve this by using the following contact form 7 plugins.

     

    https://wordpress.org/plugins/contact-form-7/

    https://wordpress.org/plugins/contact-form-7-mailchimp-extension/

     

    Is there way of adding a newsletter subscription box to the homepage?

    You can use any of the following plugins to achieve this.

     

    https://wordpress.org/plugins/email-subscribers/

    https://wordpress.org/plugins/newsletter-sign-up/

    https://wordpress.org/plugins/newsletter-subscription-form/

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.
    Benjam1n
    Participant

    Hi,

    I would like help with the following:

    1. How do you reduce the “Section” height when the padding has already been set to “0”. If you take a look at http://www.benjaminbrain.com and look at the “About Me” section on the homepage, there is loads of white space above and below the text – even though all padding is set to “0”.

      Also, on my “connect” page – http://www.benjaminbrain.com/connect – there is a big white gap at the top of the page. Again, all padding is set to “0”

    2. The Revolution Slider does not show up as I would like on a mobile device. Is there a way of the site showing a Slider for desktop and a different one for mobile devices?
    3. Is it possible to link the contact form up to an autoresponder service such as mailchimp or aweber and how do you do it?
    4. Is there way of adding a newsletter subscription box to the homepage?

    This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson, Slider Revolution and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.

     

     

    If it is not plugin conflict then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will bee able see it.”?

    Hi Megan,

     

    Sorry to hear of the problem you are having.

     

    I have tested it on my test site and it’s working fine for me using latest version of jevelin theme. Also it is working fine for other users so it seems something is happening on your site causing these issues.

     

    Not to worry we will troubleshoot and fix the issues.

     

    First of all please make sure you are using latest version of theme and plugins.

     

    This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson, Slider Revolution and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.

     

    Best regards,
    Shufflehound team

    MeganHolloway
    Participant

    Every time I try to update or change my revolution slider I get an “Ajax Error!!! error”. Also when I try to upload media, it just gives me the token link icon.

     

    Also also, on the system status page it says that I have out of date .php files

     

    I have been having some real issues with trying to get this theme up and running with my content. What can I do?

     

    In reply to: Design of my homepage

    Hi @synobol,

     

    I hope you are well today and thank you for your questions.

     

    I would like all the sections to be full width. However right now, only the revolution slider is full width

    That is custom developed page so it displays full width.

     

    You can also display your site home page full width by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    body.home .content-container .container {
        width: 100% !important;
        max-width: 100% !important;
    }
    

     

    What are the correct measurements of the image for the colums.
    If you look at the “Get your Costume” section, the image is too small. However I uploaded a 100o * 1000px image. It needs to be perfectly aligned at the top and bottom

     

    You can configure the image size in the set Single image content element as shown in the attached screenshot.

     

    On the same Get your Costume section, the overlay is blue. How can I change this, for it to match my website colours?

    You can change its color by using following custom CSS code.

     

    .sh-single-image-overlay {
        background-color: rgba(241,9,6,.8);
    }

     

    Between the top menu and the revolution slider, there is a space (in light salmon colour) I can I get rid of it?

    To remove it please use below custom CSS code.

     

    body.home #wrapper>.sh-page-layout-default {
        padding-top: 0;
    }

     

    Finally I’ve added a video in the section “Soca 2017”. It doesn’t resolve well on mobile. It’s cut off..

    You can fix that issue using below custom CSS code.

     

    .sh-video-player {
        max-width: 100%;
    }

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.
    synobol
    Participant

    Hello,

    I’ve chosen the Basic Home layout on  my homepage, and somehow there are a few things I cannot replicate.
    This is my reference:
    http://preview.themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/full_screen_preview/14728833

     

    1. I would like all the sections to be full width. However right now, only the revolution slider is full width
    2. What are the correct measurements of the image for the colums.
      If you look at the “Get your Costume” section, the image is too small. However I uploaded a 100o * 1000px image. It needs to be perfectly aligned at the top and bottom
    3. On the same Get your Costume section, the overlay is blue. How can I change this, for it to match my website colours?
    4. Between the top menu and the revolution slider, there is a space (in light salmon colour) I can I get rid of it?
    5. Finally I’ve added a video in the section “Soca 2017”. It doesn’t resolve well on mobile. It’s cut off..

    Here is my website: http://www.mynottinghillcarnival.com

    In reply to: Video Tutorials

    Hi KimRichards,

     

    I hope you are well today and thank you for your question.

     

    You can get videos of slider revolution plugin on the following pages.

     

    https://www.youtube.com/user/ThemePunch/videos

     

    Best regards,
    Shufflehound team

    Hi @RCA_86,

     

    Sorry to hear of the problem you are having.

     

    Yes it is Slider Revolution plugin issue.

     

    Please open the Slider in your Editor and resave it again (slide by slide) to see if that helps to solve the problem.

     

    In case the issue still exists, please make sure that you cleared the cache and purged any cdn / cloud caches as well.

     

    In case the issue still exist, please then please check do you have WP_DEBUG set to true in your wp-config.php file?

     

    If you do then please set it to false.
    This will hide the warning messages and you will be able to use your site normally.

     

    Best regards,
    Shufflehound team

    KimRichards
    Participant

    Hi Can you tell me if you have video tutorials? In particular I am trying to figure out how to use the slider revolution

    thanks

    RCA_86
    Participant

    Hello again,

     

    I guess I have a problem with Slider Revolution , but I don’t know how to fix it.

     

    This messages appear on the Home Page, where the header it’s done with Revolution Slider:

     

    <b>Notice</b>: Undefined offset: 1 in <b>/home/rcapuptp/public_html/wp-content/plugins/revslider/includes/framework/colorpicker.class.php</b> on line <b>91</b>

     

    <b>Notice</b>: Undefined offset: 2 in <b>/home/rcapuptp/public_html/wp-content/plugins/revslider/includes/framework/colorpicker.class.php</b> on line <b>91</b>

    Attachments:
    You must be logged in to view attached files.

    Please make sure you have activated the Slider Revolution plugin on your site. There you will find option to create new slider as shown in the attached screenshot.

    Attachments:
    You must be logged in to view attached files.

    The revolution slider displays fine for me on your shared site as shown in the attached screenshot. If you want to make any changes in it then you have to do it from revolution slider settings.

     

    You can display icon box slider arrows on mobile by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (max-width: 1250px){
    #page-container .sh-iconbox-slider-content .slick-prev,
    #page-container .sh-iconbox-slider-content .slick-next {
        display: block!important;
    }
    }
    Attachments:
    You must be logged in to view attached files.

    Hi Surge,

     

    I hope you are well today and thank you for your question.

     

    You can disable it from Thumbs option in the Navigation tab of Revolution Slider as described on the following page.

     

    https://www.themepunch.com/revslider-doc/navigation/#tabs

     

    Best regards,
    Shufflehound team

    Hi @LeaV,

     

    Thank you for your question.

     

    You can achieve it using revolution slider content element and configure it as displayed in the attached screenshot.

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.
    Surge
    Participant

    Hi,

     

    I know this is probably out of the scope of theme support, but i hope you can answer because i got no luck finding the solution…

     

    How can i remove the thumbnail next to the arrow in Revolution Slider?

     

    Every time i bring the mouse to click the arrow, this thumbnail appears and it covers my content without any real benefit to itself. Removing it, even site-wide, would be great.

     

    Thanks,

    Surge

    ssizz
    Participant

    Thank you for the reply, my site is http://9c7.778.myftpupload.com

     

    I am mostly wanting the revolutionary slider to fit like the corporate demo (on mobile version), as well as the slider boxes to fit more than just 2 and to scroll smoothly. Currently when the slider box on desktop and mobile, it stutters and lags a lot compared to the demo (on mobile and desktop).

    [email protected]
    Participant

    Hello. Whenever I create a new page there is a lot of blank space between my header and content. Even when I added a revolution slider the space is still there.

     

    the blog page and tools of the trade page (project page) work fine and is spaced how you would imagine.

     

    Could you please tell me how to nest the content directly under the header?

     

    please see http://grind.pro

    Attachments:
    You must be logged in to view attached files.
    seanpearse
    Participant

    I’m trying to remove the white space at the top of pages where breadcrumbs have been disabled (see screenshot attached).

     

    In the example attached I’ve replaced the titlebar with a revolution slide but there is still a space between the slider and the main page content.

     

    Any assistance is much appreciated.

     

    Thanks,

    Sean

    Attachments:
    You must be logged in to view attached files.

    Hi @leftclick,

     

    Sorry to hear of the problem you are having.

     

    This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson and Slider revolution plugins and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.

     

    Also you will find mentioned Troubleshooting option in the slider settings as shown in the attached screenshot.

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.
Viewing 20 results - 941 through 960 (of 1,044 total)