Viewing 30 results - 140,791 through 140,820 (of 142,889 total)
  • Author
    Search Results
  • #132841

    Hi Peter, I opened a thread in the support forum WPML. I leave the link below.

    http://wpml.org/es/forums/topic/no-puedo-visionar-la-galeria-de-imagenes-desde-post-yo-paginas/

    With service response WPML support … talk again

    Thanks for your help

    #132683

    Hi there,

    maybe i am doing something wrong…

    just uploaded the 1.9 version, but the easy-slider still doesn´t work like it should.

    Displaying portfolio items it only displays the first image, then stops.

    Any suggestions?

    Thanks

    #132912

    Hi,

    You can go to Appearance > Menu and remove the Home from the menu.

    Thanks,

    Nick

    #132458

    Hi Peter,

    You can just remove the pseudo class :hover from the above and change the css class names to this format:

    #top #header .social_bookmarks_skype a {
    background-color: #37589B;
    }

    2) The icon boxes right now aren’t customizable except with direct css or site wide css. So you could do:

    #top .avia-icon-list .iconlist_icon {
    background-color: red; /*background*/
    }

    #top .avia-icon-list .iconlist_icon {
    border-color: blue; /*border*/
    }

    3) I think this is answered with the first bit of css above.

    5) That link shows as a 404 error but if you make a new topic just for that with an example in the topic we’ll be able to fix it directly.

    Regards,

    Devin

    #132111

    Hi,

    1) I see the top one is centered perfectly. and so is the second one. You can use the code below to reset the margin

    div .av_two_third {
    margin-left: 0px !Important;
    }

    2) I don’t see any caption to the right, all are above. The ones that show as text and not tooltips i think i provided you code in your previous post as to how to not display them.

    3) I think such a customization is beyond the scope of the support forum since it would require a significant time investment in recoding the tooltips functionality.

    Thanks,

    Nick

    #132110

    I’m not really getting what it is you are trying to do. Not all elements are going to work flawlessly when stacked inside columns or with certain portfolio image size settings.

    Everything is coded to adapt for responsive design but there is a bit of control on what source image a user can choose for the output before css changes that images size for the container.

    For #3, you can do something like:

    #top .visible-caption {
    text-align: center;
    clear: both;
    float: left;
    }

    But the images aren’t taking up the full width of the container so the text is correctly centered but the images are not (since they are floating left as well and there isn’t a true float: center).

    #27234

    Topic: Avia and ajax

    in forum Enfold
    Yakosuso
    Participant

    Hi there! :)

    First of all… congrats about ENFOLD!! its a great theme!!!!!! :)

    Ok. Lets go with my “problem”.

    Buttons for prev – next are not working…

    We got last version for the theme (1.8…), and Word Press 3.5.1

    If you get into http://www.pepagroup.net (HOMEPAGE) and then to the grid at the bottom of the page, you find 6 boxes (works..). If you click each…then you get to a more detailed info but…. cliking previous and next arrow…you got a “empty” image next or previus client info, and buttons stop working (prev and next)

    Would you mind to help me please!! ???

    Thanks a lot in advance,

    Best,

    Yako

    #27233
    andypeck
    Participant

    Hi guys,

    I know you are all incredibly busy and doing things on a strict rotation basis but its been quite a few days since my last question on the topic of using multiple fonts. Im guessing I may have fallen through a crack in the system so i’m throwing up this polite nudge just in case.

    Could you look at this ageing topic and see if you can help?

    https://kriesi.at/support/topic/multiple-font-embedding.

    Sorry to ask again!

    Mega thanks

    Andy

    Hi

    1) The code does not work. It will cause my site to have an error.

    2) I am trying to shift the usual social media icons from the top to the footer area. The icons are supposed to link to my facebook, twitter etc. accounts, not to allow the visitors to share the webpage. In short, I would like to have those default social media icons of the theme in the footer.

    #132352

    Hi Peter

    Nearly there. And thanks to your teams help.

    Ive worked out a way / fix to add a horizontal version of the logo as a background image.

    However, it seems to repeat in two other places.

    Is there a way to remove from behind menu & search panel / on click?

    Here’s the live site: http://www.thenaturalpharmacie.co.uk/hidden/

    Here’s a screenshot: https://dl.dropboxusercontent.com/u/226695/smallheader-example-tile-error.gif

    Thanks in advance. Rich

    #27228
    makss-tychy
    Participant

    I was too hurry setting problem as resolved in this topic – https://kriesi.at/support/topic/content-in-tabs-moved

    I added the code

    Code:
    .tabcontainer div .first {
    margin-top: 0;
    }

    In first tab everything i OK but in second and every next Tab picture in second collumn is moved down.

    I checked, there is no line break I copied html from first Tab to second and every next.

    http://test2.pisz.pl

    #132932

    In reply to: Help with css.style

    Hi Ismael,

    They recommend that this change should be made ​​in the style.css file directly, they ask to download via FTP, edit the alteration and upload again.

    In the line of code that says vertical-alignment: baseline, change to top.

    Thanks,

    Fabiana.

    #132814

    I’m sorry guys, I posted this into a wrong thread. It meant to be here: https://kriesi.at/support/topic/breadcrumbs-and-sidebar-only-for-bbpress-forums

    #132812

    Hi!

    You can also add following code to custom.css (or insert it into the quick css field)

    #top .title_container .container{
    display: none;
    }

    Regards,

    Peter

    #130893

    You can use media queries to center the menu for different resolutions. Use theme like:

    @media only screen and (max-width: 1356px) and (min-width: 1024px) {
    #top .main_menu { left: 100px !important; }
    }

    @media only screen and (max-width: 1023px) and (min-width: 768px) {
    #top .main_menu { left: 50px !important; }
    }

    @media only screen and (max-width: 768px) {
    #top .main_menu { left: 0 !important; }
    }

    You can insert them into the quick css field and if necessary define new media queries for different resolutions. You can also try to use perecentage values instead of px – maybe this saves you som queries

    #132729

    In reply to: Changing menu layout

    No, the “small non-fixed header” doesn’t support such a layout and you’d need to customize the code. However you can use the “Header with bottom menu + social media icons” option – http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/ – it looks similar to the menu of http://www.iphotoscanning.co.uk/ and we can help you to change the background color of the menu (i.e. see https://kriesi.at/support/topic/setting-navigation-text-color-setting-font-size ).

    #132728

    In reply to: Promo Box Header

    Hey!

    If you don’t want to display the margin at the top insert following code into the quick css field

    p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin-top: 0;
    }

    Regards,

    Peter

    #132371

    Hi,

    This code does work on my end. It will force the iconbox to have a minimum height aligning them properly.

    /*
    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 (min-width: 800px) and (max-width: 1024px) {
    /* Add your Desktop Styles here */
    .page-id-9576 .iconbox_content {
    min-height: 540px;
    }
    }

    Please remove browser cache then reload the page. You need to experiment with Media Queries to align them properly on different browser width.

    Regards,

    Ismael

    #129871

    I am experiencing a similar problem on a client’s website. The temporary URL is http://180.235.128.92/~hjdtszgy/.

    I have tried both the Easy Slider and Full Width Slider with the same result. Everything works fine on Internet Explorer, but not on Chrome or Firefox. The animation stops after slide 2 and I am unable to advance with the arrows or even the dots on the slider.

    I am running WordPress v2.6 and Theme version 1.8.1

    #133177

    Hi,

    Unfortunately, the revision doesn’t work for the Avia Builder.

    First, switch the Advance Layout Editor (ALE) to debug mode. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    add_theme_support('avia_template_builder_custom_css');

    This will let you see the shortcode below the ALE. You can combine shortcodes like this:

    [av_tab_container position='top_tab' boxed='border_tabs' initial='1' custom_class='']
    [av_tab title='Tab 1' icon_select='no' icon='1']
    Tab Content goes here
    [av_button label='Click me' link='' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='25']
    [/av_tab]
    [av_tab title='Tab 2' icon_select='no' icon='1']
    Tab Content goes here
    [av_button label='Click me' link='' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='25']
    [/av_tab]
    [/av_tab_container]

    The example above are buttons inside a tab element.

    Regards,

    Ismael

    #133129

    Hi,

    Please refer to this link: https://kriesi.at/support/topic/translation-issue-on-search-results-page

    Regards,

    Ismael

    #131897

    i am also having this problem. see photo here http://thepsychreport.com/test1/ vs. desktop view at http://www.thepsychreport.com

    “Welcome to The Psych Report (Beta)” is cut off

    Hi,

    The hover effect is decreasing the opacity of the button.

    #top .avia-slideshow-button:hover {
    opacity: 0.7;
    }

    This is the default css style of the button.

    #top .avia-slideshow-button {
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    border: 3px solid #fff;
    padding: 7px 16px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    background-color: rgba(0,0,0,0.2);
    }

    Regards,

    Ismael

    #133047

    In reply to: Content in Tabs moved.

    Hi,

    There is a p tag before the content. Can you please check if you unintentionally added a line break on the editor? Please add this on your custom.css or Quick CSS.

    .tabcontainer div .first {
    margin-top: 0;
    }

    Regards,

    Ismael

    #133044

    Hi,

    Kriesi removed the caption on the prettyPhoto plugin. You can add a request here to turn it back. https://kriesi.at/support/topic/enfold-feature-requests

    Regards,

    Ismael

    #132439

    In reply to: Sidebar Menu

    Hi,

    You can add this on your custom.css or Quick CSS to create an indent on the menus when you have a left sidebar.

    #top .widget ul.sub-menu {
    padding-right: 20px;
    }

    Regards,

    Ismael

    #133140

    Hi,

    First, insert a column element then add the Image, Text Block then the Button. Give the button a unique css selector, for example “new-button”. Add this on your custom.css or Quick CSS.

    .new-button {
    position: absolute;
    top: 80px;
    left: 10px;
    }

    This will move the button on top of the image. You can do the same with the Text block element.

    Regards,

    Ismael

    #133149

    Hi,

    Please refer to this link: https://kriesi.at/support/topic/translation-issue-on-search-results-page

    Regards,

    Ismael

    #133096

    I have to correct the first post.

    The post was never published due to an error on a plugin, now resolved.

    I discovered that the problem of the -1 message after the publishing of a post as “author” is because an incompatibility between Enfold theme and the plugin WP Admin UI Customize (http://wordpress.org/plugins/wp-admin-ui-customize/)

    If I only change to the main WP theme it’s ok.

    If this could help I found that this is the die() method that stops the refresh of the post page after its publishing.

    It can be found on wp-includes/pluggable.php

    function check_ajax_referer( $action = -1, $query_arg = false, $die = true ) {

    if ( $query_arg )

    $nonce = $_REQUEST[$query_arg];

    else

    $nonce = isset($_REQUEST) ? $_REQUEST : $_REQUEST;

    $result = wp_verify_nonce( $nonce, $action );

    if ( $die && false == $result ) {

    if ( defined( ‘DOING_AJAX’ ) && DOING_AJAX )

    wp_die( -1 );

    else

    die( ‘-1’ ); // <— this is the -1 shown

    }

    do_action(‘check_ajax_referer’, $action, $result);

    return $result;

    }

    I’m using Enfold 1.8.4

    Thank you

    #132874

    You can try the code I posted here: https://kriesi.at/support/topic/how-to-prevent-img-title-from-being-displayed-on-rollover-of-slideshow#post-107352 – it works with Firefox, Chrome, Safari. IEs also supports it but it’s a bit buggy (sometimes it works, sometimes not..).

Viewing 30 results - 140,791 through 140,820 (of 142,889 total)