Forum Replies Created
-
AuthorPosts
-
I put that in the Quick CSS and for whatever reason it still doesnt work and no change is apparent. Sorry. I wish it fixed it.
yes please I would like the menu to appear at the beginning, then scroll also
thank you for the reply.
It didnt work though =(
February 24, 2016 at 11:26 pm in reply to: Blog Pagination Problem with Word Press 4.4.2. and Enfold 3.4.7 #588688Hey Rikard,
Sorry about that. Done now!
February 17, 2016 at 12:44 am in reply to: Problem Resolved: of Pagination with WordPress latest update 4.4.2 #584413Hi,
When we updated to Word Press 4.4.2 it fixed our pagination problem on our video page BUT we still haven’t recovered the pagination on our blog!
What should we do?
Thanks
do you maintain or know of a list of plugins that makes your theme mad?
Hi yes, i was forced to roll back to an earlier version of the theme because it broke the editor.
So manually updating via FTP would work better than updating within the auto updater?
Miko
my site is
http://gradle.staging.wpengine.com/ (hosted on WPengine)
and screen shot is
https://www.dropbox.com/s/r0iy3seh4cdo2vy/Screen%20Shot%202015-09-16%20at%209.48.51%20AM.png?dl=0occasionally I have to get the advanced editor to refresh by toggling it with the default editor to “wake it up” but with 3.3.2 it just never renders at all.
April 16, 2015 at 11:02 pm in reply to: /wp-content/themes/enfold/css/print.css forcing to http not https #429959it didnt work…
link is
you can see
/wp-content/themes/enfold/css/print.cssin “view source” is being served up under http not https
thanks.
April 15, 2015 at 10:11 pm in reply to: /wp-content/themes/enfold/css/print.css forcing to http not https #429256https is part of our wordpress home BTW
This is a bit of a hack, but if you can bake the scalable solution into the next release it would be great. If I update it may blow away this patch.
I found it
It’s here in font-manager.class.php
path is
/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/phpThe fix is this single line which you add to the function below
$fstring = str_replace(‘http:’, ”, $fstring);static function load_font($element)
{
$font_configs = self::load_iconfont_list();$output = “”;
if(!empty($font_configs))
{
$output .=”<style type=’text/css’>”;
foreach($font_configs as $font_name => $font_list)
{
$append = empty($font_list[‘append’]) ? “” : $font_list[‘append’];
$qmark = empty($append) ? “?” : $append;$fstring = $font_list[‘folder’].’/’.$font_name;
$fstring = str_replace(‘http:’, ”, $fstring);
$output .=”
@font-face {font-family: ‘{$font_name}’; font-weight: normal; font-style: normal;
src: url(‘{$fstring}.eot{$append}’);
src: url(‘{$fstring}.eot{$qmark}#iefix’) format(’embedded-opentype’),
url(‘{$fstring}.woff{$append}’) format(‘woff’),
url(‘{$fstring}.ttf{$append}’) format(‘truetype’),
url(‘{$fstring}.svg{$append}#{$font_name}’) format(‘svg’);
} #top .avia-font-{$font_name}, body .avia-font-{$font_name}, html body [data-av_iconfont='{$font_name}’]:before{ font-family: ‘{$font_name}’; }
“;
}$output .=”</style>”;
}
return $output;
}If I solve it I will help you Odtene!
I would be happy to pay for a solution… right now I am getting a lot of site traffic that is looking at a broken site.
this still doesnt work. is_ssl is detected by the plugin so that part is fine.
this smells really really close the the true answer… thanks for having a close look.
sadly, when i do view source on incognito mode in chrome, it still shows http urls and the fontello icons show as squares.
thank you for your suggestion. as it happens I have already installed that plugin. it did not work.
Your suggestion didnt work
Your theme output http URLs to get the fontello fonts. Need the theme to output https:// URLs
Miko
i installed it to .htaccess
to see it go “Incognito” in Chrome
Then load
https://gradle.orgit still doesnt work… same issue as “Icons not showing in Chrome”
https://kriesi.at/support/topic/icons-not-showing-in-chrome-2/Icons in chrome show up as blank squares on https://
my problem is this exact one also. It now works in Firefox and Safari due to hard coding https:// urls for the fontello in the header, but Chrome doesnt like this solution.
Ok I will try this and let you know.
double bump
- This reply was modified 9 years, 7 months ago by mikogradle.
feels like the database is corrupted or something. unable to update the menu in a way that isnt broken
site is
By the way, this forum board does not allow these links to appear in a lightbox… since they are not exactly pictures but shared dropbox images. So im afraid you will have to right click and open the links in new tab or paste the links in order to see my screens. sorry about that.
-
AuthorPosts