Viewing 30 results - 135,211 through 135,240 (of 142,794 total)
  • Author
    Search Results
  • #209048

    Hey!

    Please change second code with following one

    .logo img, .logo a, .main_menu ul:first-child > li > a, #header_main .container {
    height: 88px !important;
    line-height: 88px !important;
    max-height: none !important;
    }

    That should fix the issue

    Regards,
    Yigit

    #209040

    Hi there – thanks for the quick response.
    unfortunately some of the CSS do not seem to work.

    1) not working. the tabs in the picture are still there. however – i used the thumbnail regenerator – which made my catalogue images look even more blurry. so i resized the images to 450 with a photoeditor – uploaded it – nothing changed. :-(
    also – how can i get rid of the lighbox (open product image in new window) of the product image?

    2) perfect – thats what i was looking for!
    3) same here – top!
    4) this works too – thanks for that
    5) unfortunately this did not change anything – any other idea?

    is there any information how i can set up the correct image size for catalogue image, product images, thumbnail images? what should i consider in the woocommerce settings?!

    i have tested the images with a standard theme – everything shows up perfect! no tab/sidebars, no blurred images… i have no idea why this is happening…

    #209020

    Hi heufti65!

    Please see Ismael’s post here https://kriesi.at/support/topic/icons-in-ie-and-enfold-advertising-area-widget/#post-135658

    Best regards,
    Yigit

    #209015

    In reply to: ICON in IE10

    Hi!


    @modelity
    I have just posted in your topic.

    Regards,
    Yigit

    #209013

    Hey Ismael,

    Thanks for that.

    I’m getting somewhere, but changing the height changes the height of the menu itself and I don’t want to do that. You can see now that I have positioned http://codelessme.com/paidfairly.

    This is what I have in quick:

    #header_main .container,.main_menu ul:first-child > li a {
    height: 85px !important;
    line-height: 65px !important;
    }
    
    #avia-menu {
    position: relative;
    top: 8px;
    }
    
    .fixed_header #main {
        padding-top: 85px;
    }

    The heading is a fixed height.

    #208992

    In reply to: Reduce Whitespace

    Hi!

    Ismael’s code should work, please try adding !important rule to force it as following

    body .column-top-margin {
    margin-top: 0!important;
    }

    Cheers!
    Yigit

    #208982
    This reply has been marked as private.
    #208980

    In reply to: adding a social icon

    HI
    I have a couple of questions.
    1) I am trying to embed video from vimeo and you tube on blog posts, but I don’t get a preview image.
    http://www.copenhagenfilmcompany.dk/2014/news-3/dsb-the-joint-approach/ What am I doing wrong?
    If I instead link a url for the video to an image, then there are no video controls and it opens in a pop-up window, which I don’t want. I want it to look like the samples you have on the demo – called “Another title for our pretty cool blog”. I don’t see any other video options on the blog post editing page.

    2) Here on support – how do you make a new topic? I am editing previous topics but don’t see an easy “start topic” link.

    3) I have been reading here about how to add social icons to the footer, facebook & linkin, but can’t understand how to do it. I was able to add it to the socket, but it didn’t line up correctly and I would rather have it in the first column of my footer under the search widget. Suggestions?

    thanks very much. love the theme.

    #208977

    In reply to: Reduce Whitespace

    Hey!

    Please use this to adjust the top margin of columns:

    body .column-top-margin {
        margin-top: 0px;
    }

    Best regards,
    Ismael

    charlies23
    Participant

    Hi Kriesi Team!

    I am working on a very customised eiditon of enfold and I got stuck a bit with customising the menu.

    This is the site I am working on :
    http://dev.irecruitexpo.com/

    I want 2 changes to be made on the menu.

    1.) I want to make the top level main menuitems to stay hoovered unti another main menu item is hoovered. I mean if I hoover some of the submenu items opening from the main item, the main item background should stay blue as long as I keep hoovering the submenu or until I hoover another main menu item.

    2.) I want to change the direction of how 2nd level submenu items open. Instead of opening to the left I want them to open to the right.

    I appreciate any tips or help what you can provide. I am loking forward to your reply!

    Regards,
    Tom

    #208974

    Topic: java script error

    in forum Enfold
    erikwillems
    Participant

    While trying to get to work with Enfold and WPML. I’m running into quite some problems.

    At first I thought the problem was in WPML but now the WPML supports starts pointing at kriesi:

    http://wpml.org/forums/topic/404-after-switching-languages/page/2/#post-320149

    My problem: I bought a theme (enfold) and a Plugin (WPML) which both claim to be compatible with each other and it just does not work.

    I would realy apreciate some help.

    The latest problem is the javoscrip error : jvascrip error

    #208967

    Hey David!

    Please use this on your custom.css or Quick CSS to adjust the height of the menu list:

    .main_menu ul:first-child > li a {
    height: 40px !important;
    line-height: 40px !important;
    }

    Add this to move the main menu position:

    #avia-menu {
    position: relative;
    top: 30px;
    }

    Cheers!
    Ismael

    #208964

    Hi!

    Please add this on your custom.css or Quick CSS to change the category names:

    .products .product h3 {
    padding-top: 5px;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    margin: 0;
    font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    }

    You can move the category title using this:

    .product-category a h3 {
    position: absolute;
    top: 0;
    }
    
    .product-category a img {
    position: relative;
    top: 30px;
    }

    Regards,
    Ismael

    #208961

    Hey!

    Are you using WPML? Please use this plugin: http://wordpress.org/plugins/codestyling-localization/

    Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to search for all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    Regards,
    Ismael

    #208958

    Hey!

    1.) Please add this on custom.css or Quick CSS to move the reserve now button when viewing on iPad:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .header-buttons {
    left: 0;
    }
    }

    2.) How did you add the content boxes on the layer slider? You can a unique css selector to each layer. Edit the layer then go to Attributes panel. You can use this selector to hide the layer on mobile devices using media query.

    3.) Can you please post a screenshot of the issue? Add this on Quick CSS:

    #top .main_menu .menu li:hover {
    background: transparent;
    }

    Regards,
    Ismael

    #208950

    In reply to: increase logo size

    Hey!


    @lucindaholland
    : Please create a new topic. We don’t want the issues and request getting jumbled up. Anyway, please post a screenshot of what you’re trying to achieve with the logo.

    Best regards,
    Ismael

    #208949
    zerozendesign
    Participant

    Top of the morning guys,

    Wondering how I might go about stylizing my custom menu button that I started at http://codelessme.com/paidfairly to look like the attached image.

    upload button

    Thanks in advance!
    David

    Hi Ismael,

    1) I downloaded and installed the update ( 2014 January 09 – Version 2.4.5) before sending you my post…

    2) I put my code in the custom.css. The font that I want to use is Bariol regular font.

    The code :

    /* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
    
    /* General Custom CSS */
    
    /*
    Desktop Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
    
    @media only screen and (min-width: 768px) {
    
    @font-face{
    font-family:bariol_regular;
    src:url('/wordpress/wp-content/themes/WPenfold/font/bariol_regular.ttf') format ("truetype");
    }
    
    }
    
    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
    
    @media only screen and (max-width: 767px) {
     
    @font-face{
    font-family:bariol_regular;
    src:url('/wordpress/wp-content/themes/WPenfold/font/bariol_regular.ttf') format ("truetype");
    } 
     
    }

    Kind regards,

    Thomas

    #208933

    Hey!

    You can edit header.php, find this code on line 101:

    if(strpos($headerS,'bottom_nav_header') === false) avia_social_media_icons($social_args);

    Below, add the do_shortcode function with the plugin’s shortcode:

    echo do_shortcode( '[sc_embed_player fileurl="http://myblog./wp-content/uploads/2014/01/music.mp3" volume="10" loops="true"]' );

    Add this on Quick CSS to position the button properly. Adjust if necessary.

    .sc_player_container1 {
    position: absolute;
    top: 0;
    left: 83px;
    }

    Regards,
    Ismael

    #208921

    Hi Vermishelle!

    Please refer to this link on how to add social icons: https://kriesi.at/support/topic/adding-custom-social-icons/

    Best regards,
    Ismael

    #208917

    In reply to: Center 90px logo

    Hey webpress!

    You can adjust the position of the logo using this on Quick CSS:

    .logo.bg-logo {
    top: 20px;
    }

    Adjust the top value if necessary.

    Cheers!
    Ismael

    #208905

    + 1 for Right Sidebar on woocom single product pages also.

    I described the need here https://kriesi.at/support/topic/get-a-right-sidebar-in-woocommerce-single-product/ but @Zerozendesign did it weel in just a few words, as quoted by @ttem just above :

    The addition of a right sidebar option on a woocommerce page. For visitor usability, this seems like it would be a no brainer. The ability to add the shopping cart widget into the right sidebar so visitors could view their cart as they are shopping would be an ideal scenario.

    Thank you very much.

    #208904

    Hi,

    Thank you, I understand.
    After some days testing, I can say that the code given does forbid the white color of the header to go too far below, but the items are still displayed at this same place when I see that bug :/

    I was afraid this might be a cache or minifaction problem, as I’m never able to fix this myself. Do you have some info to lead me on the way, or for me to give it to a developper or someone who could fix this for me ?

    Thanky you

    #208890
    BenWorx
    Participant

    Hello Dude,

    In this topic: https://kriesi.at/support/topic/problem-with-wpml-templatebuilder-and-permalinkstructure-since-3-7-1-update/
    we talked about the fact that Propulsion/Enfold together with using WPML sometimes changes the permalink structure…

    You said that you’ll contact Kriesi for a solution for that specific problem..

    Right now I wish to buy Enfold for a new client and we’ll be needing WPML in the future. THere is also another project coming up where i’ll be needing WPML..

    Pls let me know asap if this problem has been fixed and if I can safely buy this theme and not be confronted with the WPML problem in a later stage..

    Thanx!

    Ben

    #208888

    Sorry Ismael, the issue only exist in my mind ;)

    Close this topic and all my topics in the forum. All are solved.

    Thanks so much!!!

    Xavier.

    #208879

    You can see what I want to achieve here and here

    #208878
    Ed
    Participant

    I have successfully installed the Compact WP Player Plug in with the idea of placing a player localed to the right of the social media icons on my page built on the enfold theme. Can you please help me customize this?

    The code I need to call my audio file is

    [sc_embed_player fileurl=”http://myblog./wp-content/uploads/2014/01/music.mp3″ volume=”10″ loops=”true”] but where do I place it?

    #208874

    Hi hellovlad_!

    1) The breadcrumb doesn’t take care of the menu items and the menu order does not affect the breadcrumb hierarchy. See: https://kriesi.at/support/topic/breadcrumb-navigation-2/

    2) I recommend to rename the “Portfolio 3 Column Ajax” page to “Portfolio” – then the structure should be “You are here: Home / Portfolio / Portfolio Item Name.”. If you want to remove the “Home” link insert following code at the bottom of functions.php

    
    add_filter('avia_breadcrumbs_args', 'avia_change_home_breadcrumb', 10, 1);
    function avia_change_home_breadcrumb($args){
    $args['show_home'] = false;
    return $args;
    }
    

    Then the breadcrumb should just show the pages (“You’re here: Portfolio / Portfolio Item Name”).

    Best regards,
    Peter

    #208861

    In reply to: Reduce Whitespace

    Hey keneastwood!

    You can reduce the padding above the footer using this on Quick CSS:

    .avia-section-large .content, .avia-section-large .sidebar {
    padding-top: 70px;
    padding-bottom: 10px;
    }

    The page http://cravensafetyservices.co.uk/health-and-safety-support-packages/ gives me a 404 error.

    Regards,
    Ismael

    #208852

    In reply to: Adjust header

    Hey hstveilig!

    Please use the “Header with Social icons and bottom navigation” then add this on your Quick CSS or custom.css:

    .bottom_nav_header.social_header .logo {
    position: relative;
    left: 35%;
    }
    
    .bottom_nav_header.social_header .main_menu ul:first-child {
    position: relative;
    left: 20%;
    }
    
    #top #menu-item-search {
    float: left;
    }

    Best regards,
    Ismael

Viewing 30 results - 135,211 through 135,240 (of 142,794 total)