Viewing 30 results - 134,851 through 134,880 (of 142,897 total)
  • Author
    Search Results
  • #214003

    In reply to: "Post_gallery" filter?

    Hey!

    Did you test the code I posted here: https://kriesi.at/support/topic/post_gallery-filter/#post-213804 ? I tested it again and it works for me. I just added a gallery element, uploaded some pics, set the url: http://www.clipular.com/c/4546260648329216.png?k=Z0vjY5c4YaE0OpYIHM2x__0tv2E , and then saved the element. Make sure you use the “small thumbnail” gallery type because the “big preview” image doesn’t support custom urls. I’ll look into it – maybe we can implement it but I’m not sure…

    Cheers!
    Peter

    #213999

    Hi susannetessamueller!

    Ihr könnt es einfach mit CSS verstecken – fügt hierzu diesen Code in das Quick CSS Feld ein

    
    #top .portfolio-preview-image .avia-gallery .avia-gallery-big {
    display: none !important;
    }
    

    Cheers!
    Peter

    #213998

    Hi!

    Can you try adding following code to Quick CSS in Enfold theme options under Styling tab and adjust if needed

    .avia-desc-col { margin-top: 50px; }

    Best regards,
    Yigit

    #213994
    p_niedrich
    Participant

    hi,

    i posted a problem which was solved lately:
    https://kriesi.at/support/topic/portfolio-entries-error-404/

    now i realized, that i have the same problem with my shop articles: after the latest update of enfold i get a error 404 when i visit an article of my shop:

    http://berlinguitartrio.de/shop-2/

    regards
    philipp

    • This topic was modified 12 years, 2 months ago by p_niedrich.
    #213957

    Hi!

    Please try adding following code

    .avia-builder-el-10, .avia-builder-el-15 { margin-top: 0!important; }
    .avia-icon-list-container { margin: 0; }

    Best regards,
    Yigit

    #213953

    Hi aparteDenmark!

    1) You can use:

    .text-sep.text-sep-comment,
    .blog-author.minor-meta,
    .blog-categories.minor-meta, 
    .text-sep.text-sep-cat {
        display: none;
    }

    Then show them on the home with:

    #top.home .text-sep.text-sep-comment,
    #top.home .blog-author.minor-meta,
    #top.home .blog-categories.minor-meta, 
    #top.home .text-sep.text-sep-cat {
        display: inline;
    }

    2) In general, this isn’t breadcrumbs. The breadcrumbs are the page link tree at the top of pages just under the menu but no there isn’t a way to individually control where the meta data and links go.

    3+4) That would need to be added into the theme feature request topic or added in via a plugin/custom coded customization.

    5) I’m not sure the partner element could do that. Either as a new bit of custom code or a modification of that element it would need to be done by a freelance developer as its far beyond what we can do via support.

    6) For the menu active area no not that I know of. The position of the menu is actually determined by the line height of the menu items so modifying them is jumping down a route of potentially needing fixes for cross browser support and all responsive sizes.

    Cheers!
    Devin

    #213923

    In reply to: Bilder unscharf

    Hi!

    Enfold selbst rechnet bei den Bildern gar nichts, sondern der Browser skaliert das Bild anhand des CSS Codes. Daher Enfold gibt zB die Weite der Spalte mit 25% der Container Breite vor und der Browser errechnet sich dann anhand der 25% die exakte Pixelbreite + Höhe des Bildes und skaliert dann anschließend das Bild. Wie der Browser das Bild skaliert kann man dann nur sehr wenig beeinflussen. Eine Möglichkeit (und soweit ich weiß die einzige Lösung) wäre das imageRendering css Attribut: https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering zu verwenden, um den Browser zu zwingen die “beste Qualität” zu rendern. Versuche einmal folgenden Code in das Quick CSS Feld einzufügen:

    
    #top .flex_column img {
        -ms-interpolation-mode: bicubic !important;
        image-rendering: optimizeQuality !important;
    }
    

    Best regards,
    Peter

    #213919
    modelity
    Participant

    Hey,
    We’re using enfold with WPML.
    We added the icl_language_selector in the header php.
    On iPad we have some issues with the language switcher. One issue is that only the Classic dropdown works. The mobile friendly dropdown doesn’t open at all when we click on it. I’m sure it’s something we did wrong, because if I use the default enfold theme in a new wordpress site, this issue doesn’t occur.
    What’s more disturbing is that even if we use the classic dropdown, on some iPad devices the dropdown doesn’t close when we click outside of it.
    To be more specific – on iPad2 iOs 6.0.1 it works good, and on iPad2 iOs 6.1.13 it doesn’t close when we click anywhere on the screen.

    The changes we’ve made:
    in header.php we added <?php do_action('icl_language_selector'); ?> at the beginning of the div with container class under the header_meta div.
    In our style.css we defined:
    #lang_sel li{width:110px;}

    #lang_sel,.lang_sel_list_horizontal {
    	float:right;
    	padding-top:4px;
    	z-index: 200;
    }
    

    Any ideas what we do wrong?

    Thanks,
    Lior

    Hi thanks for quick help.
    1.) works fine
    2.) i now have the css input, but if i enter “margin: 0px; padding-top: 0px; padding-bottom: 0px;” nothing changes.
    sorry i am new to all this. What do i have to enter in the css-filed if i want to reduce the space on top and at the bottom of an object.
    3.) why is the crossfading so resource-hungry ?

    kind regards
    stucki

    #213895
    smorrone
    Participant

    Hi guys,
    I purchased and installed WPML plugin with a few bugs but working so far.
    The flag selector is on the left near the phone number in the top of the header. And i want to put it on the right of social icons.
    How you can check what i am talking about. http://goo.gl/6Jw4c1

    #213877

    Hey brentwestwind!

    Right now this is unfortunately an issue we have no fix for but we are working on one. The anchor is linked to directly but because of the menu being on top of it and not pushing it down it appears as though its in the incorrect place.

    On a single page the anchor links get a smooth scroll bit of javascript which prevents the issue from happening. Its only when going to an anchor from another page that the the menu overlap makes it seem like its incorrect.

    Regards,
    Devin

    #213874

    Hey oliviad!

    Right now this is unfortunately an issue we have no fix for but we are working on one. The anchor is linked to directly but because of the menu being on top of it and not pushing it down it appears as though its in the incorrect place.

    Regards,
    Devin

    #213868

    Hi!

    Can you try adding !important rule to your custom css codes as following

    .textwidget span.av_font_icon.avia_animate_when_visible.av-icon-style-.av-no-color.avia-icon-pos-left.avia_start_animation.avia_start_delayed_animation {
    margin-top: -12px!important;
    }

    Cheers!
    Yigit

    #213820

    Hey Jyles!

    You can use the “Non-fixed header with social icons and additional navigation”. Add this on Quick CSS to move the top menu on the left and the social icons to the right:

    .sub_menu {
    position: absolute;
    left: 0;
    }
    
    #top .social_bookmarks {
    position: absolute;
    right: 0;
    }

    Please hire a freelance developer to modify the css styling of the header.

    Regards,
    Ismael

    #213809

    Ok, topic solved, but it still seems to be a strange behave… ;)

    #213796
    heliraptor
    Participant

    Hi

    This is a continuation of an earlier thread https://kriesi.at/support/topic/favicon-issue-safari/

    Since then I have been in touch with the domain provider and they have advised me to amend the header.php file within the wordpress theme.

    I have had a look and found this section below

    * outputs a favicon if defined
    */
    if (function_exists(‘avia_favicon’)) { echo avia_favicon(avia_get_option(‘favicon’)); }

    I have the details provided by the Josue, tried adding that code but it didn’t resolve it. I have sent a reply back to my domain provider and await their response also.

    Is there any way I can change that code above?

    Surely it can’t be that hard? :o)

    Regards

    Lee

    #213792

    Topic: Advanced editor issues

    in forum Enfold
    modelity
    Participant

    Hey,

    In addition to the WPML compatiblity issues, there are problems with working with the advanced editors.
    Scenario 1:
    1. Create a portfolio item.
    2. Change to advanced editor
    3. Create a 1/1 layout element and inside it a text block element with some text in it
    4. Add a featured image
    5. publish the portfolio item and view it. The featured image doesn’t show up
    6. Edit the portfolio item again, change to default editor and update the page. Now the featured image appears

    Scenario 2:
    We use Socialize plugin for social icons. We show by default facebook, linkedin and twitter
    1. Create a portfolio item, and stay in the default editor
    2. Add a featured image
    3. Now change to the advanced editor, create a 1/1 layout element and inside it a text block
    4. publish and view the page. You can’t see the social icons (and of course you can’t see the image)….

    It seems like when saving the page when we are in advanced editor mode, it messes things up.
    Thanks,
    Lior

    #213767

    Hi!

    You can overwrite all parent theme shortcodes or elements with the child theme – see: https://kriesi.at/support/topic/have-easyslider-fill-up-entire-column-with-no-padding-or-margins/#post-205281

    Best regards,
    Peter

    #213760

    In reply to: Category display

    Parse error: syntax error, unexpected ‘slide’ (T_STRING) in /home/studiotopo/public_html/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider.php on line 388

    #213736

    In reply to: Change Logo Shrink

    Hi Josue,

    sorry but that doesn’t help. Tried already different options. If I put top margin to 12, the jump gets smaller by 3px. If I set set it to 0px the jump is gone, but the position of the header menue is not correct (little to high)

    It seems that the header menue goes to the right position at a point to late in time (scroll upwards)

    Best,

    Tobi

    Menu Before Jump (Menu scroll up to far)
    MenuBeforeJump

    Menu After Jump (Menu position correct)
    Menu After Jump

    • This reply was modified 12 years, 2 months ago by BASISberlin.
    #213734
    Imburr
    Participant

    Hey guys, you already solved this issue for me, except I had to make a couple of changes. As such, your great answers do not apply any more. The thread was closed to replies, and I updated the last post with the problem, but I wanted to make sure you saw it. I am positive this is a quick fix. See the last (edited) post in this thread: https://kriesi.at/support/topic/rename-blog-title-and-breadcrumb/

    Thanks again,

    Chris

    #213732
    oliviad
    Participant

    Hi
    I have a site that contains both a single page with various sections, and some independent pages.
    The single page contains several color sections with IDs that each correspond to a menu item.
    If I try to go to a section of the single page from an independent page (e.g News), I don’t land at the top of the section where the color section is located. Is there a way to land exactly when the color section starts, not slightly below?

    Please see: http://goo.gl/livwif
    If you go to News and then click on Brands, you are not taken at the very top of the Brands section.

    Thanks in advance for your help.

    #213706

    In reply to: Issue with IE 9

    Hey segalmedia!

    Please try this on Quick CSS:

    #nav_menu-2 {
    top: -30px\9;
    }

    Regards,
    Ismael

    #213685

    Hey webpress!

    Not that I know of but you can check through the inline documentation when viewing the LayerSlider plugin sections at the top right by clicking on the “Help” tab.

    Best regards,
    Devin

    #213678

    In reply to: Change Logo Shrink

    Hi!

    Try using this code instead:

    #top .header-scrolled .main_menu {
    margin-top: 12px;
    }

    Best regards,
    Josue

    #213666

    Hi!

    Take a look at this topic: https://kriesi.at/support/topic/fixed-header-at-tablet-portrait/

    Best regards,
    Josue

    #213660
    oliviad
    Participant

    Hi,

    I have create a fullwidth masonry blog page with a nice image in a color section on top of it. When I click on a blog post I have a breadcrumb that basically says home > post title.

    I would like to have home > blog page > post title

    As far as I see, to do so, I need to set my blog page in the theme option “where do you want to display the Blog?”. But when I do that I loose my nice layout and only get the default grid blog layout :( (I want my masonry page with nice header image)

    So my question is how can I get my blog page with my page buit template and still have a proper breadcrumb?

    Thanks very much in advance for your help !

    #213654

    In reply to: forms are not loaded

    Hey!

    Try adding this code to the Quick CSS:

    #top form {
        display: block !important;
    }

    Cheers! 
    Josue

    #213648

    In reply to: Pop Up Plugin

    Hi!

    No, you don’t have to use php. Just follow the instruction on the link that I gave you to open a page or an inline content using lightbox. This can be done using the Text Block. This is an example.

    Open this thread using lightbox

    This is the actual code. I added the ?iframe=true at the end of the url.

    <a href="https://kriesi.at/support/topic/pop-up-plugin?iframe=true" rel="prettyPhoto">Open this thread using lightbox</a>

    Cheers!
    Ismael

    #213633

    Hey Jorge!

    You can something like this on Quick CSS:

    .isotope_activated .isotope-item {
    margin-left: 0;
    padding-right: 10px;
    }

    Regards,
    Ismael

Viewing 30 results - 134,851 through 134,880 (of 142,897 total)