Forum Replies Created
-
AuthorPosts
-
August 4, 2015 at 11:21 am in reply to: Full display of blog post with advance blog layout in category #482617
Aha….ok, thanks.
July 29, 2015 at 10:13 am in reply to: Full display of blog post with advance blog layout in category #480105The normal blog post looks ok:
http://www.newyorkinspiration.com/category/where-to-stay/hotel/page/4/
A cowboy in WilliamsburgBut I want the blog post with the Advanced Layout builder to look the same and they don´t as you can see, they just show the last added code which comes from mappress – [mappress mapid=”117”]
Its strange that the feature image is not shown instead it is the last added code in the blog post.July 29, 2015 at 10:01 am in reply to: Full display of blog post with advance blog layout in category #480096Noop…..that did not help.
http://www.newyorkinspiration.com/category/where-to-stay/hotel/I added this code to the functions.php file but I think they are talking about the archive page, not the category page as I am referring to.
add_filter(‘avf_blog_style’,’avia_change_archive_blog_layout’, 10, 2);
function avia_change_archive_blog_layout($layout, $context){
if($context == ‘archive’) $layout = ‘single-big’;
return $layout;
}add_filter( ‘post-format-standard’, ‘avia_category_content_filter’, 15, 1);
function avia_category_content_filter($current_post)
{
if(!is_single())
{
$current_post[‘content’] = get_the_excerpt();
$current_post[‘content’] .= ‘<div class=”read-more-link”>‘.__(‘Read more’,’avia_framework’).'<span class=”more-link-arrow”> →</span></div>’;
}
return $current_post;
}Hi,
I don´t get it.. do you @Guenni007 for work for the forum or not? Why do reply if you wan me to ask the support?
Hi,
thanks, yes I did but there is no difference. Also empty cache.
Maybe you can login and have a look?July 28, 2015 at 9:33 am in reply to: Full display of blog post with advance blog layout in category #479529Thanks..
Thanks…
Yeah….suddenly after several hours the web host must have fixed something.
I have tried with this plugin but it does not help :(
https://wordpress.org/plugins/wp-defer-loading/Some more information:
http://www.newyorkinspiration.com/wp-includes/js/jquery/jquery.js?ver=1.11.2 (85.8KiB)
http://www.newyorkinspiration.com/wp-content/themes/enfold/js/avia.js?ver=3 (72.9KiB)
http://www.newyorkinspiration.com/wp-content/themes/enfold/js/shortcodes.js?ver=3 (70.3KiB)
http://www.newyorkinspiration.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=2.16.2 (61.0KiB)
http://www.newyorkinspiration.com/wp-content/themes/enfold/js/aviapopup/jquery.magnific-popup.min.js?ver=2 (17.6KiB)
http://www.newyorkinspiration.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1 (5.5KiB)
http://www.newyorkinspiration.com/ (1.5KiB of inline JavaScript)
http://www.newyorkinspiration.com/wp-content/themes/enfold/js/avia-compat.js?ver=2 (1.1KiB)
http://www.newyorkinspiration.com/wp-includes/js/mediaelement/wp-mediaelement.js?ver=4.2.2 (580B)I also got this reply from https://gtmetrix.com/reports/www.newyorkinspiration.com/bINGLtbz
Defer parsing of JavaScript
316.4KiB of JavaScript is parsed during initial page load. Defer parsing JavaScript to reduce blocking of page rendering.Do you know how I can fix this?
Thanks
CharlotteOk, thanks then I will do that.
Charlotte
Ok… but what happens to all the settings I have done?
Will it be the same in the new theme that I upload?Charlotte
Aha…ok… thanks, but there is no other way? Its so many posts to go through…..
And this is the text from the title so I can´t add the code to the tag to the title
- This reply was modified 9 years, 4 months ago by charlotteraboff.
Thanks :)
Great, thanks :)
Aha…. thanks ! :)
This reply has been marked as private.Great, thanks :)
Yes, that would be great if I can hide it.
What code shall I add?It´s a pity that it created another list in feedburner…
Thanks.
Hey!
I just change to Enfold on my New York website – http://www.newyorkinspiration.com
Any feedback is welcome.Thanks
CharlotteGreat, now it looks good :)
Thanks.
Hey,
I have empty cache and I check on both firefox, safari and chrome for mac but it is still more space on the right hand side
:-))
Thanks…. I tried to change the value but I don´t see any change at all…
Charlotte
Aha…. thanks…. I should have check that!
Charlotte :)
I don¨t know what happen when I enter the code…. hmm.. strange
Anyway, thanks :)
This reply has been marked as private.Noop….that code messed it up
Ok, thanks :)
I get this error
-
AuthorPosts