Forum Replies Created

Viewing 30 posts - 3,061 through 3,090 (of 3,717 total)
  • Author
    Posts
  • 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

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

    Hey!

    Replace the code above with the following pls:

    
    .avia-builder-el-2 {
        padding-left: 20px !important;
    }
    

    Cheers!
    Günter

    in reply to: White screen after activate enfold #390753

    Hey ovau!

    Thank you for using our theme.

    If possible, it would be better to have a clean installation of WP on the server.

    Try to deactivate all plugins.
    Try to reinstall the theme.

    There might be a php memory problem. In wp-config.php insert the following

    
    define( 'WP_MAX_MEMORY_LIMIT', '128M' );
    

    at the end before:

    
    /* That's all, stop editing! Happy blogging. */
    
    /** Absolute path to the WordPress directory. */
    if ( !defined('ABSPATH') )
    	define('ABSPATH', dirname(__FILE__) . '/');
    

    If this does not help, check with your hoster to increase php memory in php.ini.

    Come back, if you still have problems.
    If possible, can you give us an admin account pls.

    Cheers!
    Günter

    Hey onedesignprint!

    Thank you for using our theme.

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

    
    .phone-info {
        font-size: 15px !important;
    }
    
    #top .social_bookmarks {
        font-size: 15px !important;
    }
    
    

    Cheers!
    Günter

    in reply to: Alignment of whole icon list #390716

    Hey enricobaumgart!

    Thank you for using our theme.

    This element always takes 100% of it’s surrounding container. The only way to “center” it is to place empty sections with the same width to left and right of the element, which contains the list.

    Cheers!
    Günter

    in reply to: WOOCOMMERCE pages all wrong #390710

    Hey newtonlinchen!

    Thank you for using our theme.

    Did you edit the settings for the woocommerce pages as you did for the other pages? Otherwise Enfold uses the default settings for these pages.

    The pages are Shop, Cart, Checkout, MyAccount.

    Of course you have to recheck your CSS setings for these pages also.

    Regards,
    Günter

    in reply to: Problem in My Account Page #390703

    Hey!

    Thank you for coming back.

    Try to add the following for the headline and adjust the value:

    
    .col-2 h2,
    .col-1 h2 {
        padding-left: 10px !important;
    }
    

    or try;

    
    .col-1,
    .col-2 {
        padding: 10px !important;
    }
    

    Cheers!
    Günter

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

    Hey!

    Thank you for coming back.

    Try the following please:

    
    #top .av-masonry {
        margin-left: 20px !important;
    }
    

    Regards,
    Günter

    in reply to: Can get the short separator to work #390692

    Hi!

    Glad we could help you. Enjoy the theme and thank you for using the forum.

    Cheers!
    Günter

    in reply to: Font size #390691

    Hey charlotteraboff!

    Thank you for coming back.

    Try to add the following and adjust the values:

    
    #main .content p { font-size: 16px !important; }
    
    .title_container .main-title { font-size: 24px !important; }
    
    

    Cheers!
    Günter

    in reply to: Can get the short separator to work #390681

    Hey tcoach84!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->QuickCSS put the following and adjust the value as needen:

    
    .page-id-9 #accordion_slider_0 {
        margin-top: 10px !important;
    }
    

    You can also use:

    
    .page-id-9 #accordion_slider_0 {
        border-top: 10px solid black;
    }
    

    Cheers!
    Günter

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

    Hey crewneck!

    Thank you for coming back.

    Try the following:

    
    #top .av-masonry {
        padding-left: 20px !important;
    }
    

    If you want to limit it to this page:

    
    #top.page-id-22 .av-masonry {
        padding-left: 20px !important;
    }
    

    Best regards,
    Günter

    Hi!

    Glad I could help you. Enjoy the theme.

    Regards,
    Günter

    in reply to: Can I add a special footer bar to Woocommerce pages? #390668

    Hi bloodyamazing!

    Thank you for using our theme.

    WooCommerce uses the default page “Shop” and also other default pages for checkout, ….

    If you open that page you find a section “Layout” as on every other page, where you can change the footer settings.

    Best regards,
    Günter

    Hi ndutzzzzzz!

    Thank you for coming back.

    Try the following and adjust the values: (top right bottom left):

    
    #socket .social_bookmarks {
        margin: -80px 0 0 30px !important;
    }
    

    Regards,
    Günter

    in reply to: Remove blog post title + link on single post #390150

    Hey!

    Glad I could help you. Enjoy the theme.

    Regards,
    Günter

    in reply to: How to center align portfolio grid? #390145

    Hi TheElear!

    Thank you for coming back.

    No. The layout is calculated by isotop plugin and there is no option to center the elements. This would need to rewrite the plugin.

    Cheers!
    Günter

    in reply to: How to control the font size inside a team member element? #390020

    Hi!

    Glad I could help you. Enjoy the theme.

    Best regards,
    Günter

    in reply to: read more tag is not working #390019

    Hey!

    Thank you for coming back.

    I’m not sure about your question.

    If you create a blog page each post of the blog can have a more tag to link to the single blog page to read the full content.
    For a page content it does not make sense.

    Cheers!
    Günter

    Hey!

    Thank you for using our theme and the forum.

    Glad you found the solution.
    Enjoy the theme.

    Cheers!
    Günter

Viewing 30 posts - 3,061 through 3,090 (of 3,717 total)