Forum Replies Created

Viewing 30 posts - 14,431 through 14,460 (of 14,834 total)
  • Author
    Posts
  • in reply to: Centering Menu #348837

    Hey!

    It looks like your using custom CSS to try and center it.

    #top #header .avia_mega_div.submenuheader {
        right: -260px !important;
    }

    Is that correct?

    Also, I couldn’t find any traces of that user profile code that displays when your logged in with our theme. Is it a customization? A plugin?

    You could try checking if user is logged in via PHP, http://codex.wordpress.org/Function_Reference/is_user_logged_in, and then echo out some different CSS to move it over more.

    Regards,
    Elliott

    in reply to: UPDATE THEME BIG MESS & UNABLE TO EDIT PAGES #348827

    Hi!

    1. Navigate to Dashboard > Enfold and in the top left hand corner you’ll see a language switcher which you can use to switch between the theme settings for each language.

    2. I’m not sure why it disappeared but you can reset it in Dashboard > Appearance > Menus.

    Cheers!
    Elliott

    in reply to: Re-Modifying and tweaking Woocommerce page layouts #348820

    Hi!

    You mean you cannot see the add to cart button, etc etc, in the advanced layout editor? Yes that is supposed to happen.

    Go ahead and make a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we’ll see if we can get those areas added as elements in the future so you can create more interesting product layouts.

    Regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: Google Analytics #348435

    Hi keifygeorge!

    After you create your google analytics account and grab the code they provide you can paste it into Dashboard > Enfold > Theme Options > Google Analyticis Tracking Code.

    Cheers!
    Elliott

    in reply to: Magazine and/or Blog Posts with portfolio entries #348433

    Hi simonefiorucci!

    There is a setting for this in the shortcode options. You can choose a custom taxonomy and then select “Portfolio Entries”. You can do this with the magazine element as well.

    Best regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: Menu and Logo Overlap Issue #348431

    Hey erhabi!

    I’m not sure how you have your header setup so can you send us a link so we can take a closer look? You can mark your reply as private if you wish.

    Best regards,
    Elliott

    in reply to: mobile menu #348429

    Hey MindSpark!

    Try adding this to your custom CSS.

    @media only screen and (max-width: 767px) {
    .cart_dropdown {
        display: none !important;
    }
    }

    Regards,
    Elliott

    in reply to: Anyway Solution to Hide Portfolio Child Categories? #348426

    Hi!

    You can do the same thing for the portfolio grid in /enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 753.

    'terms' 	=> $terms,
    

    Regards,
    Elliott

    in reply to: Change size of contact form boxes #348422

    Hey elames!

    When editing your page surround the contact form with a 1/2 layout element and it will be the same as setting it’s CSS to 50%.

    Regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: Css styling #348421

    Hi cbassist!

    Navigate to Dashboard > Enfold and in the top left hand corner you should see a flag switcher where you can change the theme options for each language. It looks like you’ll want to set the maximum container width for the italian version.

    If that’s not working for you then send us a WordPress login and mark your reply as private so we can take a closer look.

    Best regards,
    Elliott

    in reply to: Putting another social icon in the secondary menu #348417

    Hey elames!

    Please try this out, https://kriesi.at/support/topic/custom-social-bar-icons-replaceadd-enfold/.

    Best regards,
    Elliott

    in reply to: Signup and Login Page #348415

    Hey erkuto!

    You will need to use a plugin for this. There are lots of login form plugins you can use, https://wordpress.org/plugins/tags/login-form.

    Best regards,
    Elliott

    in reply to: remove search popup #348411

    Hey kyabroudi!

    Try adding this to the bottom of your /enfold/functions.php file.

    add_filter( 'init', 'enfold_customization_remove_tooltip_search' );
    function enfold_customization_remove_tooltip_search() {
    	remove_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 );
    	remove_filter( 'avf_fallback_menu_items', 'avia_append_search_nav', 10, 2 );
    	add_filter( 'avf_fallback_menu_items', 'enfold_customization_add_basic_search' );
    }
    function enfold_customization_add_basic_search( $items ) {
    	$items .= '<li>'.get_search_form( false ).'</li>';
    	return $items;
    }

    And add this to your custom CSS.

    li #searchform div {
        display: block !important;
        opacity: 1 !important;
        margin-top: 22px;
        margin-left: 10px;
    }

    Best regards,
    Elliott

    in reply to: change style when image selected #348399

    Hey kyabroudi!

    Try adding this to your custom CSS.

    .avia-menu-fx { background: url("URL to your image") !important; }
    

    If that’s not what you were wanting then send us a link and take a screenshot highlighting what your trying to do so we can get a better idea.

    Cheers!
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: mobile changes #348397

    Hey!

    5. You mean your looking for a button to view the image in it’s original dimensions such as in prettyPhoto? Or do you mean that when you scroll up or down with the mouse wheel the image does not get bigger? Unfortunately neither of these options are available with magnific popup.

    By default it will open the image and scale it so it fits inside your screen. This is a good option to have for people who view your site on different screen sizes. For example if someone would view your image on a small screen such as a phone and the full image would popup it would be very annoying because they would have to scroll around a long time to see the full image.

    6. Are you using the WordPress SEO plugin by Yoast? Go ahead and send us a WordPress login and mark your reply as private so we can take a closer look.

    Regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.

    Hi amester55!

    You can use this CSS to target the current menu item text.

    .current-menu-item .avia-menu-text {
        color: red !important;
    }

    Best regards,
    Elliott

    in reply to: Event Calendar widget issue #348390

    Hey kiralybalazs!

    Try adding this to your custom CSS.

    .tribe_mini_calendar_widget .tribe-events-present:hover a {
        color: white !important;
    }
    .tribe_mini_calendar_widget .tribe-events-present a {
        color: #bf2026 !important;
    }
    .tribe_mini_calendar_widget .tribe-mini-calendar-nav img {
        display: none !important;
    }

    Regards,
    Elliott

    in reply to: Boxed Layout dimensions #348385

    Hi emin!

    Navigate to Dashboard > Enfold > General Layout > Dimensions and you can set the maximum container width there.

    Best regards,
    Elliott

    in reply to: Adsense before pagination #348383

    Hi!

    On line 244 in that file you should see this.

    endif;

    Try adding this on the next line.

    ?> your code goes here <?php

    And then replace “your code goes here” with the code you need to add above the pagination.

    Best regards,
    Elliott

    in reply to: remove/reduce the spaces between layouts #348382

    Hey!

    I don’t see the CSS I told you to add anywhere in the source code. Go ahead and add it back in and take a screenshot highlighting exactly which elements your trying to change so we can get a better idea.

    Cheers!
    Elliott

    in reply to: Creating a sortable accordion #348380

    Hi!

    Glad that worked for you. Feel free to create a feature request here for the custom post types, https://kriesi.at/support/enfold-feature-requests/.

    Regards,
    Elliott

    in reply to: How to hide the comment form itself? #348375

    Hi!

    If you want to make it update proof then I would create a child theme and move the comments.php template into it.

    Also, if your just wanting to remove the comment form on some posts then when you edit the post you can uncheck the “Allow comments” option. There is also an option for closing posts for future comments based on how old the post is in Dashboard > Settings > Discussion. This will create a “Comments are closed” text to display instead of the comment form but you can hide that with CSS if you wish.

    Cheers!
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: Linking Portfolio to a page #348371

    Hi!

    1. You would use our portfolio grid, masonry, or blog posts elements for displaying the portfolios you create.

    2. No template is needed. You can create any type of layout with our advanced layout builder.

    3. Please send us a link so we can see how your adding the images.

    Also please watch this video, http://vimeo.com/92503992, to learn more about how to use the portfolios.

    Best regards,
    Elliott

    Hi JuergenB!

    Something like this would should work.

    <a href = "#" onclick = "jQuery('.post-entry-3374 a').click()">Click me</a>
    

    Regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.

    Hey MauroBricca!

    To make your site multi lingual you will want to use a plugin such as WPML, or QTranslate, https://wordpress.org/plugins/qtranslate/.

    We recommend using WPML though.

    Regards,
    Elliott

    in reply to: Cant edit pages after update #348363

    Hey davidhiltbrand!

    Your getting a javascript error.

    Error: cannot call methods on sortable prior to initialization; attempted to call method 'toArray'
    

    Let’s try the following.

    1. Deactivate all plugins.
    2. Completely delete all copies of Enfold from your WordPress theme directory and then download + upload a fresh copy of Enfold from themeforest.

    I believe that should fix it but if you still get the error then I would try creating a backup and reinstall WordPress.

    Best regards,
    Elliott

    in reply to: Admin side, WooCommerce Products Variations tab not working #348362

    Hi!

    Glad you got it sorted. Let us know if you have any other questions.

    Regards,
    Elliott

    in reply to: Secondary Menu #348353

    Kersoz hey !

    Bize WordPress giriş göndermek ve biz bir göz atacağız lütfen . Giriş bilgileri de dahil olmak üzere zaman özel olarak cevap işaretlemek için emin olun .

    Şerefe !
    Elliott

    Hi carlamurray!

    Try adding this to your custom CSS,

    .header_bg { opacity: 1 !important; }
    #socket, #header_meta, .header_bg {
        border-radius: 5px;
    }

    If that’s not what you were wanting then go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.

    Regards,
    Elliott

    in reply to: Improving speed #348220

    Hi theprodigy129!

    The best way to optimize a WordPress site is to use a caching plugin such as W3 Total Cache or WP Super Cache. It looks like you already mentioned it but be sure to crop your images before uploading to save on bandwidth and increase downloading speed.

    Best regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
Viewing 30 posts - 14,431 through 14,460 (of 14,834 total)