Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #730860

    I have this problem after update to the latest version 3.8
    I am using time ago carrental plugin by Ecalypce and all was ok till the update.

    The problem is.. carrental plugin generated detail page, on a browsers page title. instead of what it use to display now it show “page not found + (site title)
    Also on same page when try see additional pictures by clicking on the button .. opens two ligntboxes the same time.

    See the problems link on privet conten section

    all this happing after the ENFOLD update
    please help..

    #730959

    Hey iamtheo777444765867989089fffhjhgtt,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #731226

    Hello Rikard

    #731557

    Because I change default site language the problem URL change to

    #732217

    hello is any body out there?

    #732264

    Hi!

    1- Can you please try using a plugin such as Yoast to have more control over page titles?
    2- Please go to Enfold/js/avia.js and find

    
    exclude			:	'.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"]',

    and change it to

    
    exclude			:	'.carrental-custom-theme , .carrental-custom-theme  a,.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"]',

    If you are using a child theme, please add following code to Functions.php file of your child theme

    function wp_change_aviajs() {
       wp_dequeue_script( 'avia-default' );
       wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true );
    }
    add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );

    and move modified file inside /js folder

    Cheers!
    Yigit

    #734795

    1. I already have Yoast installed and it is causing the problem, when I uninstall it all good. You got any ideas for quick fix? I have completed the work with Yoast..

    2. Lightbox fix OK.

    #734810

    Hey!

    1- It shows “Rooms to let” on my end at the moment. What exactly would you like to show? We might need WP and FTP logins to look further into the issue. Please post them in private content field if you do not mind.
    2- Great!

    Cheers!
    Yigit

    #734822

    Yes this is a test installation and you are right was ok, because I have disable Yoast, check it now I have Yoast activate, and again page not found. So how can I still use yoast and not having this problem?

    #734867

    Hi!

    I see. Can you please try contacting plugin authors as they should have better insight on what could be causing the issue?
    There is nowhere to add page titles or specific selectors to target your items to change title manually

    Best regards,
    Yigit

    #734955

    Just now I realized that I have a problem with the contact forms, contact forms of Enfold not work, do not send, which I address using the WP SMTP, now does not work either with WP SMTP
    please help is urgent

    #734960

    is any late fix for enfold contact forms to work as normal with no plugin?

    #735150

    Hi,

    Did you try following this? http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/

    Best regards,
    Rikard

    #735484

    solution work fine thank Rikard

    Best regards,
    kostas

    #735710

    Hi Kostas,

    Great, glad you got it working :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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