Viewing 30 results - 136,681 through 136,710 (of 142,852 total)
  • Author
    Search Results
  • #193970

    Hey!

    Please try this instead https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
    Instead of 200 (px) , you should enter your desired value and when scrolled, height will be half of the value you have entered instead of 200

    Cheers!
    Yigit

    #193948

    In reply to: Tab Navigation

    I just replaced my shortcodes.js content with what you provided above http://noblewhy.com/wp-content/themes/enfold/js/shortcodes.js
    Same results as wss310, thanks! Interesting, because I did not remove any of the code within the theme provided shortcodes.js.

    I also have the question about not scrolling to the top of the page (or top of the section containing the tabs) if possible. EDIT>while next tab does open at the top of its content (good), it cuts off the very top of the tab content area. Is there a way to add some padding to the top of the tab bookmark so it shows the full top tab?

    Glad link/buttons to other tabs work now, thank you!

    • This reply was modified 12 years, 4 months ago by drjill.
    #193945

    In reply to: Tab Navigation

    I applied it correctly this time and it works!

    The only caveat is when it scrolls to the top, it doesn’t go all the way to the top of the page, just the top of the tabs. Any way I can make it scroll to the top like the scroll to the top bottom in the bottom right and its smooth animation to the top?

    #193932
    b00p
    Participant

    Hello and thanks for your the wonderfull theme.
    Is it possible to add 3 custom logos instead the social buttons?
    The page is for an cardealer an they want to have the vw, audi, vw nutzfahrzeuge logos at the right top side.
    Here is a link to the demo.
    Thanks a lot, Jan

    #193927

    Hi!

    1) If you want to overwrite a shortcode file see: https://kriesi.at/support/topic/customize-accordion-sortable-all-tag/#post-193759
    However note that we’ll include the updated masonry_entries.php in the next update anyway and you don’t need to overwrite it.

    2) Can you provide a link to the lightbox script? I’ll look into it and if it works for us I’ll recommend it to Kriesi.

    Cheers!
    Peter

    #193925

    Dear Team,
    I found this code to increase size of main and drop-down menu

    #top .main_menu ul.menu li > a {
    font-size: 14px;
    }
    #top .sub_menu ul.menu li > a {
    font-size: 14px;
    }

    problem is that the size of the secondary menu Header (non-fixed header with additional Navigation and social icons) increases as well
    how to keep that the default size?

    How to move the social icons to the right of the secondary menu on the far side of the telephone number?

    Thank you!

    #193919

    Option to ♥︎like a suggested feature in the Support forum, so that the most liked options skim to the top.

    #193898
    djnicke
    Participant

    Out of the box, before doing any changes, our contact page displays improperly:
    http://rednovamedia.com/arabella/contact/

    There is an input box over the top title “Some Information” and our contact details do NOT appear in the sidebar. I also cannot find any widget for creating our contact details.

    I can’t belive the documentation doesn’t even mention the word CONTACT…

    Please help.

    #193891
    Jack
    Participant

    Hi

    Is it possible to integrate a Cosum Logo (as PNG Image) into the Top Menu (directly after the “Social Icons”) with a link ?
    I know its not possible easy in the Admin, but maybe you can give me a little Info in wich template File i can place the Costum Code ?

    <a href="http://www.hyperlink.com" target="_blank">
    <img src="partner.png" width="45" height="15" alt="Partner-Name"/>
    </a>

    By the way, it would be a great Idea for a further Update, additional to the “Social Icons” to Integrate own uploaded Images.
    But i have to say, the Template and the Support is really awsome!!!

    Best Regards

    Jack

    • This topic was modified 12 years, 4 months ago by Jack.
    #193887
    stane
    Participant

    Hello,

    I’ve problem with thumbnail’s Gallery which doesn’t work properly as you can see on my website.

    Modification of width in this code doesn’t work, the thumbnails are reduced but the display’s problem is the same :

    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a{width:20% !important; 
    }
    #193880

    I’ve just had a play and found that you can add HTML within the Enfold site design/structure.

    I’ve made a new page and used the Default Editor (not the Advanced Layout Editor).

    Select the ‘Text’ tab at the top right of the editing window (not ‘Visual’).

    Write your HTML directly into this area.

    Select all of your code and define it as ‘code’ in the button bar – or just start the code with <code> and finish with </code>.

    Seems to work fine.

    #193860

    Hi!

    Sure Xavier. Feel free to start a new topic if you have any other questions.
    Closed upon request

    Regards,
    Yigit

    #193822

    Hey!

    You can use this on Quick CSS or custom.css:

    #top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
    border-color: #e1e1e1;
    background-color: white;
    color: #909090;
    }
    
    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    }

    Regards,
    Ismael

    Hi websitegurus!

    You can add this code in the functions.php

    remove_filter( 'the_content', 'wpautop' );
    remove_filter( 'the_excerpt', 'wpautop' );

    You can also edit the config-templatebuilder > avia-shortcodes > textblock.php, find this code on line 61:

    $params['innerHtml'] = "<div class='avia_textblock avia_textblock_style' data-update_with='content'>".stripslashes(wpautop(trim(html_entity_decode( $params['content']) )))."</div>";
    

    .. then replace it with:

    $params['innerHtml'] = "<div class='avia_textblock avia_textblock_style' data-update_with='content'>".stripslashes(trim(html_entity_decode( $params['content']) ))."</div>";
    

    This should disable the default wpautop function in the text block.

    // http://codex.wordpress.org/Function_Reference/wpautop

    Cheers!
    Ismael

    #193814

    Hey Harmen_Schrale!

    I checked the website on Chrome, Firefox and the gallery shows up properly. This is the screenshot:

    Maybe a slow internet connection? You can disable the gallery animation, refer to this link: https://kriesi.at/support/topic/iphone-portrait-mode-for-specific-pages/#post-135338

    Regards,
    Ismael

    #193802
    awijaya
    Participant

    Referring to this topic

    Now that i have put the tagline nicely on desktop site, the mobile site has a very large space between the menu to the body.

    Could you help me fix this issue ?
    The site is (fenexcapital.com)

    Thanks.

    #193792

    The HR elements have different styles. You can select them just like you can edit any other element by clicking on the Edit Element icon on the top left of that element.

    The advanced layout editor is really just a interface for editing shortcodes. But even with any other WordPress theme that uses shortcodes you wouldn’t have access to the html of the page. That is really the idea behind using a CMS – you aren’t editing the html directly.

    I’ve found it to be much faster to edit pages using the advanced layout editor than any other theme available but it may not be for everyone. You still definitely have the option of just using shortcodes for most things however. I think its only the full width elements (layer slider and color section) that you need to use the advanced layout editor for directly.

    Otherwise you can just build your page using shortcodes in the text tab which is as close to html as you’ll get with WordPress.

    Closing this topic since there is already one on the same issue getting addressed here: https://kriesi.at/support/topic/big-problem-impossible-to-add-new-element/

    #193772

    I just updated the theme and everything works fine now. So probably the changes I did to the theme core files caused this problems.

    I’ll try to make these changes again, one by one and check if this problem occurrs again.

    Thanks

    #193770

    Hi!

    Just to quickly clear up one thing: the advanced layout editor and the visual editor can not be used together. You can use one or the other on any single page but not both together.

    That is the intended behavior and will not be changed for now.

    As for creating a page and editing content I just created a test page.

    The HR element is visible when there is a background color because it has been set to white in color which you’ve set in the Quick CSS in your theme options.

    The home page gallery is getting modified from this css:

    
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a{width:25%;}
    

    But I don’t know where that is getting added into the live site. It should be 20% width, which is what the theme has by default so you could just add that to your quick css as a short term fix.

    Regards,
    Devin

    • This reply was modified 12 years, 4 months ago by Devin.
    #193763

    Hi Yigit!

    Unfortunately I cannot as it’s a local dev until ready to launch.

    You can see the following links to see what’s happening though.
    Top
    Scrolled
    When scrolling the logo is reducing down to nothing then after scrolling a bit more is popping up at the set height.

    Cheers,

    • This reply was modified 12 years, 4 months ago by joshlindsay.
    #193749

    Thank you for the icon help.

    When I use the header “small fixed with social icons” it displays them at the top of the page, but we would like them to be at the bottom of the page in the black socket area on the far right. Is there code to change this?
    http://rootdownyogacincy.com

    Thank you!
    Kacie

    #193746

    In reply to: Make Top Icon Linkable

    There are serveral ways to achieve this depending on your php skills.

    Easy, but not that good idea is to copy all related files to the child so your modified iconbox.php will be loaded. You need to traverse this back to the file, where the shortcode is executed. In case of Enfold (individual framework) I wouldn’t recommend that.

    Easiest way is simply modifying the original files and track the changes (file, linenumber, etc.). So it’s quite fast to readd the changes in a new version of the theme.

    If you’re familiar with oop, you can write your own code straight into functions.php. In this specific case you should extend the avia_sc_icon_box class overwriting/redefining the shortcode_handler function. Be aware of the ShortcodeHelper reference (removing the wpautop).

    And finally, if you’re familiar with jQuery, go this way. :) Create your own custom.js, append it to the footer, read out the href of each iconbox element and wrap whatever you like to have a link on.

    Perenso
    Participant

    Why was my other ticket closed? It’s not been resolved yet!

    https://kriesi.at/support/topic/content-slider-auto-rotation-option-causing-black-borders-to-show-on-iphoneipad/

    Still waiting your reply.

    #193742
    atteam
    Participant

    Is it possible to have a top menu only for Homepage?

    Home has long and one page (similar like parallax but I only assign id)
    with top menu pointing to #id

    but when user is not on Homepage, this anchor will not work.

    Please advise.
    Thanks a lot

    #193736

    In reply to: Make Top Icon Linkable

    formateins , how do you do this if you have a child theme ?

    #193735

    In reply to: Make Top Icon Linkable

    Okay I’m going to give it a try

    #193728

    In reply to: table header

    Hey edebe!

    We can’t seem to fix this issue yet. We suggest to disable the responsive css coding for table on mobile view. Edit css > shortcodes.css find this code on 1203:

    @media only screen and (max-width: 767px)
    {
    	.responsive div .avia-data-table table,
    	.responsive div .avia-data-table tbody,
    	.responsive div .avia-data-table tr,
    	.responsive div .avia-data-table td,
    	.responsive div .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;}
    	.responsive .avia-data-table{border-style:solid; border-width: 1px;}
    	.responsive .avia-data-table .avia-pricing-row .avia-desc-col{text-align: center;}
    	.responsive .avia-data-table .avia-button-row, .responsive .avia-data-table tr:first-child th{display:none;}
    	.responsive .avia-data-table td:before {
    	display:block;
    	font-style: italic; font-size: 11px;
    	}
    
    	.responsive .avia-data-table td {
    		position: relative;
    	}
    }

    We might need to adjust the width of the table after.

    Best regards,
    Ismael

    #193714

    In reply to: reduce space in menu

    Hey Delphiine!

    Can you please give us a link to the page? Are you using a “Small fixed header”?

    You can add this on your custom.css or Quick CSS to move the main menu:

    .main_menu {
    top: 20px;
    }

    You can disable the pink line or hover effect using this:

    .avia-menu-fx {
    display: none !important;
    opacity: 0 !important;
    }

    Best regards,
    Ismael

    #193707
    This reply has been marked as private.
Viewing 30 results - 136,681 through 136,710 (of 142,852 total)