Viewing 30 results - 139,651 through 139,680 (of 142,726 total)
  • Author
    Search Results
  • #140289

    In reply to: 2 Very annoying bugs

    The newest version, of both. A few plugins are running.

    I already sent Ismael my login credential to look into a different issue -https://kriesi.at/support/topic/issues-simple-icons-in-the-footer

    If possible, it will be nice if he could look into this issue as well.

    Thanks a lot guys.

    #140408

    Hi John,

    Open the functions-enfold.php file and search for this line (262):

    Replace it with this:

    'html' => "",

    Regards,

    Josue

    #140116

    Hi,

    The problem is that Entypo (the icon font) doesn’t include a YouTube icon, however i found a temporary workaround (using a video icon with the default red background):

    https://kriesi.at/support/topic/you-tube-social-icon-for-display-in-header-missing#post-136099

    Regards,

    Josue

    #29341
    jbiasucci
    Participant

    In the Enfold theme, the page title of individual pages that are shown in the “All Pages” list can controlled easily — just by changing the name of the page. Also, the title container itself for any of these listed pages can be easily suppressed just by choosing not to display the page header.

    However, a “page” is also generated automatically when someone clicks on an individual post on the blog page, and this page displays the title container and the title “blog”. Howwever, this page is not shown in the list of pages, and I can’t figure out either how to change the title from “blog” to something else, or to suppress the title container completely. Can you help me out?

    My site link, showing such a non-page page with the title “blog”, is: http://uufreethinker.com/2013/09/in-search-of-secular-spirituality-beyond-gazing-at-the-grand-canyon/

    Thanks for your help.

    John

    #140055

    Hey,

    If you’re using the Text Block element, you can edit config-templatebuilder > avia-shortcodes > textblock.php. Find this code:

    return "<div class='avia_textblock {$custom_class}'>".ShortcodeHelper::avia_apply_autop(ShortcodeHelper::avia_remove_autop($content) )."</div>";

    Replace it with:

    return "<div class='avia_textblock {$custom_class}'>".ShortcodeHelper::avia_remove_autop($content,true)."</div>";

    And this code:

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

    Replace with:

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

    Please remove browser cache then reload the page a few times.

    Regards,

    Ismael

    #140403

    Hi,

    Can you post the link to your website please in this topic?

    Regards,

    Josue

    #140113

    Thanks, Yigit. That responsive issue is solved but I just noticed another one:

    When I resize the window to a certain point on desktop the menu (Home, Wir über uns,…) slides into the logo. Tried a few things, didn’t solve it. Could you guys give me another hint?

    Best regards,

    Alex

    #29340
    comlor
    Participant

    Hi, I’m using mortgage calculators plugin and it uses the table styling layout which doesn’t layout right. I sent link to Yigit, so not sure if he’s already on this or not. I tried 4 different mortgage calculator plugins and all had the same styling issues so I believe it’s just a conflict with the theme table styling. Here is screenshot of what is going on- http://goo.gl/tEWj3d

    It’s putting a black line on left and top of table border and grey and white separation between rows and adding a lot of spacing between. I’d like to strip the table styling from the theme for these forms so they display like this- http://goo.gl/IK28UF

    Thanks much,

    Chris

    #139777

    Hi,

    Thank you Devin, i already waiting for Christoph response.

    Regards,

    Josue

    #140030

    Hi Ismael – Sadly this does not provide what I need. The first removes the top and bottom border from *all* cells in the description column…I only want to remove them from the first cell. Could you help with that?

    #140089

    Hi yukanl,

    You can use this instead:

    .login_buttons {
    position: absolute;
    top: 15%;
    left: 50%;
    }

    Then add a second snippet to the mobile media query in your custom.css file:

    .login_buttons {
    position: absolute;
    top: 50%;
    left: 40%;
    }

    Regards,

    Devin

    #139776

    I’ve tagged the topic for Josue’s personal queue.

    Regards,

    Devin

    #140235

    Hi bunguman,

    You could add the new css to your Quick CSS or custom.css file. Something like:

    #top .entry-content ul {

    }
    #top .entry-content ul li{

    }

    Regards,

    Devin

    #139998

    Hi yukanl,

    Did you try using the Widget logic plugin like Peter suggested here: https://kriesi.at/support/topic/wpml-translation-for-widgets-that-displayed-in-the-footer#post-137095?

    Regards,

    Devin

    Hi Ladendetektiv,

    Go to the top right of the page editing screen and look for Screen Options. Make sure the meta box is set to display (checked).

    Regards,

    Devin

    #29327
    stonerome
    Participant

    Last Friday, Josue hooked me up with a solution to this problem:

    https://kriesi.at/support/topic/right-float-social-icons-and-custom-items-to-upper-left-of-header

    However, it turns out, by putting our form in the <form> tag as he indicated, makes the form not work. The styling was perfect, but the form (ContactForm7) wouldn’t operate.

    Now, we have this in the header. So, we’re not putting the form within any kind of div, etc. Should we? Have tried multiple ways but can’t get it to work.

    <div class=’container’>

    <?php echo do_shortcode( ‘[contact-form-7 id=”97″ title=”Get Updates”]’ ); ?>

    Then, for custom styles, we have this. We’re getting the colors and fonts we want etc., but obviously want the submit button to appear to the right of the text field – and then not mess up the upper right float of the social icons:

    input[type=”text”] {

    display: inline-block;

    }

    input[type=”submit”], #submit, .button{

    display: inline-block;

    background-color: #808080 !important;

    text-transform:lowercase;

    }

    input[type=”submit”]:hover, #submit:hover, .button:hover {

    background-color: #80a5d5 !important;

    }

    What are we missing?! Thanks again – Cory

    #140277

    Hi Matt,

    You can add this code to Quick CSS that is in Enfold theme options under Styling

    @media only screen and (min-width: 1140px) { .main_menu ul:first-child > li > a { padding: 0 5px!important; } }

    It will decrease padding to 5px on menu anchor tags on screens smaller than 1140px. Then you can change the switch width of mobile menu. To do so, in your WordPress themes folder, please go to Enfold > Js and open Avia.js file and find following code in line 87

    switchWidth = 767;

    and change it to

    switchWidth = 989;

    Then some CSS codes may be needed, but it would be better if you apply those now then we inspect live on your website

    Regards,

    Yigit

    #139162

    Right now i am just checking some basics and i also noticed problems using the “German Market” Plugin”:

    https://kriesi.at/support/topic/fixed-header-wont-scale-on-scroll-with-installed-woocommerce-german-market

    however this specific cart issue is appearing without this plugin…

    http://mod.fiberreed.de/Produkt/fiberreed-carbon-classic-alt-saxophon/?added-to-cart=22

    #29325
    yutakaemura
    Participant

    I followed the instruction at:

    https://kriesi.at/support/topic/accordion-since-enfold-21-update-accordion-initial-open-item-is-not-working

    but accordions are still not working. An Accordion item open only for the initially open item when clicked, but not others. If an item is not initially set to open, when I click an accordion item, the accordion doesn’t expand items at all.

    Are there any immediate fixes or updates?

    #29317
    erantdo
    Participant

    Hi,

    I want to make my iconboxes as similar as possible to the ones on: http://www.localytics.com/

    I already changed the colors and the background, only 2 things missing are:

    1. Usign an iconbox where icon position is top. how can I align all of the item to left? I mean the icon, the title and the text.

    2. How can I increase the size of the icons?

    Thanks a lot

    bmar13
    Participant

    Am I missing a setting or something? Everything functions perfectly from a desktop browser, but viewing on mobile devices is void of background images and the LayerSlider itself.

    This is the site: http://www.ashleydance.ca

    I’ve been trying to figure it out… any insight?

    #140333

    In reply to: Relevanssi error

    Josue.

    Thanks for the feedback.

    I have seen both those topics, and have added the new query to my functions.php file. The error I am seeing is given when I am working in the site admin and using the Build Index button (part of the Relevanssi settings). After the last time I saw the error I disabled the plugin because it leaves a nag error message on the dashboard which I am unable to turn off. I’ve now reactivated and attempted to Build the Index and gotten the same message. I’ll leave it activated until I hear back again.

    Thanks again for the help

    Josh

    #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

Viewing 30 results - 139,651 through 139,680 (of 142,726 total)