Viewing 30 results - 129,631 through 129,660 (of 142,946 total)
  • Author
    Search Results
  • #263891

    In reply to: Hubspot forms and CSS

    Hi chays77!

    Thank you for using theme!

    Please try to add this on Quick CSS or custom.css:

    #top input[type="text"] {
    width: 90% !important;
    }
    
    .hs-form.stacked .field {
    margin-bottom: 0 !important;
    }
    
    #top fieldset {
    margin-bottom: 0;
    }

    If you want to remove the theme’s contact form style, edit css > shortcodes.css. Look for this section:

    /* ======================================================================================================================================================
    Contact Form
    ====================================================================================================================================================== */
    

    Regards,
    Ismael

    #263869

    Hey!

    Thank you for the link.

    I checked the website but it’s blank. Please add this on Quick CSS or custom.css to fix the buttons:

    .woocommerce-page .button {
    min-width: 100px;
    min-height: 54px;
    }
    
    #top div .widget_shopping_cart .button {
    width: 49%;
    float: left;
    }
    
    #top div .widget_shopping_cart .button.checkout {
    margin-top: 4px;
    }

    Regards,
    Ismael

    #263865
    This reply has been marked as private.
    #263863

    Hi!

    Thank you for visiting the support forum!

    Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 479px) {
    .responsive #top .slideshow_caption h2 {
    font-size: 16px !important;
    }
    }

    Awesome website. :)

    Best regards,
    Ismael

    #263858
    tomitos
    Participant

    Hi,

    I was using non transparent background for Social Icons in Header (removing pseudo class :hover) but after update to 2.7.1 does not work any more.

    How can I override “background: transparent;” not to be transparent?

    Thanks.

    #top #wrap_all .social_bookmarks a, #top #wrap_all .social_bookmarks li {
    background: transparent;
    }

    • This topic was modified 11 years, 11 months ago by tomitos.
    #263855

    Hey!

    Glad it somehow worked.

    Please add this on Quick CSS to reposition the cart button on smaller screens:

    
    @media only screen and (min-width: 767px) and (max-width: 989px) {
      .cart_dropdown.visible_cart { right: 94px; }
    }
    
    @media only screen and (max-width: 768px) {
    .cart_dropdown.visible_cart {
    right: 0;
    }
    
    .html_boxed .cart_dropdown {
    top: 70px;
    }
    }

    Best regards,
    Ismael

    #263839

    In reply to: Hello Kriesi !

    This reply has been marked as private.
    simonac
    Participant

    Hi,

    i use the Transparent header but i want the menu like a normal menu – on top of the main content area and with a white background.

    And how can i then change the menu font color and change the menu border lines in color and make them thicker.

    Thanks in advance!

    Simon

    first of all to remove the text:

    #top .avia_hidden_link_text {
        display: none;
    }
    chryseis
    Participant

    Hi,

    The social icons I have set with enfold in my header at the top won’t appear normally. Instead of the nice colored one it seems some text is written as well. How can I fix that?
    My site: http://www.calliframe.com and here’s a screenshot of what happens (it’s the same on all browsers)

    https://www.dropbox.com/s/h07wuq9kwpdp3q1/ic%C3%B4nes.jpg

    kind regards

    Chrys

    PS: they look fine ONLY when I’m logged in.. .

    • This topic was modified 11 years, 11 months ago by chryseis.
    #263798

    Hey Walter52!

    Versuche einmal diesen Code zu verwenden.

    
    #top .team-member-description { text-align: center; }
    

    Cheers!
    Peter

    #263792

    Hey!

    Nevermind – I found the problem. Some custom code in your custom.css file breaks our theme styling (I refer to this code):

    
    .main_color #js_sort_items a, .main_color .av-sort-by-term a {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    padding-right: 4px;
    margin-right: 15px;
    color: #938D83;
    }
    

    To fix the issue insert this code to your custom.css code:

    
    #top .av-masonry-sort .avia_hide_sort {
    display: none !important;
    }
    

    Best regards,
    Peter

    #263790

    In reply to: Standard Editor

    Hi!

    You can use Josue’s code here: https://kriesi.at/support/topic/standard-editor/#post-262652 to activate the “debug screen” which will appear underneath the advanced layout editor: http://www.screenr.com/92MN . Then use this raw code to copy/paste it into the “Standard Text” editor.

    Regards,
    Peter

    moggiex
    Participant

    Hi,

    When going to edit a text block, the html editor shows blank and an error is returned in the console.

    Edit box: https://docs.google.com/file/d/0B3tF7-iDXDFlX2t1b0Y5S0VlT28/edit?usp=drivesdk

    And in the console of Chrome it says:

    Uncaught TypeError: Cannot read property ‘setContent’ of null avia-modal.js?ver=0.4:414

    Line 414: “window.tinyMCE.get(el_id).setContent(window.switchEditors.wpautop(textarea.val()), {format:’raw’});” is where the error occurs.

    Any ideas?

    Matt

    Hey!

    1b) You can use custom field values (click on “Screen Options” on the top right corner to show the “Custom fields” option field on the product editor page) to set different values for different products. Instead of

    
    echo "6 months";
    

    use this code:

    
    $value = get_post_meta(get_the_ID(), 'custom_delivery_time', true);
    if(!empty($value))  echo $value;
    

    and on the product editor page insert “custom_delivery_time” into the first field (key name) and 6 months into the second field: http://www.clipular.com/c/4982606751858688.png?k=aqKhvkFkIcmJ9X0Yit-nXAz8OT8

    3) Yes, if you want to remove the link try to replace:

    
    return sprintf( '<a href="%s" itemprop="image" class="woocommerce-main-image zoom" title="%s"  rel="prettyPhoto' . $gallery . '">%s</a>', $image_link, $image_title, $image);
    

    with

    
    return sprintf( '<a href="%s" itemprop="image" class="woocommerce-main-image zoom avianolink" title="%s">%s</a>', $image_link, $image_title, $image);
    

    Best regards,
    Peter

    #263771

    Hey!

    We reported the bug to Kriesi and if we can fix (= if it’s not a browser bug) we’ll add the patch to the next update. If you want to hide the arrows for single post entries use this code:

    
    #top.single .avia-post-nav { display: none; }
    

    Regards,
    Peter

    #263749

    Hi!

    Thank you for the update.

    You can use this on Quick CSS or custom.css to change the hover color of the secondary menu items:

    #top .header_color .sub_menu ul li a:hover {
    color: blue;
    }

    Regards,
    Ismael

    #263742

    Hi Michael!
    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    #top .gallery .gallery-item {
    
    width: auto;
    height: auto;
    
    }
    

    Regards,
    Devin

    #263734

    Hey!

    Thank you for the update.

    Again, I tested on Firefox and Chrome Windows 8 and the cart is there. Please add this on Quick CSS or custom.css:

    #wrap_all {
    overflow: visible;
    }
    
    .html_boxed .cart_dropdown {
    position: fixed;
    top: 35px;
    z-index: 5000;
    }

    Regards,
    Ismael

    #263722

    Hi Devin,

    thank you for your answer.
    I’m sorry, it didn’t.

    Below, you will find the html source code. Justified Image Grid picked up the class “noLightbox” and put it in a-tag. And yet it has the overlay and will open in the standard lightbox behind foobox.

    Short code used in WordPress:
    [jig title_field=off caption_field=off caption=off mobile_caption=off outer link_title_field=off img_alt_field=off link_class=noLighbox ng_gallery=13]

    HTML:

    <div class="jig-imageContainer">
    	<div class="jig-overflow" style="width: 146px; height: 200px; opacity: 1;">
    		<a class="jig-link noLighbox fbx-link jig-loaded" rel="gallery[1]" href="http://16qm.de/wp-content/gallery/portfolio/0001-10.jpg" style="position: relative; overflow: hidden; display: block;">
    			<img src="http://16qm.de/wp-content/plugins/justified-image-grid/timthumb.php?src=http://16qm.de/wp-content/gallery/portfolio/0001-10.jpg&h=240&w=180&q=90&f=.jpg" width="150" height="200" style="width: 150px; height: 200px; margin-left: -2px; margin-top: 0px;" class="">
    			<canvas width="150" height="200" title="" class="jig-pixastic" tabindex="-1" id="" style="width: 150px; height: 200px; margin-left: -2px; margin-top: 0px; display: block; opacity: 1;"></canvas>
    			<div class="jig-overlay-wrapper" style="display: none;">
    				<div class="jig-overlay"></div>
    			</div>
    			<div class="jig-border"></div>
    			<span class="image-overlay overlay-type-image" style="left: -7px; top: 0px; overflow: hidden; display: block; height: 200px; width: 160px;">
    				<span class="image-overlay-inside"></span>
    			</span>
    		</a>
    	</div>
    </div>

    Best Regards,
    Olaf

    • This reply was modified 11 years, 11 months ago by Shashahan.
    #263715

    Hi!

    Thank you for the info.

    Do you mind using a Special Heading element for the “A – B” title in place of the text block? Enclose the elements inside a color section then add this on Quick CSS or custom.css:

    .avia-section {
    min-height: 50px;
    }
    
    #top #main .avia-section .template-page {
    padding-top: 10px;
    padding-bottom: 10px;
    }

    Best regards,
    Ismael

    paslet
    Participant

    Hi,
    I am trying to have an effect similar to this “http://www.fiftythree.com/paper&#8221; on my slider.
    I would like to have a video button on an object in layer 1. Since it is not a vimeo or a youtube video but a mp4 (from powerpoint), i cannot link my object directly to an URL. So I added layer #2 and used “add media” in “content. It is adding the video and I can play it properly. However, layer #2 shows the frame of the video when not played. I would like a simple button (I can draw it myself) on the object, that doesn’t show anything but the button on top of the object when not triggered.
    I am ready to go with vimeo if that would simplify matters. I have tried to link my object with an enfold vimeo just as a test, and the effect was not as good as the one from the link above.
    Thank you in advance for your help!
    Marcella

    #263701

    Topic: No Iconfont manager

    in forum Enfold
    martinbelton
    Participant

    Following on from this question, I don’t have any iconfont manager section under general settings. There are theme otions, general styling, etc., but no general settings. I have the latest version, which seems to differ from the one in the video. Do I need to add a function?

    #263693

    Topic: CSS ID LayerSlider

    in forum Enfold
    martinbelton
    Participant

    Following on from this question, I altered the functions.php file as instructed here, but I can’t seem to find the option to add CSS ID to the LayerSlider. Any ideas?

    It has shortcode [layerslider id="5"], would I use this?

    ______________________________

    SOLVED: Found it: Editing Slider -> Misc -> #ID

    • This topic was modified 11 years, 11 months ago by martinbelton.
    Micheal0424
    Participant

    WP Version: 3.9.1
    Theme: Enfold
    Website Page: http://cpa.maximfactory.com/tips-for-tax-exempt-organizations-filing-form-990/

    I would like for the featured image picture at the to be of the post to not be an active picture to enlarge. If the picture is clicked on now it opens up in a separate box showing the picture again. I would like to disable that, how do I do that?

    Thank you.

    #263677

    In reply to: Image issues

    This reply has been marked as private.
    #263674

    In reply to: Align text after icon

    Thanks guys!

    I tried now three versions:
    Bild hochladen

    ad1) My own one, forget it.

    ad2) Josue’s solution from that posting: https://kriesi.at/support/topic/help-contact-form/#post-255932
    It would be nice, if it would be aligned with the left side. But as it is, it’s shifted as a whole to the right.

    ad3) That’s the solution from Flikk from this post: https://kriesi.at/support/topic/align-text-after-icon/#post-263476
    It looks great, but how do I add a secont line/entry? If I add one, it arises right of the first one. So problem here is how to ad a break?

    You see, I lack even basic knowledge :-(

    Thanks a lot for your help!
    Armin

    #263672

    Hey Ismael,

    I agree, need to save and get a new laptop and OS.

    Thanks for your awesome support.

    Gary

    #263669
    mikes2011
    Participant

    Hi
    After update to latest WP 3.9.1 and Enfold 2.7.1 i have problem (only on firefox). I saw space on top and before header . When i scroll down , the content of page appear on top of page

    I have some custom styling on quick CSS box:

    .four.units.single-product-main-image.alpha {
    overflow: hidden;
    }
    .iconbox .iconbox_content .iconbox_content_title {text-transform:none;}
    .entry-content-header .iconlist_title {text-transform:none;}
    .avia-builder-el-1 > section:nth-child(1) div:nth-child(1) > h2:nth-child(1){text-transform:none;}
    section.av_textblock_section:nth-child(17) > div:nth-child(1) > h2:nth-child(1) {text-transform:none;}
    .gm-style-iw{color:blue;}
    section.av_textblock_section:nth-child(18) > div:nth-child(1) > h2:nth-child(1){text-transform:none;}

    #263659

    Ahh ha! Yes that looks to have fixed the default text re-populating, cheers.
    Could you tell me how i can change the colour of the icons and titles in both the left aligned and top aligned icon boxes? I haven’t been able to find an option.

    Thank you

Viewing 30 results - 129,631 through 129,660 (of 142,946 total)