-
AuthorPosts
-
January 28, 2014 at 2:58 am #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.
January 28, 2014 at 5:37 am #215634Hi,
Does it happen with the default WordPress theme?
You can check your theme version in the Appearance page.
Cheers!
JosueJanuary 28, 2014 at 7:03 am #215668It only seems to happen on this page http://staging.actify.com/product-visualization/
Other pages are saving fine it seems so far.January 28, 2014 at 7:04 am #215669I can give you access credentials if you want to look at the page in WP admin .
January 28, 2014 at 9:53 am #215697Hi!
Please do so.
Also, i need the auth access to see the actual page.
Regards,
JosueJanuary 28, 2014 at 2:05 pm #215761This reply has been marked as private.January 28, 2014 at 3:39 pm #215815Any update on this?
January 28, 2014 at 9:59 pm #216059Hey!
Your page is displaying fine on my end.
Also, we may need an administrator account in order to debug it.
Regards,
JosueJanuary 28, 2014 at 10:02 pm #216060I 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-adminJanuary 28, 2014 at 10:07 pm #216061I 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
January 28, 2014 at 11:53 pm #216092Hi!
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!
IsmaelJanuary 29, 2014 at 3:40 am #216217On 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>January 30, 2014 at 8:31 pm #217119Hey!
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 -
AuthorPosts
- The topic ‘URGENT !!!! I am losing part of my page after editing Enfold page.’ is closed to new replies.