Forum Replies Created

Viewing 30 posts - 55,651 through 55,680 (of 67,482 total)
  • Author
    Posts
  • in reply to: Blog page url keeps changing and image not showing up #327890

    Hey angbuley!

    Thank you for using Enfold.

    You have to blogs on your website. The other is http://elitewedevents.com/blog/. Which one would you like to set as the main blog? Please set the blog page on Enfold > Theme Options > Where do you want to display blog? setting.

    Cheers!
    Ismael

    in reply to: Responsive tables don't look right on mobile #327885

    Hey ryanmortier!

    Thank you for using Enfold.

    I checked the table and it looks fine. You need to set the Responsive Styling to scrollable.

    Cheers!
    Ismael

    in reply to: Problem after updates WP and Enfold – website broken #327884

    Hi!


    @pede1
    : We need the authentication password. I tried the login credentials on your first post but there is no password there.

    2.) After you switch the Gallery Style to Big Preview, there will be another available option. The Gallery Big Preview Image Size will control the thumbnail size use on the big preview image of the gallery.

    3.) Placing the Portfolio Grid on 1/1 column should prevent it from becoming full width. Please do this then remove browser cache before testing the page.

    5.) There is no detailed list of the changes but you can always check the theme overview changelogs: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=Kriesi


    @bjacoby
    : Did you update the theme to Enfold 2.9.2? This should fix the issues on WordPress 4.0 update. Where did you send the login credentials?

    Cheers!
    Ismael

    in reply to: Portfolio Custom Link – Open in New Tab #327882

    Hey!

    Yes, that is the purpose of the code. Unfortunately, it’s not possible to filter by category without major modifications on the script. . Please visit Envato Studio or Werkpress for further customization.

    Best regards,
    Ismael

    in reply to: Überschrift blog #327881

    Hi!

    The website is currently on maintenance mode. Please give us a temporary login details so that we can inspect it. If possible, please translate the inquiry to English. Anyway, I’ll ask Gunter to take a look.

    Regards,
    Ismael

    in reply to: Incompatibility with Yoast's Google Analytics Plugin? #327880

    Hi!

    You gave us a different website url. Anyway, is the plugin currently activated? The home page looks fine. Unfortunately, we won’t be able to provide support for Yoast Google Analytics plugin. You might need to contact the plugin author for further support.

    Cheers!
    Ismael

    in reply to: Remove Padding And Margin From Column Content #327874

    Hi!

    Use this to adjust the margin of the last column:

    #full-width-section-tflq .flex_column.av_one_third.avia-builder-el-3.el_after_av_two_third.avia-builder-el-last {
    margin-left: 3%;
    margin-top: 30px;
    }

    If possible, look for google inspector or firebug tutorials. It will save you a lot of time.

    Cheers!
    Ismael

    in reply to: Text neben Logo einfügen #327871

    Hey two_worlds!

    Thank you for using Enfold.

    Do you mind providing a screenshot on how you want the logo to look like? You can use the filter above then use this on Quick CSS or custom.css to adjust the position of the subtext:

    .logo, .logo a {
    overflow: visible;
    width: 100%;
    }
    
    span.subtext {
    position: absolute;
    top: 0;
    left: 200px;
    }

    Cheers!
    Ismael

    in reply to: Vimeo video not displaying on preview #327870

    Hey!

    Sorry. My bad.

    1.) Regarding the video slide, it will stop once you play the video. Unfortunately, it will not automatically resume the autorotation.

    2.) On the sample website, the company title is included on the image logo. If you want to add it as an actual text, use this on functions.php:

    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    
    function kriesi_logo_addition($sub) {
    	$sub .= "<strong class='logo-title'>Company Name</strong>";
    	return $sub;
    }

    Use this on Quick CSS or custom.css to adjust the position of the title.

    span.subtext {
    position: absolute;
    top: 0;
    left: 100px;
    }

    Regards,
    Ismael

    in reply to: Enfold Accordion Slider Text Postion and Background Color #327865

    Hey!

    Use this instead:

    #top .aviaccordion-preview {
    height: 30%;
    width: 100% !important;
    bottom: 0;
    }

    Best regards,
    Ismael

    in reply to: Warenkorb Text nicht lesbar #327862

    Hi!

    Add this at the bottom to change the cart icon color:

    .header_color .cart_dropdown_first .cart_dropdown_link {
    color: white;
    }
    
    .header_color .dropdown_widget_cart .avia-arrow {
    background-color: white;
    }

    Best regards,
    Ismael

    in reply to: Seitennavigation #327861

    Hey!

    You can globally enable the breadcrumbs on Enfold > Header > Header Title and Breadcrumbs. If you want to enable it on a specific page, edit the page then look for Layout > Title Bar Settings.

    Best regards,
    Ismael

    in reply to: How to control paragraph font size? #327038

    Hey!

    You can use this:

    body, body p {
    font-size: 16px;
    }

    Cheers!
    Ismael

    in reply to: Remove Padding And Margin From Column Content #327036

    Hey!

    Thank you for the update. Glad it works. Add this code:

    #full-width-section-tflq .content {
    padding: 0;
    }
    
    #top #full-width-section-tflq form {
    margin-bottom: 0;
    }

    Cheers!
    Ismael

    Hi generatrorassociates!

    Thank you for using Enfold.

    Please edit the gallery then look for the Gallery Big Preview Image Size. This option will change the big preview image of the gallery. Set the gallery thumbnails size on Gallery Preview Image Size. Right now you’re using the Thumbnail size (80x80px) on the Gallery Big Preview Image Size setting.

    Regards,
    Ismael

    in reply to: Enfold Accordion Slider Text Postion and Background Color #327032

    Hey!

    Thank you for the info.

    Please use this on Quick CSS or custom.css:

    #top .aviaccordion-preview-title {
    padding: 50px;
    }
    
    #top .aviaccordion-preview {
    height: 100%;
    width: 100% !important;
    }

    Best regards,
    Ismael

    in reply to: Vimeo video not displaying on preview #327030

    Hey!

    Thank you for the update. In case you have questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
    Thanks!

    1.) Set the Autorotation active? to “Yes”.

    2.) Please give us a sample page with the video.

    3.) Which title? Can you please provide a screenshot?

    4.) You can edit footer widgets on Appearance > Widgets. Look for the Footer – Columns widget area.

    Regards,
    Ismael

    in reply to: Warenkorb Text nicht lesbar #327027

    Hi diefleischerei!

    Thank you for visiting the support forum.

    You can use this on Quick CSS or custom.css to modify the header cart icon:

    .header_color .cart_dropdown .dropdown_widget li a, #top .header_color .avia_cart_buttons .button, #top .header_color .dropdown_widget .buttons .button, .header_color .cart_dropdown_first .cart_dropdown_link {
    color: #000000;
    }
    
    .header_color .cart_dropdown .dropdown_widget .widget_shopping_cart_content {
    background: #ffffff;
    color: #000000;
    }

    Cheers!
    Ismael

    in reply to: video in blogübersicht #327023

    Hi diefleischerei!

    Thank you for using Enfold.

    Edit the post then set the post format to link. Add the url of the video (http://www.youtube.com/watch?v=G0k3kHtyoqc) on the text editor. Add a featured image. When click on masonry overview page, the video will open on a lightbox. I’m not sure if that is what you want to do so I’ll ask Dude to take a look.

    Cheers!
    Ismael

    • This reply was modified 11 years, 6 months ago by Ismael.
    in reply to: Seitennavigation #327022

    Hi diefleischerei!

    Thank you for using Enfold.

    Please go to Enfold > Header > Header Position. Choose Logo left, Menu below.

    Cheers!
    Ismael

    in reply to: Warenkorb Hinweis Farbe ändern #327020

    Hey diefleischerei!

    Thank you for using Enfold.

    You can create variable products to create different type of single product. Please refer to this link: http://docs.woothemes.com/document/product-variations/

    Cheers!
    Ismael

    in reply to: Videos stretched vertically in Enfold #327018

    Hi pageladder!

    Thank you for using Enfold.

    Please use the Video shortcode inside the shortcode wand > Media Element to embed the youtube video. See if there is any difference.

    Cheers!
    Ismael

    in reply to: Can we add logo and link to header area? #327017

    Hi charlie1!

    Thank you for using Enfold.

    You can use this on functions.php:

    function add_custom_script(){
    ?>
    <div class="header-meta-img"><img src="IMAGE URI HERE" /></div>
    <?php
    }
    add_action('wp_head', 'add_custom_script', 10);

    Use the .header-meta-img selector to adjust the position of the container.

    Cheers!
    Ismael

    in reply to: LayerSlider slide transitions not working after Enfold update #327014

    Hi!

    Make sure that you un-check or disable all transitions, 2D and 3D, except for fade. Save changes.

    Regards,
    Ismael

    in reply to: Enabling Woocommerce with Enfold? #327001

    Hey CoolPenguinSays!

    Thank you for using Enfold.

    Do you mind if we take a look at the actual website? Make sure that you’re running the latest version of WooCommerce with Enfold 2.9.2 and WordPress 4.0.

    Cheers!
    Ismael

    in reply to: Increase space between menu items? #327000

    Hey!

    You can add this on Quick CSS or custom.css:

    .av-main-nav > li > a > .avia-menu-text:after {
    content: "";
    position: absolute;
    right: -25px;
    border-right: 1px solid #e2e2e2;
    height: 100%;
    top: 0px;
    }

    Best regards,
    Ismael

    in reply to: Full Calendar Long Events #326998

    Hey!

    What do you mean it shows only on the first day? Can you please provide a screenshot? I’m sorry but we won’t be able to provide extensive fix for the plugin because third party plugins is outside the scope of support. Your best chance is to keep in touch with the plugin author.

    Regards,
    Ismael

    in reply to: Custom social media icon hover not working #326992

    Hi!

    I would like to check the wp dashboard but this gives me a 404 loading error: http://tvhw.hawthorncreativewebdesign.com/wp-admin.php

    Cheers!
    Ismael

    in reply to: Enfold – dynamic blog entries sorted by tag in tab? #326990
    in reply to: Enfold & Yoast SEO – Strange problem #326989

    Hi MarcG5!

    Thank you for using Enfold.

    Please update WordPress to 4.0. This may fix the issue. If the update doesn’t fix it, add this on functions.php:

    add_action('init','remove_yoast_analysis');
    function remove_yoast_analysis(){
    remove_filter('wpseo_pre_analysis_post_content','avia_wpseo_pre_analysis_post_content_fix', 10, 1);
    }

    Best regards,
    Ismael

Viewing 30 posts - 55,651 through 55,680 (of 67,482 total)