Forum Replies Created

Viewing 30 posts - 11,701 through 11,730 (of 11,742 total)
  • Author
    Posts
  • in reply to: Maintenance Site autostart #294393

    i think there is a possility to set the site which is displayed in a htaccess file. But i believe only a static page is allowed.

    yes – thats the thing i forget everytime when i check the changes of my website on my ipad.
    Definitly that is the reason. This is not in the safari options – it is in ipad options / safari

    in reply to: sidebar on home page #294258

    so my next question to me is – why did you do that?
    And this question leads me to another question. it wood be nice to give a class to every segment (1/1, 1/2 etc.) so than it is possible to give it a custom background-color f.e.
    i like the opportunity (adding add_theme_support('avia_template_builder_custom_css'); to functions.php) to give every layout element a custom class. If there was a button on those layout elements to put in only a custom class this will be brilliant.

    in reply to: sidebar on home page #294255

    to 1 : the color-section is especialy for that case to have a 100% width (screen-width) above. So you have choosen both sections in a color-section.
    Try to put your content in a 1/1 Layout Element. Than it will work i supose.

    in reply to: Toggle Menu at 1024px #293640

    Thanks ! that is perfect!

    The theme itself is marvelous – and the possibilities are manifold – but the real richness of it is the stunning support.
    Not only the quality of help given to us all is great even the velocity is impressive.
    Great job of all.

    in reply to: Toggle Menu at 1024px #293278

    that helps! i didn’t thougt of the mobile menu option.
    990px is ok now for me – allthough the 1024px to 990px does not work
    same behaviour like before between those 990px to 1024px.
    But for me it is ok if i set it to 990px

    in reply to: Not recieving emails when submitted? #292664

    Hey Josue 2.9.2 ? this is still not the actual version – or do you mean that than the redirect will be in that comming version?

    in reply to: Replace Enfold Logo with my Logo #292663

    did you set in the Enfold Options Dialog your logo?

    http://abload.de/img/customlogoj7q7k.jpg

    in reply to: how to use svg-images as a featured image? #292659

    no – this will have the effect:
    http://abload.de/img/017wjad.jpg
    http://abload.de/img/02xnkc0.jpg
    http://abload.de/img/03cikgg.jpg
    it seems not to be a trivial problem.
    i achieved it that on post edit the thumbnail is shown on picture 3 – but it won’t show the featured image in category view

    in reply to: how to use svg-images as a featured image? #292369

    i have no conflicts with uploading them – and even the usage as logo works – but

    a) i have no thumbnails in Medialibrary List (this is good solved by the link above http://css-tricks.com/snippets/wordpress/allow-svg-through-wordpress-media-uploader/ ) in functions.php

    function custom_admin_head() {
      $css = '';
      $css = 'td.media-icon img[src$=".svg"] { width: 100% !important; height: auto !important; }';
      echo '<style type="text/css">'.$css.'</style>';
    }
    add_action('admin_head', 'custom_admin_head');

    b) i cant use it as featured image

    i didn’t find anything in the web to solve this – i think i had to make it through a png fallback

    in reply to: Image with hotspot in Columns #292071

    and yes you are right in chrome the behaviour of the demosite above works like a charm with display: table
    in firefox not – only with display: block

    in reply to: Image with hotspot in Columns #292066

    i don’t know why it works here:

    http://kriesi.at/themes/enfold/shortcodes/images-with-hotspots/

    but if you minimize the screensize you can see a bit what i mean:

    http://abload.de/img/bildschirmfoto2014-07o9dje.png

    with css above the images will shrink to the point where they float underneath

    • This reply was modified 11 years, 3 months ago by Guenni007.
    in reply to: Image with hotspot in Columns #292058

    the newest firefox on MacOSX

    in reply to: how to use svg-images as a featured image? #292057

    i guess the problem is that wordpress (Media Library) did not recognize the size of the svg and sets it to 1 (width and height)

    in reply to: Image with hotspot in Columns #292047
    This reply has been marked as private.
    in reply to: Image with hotspot in Columns #291979

    and btw. it will be a nice option to have the possibility to set a link on each hotspot.

    in reply to: Image with hotspot in Columns #291978

    it only works if i set the surrounding container to:
    from display: table to block

    .av-hotspot-container {display: block }

    in reply to: creating a child theme of enfold #291457

    hey Devin – what is the advantage of your “child-theme” on github to the one we can download here: http://kriesi.at/documentation/enfold/using-a-child-theme/
    ?

    in reply to: Coming Soon page has menus which i do not want #290034

    did you changed the imported coming soon site or do you made it by yourself?
    Don’t forget to set the attribut on the right side of site editior to template : Blank – no header – no footer

    in reply to: Not recieving emails when submitted? #289980

    sometimes it is necessary to goto your hostaccount of your provider and declare a standard E-Mail Account.
    I got this at hosteurope – in the Standardsetting has to be set an E-Mail Standard Adress. (this might be a total different of that what you use in your contact form.

    in reply to: Category Layout (Blog) #289949

    I think i got it.
    I have to have a sidebar (on Sidebar Layout) and do the following:

    .category main {width: 100% !important}
    .category .content {border-style:none !important}
    .category aside {display: none !important}

    miss the forest for the trees

    than it looks this way:
    http://abload.de/img/styleqws1a.png

    in reply to: New Feature Hotspots can not edit in Chrome #289943

    you have the firefox onto your machine? so your solution is as simple as you say it by yourself.
    For editing the site use firefox.
    Allthough your right that a backend should be work as well on all browsers – but i’m so happy that this theme works very well in the frontend to all browsers, that this is not a major problem.

    in reply to: Category Layout (Blog) #289480
    This reply has been marked as private.

    change the english phrase? or do you want to change a translation of it?
    helper-social-media.php contains that phrase. But i do not know if you change it on line 214 what happend.
    The translations than too has to be corrected.
    If you only want to change the translation you had to oben the po-files in lang Folder

    in reply to: Ken Burns Effect at Fullscreen Slideshow #286551

    what do you use for Velvet Theme – is it a Plugin? Looks nice

    in reply to: Deactivation of link for Logo in header #285234

    ok – this is quick and dirty – and with no risk

    in reply to: Deactivation of link for Logo in header #285160

    you might test this instead – but please do only test it on an experimental installation!
    It starts on line 417:
    You can see the difference above:

    if(!function_exists('avia_logo'))
    {
    	/**
    	 * return the logo of the theme. if a logo was uploaded and set at the backend options panel display it
    	 * otherwise display the logo file linked in the css file for the .bg-logo class
    	 * @return string the logo + url
    	 */
    	function avia_logo($use_image = "", $sub = "", $headline_type = "h1", $dimension = "")
    	{
    		$use_image 		= apply_filters('avf_logo', $use_image);
    		$headline_type 	= apply_filters('avf_logo_headline', $headline_type);
    		$sub 			= apply_filters('avf_logo_subtext',  $sub);
    		$alt 			= apply_filters('avf_logo_alt', get_bloginfo('name'));
    		$link 			= apply_filters('avf_logo_link', home_url('/'));
    		
    		if($sub) $sub = "<span class='subtext'>$sub</span>";
    		if($dimension === true) $dimension = "height='100' width='300'"; //basically just for better page speed ranking :P
    
    		if($logo = avia_get_option('logo'))
    		{
    			 $logo = apply_filters('avf_logo', $logo);
    			 $logo = "<img {$dimension} src='{$logo}' alt='{$alt}' />";
    			 $logo = "<$headline_type class='logo'>".$logo."$sub</$headline_type>";
    		}
    		else
    		{
    			$logo = get_bloginfo('name');
    			if($use_image) $logo = "<img {$dimension} src='{$use_image}' alt='{$alt}' title='{$logo}'/>";
    			$logo = "<$headline_type class='logo bg-logo'>".$logo."$sub</$headline_type>";
    		}
    		
    		$logo = apply_filters('avf_logo_final_output', $logo, $use_image, $headline_type, $sub, $alt, $link);
    
    		return $logo;
    	}
    }
    in reply to: Deactivation of link for Logo in header #285158

    i think you have to edit in function-set-avia-frontend.php (framework folder/php/) some lines!
    here you can see the avia_logo funktion is defined:

    if(!function_exists('avia_logo'))
    {
    	/**
    	 * return the logo of the theme. if a logo was uploaded and set at the backend options panel display it
    	 * otherwise display the logo file linked in the css file for the .bg-logo class
    	 * @return string the logo + url
    	 */
    	function avia_logo($use_image = "", $sub = "", $headline_type = "h1", $dimension = "")
    	{
    		$use_image 		= apply_filters('avf_logo', $use_image);
    		$headline_type 	= apply_filters('avf_logo_headline', $headline_type);
    		$sub 			= apply_filters('avf_logo_subtext',  $sub);
    		$alt 			= apply_filters('avf_logo_alt', get_bloginfo('name'));
    		$link 			= apply_filters('avf_logo_link', home_url('/'));
    		
    		if($sub) $sub = "<span class='subtext'>$sub</span>";
    		if($dimension === true) $dimension = "height='100' width='300'"; //basically just for better page speed ranking :P
    
    		if($logo = avia_get_option('logo'))
    		{
    			 $logo = apply_filters('avf_logo', $logo);
    			 $logo = "<img {$dimension} src='{$logo}' alt='{$alt}' />";
    			 $logo = "<$headline_type class='logo'><a href='".$link."'>".$logo."$sub</a></$headline_type>";
    		}
    		else
    		{
    			$logo = get_bloginfo('name');
    			if($use_image) $logo = "<img {$dimension} src='{$use_image}' alt='{$alt}' title='{$logo}'/>";
    			$logo = "<$headline_type class='logo bg-logo'><a href='".$link."'>".$logo."$sub</a></$headline_type>";
    		}
    		
    		$logo = apply_filters('avf_logo_final_output', $logo, $use_image, $headline_type, $sub, $alt, $link);
    
    		return $logo;
    	}
    }

    but please don’t ask me how to do it best

    in reply to: custom fontello icon set to standard post pic #279884

    thanks for your advice. I thought that the place just before (at th bottom of functions.php)
    require_once( 'functions-enfold.php');
    is best for it.
    the reason why i don’t use a child setup was that a few versions ago i got some trouble updating the theme in this environment.
    But since i update the theme allways manual via ftp – your right – i go back an create a childtheme setup.

    in reply to: Apple Touch Icon #279415

    wood for the trees
    i added between a

     if (function_exists('avia_favicon'))    { echo avia_favicon(avia_get_option('favicon')); } 
     echo "\n";
     if (function_exists('avia_appleicon'))    { echo avia_appleicon(avia_get_option('appleicon')); }

    or is that too quick and dirty ?

Viewing 30 posts - 11,701 through 11,730 (of 11,742 total)