Forum Replies Created
-
AuthorPosts
-
Hi!
The error means that the server has run out of disk space, you’d need to contact your hosting provider.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .phone-no{ display: none; } }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
main.template-page.content.twelve.alpha.units { padding-top: 0; }Cheers!
JosueHey Lin!
Have you tried using a Color Section element? you can set a custom background color there.
Cheers!
JosueHi Lin!
Not exactly a theme issue but this article could be helpful:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPRegards,
JosueHey!
Yes, that seems to be a bug. I’ll report it.
Thanks,
JosueHi!
You could simply remove that line. If that doesn’t work try adding this to the Quick CSS:
.home .logo { display: block !important; }Best regards,
JosueHey!
Those settings are stored by WordPress, the import tool only transfer the changes you made on the Theme Options page (logo, styling, etc).
Regards,
JosueHey!
The only sliders that can pull dynamic content are the Accordion Slider and the Advanced LayerSlider, both are full-width by default.
Best regards,
JosueHey!
That’s not possible without increasing the container width, that ‘gap’ is the remaining space, which will change depending on the size of the window where the page is being viewed.
Regards,
JosueHi Kelsey,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueDone:
http://loverescues.org/I modified the code in functions.php:
$avia_config['posts_on_current_page'] = array(); add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Open Sans 2'] = 'Open Sans:300,400,600,800'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Open Sans 2'] = 'Open Sans:300,400,600,800'; return $fonts; }Regards,
JosueUse wordpress at kriesi.at
-
This reply was modified 11 years, 10 months ago by
Josue.
Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHey!
Tested in Safari 7.0 / OS X 10.9:
http://screencast.com/t/OW42PiGIWHqPlease update your browser to the latest version.
Best regards,
JosueJune 7, 2014 at 3:47 am in reply to: Logo not center on IE 9 using fixed layout, Logo is on the left #275986Hey!
Have you tried in an actual native installation of IE9?
What’s happening is that the CSS i suggested is targeting the logo after the .avia-msie is applied to the html tag (JavasScript), so the logo is aligned left for a second and then gets centered, you can’t note that in a snapshot.
Cheers!
JosueHi,
You’d need to tweak your code on your end, maybe changing the width of the query (767px). I don’t think we could help you with this ‘issue’, it’s extremely unlikely that someone uses IE on that environment.
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHey!
Your content is not gone, if you switch back to ALB it should be there.
Regards,
JosueHi!
See it now:
http://www.rbgrcdetroit.com/home/“Google Analytics for WordPress” was the culprit of the issue, you don’t need that plugin anyway, you can put your GA in the Theme Options.
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueFeel free to request it here.
Best regards,
JosueHey Lin!
Enable this:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/Once you done that, simply add this to the Quick CSS:
.custom_promo_box{ background: red; }Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueYou can check the code i put in the “Add to head” section when you edit that Page.
Hi George!
Yes, it is recommended to use big images like here:
http://kriesi.at/themes/enfold/homepage/home-v10-magazine/This sizes for example will work:
http://kriesi.at/themes/enfold/files/2014/04/photodune-2590726-sailing-l-1500×430.jpg
http://kriesi.at/themes/enfold/files/2014/04/photodune-2708157-meat-balls-m-1155×430.jpgRegards,
JosueHello Lynn,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi!
1. You are not including the 300 type, check your code in functions.php.
<link rel=’stylesheet’ id=’avia-google-webfont’ href=’//fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,800|Open+Sans:400,600′ type=’text/css’ media=’all’/>
2. You just have to add this line to functions.php:
add_theme_support('avia_template_builder_custom_css');The article i linked explain that in detail.
Best regards,
JosueCheck it now:
http://abortonanuvem.com/pt-br/sobre-nosI did it using a plugin you already have installed.
Best regards,
Josue -
This reply was modified 11 years, 10 months ago by
-
AuthorPosts
