Putting revolution slider on top of activity feed, clarification

Hello again
I have read this one:

and get one answer, but its not working, is there anything i forget in the script:

I put this code in functions.php in the child theme:

?>

<?php x_get_view( 'global', '_header' ); ?>

<?php x_get_view( 'integrity', 'global-alert' ); ?>
<?php x_get_view( 'global', '_slider-revolution-above' ); ?>

  <header class="masthead" role="banner">
    <?php x_get_view( 'global', '_topbar' ); ?>
    <?php x_get_view( 'global', '_navbar' ); ?>
    <?php x_get_view( 'integrity', '_breadcrumbs' ); ?>
  </header>

  <?php x_get_view( 'global', '_slider-revolution-below' ); ?>

  <?php x_get_view( 'integrity', '_landmark-header' ); ?>

Have i miss something, hove can i tell the script the name on the slider?
the shortcode is:
[rev_slider startsida]

Hope the support can help me

The system dont accept the script, so i go back to:

<?php

// =============================================================================
// FUNCTIONS.PHP
// -----------------------------------------------------------------------------
// Overwrite or add your own custom functions to X in this file.
// =============================================================================

// =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
//   01. Enqueue Parent Stylesheet
//   02. Additional Functions
// =============================================================================

// Enqueue Parent Stylesheet
// =============================================================================

add_filter( 'x_enqueue_parent_stylesheet', '__return_true' );
add_filter( 'https_ssl_verify', '__return_false' );



// Additional Functions
// =============================================================================

Hi there,

Thanks for writing in.

Sorry for the confusion, it should be added to wp-header.php, it’s a template. About the shortcode, you can edit your existing slider and go to its setting and copy its shortcode.

Thanks!

hello and thanks,
but where do I put the shortcut in the script?

Do not know where in the script it should be:
[rev_slider start page]
would you like to show me thanks!

wp-header.php
look like this today:

<?php // ============================================================================= // VIEWS/INTEGRITY/WP-HEADER.PHP // ----------------------------------------------------------------------------- // Header output for Integrity. // ============================================================================= ?> <?php x_get_view( 'global', '_header' ); ?>
<?php x_get_view( 'integrity', 'global-alert' ); ?>
<?php x_get_view( 'global', '_slider-revolution-above' ); ?>

  <header class="masthead" role="banner">
    <?php x_get_view( 'global', '_topbar' ); ?>
    <?php x_get_view( 'global', '_navbar' ); ?>
    <?php x_get_view( 'integrity', '_breadcrumbs' ); ?>
  </header>

  <?php x_get_view( 'global', '_slider-revolution-below' ); ?>
  
  [rev_slider startsida]
  

  <?php x_get_view( 'integrity', '_landmark-header' ); ?>

Hi,

You can try this code.

<?php

// =============================================================================
// VIEWS/INTEGRITY/WP-HEADER.PHP
// -----------------------------------------------------------------------------
// Header output for Integrity.
// =============================================================================

?>

<?php x_get_view( 'global', '_header' ); ?>

  <!--
  BEGIN #top.site
  -->

  <div id="top" class="site">

    <?php x_get_view( 'integrity', 'global-alert' ); ?>
    <?php x_get_view( 'global', '_slider-revolution-above' ); ?>

      <header class="masthead" role="banner">
        <?php x_get_view( 'global', '_topbar' ); ?>
        <?php x_get_view( 'global', '_navbar' ); ?>
        <?php x_get_view( 'integrity', '_breadcrumbs' ); ?>
      </header>

      <?php x_get_view( 'global', '_slider-revolution-below' ); ?>
      
     <?php echo do_shortcode('[rev_slider startsida]'); ?>
      

      <?php x_get_view( 'integrity', '_landmark-header' ); ?>

Hope that helps

Hello again
Nothing happens, do i need to put in som CSS ?

I can give you the login if you need it.

Hi there,

I checked and your theme is a bit old, this customization is based on the latest theme that has a different structure. You should clone your current site as staging, then update the theme and cornerstone to the latest (in your staging) and implement this customization there. Once all are working without issues, you can simply move your staging site back to live one overwriting it.

Thanks!

Hello again
Have try many times to update: Product Validation

But nothing work. Is there another way to update it?

“Could not establish connection. Please ensure your firewall is not blocking requests to theme.co

There is no fireall, and this problem i hav on many sites with X

Can i found the latest X and Child (pro) somewhere to send over with ftp
to these site with the same problem?

Hi there,

If your sites are on the same host, then it’s a security-related issue and al outgoing requests are being blocked. I recommend contacting your hosting provider and see if you can get a network logs from them. I couldn’t provide answers since I’m not sure what’s happening in your host environment.

Try cloning your site in the different host as staging and validate it. That also helps to confirm the validation issue. If your host has active mod_security, then I think you can disable it in your CPanel, if not, you should request it from your host.

Thanks!

THANKS i will be back

You are most welcome. :slight_smile:

Hello again igot this from the webbhotel:
Please do contact the theme provided if they need connection using Curl or any specific port.

/

Hi there,

Ah, so they are really blocking the outgoing connections. They should allow the CURL connection between your site and theme.co, and CURL HTTPS should be working too. Port is 80 since it’s a web request.

Thanks!

Hello again
I got NO respons from my webbhotel, but i did a manuel update of X and cornerstone. And now scrip you write working in wp-header.php but now the Logo and menu will not place in the center of the page.
http://www.modernamobelklassiker.com/

Regards

Hi There,

I got this error message when visit your dashboard:

Could you please double check?

Thank you.

Yes see that too
what can we do?

Is there any problem with my update? I Follow the rules that the support give me

Hello There,

Did you overwrite all the files in your parent theme? It seems that some contents of the old files were being displayed. You might need to re upload the theme files and must overwrite all files or just do this steps:

  • Log in to your ftp
  • browse to the themes folder wp-content/themes/
  • create a new folder like new-x as the folder name
  • upload all the X theme files in new-x folder.
  • once all the files were upload, browse to the wp-content/themes/ folder
  • rename x folder into old-x
  • rename new-x into x folder
  • Clear all your caches and test your site again.

If nothing is working, please provide us your ftp access to resolve this issue in no time.

Hope this helps. Please let us know how it goes.