Jump to content
  • Sign Up

Escorter

Rookie
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Escorter

  1. Hi all, I’m having an issue on my customers site, if you could help me out, it would mean a lot to me. I am using a css script on wordpress which causes me the following problem: I want to view a users profile on my desktop’s theme and everything works perfectly. I then went on my mobile and when I wanted to click on that profile to view the following error appears: There has been a critical error on this website. Learn more about troubleshooting WordPress. I then found the following on the file manager on the desktop theme on single-escort.php file is the following code inserted: <?php if($webidev['webi-esc-profile-hide-sidebars'] == '1') : ?> <?php get_header('nosidebars'); ?> <?php endif; ?> <?php if($webidev['webi-esc-profile-hide-sidebars'] == '0') : ?> <?php get_header(); ?> <?php endif; ?> <?php if($webidev['body_wrapper'] == 'boxed' && $webidev['webi-esc-profile-hide-sidebars'] == '1') : ?> <div class="container"><div class="row no-gutters"> <?php endif; ?> <?php include(get_template_directory() . '/templates/single/single-escort.php'); ?> <?php if (have_posts()): while (have_posts()) : the_post(); ?> <?php the_content(); // Dynamic Content ?> <?php endwhile; ?> <?php else: ?> <h1><?php _e( 'Sorry, nothing to display.', 'html5blank' ); ?></h1> <?php endif; ?> <?php if($webidev['body_wrapper'] == 'boxed' && $webidev['webi-esc-profile-hide-sidebars'] == '1') : ?> </div></div> <?php endif; ?> <?php if($webidev['webi-esc-profile-hide-sidebars'] == '1') : ?> <?php get_footer('nosidebars'); ?> <?php endif; ?> <?php if($webidev['webi-esc-profile-hide-sidebars'] == '0') : ?> <?php get_footer(); ?> <?php endif; ?> But on the mobile theme single-escort.php only has this code inserted: <?php get_header(); ?> <div class="breadcrumbs"> <?php bcn_display(); ?> </div> <?php if (have_posts()): while (have_posts()) : the_post(); ?> <?php the_content(); // Dynamic Content ?> <?php endwhile; ?> <?php else: ?> <h1><?php _e( 'Sorry, nothing to display.', 'html5blank' ); ?></h1> <?php endif; ?> <?php get_footer(); ?> I then replaced the code from the desktop to the mobile and guess what, the error page dissapeared and I can view the profile. BUT it looks horrible and not correctly displayed. How can I write this code so that it will look like on the desktop theme? Thank you.
  2. @ The Grim Reaper Ok, I will do my research. Thank you again for your time.
  3. Thank you for your answer The Grim Reaper. I just spoke with that company here: www.escortscripts.com and they selling the script for 528$. So I can just make it by myself via WordPress or Joomla? I mean is it that easy? I am not a Coder/Programmer or something like that. Maybe you know a cheaper place to find this to buy or a forum which has stuff like that?
  4. Hello WebFlakers! May I ask you for some help? I want to create a Escort Portal like these platforms: www.eurogirlsescort.com www.xdate.ch www.and6.com Do you have any Escort Script that I can download/use for free? Any cracked/nulled one? Like here: www.escortscripts.com they are all paid scripts. Thank you.
×
×
  • Create New...