Tagged: 

Viewing 29 posts - 1 through 29 (of 29 total)
  • Author
    Posts
  • #908631

    Hi all!

    I have some problem with my site. I tried to modify the place of the breadcrumbs at function.php, but it doesnt worked, after i delete the code from the php file, my front page get some issue only at chrome and edge.
    Problems:
    There is a padding before the header
    back to top isnt working
    i got a promo box on this site, but the content is invisible

    Who can i fix this problems?

    Thanks

    Daniel

    #908787

    Hey csogordaniel,

    Where is the promo box into the site visible?
    Can you tell us?

    Best regards,
    Basilis

    #908976

    Hello Basilis!

    Sure! The promo box is before the footer on the landing page. Now you can se there a gray line

    Thanks,

    Daniel

    #909033

    Hi Daniel,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #909041

    Hello Victoria!

    Sure!

    Thanks

    Daniel

    #909140

    Hi Daniel,

    You have to be running at least php5.6.3 for the code to work properly. Please upgrade.

    Best regards,
    Victoria

    #909185

    Hi Victoria,

    Thanks this information, but this site is worked corretly before i try to edit the breadcrumb. And the another thing: i found a code next to the body, but i can’t delete it. Is that not problem?

    #909366

    Hi,

    Can you please revert your changes, update to latest Enfold and after let us know what modification you need so we can be able to help you the maximum

    Best regards,
    Basilis

    #909639

    Hi Basilis,

    It’s impossible, i need to finish this site soon, and i changed a lot of thing in the template. Why can’t help now ?

    Thanks

    Daniel

    #909691

    Hi,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    .home #av_section_1 .container {
        opacity: 1 !important;
    }

    Let us know if this helps.

    Best regards,
    Nikko

    #909697

    Hello Nikko!

    Thanks its works for the promo box problem, but the padding before the header and back to scroll not working problem is still available.

    Thanks

    Daniel

    #909707

    Hi,

    Can you give us ftp access? so we can try to check further and try to debug, just make a backup first :)

    Best regards,
    Nikko

    #909816

    Hi,

    Sry i can’t Its an international server. I added access to the site, it’s not enough?

    Thanks

    Daniel

    #909829

    Guys!

    The theme version what i use is compatibile with PHP 7.1.12?

    Thanks

    Daniel

    #909880

    Hi,

    It’s harder to figure out what’s wrong with just wordpress editor, with ftp access we can enable/disable wordpress debugger, and if remove a critical code or make a mistake, we can easily undo it and get the site back again, while in wordpress editor, a single mistake that could cause error would bring the site down again and there’s no way we can undo the mistake since wp-admin would not be accessible again. I checked your child theme and I think the problem is caused by the parent theme, did you do any modification on the Enfold theme?

    Best regards,
    Nikko

    #910181
    This reply has been marked as private.
    #911010

    Hi,

    Sorry for the late response, I have tried to access your site via ftp, however the details, didn’t work, tried using sftp, explicit ftp over tls and plain ftp, please check.

    Best regards,
    Nikko

    #911017

    Hi,

    the details are good, i checked it now with totalcommander. try connect without the folder.

    Thanks

    Daniel

    #911084

    Hi Daniel,

    Thanks I’ve connected now and checking on the theme files :) Please give us some time to try to fix the issues.

    Best regards,
    Nikko

    #911175

    Hi!

    This is fixed, top padding is removed and scroll down button is functioning well. Let us know if you need further assistance :)

    Regards,
    Nikko

    #911179

    Hi,

    Thank you very much!! :)

    what was the problem?

    Thanks

    Daniel

    #911184

    Hi,

    You’re welcome, actually enabling wordpress debug in wp-config.php:

     // Enable WP_DEBUG mode
    define( 'WP_DEBUG', true );
    
    // Enable Debug logging to the /wp-content/debug.log file
    define( 'WP_DEBUG_LOG', true );
    
    // Disable display of errors and warnings 
    define( 'WP_DEBUG_DISPLAY', false );
    @ini_set( 'display_errors', 0 );
    
    // Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
    define( 'SCRIPT_DEBUG', true );

    and checking the site fixed it, I just replaced the code again to disable debug:

    define( 'WP_DEBUG', false );

    Seems like some cached script caused it :) Nothing was changed on the theme or the plugins since I also tested it on my end and it’s fine.

    Best regards,
    Nikko

    #911214

    Thank you very much again

    One more question:

    The theme version what i use is compatibile with PHP 7.1.12?

    Thanks

    Daniel

    #911219

    Hi Daniel,

    You’re always welcome :) Yes, it should be compatible, since I have done some checking on your site, I don’t see any issues with the theme, though there are some who are experiencing issue with layerslider and php 7.1. we usually suggest for them downgrade.

    Best regards,
    Nikko

    #914773

    Hi Nikko,

    Now i have the same problem, now the site is redirected to the real domain. And now i have this padding and back to top issue and some other (i cant upload new media content and ). Could you help me?

    Thanks

    Daniel

    #914858

    Hi,

    I checked it again today, and it seems the solution I made the other day isn’t working anymore, I attempted to install and use a default wordpress theme to check if this was theme related, however going to Appearance > Themes > Add New Theme shows this error:

    An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums.

    I think this is a server configuration issue, since the issue also appears in the WP Dashboard when inspecting via Google Web Inspector. Can you try to ask your webhost to check on it?

    Best regards,
    Nikko

    #914866

    HI,

    i think this is still a template issue, when i use another template everything is ok.

    Could you check it again?

    Thanks

    Daniel

    we dont know the host :S

    #914906

    Now we try something, please dont do anything today :)

    thanks

    Daniel

    #914910

    Hi Daniel,

    Sure, just let us know if it’s okay to check again and try to debug. :)

    Best regards,
    Nikko

Viewing 29 posts - 1 through 29 (of 29 total)
  • You must be logged in to reply to this topic.