Viewing 30 results - 139,861 through 139,890 (of 142,824 total)
  • Author
    Search Results
  • #139582

    Hi Faye,

    That happens because WordPress strips all the attributes you pass to the URL.

    Regards,

    Josue

    #139639

    Hey,

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

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 8px;
    font-size: 12px;
    }

    .logo.bg-logo {
    width: 200px;
    margin-top: 20px;
    }
    }

    You can adjust the size of the logo.

    Regards,

    Ismael

    #139733

    Hey,

    You can use this:

    .nonfixed_header .header_bg, #header_meta, #header {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    }

    Regards,

    Ismael

    #139607

    Hi,

    Please check this topic.

    Regards,

    Josue

    #29112
    zone4dk
    Participant

    Hey,

    I many of the last versions of the theme I had this code changed in my functions.php file

    “//subheader, only display when the user chooses a social header

    if(strpos($headerS,'social_header') !== true)”

    All I changed was “false” to “true” which allowed me to keep my smaller width header and logo but still get the Social Icons on top.

    Now in version 2.1 the coding has changed and I can’t seem to find this code anymore, is there another way to change this?

    #29110
    tgdigitalsolutions
    Participant

    I was able to figure out (thanks to forum search) the custom CSS to give rounder corners to the bottom of my Enfold website but I’m not having much luck finding the right code to do that on the top.

    Here’s what worked on the bottom:

    #socket {

    -webkit-border-bottom-right-radius: 10px;

    -webkit-border-bottom-left-radius: 10px;

    -moz-border-radius-bottomright: 10px;

    -moz-border-radius-bottomleft: 10px;

    border-bottom-right-radius: 10px;

    border-bottom-left-radius: 10px;

    }

    Can someone help me with the same idea for the top area? I have a boxed layout.

    Here’s a link to the test site:

    http://tgdigitalservices.com/o1/

    Thanks!

    Oi Fabiana,

    I just added the links, here’s what you need to edit if it breaks again:

    Regards,

    Josue

    #135239

    Hi TylerDrew,

    Please make a new topic describing your issue and a link to your site. This one is already a bit long and I don’t want it to get further derailed or off track since we have not really found a root cause.

    Regards,

    Devin

    #139670

    In reply to: center logo and menu

    Hi trap,

    Please add this code to Quick CSS to center the logo

    strong.logo { left: 45.9%; }

    I do not think that it would be possible to make logo get smaller from center as origin is the top left corner. I see that you undid all the changes with logo and menu. If you still want to center the logo and menu, going with non-fixed header would be a better option.

    P.S.: I’m closing other topic as subjects are the same, if you have more questions, please ask them here.

    Regards,

    Yigit

    Oi Josue,

    I´ll need your help again.

    I´ve just updated to the new enfold version 2.1 and the changes that we´ve made disapeared. I´ve checked the editor (header.php) and the quick css, and it all looks ok.

    Can you help me?

    Thank you,

    Fabiana.

    #29102
    JaredBurnett
    Participant

    Is there way to make a 3 column ajax portfolio that when clicking on a single picture would pull up the portfolio slider or gallery without the title and excerpt?

    So like on this page http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/ if you click the top left iphone portfolio, it would pull up the slider but instead of having the “Single Portfolio: 2/3 Slider” title and the excerpt underneath, the pictures would span across the entire columns. It would be a full page slider.

    Any way to do this? Thanks for your help in advance. By the way I absolutely love the theme and I can’t wait to finish my full site.

    #134334

    ok, to clarify. The value needs to be increased from the above mentioned “767”. In this case, I used 780. Thanks.

    #134333

    I went to change the above code to get “tablet portrait” to utilize the “responsive” menu, but that value is already in place, yet it does not kick in?

    //


    // responsive menu function

    //


    function avia_responsive_menu()

    {

    var win = $(window), header = $('.responsive #header');

    if(!header.length) return;

    var menu = header.find('.main_menu ul:eq(0)'),

    first_level_items = menu.find('>li').length,

    bottom_menu = $('html').is('.bottom_nav_header'),

    switchWidth = 767;

    #29093
    reisp
    Participant

    I saw this thread: https://kriesi.at/support/topic/customizing-woocommerce-category-pages and i has helped me greatly in figuring out a solution to being able to add content to my Woocommerce category pages.

    I was wondering if there is a way to take it one step further and be able to add the Avia Layout Builder to those Woo category pages. I have a feeling that is wishful thinking but thought I would ask. What I am looking do is add the LayerSlider to the top of those pages that extends full width, much like this page in the demo: http://kriesi.at/themes/enfold/pages/

    Thanks in advance for your time and for making such unreal themes!

    #29089
    DoGrinDigital
    Participant

    Hi,

    I allready had 1 problem with it in this thread: https://kriesi.at/support/topic/button-in-header-and-footer-problem?message=update-support-forums-topic-status-error

    It worked all fine. But since I’ve updated the theme and moved it from the subdomain to the main domain-level, the button doesn’t fit anymore.

    See here: http://nie-mehr-depressiv.de/

    I didn’t really change anything. How can I fix this now?

    Cheers,

    Arne

    #29085
    Ryuten
    Participant

    Hey guys,

    my responsive MobileMenu for The IPad portrait mode doesn’t work like on the Enfold demo, it only appears like desktop menu Layout and also cover the logo image. On smartphones everything works fine. What could be wrong? I didn’t touched anything on the avia.js file and got Enfold 1.9.x.

    Thanks!

    #139114

    In reply to: Specific IDX problem

    Hmmm, it didn’t seem to fix it.

    http://test.curlyhost.com/homes-for-sale-search/ (all of the pages in the very top menu are using the idx.php template now)

    I cleared my cache just to be sure.

    I can give login info if that would help.

    #29081

    Topic: center logo and menu

    in forum Enfold
    #139515

    Hi!

    You can use the “conditional menu” feature instead: https://kriesi.at/support/topic/enfold-conditional-menu

    Regards,

    Peter

    #139175

    In reply to: Blurry Images

    This image: http://diefarben.com/wp-content/uploads/2013/09/alstom_logo.jpg is 710 pixels wide.

    On this page: http://diefarben.com/portfolio-item/alstom/ the container for that image is 650 pixels wide.

    So in that gallery you have selected to use the full size image which is 710 pixels wide. This means the image gets scaled down.

    Just keep in mind that you are only trying to match the exact size for Desktop users. So tablet and mobile users will still be getting an image that is scaled down.

    The “Gallery” size is automatically created for any image that is larger than that size. However it will still be scaled down if the container you put the gallery in is smaller than that.

    #139017

    In reply to: CSS border over ride

    Hi!

    yes this is a global change that will affect these elements on every page you use them. I will close this thread for now, if you have any further question simply create a new topic ;)

    Best regards,

    Kriesi

    #138274

    Hi,

    You’re welcome, glad we could help

    Regards,

    Yigit

    #139015

    In reply to: CSS border over ride

    Hey!

    Checked the site. Unfortunately it seems that the script that calculates the height of the image and position of the slider does not work when the content is hidden like in these tabs.

    you can try the following css changes, i think they should help: we will try to set an explicit width for the tab container so the script should calculate correctly no matter what:

    add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at Enfold->Styling:


    .sidebar_tab .tab_content{ width: 80%; }
    #top .sidebar_tab .tab_titles{width:20%; min-width:0; max-width:1000px;}

    #135566

    In reply to: Full width Google Maps

    Hello Nick,

    I updated everything and now map appears centered on loading, whatever is the page size. However, there is still a problem: on a tablet or mobile device, the map occupies everything, big as on screen so you don’t see what there is inside and don’t let you go down to see the rest of the content. The map I’m using is https://mapsengine.google.com/map/viewer?mid=zqjb8f_-IVc8.klDEB4_pP8xw but on an iPhone screen, you only the top left border.

    The website is currently under construction but I can provide you a subscriber access by mail if you wish.

    Thank you,

    Anne-Sophie

    #139600

    Hi Bas,

    The posts already have a category class on them actually. For example, open up this page: http://kriesi.at/themes/enfold/2012/12/12/lorem-ipsum-dolor-sit-amet-consectetuer-adipiscing-elit-aenean-commodo-ligula-eget-dolor-aenean-massa/

    In dev tools add this css:

    #top.single-post .category-images {
    background: #333;
    }

    Regards,

    Devin

    #139395

    Actually you don’t need to change the theme. If it’s a standard post you just need to switch from the “Visual” mode to the “Text” mode to copy the shortcodes. If you want to copy the content of a dynamic layout you can use the “Save Template” button ( http://www.screenr.com/ee97 ) or activate the debug mode ( https://kriesi.at/support/topic/how-to-copy-contents-from-the-demo-pages-to-a-new-page#post-137408 ) to have access to the plain shortcode source code.

    #29062
    RevolutionGroup
    Participant

    Hi

    Based a few other threads, I have edited the avia.js file and added some custom CSS so that my menu doesn’t overlap my logo on the iPad. When I go on to the iPad in portrait mode however there is no menu at all, no normal menu or mobile menu. Here is the settings I am using:

    avia.js:

    var menu = header.find(‘.main_menu ul:eq(0)’),

    first_level_items = menu.find(‘>li’).length,

    bottom_menu = $(‘html’).is(‘.bottom_nav_header’),

    switchWidth = 1024;

    if(first_level_items > 7 && !bottom_menu)

    {

    switchWidth = 1100;

    header.addClass(‘mobile_menu_tablet’);

    custom css:

    @media only screen and (max-width: 1024px) {

    .responsive #header .main_menu ul {

    display: none;

    }

    }

    I would also like to stop the side bar from showing when the iPad is in portrait if possible.

    Regards,

    Rob

    #139559

    Hi Rob,

    Please add following code custom.css file or to Quick CSS in Enfold theme options page under Styling

    @media screen and (max-width: 767px) {

    #top .social_bookmarks { display: none; }

    .header_color .container_wrap_meta { padding-top: 10px; }

    }

    Regards,

    Yigit

    #29057
    FayeMcC
    Participant

    Hi

    I have a number of videos listed within a single page. When someone has viewed the video I don’t want them to see random related videos. I have tried ?rel=0 but it has no effect. Any suggestions?

    Thanks

    Faye

    #29054
    hotznplotz
    Participant

    If search doesn’t generate any results, below the results area a message “Wollen Sie sich lieber andere Artikel oder Seiten ansehen?” and a blog-post table show up. How to get rid of that?

    Second issue: I added an iconbox top the sidebar by simply pasting the iconbox code into a text widget. Works well, but the right border is missing. How to fix that!?

    http://wordpress.p201475.webspaceconfig.de/dialysezentrum/

Viewing 30 results - 139,861 through 139,890 (of 142,824 total)