Forum Replies Created
-
AuthorPosts
-
so I regenerated the thumbnails and now they are all back like they were originally – not sure i understand what that’s for?
look now at this page: http://andes-world-travel.flywheelsites.com/home/ it’s wrong now.excellent thanks!
-
This reply was modified 9 years, 12 months ago by
Munford.
I am using Chrome, but am now running an update – I will let you know if I continue to see the issue
thanksthanks but there is still this
p {
margin: 0.85em 0;
}which is global, right?
I tried that but then it seemed like that’s what changed them back. SHould I run it again?
thanks I will try that
I think I need to target the news-excerpt and not the new-headline, as it’s the excerpt that has
p {
margin: 0.85em 0;
}that is affecting the spacing between the items when the titles flow to 2 lines.
see here: http://imgur.com/wZYZ22UI tried this:
.news-excerpt p {
bottom margin: 0em;
}
but did not work. Any other ideas?
thanks for your help as always,
NancyThis reply has been marked as private.I see this problem with text in the footer on a daily basis when some pages first load – on reload the text is fine.
This reply has been marked as private.I think it was this:
#363311I think I also followed a link from a search on the support
This reply has been marked as private.This reply has been marked as private.Hi Rikard,
the site is back up = wrong redirect…
thanks for taking a look
nancyHI Rikard,
I mistakenly redirected my clients’ old (hacked) site to my new domain. It is back up now! I appreciate you taking a look.
thanks
NancyThis reply has been marked as private.This reply has been marked as private.Hi Elliot –
I disabled my plugins and loaded a new version of enfold via ftp but am still seeing the THEMENAME instead of ENFOLD in the menu settings. I am using a child theme. Any ideas? It’s being flagged when I use WP-debug.
thanks
nI have this:
if($style == ‘small’)
{
if(empty($this->atts[‘thumbnails’]))
{
$image = “”;
$extraClass = “av-magazine-no-thumb”;
}}
else
{
$excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( ‘avf_magazine_excerpt_length’ , 60) , apply_filters( ‘avf_magazine_excerpt_delimiter’ , ” “), “…”, true, ”);but I don’t see the excerpts. ??
/Nancythanks
I got it working – not sure what was going on.
thanksthanks
Thanks for the help!
Here are the settings I have in WP total cache: http://imgur.com/KTxKehz – not sure if I am doing it right. getting this on the page speed test:
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Your page has 1 blocking script resources and 5 blocking CSS resources. This causes a delay in rendering your page.
None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML.
Remove render-blocking JavaScript:
http://www.barbarakandersen.com/…jPzdAz0U_PS8nNS9LOK9RPLMhN1k_NzCxJLAA.js
Optimize CSS Delivery of the following:
http://www.barbarakandersen.com/…zKKaoSGLxafySI5B6nzffho3UOfxVc1cLxAw.css
http://www.barbarakandersen.com/…00000/M9BPzUvLz0nRTc7IzEnRLy6pzEkFAA.css
http://www.barbarakandersen.com/…KdZPLi7WB4rk6pZkpOam6uZkpmeU6OVm5gEA.css
http://fonts.googleapis.com/…erriweather|Open+Sans:400,600|Droid+Sans
http://fonts.googleapis.com/css?family=Merriweather&ver=4.2.1The website is finished – so I have edited the .htaccess file by adding this code to the top:
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg “access plus 1 year”
ExpiresByType image/jpeg “access plus 1 year”
ExpiresByType image/gif “access plus 1 year”
ExpiresByType image/png “access plus 1 year”
ExpiresByType text/css “access plus 1 month”
ExpiresByType application/pdf “access plus 1 month”
ExpiresByType text/x-javascript “access plus 1 month”
ExpiresByType application/x-shockwave-flash “access plus 1 month”
ExpiresByType image/x-icon “access plus 1 year”
ExpiresDefault “access plus 2 days”
</IfModule>
## EXPIRES CACHING ##This seemed to helped the speed, but on the page speed test I am still getting this:
Leverage browser caching
Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser to load previously downloaded resources from local disk rather than over the network.
Leverage browser caching for the following cacheable resources:
http://www.google-analytics.com/analytics.js (2 hours)
http://www.barbarakandersen.com/…ygt0M8qLE0tqtTLTUzPy0zLTNYFi-rlZuYBAA.js (2 days)
http://www.barbarakandersen.com/…eVm5umYoCotL9BF5gOlk_NzwfqKUgtyKkFaAA.js (2 days)
http://www.barbarakandersen.com/…jPzdAz0U_PS8nNS9LOK9RPLMhN1k_NzCxJLAA.js (2 days)
http://www.barbarakandersen.com/…des/js/wp-emoji-release.min.js?ver=4.2.1 (2 days)How can I specify the expiration on those files?
Not sure what to do about this though which is the top error- does that have to do with the speed on the server itself?:
Reduce server response time
In our test, your server responded in 1.6 seconds. There are many factors that can slow down your server response time. Please read our recommendations to learn how you can monitor and measure where your server is spending the most time.thanks for your continued help
Nancy-
This reply was modified 10 years ago by
Munford.
thanks, I know I can do it via ftp but thought it was strange that one side could update but the other couldn’t.
OK – I just wasn’t sure where that css was coming from – it was part of the theme.
thanks
nexcellent that is working great. thanks!
thanks Yigit, that worked to get rid of that little space, but now the front page has a big space at the top. before the background image went to the top of the page, with the header showing on scroll. Also I saw on the mobile all pages has a big space under the header.
here is what I’m seeing on the dev tools: http://imgur.com/LTIcb3H which is confusing to me.Since it’s such a small issue with the navbar height, I reverted to 35px as it was before – seems to cause problems…let me know if there is an easy fix
Thanks
N-
This reply was modified 10 years ago by
Munford.
Hey Yigit
Brilliant! You win the Kriesi guru prize of the day!
thanks so much – just what I needed.
Nancy -
This reply was modified 9 years, 12 months ago by
-
AuthorPosts