Forum Replies Created

Viewing 30 posts - 63,391 through 63,420 (of 63,457 total)
  • Author
    Posts
  • in reply to: Slider items not centered. #116848

    Hi,

    IMHO, this is not a really big deal because users rarely use the zoom in and out function of any browsers. Though you can control this on LayerSliderWP > General Settings > Basic > Layers Container. Adjust the width of the slider container. You might need to adjust the position of the elements.

    Regards,

    Ismael

    Hi,

    Yes, you can style a specific category page but only the overview page of a certain category not the single view of the products included on that category. On the category overview page all you can change is the title of the products and the add to cart button text. For example you have a category named jewelry. You can add something like this on your custom.css or Quick CSS.

    .term-jewelry .product h3.cufon_headings {
    font-size: 20px;
    }

    Another example is shoes. You can add .term-shoes instead.

    Regards,

    Ismael

    in reply to: Hover over image breaks word wrap #116833

    Hi,

    Can you give us a link to the issue? I can’t seem to reproduce the issue.

    Regards,

    Ismael

    Hi,

    It is possible yes but you need to add a lot of css modification. This is the closest I can get. I used a 1500x640px image with the text or whatever elements already included on image itself.

    Create a new page. On the Layout Option select “No Sidebar”, “Don’t Display the Header”, “Don’t Display the socket & footer widgets” respectively.

    Go to Advance Layout Editor > Media Elements > Insert Full Width Easy Slider > Select the Splash Image.

    On your custom.css insert this code

    .page-id-1380 #header {
    display: none;
    }

    .fixed_header.social_header .page-id-1380 #main {
    padding-top: 0;
    }

    Notice the .page-id-1380? That is the unique id for my own splash page. You need to inspect your page then find the body class and use that instead.

    Regards,

    Ismael

    Hi,

    You remove them with this

    #top .social_bookmarks li {
    border: none;
    }

    Or you can change the color using this

    #top .social_bookmarks li {
    border-color: red;
    }

    Always glad to help. :)

    Regards,

    Ismael

    in reply to: Bug – Multiple pictures in a section #116765

    Hi,

    For the meantime you can add this on your custom.css to fix the alignment.

    .avia_image.avia-builder-el-4.el_after_av_imageavia-align-center, .avia_image.avia-builder-el-12.el_after_av_imageavia-align-center {
    margin-left: 30px;
    }

    Regards,

    Ismael

    in reply to: Bug – Multiple pictures in a section #116764

    Hi,

    Yeah, I can reproduce the problem. Somehow the second image produce this class

    class="avia_image avia-builder-el-2 el_after_av_imageavia-align-center "

    It should be

    class="avia_image avia-builder-el-2 el_after_av_image avia-align-center "

    I’m not sure why it is doing this so let me tag the rest of the support team.

    Regards,

    Ismael

    in reply to: menu bar colour #116004

    Hi,

    You can add this on your custom.css. To change the background of the menu bar you can use this

    #menu-north-east-barristers-main-menu, #header_main_alternate {
    background-color: red;
    }

    To alter the font color use this

    .menu-item a {
    color: black!important;
    }

    And for the menu border, you can use this.

    .header_color ul {
    border-color: blue;
    }

    Change the color value. You might want to change the color value that I use because they look ugly. :)

    Regards,

    Ismael

    in reply to: PORTFOLIO ITEM/TEAM MEMBER IMAGES NOT SHOWING #116333

    Hi,

    Did you create a portfolio item for each member? You need to upload an image for each portfolio items.

    Try to regenerate the thumbnails http://wordpress.org/extend/plugins/regenerate-thumbnails/.

    Regards,

    Ismael

    in reply to: Changes to blog grid template #116562

    Hi,

    Again, your website is not online.

    Regards,

    Ismael

    Hi,

    I don’t see the enfold theme on your site. This is your 2nd thread.

    Regards,

    Ismael

    in reply to: Mega menus #116585

    Hi,

    I don’t see anything on the website. My suggestion is to make the font size small. Maybe you might have to do it by separating some of the menus. Please make the site live so that we can inspect it.

    Regards,

    Ismael

    in reply to: Portfolio thumbs overlapping thumbnail titles above #116598

    Hey,

    Thanks for the tip. It will really help if you can give us a link to the issue. Did you fix it?

    Regards,

    Ismael

    in reply to: menu bar colour #116002

    Hi,

    Your site can’t be found.

    Regards,

    Ismael

    in reply to: Blog layout problem #115822

    Hi,

    Yes, you can remove them. You can add this on your custom.cs or Quick CSS

    .single .stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Add widget to error404.php page #116222

    Hi,

    Open includes error404.php and find this code

    <p><strong><?php _e('Nothing Found', 'avia_framework'); ?></strong><br/>

    Place this code at the bottom.

    <h3 class=''><?php _e('Feel like browsing some posts instead?', 'avia_framework'); ?></h3>

    <?php
    the_widget('avia_combo_widget', 'error404widget', array('widget_id'=>'404',
    'before_widget' => '<div class="widget avia_combo_widget">',
    'after_widget' => '</div>',
    'before_title' => '<h3 class="widgettitle">',
    'after_title' => '</h3>'
    ));
    ?>

    Remove the same code below. Try to remove browser cache the reload the page.

    Regards,

    Ismael

    in reply to: Add caption to gallery lightbox #116728

    Hi,

    Kriesi disabled the description or caption for prettyPhoto lightbox plugin. I’m having a hard time retrieving it. Let me tag the rest of the support team to help us out.

    Regards,

    Ismael

    Hi,

    There is no way to manually specify a styling for each product. Although you can style a specific category page which, I guess, not the way you want it.

    Please try to regenerate the thumbnails using this plugin. http://wordpress.org/extend/plugins/regenerate-thumbnails/

    Regards,

    Ismael

    Hi,

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

    #header_meta {
    background-color: black;
    }

    .header_color ul {
    border-color: gray;
    }

    Regards,

    Ismael

    in reply to: Bug – Multiple pictures in a section #116761

    Hi,

    Can you give us a link to the problem?

    There are 2-3 updates currently starting from Enfold’s release.

    Regards,

    Ismael

    in reply to: Multi Author Blog #116767

    Hi,

    Register the email used on your WP account to http://en.gravatar.com/.

    Regards,

    Ismael

    in reply to: PORTFOLIO ITEM/TEAM MEMBER IMAGES NOT SHOWING #116331

    Hi,

    What do you mean by ” when a TEAM MEMBER is set in a PORTFOLIO item”?

    If you want to understand it clearly. You can Import the dummy data then edit the Meet the team page. You will be able to see how it is done.

    Regards,

    Ismael

    in reply to: Lightbox close button is cut off #116081

    Hi,

    You can fix it with css. Add this on your custom.css or Quick CSS.

    div.pp_default div .pp_content {
    min-height: 330px;
    }

    Regards,

    Ismael

    in reply to: Galleries not loading properly in tabs #116368

    Hi,

    I’m not sure why this is happening. Let me tag Kriesi and the rest of the support team to help us out.

    Regards,

    Ismael

    in reply to: Coming Soon and Maintenance Pages #116266

    Hi,

    On Enfold > Theme Options > Styling > Use stretched or boxed layout? > Select Stretch Layout. I think you are using the box layout.

    Did you add or modify anything on the css?

    Regards,

    Ismael

    in reply to: Center align on Advanced Layer Slider #116171

    Hi,

    Go to the LayerSlider WP > Slides, at the bottom edit each layers then click the “Style” tab. You can control the top and left position of each element.

    Regards,

    Ismael

    Hi,

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

    .image-overlay.overlay-type-extern {
    display: none !important;
    }

    Regards,

    Ismael

    in reply to: My Quick CSS? How do I make menu font in header larger? #116072

    Hi,

    The code Peter suggested should work. Please try to remove browser cache the reload the page again. Change the value to 17px or larger so that you can see the effect.

    What kind of header are you using?

    Regards,

    Ismael

    in reply to: Editor suddenly shows only an empty window on all pages #116105

    Hi,

    Let me tag this to Kriesi and add this as feature request.

    Regards,

    Ismael

    in reply to: Menu + Top Bar Colors #116244

    Hi,

    You can start with these codes. Place them on your Quick CSS or custom.css

    #header_main {
    background: #585858;
    border-color: #2B2B2B;
    }

    #header_meta {
    background: #585858;
    border-color: #2B2B2B;
    }

    .header_color ul {
    border-color: #2B2B2B;
    }

    .menu-item a {
    color: white !important;
    }

    You can also edit the color theme on Theme Options > Styling > Click on the Header tab.

    Regards,

    Ismael

Viewing 30 posts - 63,391 through 63,420 (of 63,457 total)