Viewing 30 results - 139,771 through 139,800 (of 142,824 total)
  • Author
    Search Results
  • #140332

    In reply to: Relevanssi error

    Hi,

    I performed a search test on your site and it didn’t throw any errors, also try checking these topics about Relevanssi:

    https://kriesi.at/support/topic/instant-search-not-matching-search-results#post-135415

    https://kriesi.at/support/topic/search-results-and-advanced-editor

    Regards,

    Josue

    Hi Tracey,

    The content is inside the content area where the normal sub menu would go. So if you wanted to move it inside of the regular header it would have to go inside that div in the header.php.So probably just before:

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');

    Depending on exactly where you wanted it. Then you could adjust the positioning with:

    #top .phone-info {
    padding-top: 10px;
    margin-right: -20px;
    float: right;
    }

    and arrange it wherever it needs to be. Once it gets down to mobile you will probably need to add the same css into the mobile media query (in the custom.css file) and adjust it on mobile devices.

    Regards,

    Devin

    #140320

    Hi Andy,

    You could try using the ‘special heading’ shortcode and style it the way you want with CSS:

    .av-special-heading-h3{

    background: blue;

    font-size: 3.5em;

    color: white;

    padding-top: 20px;

    padding-bottom: 0;

    }

    .av-special-heading-h3 h3{

    font-size: inherit !important;

    color: inherit !important;

    }

    .av-special-heading-h3 .special-heading-border{

    display: none;

    }

    I tested locally and achieved something like this:

    Regards,

    Josue

    #135796

    In reply to: Making header smaller.

    Hello,

    Thanks alot this is perfect!

    Just incase anybody else is trying to do the same thing here is the final code that worked for me. (Add it to your Custom CSS or if you have Jetpack in the Edit CSS section under appearance).

    @media only screen and (min-width: 768px) {

    /*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
    #header_main .container, .main_menu ul:first-child > li a {
    height: 58px !important;
    line-height: 58px !important;
    }

    /*header with social icons: */
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
    height: 58px !important;
    line-height: 58px !important;
    }

    /*header with social icons and bottom nav */
    .bottom_nav_header.social_header #header_main .container {
    height: 58px !important;
    line-height: 58px !important;
    }

    .fixed_header #main {
    padding-top: 58px;
    }

    .fixed_header.social_header #main {
    padding-top: 90px;
    }

    }

    #139856

    In reply to: Gallery Questions

    Hi JaredBurnett,

    Not at the moment no but you can request the changes in the feature request topic here: https://kriesi.at/support/topic/enfold-feature-requests/page/8

    Regards,

    Devin

    #29308
    andypeck
    Participant

    Hi there,

    Ive successfully created font changes by using a p.tag but im struggling to make a class work within the page builder shortcode like the colour section.

    I want to create a dedicated 50px height header for all my pages (not home) with a blue background, 20px padding at the top and to have my font size to be 3.5em. The font is Bebas Neue which ive already installed and had working.

    Ive tried all sorts to get this working but it just gets ignored and nothing happens. Any example to show me how i should be setting up a class for your shortcodes in the builder would be helpful

    cheers

    Andy

    #137204

    Safari is at Version 5.1.7

    Chrome is at Version 29.0.1547.66 m

    and Opera is at Version 15.0.1147.153

    .

    I checked again after every update.

    Chrome and Opera show all the smaller Color-sections, but not the first one on the top of the page.

    In Safari, there are these many problems.

    I heard, that there isn’t the newest version of Safari available for Windows. Maybe that’s the problem there? I could just make a note for visitors about that.

    But it still doesn’t explain the problems with Opera and Chrome.

    #129964

    In reply to: Text Box Not Editable

    Hi rdallen21,

    I’ve just addressed your original topic here https://kriesi.at/support/topic/advanced-layout-builder-not-loading#post-139338 .

    Regards,

    Devin

    Hi Morten,

    You can use media queries to change the positioning of the form in the various screen sizes. We have a mobile and desktop media query in the custom.css file pre-defined and you can read more about them here: http://css-tricks.com/css-media-queries/

    Regards,

    Devin

    #139840

    thanks for that good tips, I will try this!

    Hey. I have semi-fixed the problem because I just deleted them (but there is still the original bugged one left) and that will stop them re-creating themselves until I start editing those tabs again.

    I don’t really want to start deactivating all my plugins while my site is live and besides how will I then know? By trying to delete it after deactivating each plugin? Seems like a big process for a little bug, plus the problem is not happening on any of the other tabs on about 4 other pages.

    Isn’t there a place somewhere in the code I could delete that one tab causing the problem?

    (PS. How do you know I have 27 plugins installed?)

    #114839

    In many cases the Logo will become very small when scrolling the page or in mobile (iPhone) view. So it would be great to have an option to add a second logo for smaller views.

    Look for an example at my site http://www.der-prinz.de/

    My logo consists of text and a graphical element (the little crown on top of the “i”). In smaller views I would only display a larger version of the crown instead of the full text logo which becomes hard to read.

    I hope it´s clear what I mean and I hope this option is interesting enough to find its way into enfold.

    Cheers

    – Michael

    #29297

    Topic: Calendar Support

    in forum Enfold
    soonmervin
    Participant

    Hi,

    I’ve tried installing different calendar plugins on my website, but it doesn’t seem to format properly on desktop/ mobile version.

    Kindly advise.

    Website: http://www.artistphere.com

    Thanks! :)

    #29293

    Hi,

    I’m building a site for a client, which is currently at http://www.choicesflooringwodonga.com.au/site/

    Enjoying working with this theme, but I have a problem with the top header and menu.

    Basically on some browsers and some window sizes, the menu is going over the top of the logo.

    – I have added in a logo that’s 478 x 78px (including a store location and phone number, but all one image).

    – On Windows 7 with Chrome, Firefox, IE 10 and Opera it looks fine at large screen size, but messes up if the window size is reduced.

    – On Windows XP with IE8 the menu is over the top of the logo even at large screen size.

    I’m sure it has something to do with the fact I’ve put in a bigger logo and haven’t told the responsiveness when to kick in to go the smaller menu format, but I don’t know how to fix it.

    I ideally would like a solution that isn’t going to break every time I update the theme.

    Thanks in Advance

    Matt

    #139790

    Hello

    when i pass hover an image that i insert in a icon box, the overlay image effect add an extra top margin on the top of the image…

    any ideas ???

    ykblue
    Participant

    Good morning.

    I’m using an iconlist in the sidebar widget. Everything is fine if viewed on desktop monitor (http://prntscr.com/1q8kwl).

    But the resizing, especially for the iPad in portrait mode, is cutting off information (http://prntscr.com/1q8l02).

    Actually the iconlist is not resizing at all. If I see the newsfeed in the sidebar widget, this element is resizing perfectly.

    Could you pls assist on how to get the iconlist resized properly?

    Thanks in advance,

    rgds Katharina

    #139596

    Hi

    Ok, thanks Josue. That’s a shame. Is there anyway to stop the sidebar from displaying when the iPad is in portrait, (or just when the screen size is smaller than 768 x 1024?

    Regards,

    Rob

    #140258

    In reply to: Responsive layout

    Here’s a link to a dropbox shared image.

    This is at 968px screen width. Notice the spacing on the sides, if I could get rid of that it would probably solve the issue.

    https://www.dropbox.com/sc/eiywcgdrpy9km5s/52qVtoPHp-

    #137386

    Ja, diese Funktion ist derzeit leider nicht vorhanden. Du kannst diese gerne auf die Feature Request Liste setzen: https://kriesi.at/support/topic/enfold-feature-requests und wenn mehr Benutzer diese Funktion wollen, werden wir diese in ein Update einbauen.

    #29288
    DavyE
    Participant

    Following this topic: https://kriesi.at/support/topic/fullscreen-easy-slider-in-ie8

    Since the latest update (2.1) the problem above is replaced by a new one. Instead of having the background image leave whitespaces on both sides, the background is now stretched to fullwidth without the height staying in proportion.

    I’ve checked the Enfold v7 homepage demo and noticed it does stay in proportion there. So I deleted all of my custom CSS, but the issue remains.

    My background image has the dimensions 1920 × 1491, while the enfold demo is a portrait format. Could that be a reason?

    The site is http://goo.gl/64XSk4

    #29285
    katiekellert
    Participant

    I just purchased Enfold last week and am very excited about rolling it out on my site because of its great features, but I have come across a full-stop issue in that every events manager plugin I’ve tried to use with Enfold causes a “white screen” error in which no part of the site loads at all (and I have to back it out of the system and go back to my current theme.)

    The plugins I’ve tried are:

    Events Manager Extended (Franky Van Liedekerke) (my current setup)

    Events Made Easy (Franky Van Liedekerke)

    Events Manager (Marcus Sykes)

    TheatreCMS Lite (Scott Shumaker)

    I also have the same problem with Twitter Widget Pro, though I wasn’t planning on running it with Enfold so it’s deactivated before activating Enfold.

    I’m running WP 3.6 and have tested it with all plugins deactivated, and don’t have the issue with any other theme I’ve tried.

    Help? Ideas?

    #29283
    asafku
    Participant

    Hey,

    Is there any way to position the Icon to the right (the menu only offers top and left).

    Thank you,

    asaf

    #29279
    bethperkins
    Participant

    I updated to rev 3.6 and updated the Enfold theme to 2.1. My Layerslider stops and will not move forward and the Enfold slider (most beautiful) will not work either. Here is the link to a test page with the Enfold slider:

    http://altlog.net.s133485.gridserver.com/test-2/

    #140029

    Hey,

    1.) You can use this to remove the dashed border:

    .avia-desc-col.pricing-table li {
    border-top: none;
    border-bottom: none;
    }

    2.) Use this to remove the empty cell:

    .avia-table.main_color.avia-pricing-table-container.avia-table-1.avia-builder-el-4.el_after_av_textblock .pricing-table.avia-desc-col .empty-table-cell {
    display: none;
    }

    Regards,

    Ismael

    #140009

    Hey,

    1.) This is the proper code:

    @media only screen and (max-width: 767px) {
    .responsive #top #main .sidebar {
    display: block !important;
    }
    }

    2.) Please try this:

    @media only screen and (max-width: 767px) {
    .responsive #top #main .sidebar, .inner_sidebar {
    border: none;
    }
    }

    Regards,

    Ismael

    #140141

    Hi,

    Edit header.php, find this code:

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');

    Replace it with:

    echo '<h1 class="logo">';
    echo bloginfo('name');
    echo '</h1>';

    Add this on your custom.css or Quick CSS:

    .logo {
    top: 40px;
    }

    Regards,

    Ismael

    #29271
    Bass
    Participant

    Hi Guys,

    I have a query regarding the secondary menu on our site. The mega menu works perfectly however on desktop the secondary menu behaves as expected but on the iPad nothing happens ? could someone please advise what needs to be done to resolve this issue ? in the meantime i have assigned a higher (much) higher z-index to the sub_menu links thinking it would help but hasn’t in this instance . Following is our website thanks !

    http://organised.hsw.com.au/

    #139835

    Hey,

    Edit includes > helper-social-media.php, find this code on line 73:

    $html .= "<a {$blank} href='".$icon['social_icon_link']."' class='avia-font-entypo-fontello'>".$avia_config['font_icons'][$icon['social_icon']]."</a>";

    Replace it with:

    $html .= "<a target='_blank' href='".$icon['social_icon_link']."' class='avia-font-entypo-fontello'>".$avia_config['font_icons'][$icon['social_icon']]."</a>";

    Regards,

    Ismael

    #140139

    In reply to: image positioning

    Hey,

    You can add a unique selector for each Avia Elements. Edit functions.php, find this code:

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

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');

    Insert the “Image” element then add Custom Css Class. For example, add “awesome-image”.

    You can add something like this on your custom.css or Quick CSS to move them up or down.

    .avia_image.awesome-image {
    top: -50px;
    }

    Regards,

    Ismael

    #139819

    Hi Christian,

    1) If you use pixel size for your text it will always be that pixel size. You can use ems or percentage sizes to make the adjust to the device.

    I’ve actually found the best results just using an image for my text in the layerslider instead of plain text (which is what Kriesi also did for all the demos).

    2) The menu switch width can be adjusted following the steps here: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger?replies=5#post-132320 . This is needed when your menu has too many items or the item length is wider than what the theme defaults to.

    3) There is no theme option for styling comment text so it needs to be done with custom css. If you can give us a bit more guidance on what you want to change we can try and assist.

    4) No, the portfolio grid doesn’t have a mechanism in place to create an auto height. The best option is to either not show excerpts or create consistent lengths of titles/excerpts.

    You could use a minimum height on the portfolio items but that doesn’t have IE8 support.

    5) Do you have an example of what isn’t working?

    Regards,

    Devin

Viewing 30 results - 139,771 through 139,800 (of 142,824 total)