Viewing 30 results - 97,351 through 97,380 (of 142,828 total)
  • Author
    Search Results
  • #614825

    Hi, that works for the top navigation menu items, but I want to pick out one from the dropdown submenu – I have about 6 items listed, I want to highlight the 3rd one.

    aerodron
    Participant

    Hi,

    The integration of WPML works really fine with Enfold theme but we struggle now on moving the language flags from the menu to the header next to the social media buttons (right top of header).

    Here was a code shown in a 2 year old thread but this doesn’t work – i guess the areas have been changed / renamed in the past 2 years.
    https://kriesi.at/support/topic/how-to-remove-wpml-flags-from-top-bar/#post-339584

    Thanks,
    Thomas

    #614757
    Freek
    Participant

    Hi.
    I use a large logo (with header size 300px) on the left en menu on the right. Because of the large logo the menu is to far from the top (centered within the 300px header). Is it possible to adjust the top-margin for the menu items and social media icons only ?
    Regards Freek

    #614736
    netengineat
    Participant

    Dear Kriesi team,

    I have a problem with the Avia Layout Architect – breaks aren’t working, no matter if I insert them with the enter key, with shift and enter, or manually with <br /> or   in the HTML. Sometimes they are visible in the frontend, but in the backend they aren’t visible after saving the page.

    I saw, that you had the same problem already in the year 2014 (https://kriesi.at/support/topic/impossible-to-have-spaces-into-my-texts-tag-not-working), but it was solved by Kriesi by a themeupdate.

    By the way, I also have problems with the new updates – WordPress 4.5 and Enfold 3.5.2 – the jQuery doesn’t work anymore, when I install the new versions. The update is only just from 2016 March 22th, will this jQuery-problem be solved with the next theme update?

    Best regards from Austria!

    #614730
    ideenstart
    Participant

    Hi !

    On top of every subpage of the website there should be in the top left a 1/4 width submenu and a 3/4 picture.

    Therefore I created for every topic a sidebar. Inside the sidebar is a “individual menu” widget with the pages for this topic.

    On the single page there is a “user generated widget area” that should show this sidebar with the menu.

    All this worked fine – but now the menu is gone without a known change, that could have caused this ?!
    In the backend the sidebar is still there… The widget is inside … The menu is inside the widget …
    But no menu gets shown on the frontend !

    You can see it here: http://www.reformhaus-parfuemerie.de/fotostudio/bewerbungsbilder/
    You can find a screenshot here: http://screencast.com/t/fJzpDW0Xm

    #614700

    I have made further adjustments and the text is a bit better, but would welcome further advice.

    Also, the border at the top of layerslider isn’t working any more although it did work yesterday and I can’t work out what’s changed.

    I also added code to make the navigation buttons not appear on mobile and it isn’t working, so the navigation buttons obscure the content on the layerslider when in mobile view.

    ml8155
    Participant

    Hi,

    I have just logged into to my website and all the writing at the top of my pages has disappeared. Also on my front page where it says recent blog post and testimonials that’s gone too. When I go to edit the page it’s all there but not when I view it.

    Thanks
    Matt

    wietsketammes
    Participant

    Hi There,

    We’ve just launched our new website: http://www.vechtenveld.nl
    Absolutely very happy with the theme, it’s beautiful!

    There are 2 things left I need some help with. Hope you can help me…

    1) when viewing the site on a mobile phone (iphone 6), the header is smaller and the logo is on the top left position, also very small. I would like to have the same view for an ipad/tablet. The header is just to big and you miss to much information on your screen. I did find something about making the header smaller, but then the logo is still in the same position and size. Cab you provide me the code I should use to make the header/menu the same way it works on the phone?

    2) I already know about the youtube background video and why it cannot autoplay and that you see a still of the video and a play button. But why does this play button not work? It would be nice if you can watch the background video bij push the play button.

    Looking forward to your reply and many thanks again!

    #614668

    Hello Ismael,

    Thank you for the reaction.
    You are right. Without the header I can see (just the top part of) the scroll down arrow.
    Is it possible to move it up a little more. And It seems that the color section is still a little bit more than 100%

    ps.
    The code you provide changed the height of the menu. On the normal pages the menu and submenu became really large, I had to take the code out again.

    • This reply was modified 9 years, 11 months ago by Wolf.
    #614659

    Hey!

    Sorry for the delay. Please modify the section.php file if you want to unmute the color section video: https://kriesi.at/support/topic/un-mute-audio-in-an-embedded-video-in-a-color-section/#post-228062

    Cheers!
    Ismael

    #614651

    In reply to: Full width main menu

    Hi Yigit,
    I played around with the code a little bit, and changed the size of the items. But I still have the problem that there are some items showing in the second row? I can´t find a solution by changing the item width… :( And the menu is not in the centre anymore.) Thats what I added to Quick CSS:

    /* center menu */
    #avia-menu {
    width: 1010px;
    margin: auto;
    }

    .html_header_top.html_bottom_nav_header #top .main_menu .menu-item-search-dropdown {
    float: left;
    }
    #avia-menu { float: left; }
    #header_main_alternate .container {
    width: 100%!important;
    max-width: 100%!important;
    padding: 5;
    }
    .av-main-nav > li { width: 12%; }

    Thanks for checking once more.
    Claudia

    #614640

    Hi, ok,

    my fault to answer two question in one topic.

    Is there anybody who could help me fast on the main issue, that the portfolio order in masonry doesnt work and check in in the live version. URGENT

    ———–

    Thank you Andy for helping out in issue two but the code
    avia_transform a .image-overlay {
    display: none !important;
    } works on the whole page to not display the overlay and
    .page-id-295 .avia_transform a .image-overlay {
    display: none !important;
    } doesnt work at all to supress the overlay

    Best Stephan

    Hi adotopanuga!

    Thank you for using Enfold.

    Please add this in the functions.php file:

    // new script
    add_action('wp_footer', 'ava_new_custom_script');
    function ava_new_custom_script(){
    ?>
    <script type="text/javascript">
    (function($) {
        var audio = $("audio")[0];
        $('.ajax_controlls a').bind('click', function(e) {
            audio.pause();
            audio.currentTime = 0;
        });
    })(jQuery);
    </script>
    <?php
    }

    Remove browser cache or hard refresh the page before testing it.

    Regards,
    Ismael

    #614596

    Hey!

    We are replying the tickets based on how they come.
    If you post again on your ticket, then it does loose it priority and goes back to the end, I hope you understand that.

    We are thankful for your trust and extending your license, we do our best to much the tickets as much as possible, we do promise on that.

    Please use the following class
    #top div .avia-gallery .avia-gallery-big
    to change the big images

    and the following:
    #top div .avia-gallery img

    to change the smaller.
    If you want to be on the currect page only,
    you have to use it like that

    .postid-4622 #top div .avia-gallery .avia-gallery-big {
    /* your CSS code */
    }

    and

    .postid-4622 #top div .avia-gallery img {
    /* your CSS code */
    }

    You can change the borders backgrounds etc.
    Again, we are really sorry for the delay but as I mentioned, if you do post inside your topic, it brings some issues as it goes end to the line

    Cheers!
    Basilis

    #614594

    Hi!

    Add this in the Quick CSS field to align the elements:

    .av-catalogue-title {
        padding-right: 120px;
    }
    
    .av-catalogue-price {
        right: 50px;
    }
    
    .cws-add-to-cart {
        position: absolute;
        right: 0;
        top: 0;
    }

    Adjust the values as needed. You may have to add css media queries to adjust their position on smaller screens.

    Regards,
    Ismael

    #614583

    Hey!

    Duplicate, moving post here

    Best regards,
    Basilis

    #614567

    Hey pd8888!

    Please try the below CSS in quick CSS

    @media only screen and (max-width: 768px) {
    #top #av_section_1.avia-section {
    background-image:none!important;	
    }}

    Best regards,
    Vinay

    Hey!

    Please use this to adjust the position of the left icon or logo:

    .left-icon {
        left: 50px;
        top: 20px;
        position: relative;
    }

    Best regards,
    Ismael

    #614550

    We are experiencing similar issues re: uploading images to the Media Library. We did find that we were able to upload an image if we first removed all non-alphanumeric characters from the image file name (for example, changed “Ultimate-5-Plus-5.jpg” to “Ultimate5Plus5.jpg”). Prior to WordPress 4.5 we didn’t experience this problem. We will keep an eye on the thread for a resolution, thanks!
    *****UPDATE: The fix for us was found in the following thread: https://kriesi.at/support/topic/upload-image-giving-http-error-theme-error/
    See Josue code fix, reply #514811
    Thank you Kriesi for the great support forum!

    • This reply was modified 9 years, 11 months ago by twitzel.
    #614535
    jakejauhari
    Participant

    Hello,
    I have followed this older post to achieve this https://kriesi.at/support/topic/apply-link-to-column-box/
    Everything is working except I don’t know where to set the actual href link.
    I have added the custom css class, added this to the functions.php file.

    function add_custom_div(){
    ?>
    <script>
    jQuery(“.apm-link-one”).click(function(){
    window.location = jQuery(this).find(“a:first”).attr(“href”);
    return false;
    });
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘add_custom_div’);

    I have several different links which will apply to several columns. I have tried my best to figure this out myself but when I click the column I get http://abbottbuildingsystems.com/undefined and the 404 page.

    Any assistance will be appreciated!
    Cheers,
    Jake

    #614530
    ronmann
    Participant

    My testimonial section just stopped working. There have been upgrades to Enfold and WordPress very recently. Any idea what is going on?
    Websites as ronmann.com and ronmanngolf.com
    Thanks,
    Ron

    Hi @wsnider28!

    Can you please create a new topic including an access to your install (in private field)?

    Cheers!
    Josue

    Hi Everyone,

    I’m trying to get a background set for my landing page, and then put writing and buttons on top – like this: https://endotaspa.com.au/ (whats below the fullscreen slider). I’ve tried to use a Colour Section with a text box but while i can customise the height – so that it shows the entire background image – it’s not responsive, which means that everything goes out of whack the second the screen changes size.

    I don’t want my writing or my buttons to move from the specific locations in the image regardless of screen size (mobile or computer).

    does anyone know how i can do this, or if there’s an easier way that does’t involve a colour section?

    r-iglesias
    Participant

    As the title says, since yesterday the Masonry, Fullwidth Slider, Google Maps, stop working.

    I’m using Enfold Version: 3.5.2 and WordPress 4.5.

    Help please.

    #614495

    Topic: Logo is compressed

    in forum Enfold
    OriginsSpeak
    Participant

    My high resolution logo is being compressed. How can I stop the compression?

    #614482

    I can confirm this issue. Uploading an average size image results in this error in the browser console:
    POST http://mydomain.com/wp-admin/async-upload.php 500 (Internal Server Error)

    PHP Logged this error within 5-10 seconds after starting the upload – NOT 30 seconds:

    [14-Apr-2016 22:32:29 UTC] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home/content/path/to/my/html/wp-includes/class-wp-image-editor-imagick.php on line 370
    

    When switching to Twenty-Sixteen there were no upload errors on any image uploads (including very large images).

    I was able to verify the following:

    • Image does get uploaded to the correct year/month folder
    • Images do get crunched into 16 various sizes
    • In Media Library, image receives default placeholder icon (gray page)
    • Clicking the icon and then “Edit more details” link, the image is displayed on the image on the Edit Media page
    • Clicking the “Edit Image” button below the image results in “Image data does not exist. Please re-upload the image.

    Memory Increase & Other Hacks
    I’ve completed all the requisite settings:

    // .user.ini
    upload_max_filesize = 128M
    post_max_size = 256M
    

    And tried all the .htaccess tips from these posts with no success:
    Here
    And Here
    – Also tried disabling all Plugins

    Upload Scenarios
    Here are a couple image scenarios that threw errors when using the Enfold theme but upload with no problem with default WP theme. As with comelen, sometimes larger images work where smaller files do not (both file size and image dimensions).

    Scenario 1
    Image type: png or jpg
    File size: 24kb
    Dimensions: 1600×900 @72dpi
    Work-around: After much experimentation with dimensions, I discovered the file would only upload if under 1200px, so I upload the file 1199×674.

    Scenario 2
    Image type: png or jpg
    File size: 173kb
    Dimensions: 480×854 @72dpi
    Work-around: none (other than switch to Twenty-sixteen)

    • Enfold v3.4.7 (although I’ve experienced this issue on several previous versions)
    • PHP v5.4.42
    • WordPress v4.5
    • MySql v5.5.43

    Honestly, the last place I suspected was the Enfold theme because it’s always been rock-solid! Let me know if there is anything else I can do to help resolve this issue.

    Thanks,

    Jeff Boothe

    ** UPDATE 4/15 **
    Just got this PHP error when attempting upload:

    
    [15-Apr-2016 22:31:34 UTC] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home/content/p3pnexwpnas10_data01/24/2579924/html/wp-includes/class-wp-image-editor.php on line 423
    
    • This reply was modified 9 years, 11 months ago by topearn.
    #614470

    Hi!

    Please edit your blog post and click “screen options” on the top right corner and check “excerpt” then scroll below your post and add your excerpt in excerpt field

    Best regards,
    Yigit

    Hi Chris!

    You can add featured image to your posts (which would show up in blog overview page) and choose to hide it on single posts. And then you can add your image to the top of your post as a workaround :)

    Best regards,
    Yigit

    #614452

    Hi!


    @mc_jones
    Replied you here – https://kriesi.at/support/topic/missing-content-after-theme-update-and-wordpress-4-5-update/#post-614446
    Please do not create duplicated posts :)

    Cheers!
    Yigit

Viewing 30 results - 97,351 through 97,380 (of 142,828 total)