Forum Replies Created

Viewing 30 posts - 2,641 through 2,670 (of 3,695 total)
  • Author
    Posts
  • in reply to: How to control padding/margins on avia columns #433427

    Hey fgrippe!

    Thank you for coming back.

    You can try to add !important like:

    
    margin-top: 0px !important;
    

    .

    If this does not work, can you give us a link to this page please? Then we can check and give you the correct CSS.

    You can post it here as a private reply.

    Cheers!
    Günter

    in reply to: Background color of specific menu item #433422

    Hey cisqo!

    Thank you for coming back.

    Can you give us a link to this page please? Then we can check and give you the correct CSS.

    You can post it here as a private reply.

    Best regards,
    Günter

    in reply to: remove the "product count" from "product attributes" #433419

    Hey garamaleki!

    Thank you for using our theme.

    Can you give us a link to this page please? Then we can give you the correct CSS or check for another solution.

    You can post it here as a private reply.

    Cheers!
    Günter

    in reply to: How to add a custom Widget #433416

    Hey Fran!

    https://codex.wordpress.org/Widgets_API

    If you want to create a custom widget pls. refer to https://codex.wordpress.org/Widgets_API

    Regards,
    Günter

    in reply to: subtitle for page title #433413

    Hi muhannadessam!

    Thank you for using our theme.

    This question has been posted twice: https://kriesi.at/support/topic/how-can-i-do-subtitle-for-page/

    This is closed for reply.

    Regards,
    Günter

    in reply to: Disable facebook icon on specifik pages. #433411

    Hey Simon!

    Thank you for using our theme.

    Can you give us a link to the two pages please? Then we can give you the correct CSS.

    You can post it here as a private reply.

    Best regards,
    Günter

    in reply to: Woocommerce Widget Problem #433354

    Hi Schmu1605!

    Danke dass Du unser Theme verwendest.

    Letzte Versionen von WC und Enfold und WP sind installiert?
    Du kannst einmal versuchen, alle plugins außer WooCommerce zu deaktivieren und einzeln zu aktivieren. Vielleicht gibt es einen Plugin Konflikt.

    Könntest Du uns bitte einen Link zu dieser Seite geben, damit wir uns das anschauen können. Es wäre hilfreich, wenn Du uns einen screenshot gebem könntest, was passiert ist.

    Du kannst den Link hier als Private Reply posten.

    Cheers!
    Günter

    in reply to: Wie downloadbutton in Seite integrieren? #433336

    Hi set_carsten!

    Danke dass Du unser Theme verwendest.

    Versuche einmal dieses plugin:

    https://wordpress.org/plugins/download-shortcode/

    Habe es selbst aber noch nicht ausprobiert.

    Regards,
    Günter

    in reply to: Widget header size #433334

    Hey!

    Thank you for coming back.

    In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the values as needed:

    
    .widgettitle {
        font-size: 18px !important;
    }
    

    Not sure, what caused the problem but this should make all widgettiles the same.

    Regards,
    Günter

    in reply to: Arrange Elements In Order Form Add-to-Cart #433329

    Hey handelsmann!

    Thank you for using our theme.

    Out of the box this is not possible. As the elements are placed inside a table using CSS won’t help you.

    You find the php code for this in woocommerce\templates\single-product\add-to-cart\variable.php

    There you can make your changes.

    Regards,
    Günter

    in reply to: Breadcrumbs not showing hierarchy of posts #432786

    Hey!

    Thank you for coming back.

    I set the last post to private.

    Cheers!
    Günter

    in reply to: Remove blank space after logo removal #432763

    Hi!

    Thank you for your feedback.

    I just inspected your link above. It looks fine to me in IE and FF.

    There is only the small menubar above the picture and no free space. Did you solve the problem already?

    Regards,
    Günter

    in reply to: Widget header size #432753

    Hi webpress!

    Thank you for coming back.

    Can you give us a link to this page please? Then we can check and give you the correct CSS. You can post it here as a private reply.

    Best regards,
    Günter

    in reply to: Product page title container #432694

    Hey!

    Thank you for coming back.

    Try the following:

    
    .postid-3403 .template-shop .container {
        background-color:#2ba359 !important;
    }
    

    Cheers!
    Günter

    in reply to: Font-Farbe beim Accordion-Slider #432685

    Hey underhill123!

    Danke dass Du unser Theme verwendest.

    Versuche bitte das folgende:

    
    #top .aviaccordion-title {
        color: #0070b2 !important;
    }
    

    Falls es nicht geht – Könntest Du uns bitte einen Link zu dieser Seite geben, damit wir uns das genauer anschauen können. Evtl. auch einen screenshot, was Du genau meinst. Du kannst den Link hier als Private Reply posten.

    Cheers!
    Günter

    • This reply was modified 9 years, 7 months ago by Günter.
    in reply to: Abstand der Beiträge modifizieren #431948

    Hey Whippert!

    Danke dass Du unser Theme verwendest.

    Sicher. Könntest Du uns bitte einen Link zu dieser Seite geben, damit wir uns das anschauen können und Dir den korrekten CSS Code geben können. Du kannst den Link hier als Private Reply posten.

    Cheers!
    Günter

    in reply to: how to change theme folder name from themes/enfold #431204

    Hey!


    @anma

    I’m not sure about your question, but style.css is a required file by WP – you cannot change the name of it.

    You can change the text inside the file like

    
    Theme Name: Enfold
    

    to

    
    Theme Name: yourName
    

    Regards,
    Günter

    Hey dominiquehurley!

    Thank you for coming back.

    As much as I see you already solved the problem.

    Best regards,
    Günter

    in reply to: Enfold lässt sich nicht installieren #431190

    Hi nullhorn!

    Danke dass Du unser Theme verwendest.

    Du kannst Enfold auch über FTP installieren:

    Es gibt einen Ordner Enfold und Enfold-Child für das child theme.

    Diese beiden Order in den folder

    wp-content\themes

    kopieren. Dann müßte man das theme aktivieren können

    Regards,
    Günter

    in reply to: blog pagination top and bottom? #430373

    Hi!

    Thanks for the feedback.

    The code above does not work, because you use a grid layout. I removed the code already.

    You have to modify an ALB element.

    In functions.php of the child theme put the following:

    
    /**
     *	Add filter to add or replace Enfold ALB shortcodes with new folder contents
     *	
     *	Note that the shortcodes must be in the same format as those in 
     *	enfold/config-templatebuilder/avia-shortcodes
     *
     *	@link http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
     */
    
    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
    	$template_url = get_stylesheet_directory();
        	array_unshift($paths, $template_url.'/shortcodes/');
    
    	return $paths;
    }
    
    

    Create a subfolder shortcodes in the child theme directory and copy

    enfold\config-templatebuilder\avia-shortcodes\postslider.php

    Open the copied file, goto line 282 and locate:

    
    			$output .= 		"<div class='avia-content-slider-inner'>";
    

    Before this line insert:

    
              if($use_main_query_pagination == 'yes' && $paginate == "yes")
                {
                    global $wp_query;
                    $avia_pagination = avia_pagination($wp_query->max_num_pages, 'nav');
                }
                else if($paginate == "yes")
                {
                    $avia_pagination = avia_pagination($this->entries->max_num_pages, 'nav');
                }
    
                if(!empty($avia_pagination)) $output .= "<div class='pagination-wrap pagination-slider'>{$avia_pagination}</div>";
    

    Be aware that < or > are not changed !!!

    If you have troubles, create the directory, copy the file and we will insert the code for you.

    Regards,
    Günter

    in reply to: blog pagination top and bottom? #429586

    Hi!

    Thank you for your feedback.

    I cannot access http://www.resteasyhosting.com/wp-admin
    Can you give us the link to your login page, pls.

    Just for a try – replace the code above with:

    
    echo '<p>  -----------------  </p>';
    echo "<div class='{$blog_style}'>".avia_pagination('', 'nav')."</div>";
    

    This should produce an output in any case.

    Best regards,
    Günter

    Hey!

    Glad we could help you. Enjoy the theme and feel free to come back with further questions and/or problems you have.

    Cheers!
    Günter

    in reply to: Logos/Referenzen in quadratisches Feld einpassen #429568

    Hi riverjack!

    Danke dass Du unser Theme verwendest.

    Wenn Du den ALB verwendest, versuche einmal folgendes:

    Füge ein mit Layout -> Gridrow und erweitere dieses um Zellen und Spalten wie notwendig.
    In jede Zelle füge ein Media Elements -> Image.

    In jedes Image Element wähle das Logo aus der Mediengalerie aus – beim Hochladen werden alle definierten image sizes angelegt – und wähle aus der selectbox die gewünschte Bildgröße aus.

    Sollte die passende nicht dabei sein, so können wir dir den Code geben, um sie zu definieren.

    Regards,
    Günter

    in reply to: How to add space after Masonry Gallery #429561

    Hey DROR!

    Thank you for coming back.

    In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the values as needed:

    
    .av-masonry{
         margin-bottom: 25px !important;
    }
    

    Regards,
    Günter

    Hi!

    Danke für die Rückmeldung.

    Könntest Du uns bitte einen Link zu dieser Seite geben, damit wir uns das genauer anschauen können. Du kannst den Link hier als Private Reply posten.

    Ohne die aktuelle Seite ist es etwas schwierig, da es so viele Kombinationsmöglichkeiten gibt. Danke.

    Best regards,
    Günter

    in reply to: ava_after_content() problem #429533

    Hi!

    Thank you for coming back and posting your solution in the forum.

    If you think a hook should be implemented in the core, feel free to post your request here and we will check it. If it makes sense for other clients also, we will integrate it in the next release then.

    Best regards,
    Günter

    in reply to: Limit Amount of Tags in Widget #429531

    Hey!

    Glad we could help you. Enjoy the theme and feel free to come back with further questions and/or problems you have.

    Regards,
    Günter

    in reply to: Sidebar and main content border thickness #429526

    Hey lizybloom!

    Thank you for coming back.

    Try to use the following:

    
    .page-id-3848 #main .content {
        border-right: 0 none !important;
    }
    .page-id-3848 #top #main .sidebar {
        border-left-width: 2px !important;
    }
    
    

    Regards,
    Günter

    in reply to: Remove thumbnail image | facebook widget #429508

    Hi colapsnux!

    Thank you for coming back.

    If you are taking about the Enfold facebook likebox – no. This is done by the facebook API. This widget only prepares the container for it.

    Regards,
    Günter

    in reply to: footer widget title #429503

    Hey suchfin!

    Thank you for using our theme.

    You can specify more precise where to change the widget titles by adding the surrounding container like:

    For the sidebar use:

    
    .sidebar .widget .widgettitle {
    
    }
    

    and for the footer:

    
    #footer .widget .widgettitle {
    
    }
    

    Best regards,
    Günter

Viewing 30 posts - 2,641 through 2,670 (of 3,695 total)