Forum Replies Created

Viewing 30 posts - 14,251 through 14,280 (of 14,834 total)
  • Author
    Posts
  • in reply to: spacing b/w sidebar widgets and blog posts #350831

    Hi emin!

    Try adding this to your custom CSS.

    .template-blog .post_delimiter {
        margin: 0 0 10px !important;
        padding: 10px 0 0 !important;
    }
    .widget { padding-bottom: 0px !important; }
    

    Best regards,
    Elliott

    in reply to: Alternate Content Link Font Color #350826

    Hey!

    Try adding this.

    .alternate_color .av-subnav-menu li:hover, .alternate_color .av-subnav-menu li:hover a {
        background: grey !important;
    }

    Regards,
    Elliott

    in reply to: Login / Logout Button in Main-Menu – styling #350821

    Hi andrassberlin!

    You could try adding this to the list item class.

    av-menu-button av-menu-button-colored
    

    So it looks like this.

    $newitems .= '<li class = "av-menu-button av-menu-button-colored"><a title="'.__('Logout','avia_framework').'" href="'. wp_logout_url(get_permalink()) .'">'.__('Logout','avia_framework').'</a></li>';
    

    But you may need to add some extra styling as well. You can find the menu button styles in /enfold/css/layout.css around line 584.

    Cheers!
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.
    in reply to: Mobile menu covering logo #350810

    Hey!

    Your logo is also left aligned and not centered. It’s just that it’s so wide that it runs into the menu on small screens. Besides editing your logo image to be smaller I don’t know what else to do.

    We could add some CSS so when the screen gets to a certain width we can hide your main logo with CSS and add another smaller logo as a background image. If you would like to try that then this is the CSS you would use.

    @media only screen and (max-width: 479px) {
         .logo img { display: none; }
         .logo a { background: url("URL to your image"); width: 80px; }
    }
    

    Cheers!
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.

    Hi!

    You need to move the widgets you have set in the Displayed Everywhere widget area to the Single Product Pages widget area.

    As for your main shop page you have this in your Quick CSS setting which is hiding the sidebar.

    #top.post-type-archive-product #main .sidebar {
    display: none;
    }

    Best regards,
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.
    in reply to: Sidebar not showing on single portfolio pages #350797

    Hi!

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

    Cheers!
    Elliott

    in reply to: Show slider captions on portrait phones #350796

    Hi webWahine!

    Can you send us a link so we can take a look? You can set your reply as private if you wish.

    Also let us know which device your using and it’s resolution.

    Regards,
    Elliott

    in reply to: One Page Website jump link not working and image change #350793

    Hey kathrynmichaud!

    1. Try adding a separator shortcode after your google map.

    2. Try adding this to your custom CSS.

    #scroll-top-link {
        background: url("URL here") !important;
    }
    #scroll-top-link:before {
        content: "" !important;
    }

    And then replace “URL here” with the URL to your image.

    Regards,
    Elliott

    in reply to: Stretch / Resize Large Featured Image on Single Post #350785

    Hi!

    It should be using the full width by default unless you have edited the image in the media library and set a custom width + height. Did you try deleting the image and re-uploading it as suggested?

    Send us a WordPress login and set your reply as private so we can take a closer look.

    Regards,
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.
    in reply to: Conflict with Events Manager #350777

    Hi bigtime32!

    I would like to login and take a look but after logging in it says I do not have sufficient permissions.

    Have you considered using the events calendar plugin? http://tri.be/shop/wordpress-events-calendar/

    We recommend using this plugin for event management.

    Cheers!
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.
    in reply to: Taglist not working / Woocommerce Mobile Site not responsive #350755

    Hi berndrepenning!

    1. You have 26 tags there and there is not enough space for them to fit on one line so they will wrap to two lines. I’m not sure what you are wanting to do with them. If you would like to reduce their font size then you can use this CSS.

    .taglist { font-size: 10px !important; }
    

    I don’t think that will help though because there is just too many. I would consider re-tagging them or create two accordions.

    2. I see the prices on my iPod and Nexus 7. Can you take a screenshot of what your seeing?

    Regards,
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.
    in reply to: Ajax portfolio not showing good content #350744

    Hey GoldkoiFish!

    Try deactivating all plugins and make sure WordPress and the theme are updated to their latest versions.

    If that does not help then send us a WordPress login and we’ll take a look. Be sure to set your reply as private when including login information.

    Best regards,
    Elliott

    in reply to: Change Masonry Gallery Effect #350741

    Hey virtualsa!

    Please see here, https://kriesi.at/support/topic/masonry-gallery-pop-up/, for removing the loading animation.

    Cheers!
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.
    in reply to: Social Media Icons as in your enfold template #350732

    Hey 4seed!

    Navigate to Dashboard > Enfold > Header > Extra Elements > Header Social Icons and select the “Display in top bar at the left” option.

    Best regards,
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.
    in reply to: change font size #350729

    Hey diefleischerei!

    The “mein menu” text your referring to is one of your sidebar titles. You can target them with this.

    .widgettitle { text-transform: normal !important; }
    

    For the titles you will want to install the WordPress SEO plugin and then navigate to Dashboard > SEO > Post Types and at the very bottom under custom post type archives you should see the product post type meta where you can change the title.

    Cheers!
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.
    in reply to: LayerSlider show text overlay on hover #350717

    Hi d24media!

    That would take a lot of time and code and would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization. If you would like to contact Werkpress then see here, http://kriesi.at/contact/customization.

    Cheers!
    Elliott

    in reply to: Column width #350715

    Hey!

    I checked your link again but it looks different now. Are you talking about the four columns beneath your slider? They appear to be displaying fine on my end.

    If that’s not what you are referring to then take a new screenshot and highlight the problem so we can get a better idea.

    Cheers!
    Elliott

    in reply to: Wrong image article when i share to social #350710

    Hi!

    I just tried it again and it’s grabbing the correct image now when the link is shared. Try clearing your browser cache and any caching related plugins you might have installed and try sharing it again.

    Regards,
    Elliott

    in reply to: Images not showing in media library #350707

    Hey!

    I see what you mean. Try logging into your server and check the /wp-content/uploads/ directory and the folders / files inside to see if they have the correct permissions.

    Does this happen in the default theme as well?

    Regards,
    Elliott

    in reply to: rss feed not showing #350679

    Hi codecreative!

    Since your using the default permalinks try this, http://web.codecreative.co.uk/?feed=rss2.

    Regards,
    Elliott

    in reply to: Product page content split #350530

    Hi jezd!

    Try adding this to your custom CSS.

    .single-product-main-image { width: 66% !important; }
    

    Best regards,
    Elliott

    in reply to: Opt in #350529

    Hey!

    Yes we can make the widget display with the field and submit button on the same line with CSS. Send us a link to the page where your using it and we’ll take a look.

    Best regards,
    Elliott

    in reply to: Drop-down menu size #350525

    Hi Richard!

    Navigate to Dashboard > Enfold > Advanced Styling and you can change the styling for the main menu sub level links there.

    Regards,
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.
    in reply to: Error since ver. 2.0 in slideshow? #350522

    Hey Peter!

    Those are notices, not errors. Have you noticed anything weird with your slideshows? Perhaps one of the slides are empty?

    Be sure to deactivate all plugins while testing.

    Cheers!
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.
    in reply to: How to implement Google Search with Enfold? #350515

    Hi!

    Yes that’s weird it’s not working. This seems to work though.

    #search-fail section {
        display: none !important;
    }

    I went ahead and added it to the top of your quick css field.

    Cheers!
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.

    Hi!

    It looks like we’ll need a password to view your link. Please add it as a private reply and we’ll take a look.

    Regards,
    Elliott

    in reply to: disable list of pages on sidebar #350502

    Hey!

    It sounds like your talking about the subnav widget. In this case it would be best to create a new sidebar in Dashboard > Appearance > Widgets and then drag the subnav widget over to it and then edit your pages and select this sidebar to use.

    Regards,
    Elliott

    in reply to: Content and Sidebar Margins #350489

    Hey!

    I see what you mean. It only happens when using a percentage for the maximum container width and the boxed layout. It looks like it’s caused by line 1184 in the /enfold/functions-enfold.php file.

    .responsive .container{ max-width: ".$responsive_size."; }
    

    I’ll leave this topic open for Ismael to take a look but in the meantime you can do a quick fix with this CSS.

    .responsive .container {
        max-width: 100% !important;
    }

    Best regards,
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.
    in reply to: Widget Issues after update #350482

    Hi!

    It seems to be updating fine on my end. Is it just the homepage your having issues with? Does it just happen in Chrome?

    Regards,
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.
    in reply to: Alternate Content Link Font Color #350470

    Hi!

    You mean for the link backgrounds or the whole menu? I just checked your link again and the link backgrounds are turning grey on hover now so I assume you figured it out.

    Regards,
    Elliott

Viewing 30 posts - 14,251 through 14,280 (of 14,834 total)