Forum Replies Created

Viewing 30 posts - 3,031 through 3,060 (of 3,706 total)
  • Author
    Posts
  • in reply to: Reiter, Tabs und Accordions mit Mouse-Over-Funktion #392459

    Hi!

    In Zeile 2441 ersetze die Zahl 200 durch eine höhere (=millisekunden)

    
                             content.addClass('active_tc').slideDown(200,
    

    Der Link ist weg – sorry, habe das nicht bedacht.

    LG
    Günter

    in reply to: Reiter, Tabs und Accordions mit Mouse-Over-Funktion #392155

    Hi!

    Du kannst folgendes versuchen:

    In der Datei enfold\js\shortcodes.js ca. Zeile 2418 findest Du folgendes:

    
    thisheading.on('click', function()
    

    Ersetze es durch:

    
    thisheading.on('mouseover', function()
    

    Falls es funktioniert, kann ich es an Kriesi weiterleiten, ob es eine Option wäre, es fix einzubauen.

    LG,
    Günter

    in reply to: Avia Codeblock wird nur als Platzhalter angezeigt #392097

    Hi!

    Danke für die Info.

    Ein Account wäre super, damit wir und das im Original ansehen können.

    Du kannst es hier als private post schicken.

    LG
    Günter

    • This reply was modified 9 years, 11 months ago by Günter.
    in reply to: Footer #392096

    Hey!

    Thank you for comng back. I thought you solved it, because the menu button is darker blue than the others.

    Try the following (put it in QuickCSS field at the end):

    
    #menu-item-7494 > a > span {
        background-color: red !important;
    }
    

    If this does not change anything, can you create us a temporary admin account so we can try to find a solution?

    You can post it here as a private reply.

    Cheers!
    Günter

    Hi!

    Thank you for coming back.

    You can remove the kriesi.at backlink by adding [nolink] to your custom copyright field in the admin area.

    Regards,
    Günter

    in reply to: Reiter, Tabs und Accordions mit Mouse-Over-Funktion #391995

    Hey!

    Super. Danke auch für das feedback, wie es geht.

    Nicht vergessen, dass bei jeden update zu korrigieren.

    Nur wegen der Accordions – auf der Seite kann ich sie nicht finden (oder stehe ich auf der Leitung). Kannst Du den Link nochmals überprüfen resp. evtl. einen screenshot, was Du meinst bitte.

    LG
    Günter

    in reply to: Contact Form Resetting to Defaults #391538

    Hey!

    A first idea to that problem of one guy from the support team is, that your server is using some kind of caching. Can you check this with your hoster please and give us a feedback?

    Cheers!
    Günter

    in reply to: Changing theme titles to upper and lower case #391494

    Hey!

    Glad we could help you. I leave this post open for later requiries to this topic.

    Enjoy the theme.

    Best regards,
    Günter

    in reply to: Changing theme titles to upper and lower case #391485

    Hi CharlotteDesorgher!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->QuickCSS put the following:

    
    h1, h2, h3, h4, h5, h6 {
        text-transform: none !important;
    }
    

    This should help for many cases.

    But there are sometimes other tags wrapped. Come back with a link to the page, so we can give you the correct CSS for the situation.

    Cheers!
    Günter

    in reply to: Contact Form Resetting to Defaults #391459

    Hey!

    Thank you for coming back and the detailed description of the problem.

    I could reproduce it on your site, but not on my local testserver. I will forward this problem to Kriesi to have a look at it and we will be back, as soon as we have an answer to the problem.

    Thank you for your patience.

    Cheers!
    Günter

    in reply to: Reiter, Tabs und Accordions mit Mouse-Over-Funktion #391437

    Hey!

    Habe ich dann falsch verstanden.

    Du kannst folgendes versuchen:

    In der Datei enfold\js\shortcodes.js ca. Zeile 2544 findest Du folgendes:

    
    			tab.addClass('tab_counter_'+i).bind('click', function()
    

    Ersetzte diese durch:

    
    			tab.addClass('tab_counter_'+i).bind('mouseover', function()
    

    Zeile 2552:

    
                             the_oldtab.bind('click', function()
    

    Ersetzte diese durch:

    
                             the_oldtab.bind('mouseover', function()
    

    Eventuell noch (falls dies noch nicht geht) Zeile 2564:

    
            $('a').on('click',function(){
    

    durch

    
            $('a').on('mouseover',function(){
    

    Ich weiß nicht, ob es geht, aber einen Versuch ist es wert.

    LG,
    Günter

    in reply to: Reiter, Tabs und Accordions mit Mouse-Over-Funktion #391415

    Hey mexi33330!

    Danke dass Du unser Theme verwendest.

    Bei welcher Seite hast Du Probleme mit dem Mouseover Effekt? Eigentlich sollte der funktionieren, siehe:

    http://kriesi.at/themedemo/?theme=enfold-overview
    – Toggles & Accordions
    – Tabs

    wenn auch manchmal nur sehr dezent.

    Bei konkreter Seite können wir Dir gerne helfen, diesen Effekt stärker zu machen.

    Cheers!
    Günter

    in reply to: Comment #391411

    Hey!

    Thank you for coming back.

    There is no hook to modify the text without changing the core file.

    1) You can modify the translation in the translation file (see text below)

    or

    2)

    Modify enfold\comments.php lines 162ff:

    
    		 echo "<h3 class='miniheading'>".__('Leave a Reply','avia_framework')."</h3>";
    		 echo "<span class='minitext'>".__('Want to join the discussion? <br/>Feel free to contribute!','avia_framework')."</span>";
    

    replace with:

    
    		 echo "<h3 class='miniheading'>".__('   your headline  ','avia_framework')."</h3>";
    		 echo "<span class='minitext'>".__('  your info text    ','avia_framework')."</span>";
    

    Cheers!
    Günter

    in reply to: Footer #391403

    Hey!

    The code should work, but I do not see it in the styles of FireBug – maybe you have a syntax error. Recheck your input.

    Cheers!
    Günter

    in reply to: Footer #391369

    Hey!

    You can add it to custom.css or Enfold->Styles->QuickCSS field, same as above for the footer.

    Best regards,
    Günter

    in reply to: Contact Form Resetting to Defaults #391367

    Hi 45678!

    Thank you for using our theme.

    I just checked your site and the backend. Looks good to me. Cannot reproduce the problem.

    Can you specify more clearly, when and how the error occurs?
    Can you create us a page where we can make changes to see the problem?

    Regards,
    Günter

    in reply to: multi author widget #391350

    Hi hans!

    Thank you for using our theme.

    Out of the box we do not offer such a feature in our theme.

    Regards,
    Günter

    in reply to: Footer #391339

    Hey!

    Thank you for coming back.

    I hope, I understand your idea correctly.

    E.g. if you want to make the menu button “Water Heater” red, you have to use the following:

    
    #menu-item-6267 > a {
        background-color: red !important;
    }
    

    Each menu has a unique number (6267 in this case).

    Best regards,
    Günter

    in reply to: Footer #391333

    Hey!

    Thank you for coming back.

    Please refer to this post, how to embed a pdf in HTML.

    http://stackoverflow.com/questions/17784037/how-to-display-pdf-file-in-html

    Place the HTML code in a codeblock element of the ALB.

    Cheers!
    Günter

    in reply to: How to change the background color of the portfolio entries #391324

    Hey simonac!

    Thank you for coming back.

    Can you send us a link to this page so we can check for the correct CSS?

    Best regards,
    Günter

    in reply to: Lang folder in child theme #391322

    Hi szharas!

    Thank you for coming back.

    Pls. refer to this post:

    http://codex.wordpress.org/Function_Reference/load_child_theme_textdomain

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

    
    add_action( 'after_setup_theme', 'my_child_theme_setup' );
    function my_child_theme_setup() {
        load_child_theme_textdomain( 'my_child_theme', get_stylesheet_directory() . '/languages' );
    }
    

    Create a folder languages in the child theme directory and put your files in there.

    Best regards,
    Günter

    in reply to: Footer #391307

    Hey kimogroup!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->QuickCSS put the following and adjust the values for margins and padding of socket:

    
    #footer {
        padding: 0 !important;
    }
    
    #footer .avia_fb_likebox {
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    
    #socket .container {
        padding-bottom: 5px !important;
        padding-top: 5px !important;
    }
    
    

    Regards,
    Günter

    in reply to: Comment #391285

    Hey phil78!

    Thank you for coming back.

    Add this to custom.css or Enfold->Styles->QuickCSS:

    
    .form-allowed-tags {
        display: none !important;
    }
    

    Can you pls. explain closer:

    what title you want to change?
    of ” answer ” I want to move a comment

    Best regards,
    Günter

    in reply to: Woo commerce integration and "pay later" (B2B) #391281

    Hi webpress!

    Thank you for using our theme.

    WooCommerce offers payment gateways (some are plugins to buy extra) and allows different order status. So it should be possible to achieve your needs.

    Check in WooThemes Store for plugin extensions of WC.

    Cheers!
    Günter

    in reply to: Edit Search results page #391179

    Hi jancecile!

    Thank you for using our theme.

    This is the file enfold\search.php.

    Best regards,
    Günter

    in reply to: Contact Number in Header #391113

    Hey!

    Glad we could help you. Enjoy the theme.

    Cheers!
    Günter

    in reply to: Font size #391112

    Hi!

    Thank you for coming back.
    Glad I could solve your first problem.

    I cannot reach the link you gave us to check for the CSS (404 not found).

    Best regards,
    Günter

    in reply to: Align gallery with right margin? #390850

    Hi!

    Glad I could help you. Enjoy the theme.

    Best regards,
    Günter

    in reply to: Align gallery with right margin? #390836

    Hi!

    I think, I found the solution:

    
    .page-id-22 .av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry {
        bottom: 15px !important;
        right: 0 !important;
       left: 15px !important;
    }
    

    I placed it in QuickCSS at the bottom.

    Best regards,
    Günter

    in reply to: Align gallery with right margin? #390810

    Hey!

    Not really. It works, when I insert the code in Firebug.

    Can you give us an admin access, so we can check for a solution?

    Best regards,
    Günter

Viewing 30 posts - 3,031 through 3,060 (of 3,706 total)