Forum Replies Created

Viewing 30 posts - 3,331 through 3,360 (of 3,706 total)
  • Author
    Posts
  • in reply to: probleme mit der darstellung #326602

    Hey diefleischerei!

    Danke dass Sie unser Theme verwenden.

    In custom.css oder Enfold->Styles->QuickCSS Feld das folgende eintragen und eventuell Werte anpassen:

    
    #top #payment #place_order {
        float: right !important;
        margin: -4px 10px 10px 0 !important;
    }
    
    .wgm-second-checkout .entry-content > div {
        margin: 0 !important;
    }
    

    Für Social Media im Socket hilft das Folgende weiter:

    https://kriesi.at/support/topic/social-icons-in-footer-socket/

    Cheers!
    Günter

    • This reply was modified 10 years, 3 months ago by Günter.
    in reply to: Überschrift blog #326590

    Hey advocatusneo!

    Danke dass Sie unser theme verwenden.

    In custom.css oder Enfold->Styles->Quick-CSS Feld das folgende eintragen und die Werte anpassen:

    
    .entry-content-wrapper .post-title {
        font-size: 30px !important;
        line-height: 1.3em !important;
    }
    

    Cheers!
    Günter

    Hey!

    Thank’s for the feedback.

    In custom.css or Enfold->Styles->Quiick-CSS Field put the following:

    
    .widget.newsbox .news-headline .news-time{
    display: none !important;
    }
    

    Best regards,
    Günter

    Hi!

    Glad I could help you. Enjoy the theme.
    Come back with any further questions.

    Cheers!
    Günter

    in reply to: how can I add post’s category to the breadcrumb #324854

    Hey!

    Glad we could help you. Enjoy the theme.

    Cheers!
    Günter

    in reply to: Checkout won't work in woocommerce Any ideas? #324172

    Hi Asger!

    Maybe there is a PHP memory problem.

    In wp-config before the following line:

    
    require_once(ABSPATH . 'wp-settings.php');
    

    try to put the following:

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

    If this does not work, check if memory ‘WP Memory Limit’ has been adjusted, otherwise you have to contact your hoster to increase php memory (128 MB minimum).

    Best regards,
    Günter

    Hey bemofunny!

    Thank you for using our theme.

    For custom templates have a look at the following article:

    http://codex.wordpress.org/Page_Templates

    Best regards,
    Günter

    in reply to: title above featured image on single post page #324153

    Hey!

    Glad we could help you.

    Enjoy the theme.

    Regards,
    Günter

    in reply to: Accept terms & conditions button #324152

    Hi nathancole!

    Thank you for using our theme.

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

    
    #top #payment label {
        color: green !important;
        font-size: 16px !important;
        font-weight: bold !important;
    }
    

    Regards,
    Günter

    Hi PaulMcE!

    Thank you for using our theme.

    This is a PHP memory problem – to few memory.

    In wp-config before the following line:

    
    require_once(ABSPATH . 'wp-settings.php');
    

    try to put the following:

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

    If this does not work you have to contact your hoster to increase php memory (128 MB minimum).

    Best regards,
    Günter

    in reply to: Single Author, Small Preview Pic #324137

    Hi dlambert1979!

    Thank you for using our theme.

    In Enfold->Styles->QUICK CSS field or custom.css put the following:

    
    #top .fullsize .template-blog .blog-meta {
        float: left !important;
        margin: 0 15px 0 0 !important;
    }
    
    #top .fullsize .template-blog .post .entry-content-wrapper {
        overflow: hidden !important;
    }
    
    

    Cheers!
    Günter

    in reply to: How to "refresh" Image sizes. #315974

    Hey KarlNewark!

    Thank you for using our theme.

    Did you already try to resize the images with a plugin like:

    https://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Günter

    in reply to: Have posts linked directly to URL in magazine layout #313368

    Hi Sherry!

    Thank you for using our theme.

    Out of the box there is currently no possibility.

    If you want to implement it, you have to modify the php code in

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

    
    line 527:  $link			= get_permalink($entry->ID);
    

    But this is customization and bejond the scope of support.

    Best regards,
    Günter

    in reply to: How to change the color of the extra elements above header #313348

    Hey svetkol!

    Thank you for using our theme.

    You can try to start with

    #header_meta

    #header_meta .sub_menu

    #header_meta .phone-info

    If you can provide us a link to your page we can help yoiu with the CSS.

    Cheers!
    Günter

    in reply to: Can I have in two different colors? #313335

    Hey Soapmarine!

    Thank you for using our theme.

    You have to add the style attribute to the <b> tag, because theme CSS styles this directly:

    
    <b  style="color: #ffcc99 !important;">
    

    Regards,
    Günter

    in reply to: Getting rid of Preview Image on Blog posts #313329

    Hi SANDRAWIN!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->Quick-CSS field put the following:

    To remove the image on single post:

    
    .single .blog-meta {
        display: none !important;
    }
    

    For the space (adjust the value):

    
    .single .entry-content iframe {
        margin-top: 25px;
    }
    

    Best regards,
    Günter

    in reply to: How to insert "read more" into my page. #313227

    Hi!

    Thank you for using the forum. Come back with any other questions.

    Enjoy the theme.

    Regards,
    Günter

    in reply to: New Category Template #313226

    Hey!

    Glad I could help you. Enjoy the theme.

    Regards,
    Günter

    in reply to: Creating text box below image. #312773

    Hey webdevsd!

    Thank you for using our theme.

    Your example is created with the portolio grid and the template builder.

    Best would be you try to setup a page with this element, give us a link to the page and we can try to give you the CSS to correct the spacing then.

    Regards,
    Günter

    in reply to: Change "Blog – Latest News"…text and link #312768

    Hi jeffkaiser!

    No, with CSS alone you cannot remove a link. This is only possible with jQuery or Javascript.

    You will have to stick to the other ways.

    Best regards,
    Günter

    in reply to: New Category Template #312766

    Hi frescova!

    Thank you for using our theme.

    Have a look at:

    http://codex.wordpress.org/Category_Templates

    and

    https://wordpress.org/plugins/custom-category-templates/

    This will give you a good start.

    Come back, if you need more assistance.

    Best regards,
    Günter

    in reply to: Pencil autor and date removal #312764

    Hi!

    Thanks for the update.

    Please try the following:

    
    .template-blog .blog-meta{
    display: none !important;
    }
    
    .template-blog .post-meta-infos {
        display: none !important;
    }
    
    

    Best regards,
    Günter

    in reply to: Make tab darker #312761

    Hey Benjamin!

    Thank you for using our theme.

    In custom.css or Enfold -> Styling -> Quick-CSS put the following and adjust the values:

    
    div .main_color .tabcontainer .active_tab {
        background-color: #efefef !important;
        font-size: 1.1em !important;
    }
    div .main_color .tabcontainer .tab {
        font-size: 1.1em !important;
    }
    

    You also can change the font size to a fix value with:

    
      {
        font-size: 11pt !important;
    }
    

    Best regards,
    Günter

    in reply to: Testimonials #312754

    Hi Chrisparkins!

    Thank you for using our theme.

    Can you send us a link to the page so we can check please?

    Cheers!
    Günter

    in reply to: How do I install Enfold to an existing website #312753

    Hi ehlmarket!

    Thank you for using our theme.

    Upload enfold to your website (via WP or FTP) and activate the theme like you do with any other WP-Theme.

    The content (posts, pages) will be taken from the Database and will be displayed by our theme.

    Of course you have to set up your required theme settings in Dashboard -> Enfold -> …..

    If your old theme had used custom post types, those will not be recognised by Enfold.

    Regards,
    Günter

    in reply to: Enfold Theme- Theme options not showing in the dashboard #312750

    Hi Geoffdoyle!

    Thank you for using our theme.

    First step – deactivate all plugins. If Enfold works, try to reactivate 1 plugin after the next.

    Before strarting to reactivate the plugins you also can try to increase php memory. In wp-config.php before the line:

    
    require_once(ABSPATH . 'wp-settings.php');
    

    insert the following:

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

    Regards,
    Günter

    in reply to: Change breadcrumb separator #312195

    Hey!

    Copy the original file Enfold/framework/php/class-breadcrumb.php into the root directory of enfold-child (same, where enfold-child/functions.php is).

    Modify this file as described above.

    In enfold-child/functions.php put the following at the end:

    
    require_once( 'class-breadcrumb.php' );
    

    Delete the original file. You have to delete the original file after every update of the theme.

    Regards,
    Günter

    in reply to: Remove Comments, Category, Author Meta from Blog Feed #312189

    Hi indy1003!

    Thank you for using our theme.

    Try to put the following in Enfold -> Styling -> Quick CSS or in custom.css:

    
    .entry-content-wrapper .post-meta-infos {
    display: none !important;
    }
    

    If it does not work, please send us a link to your page.

    Best regards,
    Günter

    in reply to: Sidebar #312179

    Hey!

    Thank you for using our theme and the support forum.

    Glad, you could fix the problem.

    Come back with any further questions and enjoy the theme.

    Cheers!
    Günter

    in reply to: Anchor in a page #312175

    Hi!

    As long as you did not change anything in the theme files you can update without problems. Your settings made in the Enfold settings page and Quick CSS will be kept.

    Best regards,
    Günter

Viewing 30 posts - 3,331 through 3,360 (of 3,706 total)