Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #215604

    I have a page we built that whenever we make any edits to it it only saves part of the page. The page has about 8 “scenes”. It just started saving only the top 2 scenes. When we click “Preview Changes” it only displays the top 2 scenes. If we hit Update the same result happens on real page. We are on version 3.8.1.

    How can I tell which version of the theme I have?

    What could be causing this? We have list many many hours trying to figure out what i happening.

    #215634

    Hi,

    Does it happen with the default WordPress theme?

    You can check your theme version in the Appearance page.

    Cheers!
    Josue

    #215668

    It only seems to happen on this page http://staging.actify.com/product-visualization/
    Other pages are saving fine it seems so far.

    #215669

    I can give you access credentials if you want to look at the page in WP admin .

    #215697

    Hi!

    Please do so.

    Also, i need the auth access to see the actual page.

    Regards,
    Josue

    #215761
    This reply has been marked as private.
    #215815

    Any update on this?

    #216059

    Hey!

    Your page is displaying fine on my end.

    Also, we may need an administrator account in order to debug it.

    Regards,
    Josue

    #216060

    I am confused by your response.
    1. If you look at the first comment in this thread the problem is not how it displays it is that it loses parts of the page when we edit it.
    2. If you look above I already sent the credentials to access the wp-admin

    #216061

    I just tried it again and it seems ok after we rebuilt the page. Please dont touch any of the pages unless I get back to you

    #216092

    Hi!

    Please add this on functions.php:

    add_action('init','remove_yoast_analysis');
    function remove_yoast_analysis(){
    remove_filter('wpseo_pre_analysis_post_content','avia_wpseo_pre_analysis_post_content_fix', 10, 1);
    }

    You can also try to increase the php memory limit: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    Cheers!
    Ismael

    #216217

    On this page
    http://staging.actify.com/product-visualization/

    I have 2 pieces of code. The first one displays a white box “Request a Quote” that pops-up a form named #fancyboxID-2. This works great.
    The second piece displays a blue box “Request a Quote” with an icon in it as well. The box is perfect but I am unable to get it to pop up the same form. I have tried many variations but cant it to work right.

    Could you tell me how to change the code in the second instance to pop up the same form as in the first piece of code?

    Code that works well:
    <div class=”avia-button-wrap avia-button-center avia-builder-el-16 el_after_av_hr “><span class=”avia_button_icon” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello” style=”font-size:18px;”></span><span class=”avia_iconbox_title”>Request a Quote</span></div>

    Code that wont pop the form correctly.
    <div style=”float: left;”>[av_button label='Request a Quote' link='manually,#fancyboxID-2' link_target='' color='custom' custom_bg='#41c0e1' custom_font='#ffffff' size='large' position='center' icon_select='yes' icon='ue871' font='entypo-fontello']</div>

    #217119

    Hey!

    That kind of individual customization is outside of what we can help with through support. Debuging custom code/scripts needs to be done by the original author or by a freelance developer.

    Best regards,
    Devin

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘URGENT !!!! I am losing part of my page after editing Enfold page.’ is closed to new replies.