Viewing 30 results - 84,421 through 84,450 (of 142,552 total)
  • Author
    Search Results
  • #743874
    mllibre
    Participant

    Hi, i search for post to do what i want and nothing found.

    I want selector text (ENG – ESP) instead of flags on the top bar. Flags appears automatically in the top bar.
    I could define the selector text in the MAIN MENU throught WPML options, but if i change to top menu the selector text doesn’t appear and the flags are stille there.

    Thanks,

    #743854

    Hi!

    Do you have an iPhone 6? Please add this css code.

    @media only screen 
    and (min-device-width : 375px) 
    and (max-device-width : 667px) 
    and (orientation : landscape) { 
        #mobile-advanced { margin-top: -11%; }
    }

    Best regards,
    Ismael

    #743853

    In reply to: Fullscreen Login Page

    Hi,

    Please remove the code I gave last and also replace this code:

    #top .login_container {
        position: fixed;
        overflow: auto;
        top: 25px;
        padding: 25px 25px !important;
    }

    to:

    #top .login_container {
        position: relative;
        overflow: auto;
        top: 25px;
        padding: 25px 25px !important;
        left: 0;
        width: 376px;
    }
    
    .page-id-3370 #av_section_1 .av_one_third.avia-builder-el-first {
        display: none;
    }
    
    .page-id-3370 #av_section_1 .av_one_third {
        margin-left: 0;
    }

    Let us know if it’s good :)

    Best regards,
    Nikko

    #743840
    Amigs
    Participant

    Hi
    We set the content with to max. 1600px and now we would like to spread the menue 100% over the content.

    So i try it with CSS like:

    .html_header_top.html_logo_center .main_menu ul:first-child {
    display: inline-block;
    width: 100%;
    }

    But it goes 100% over the whole browser and the menu are left-aligned.

    All the best

    #743833

    Hi,

    Thanks for sharing your solution @guenni007

    I checked your site and the logo looks good in both desktop and mobile. Not sure if you got this sorted, let us know if you have any questions.

    Best regards,
    Vinay

    #743821

    Hey JaneJoyce,

    Adding a vertical logo like that requires special modifications and we are happy to help you with this customization.

    You will need 2 versions of the logo one for desktop and one for mobile devices. For testing purpose you can use the initial T for mobile version of the logo.

    STEPS:

    1. Add the mobile logo from Enfold > Theme Option > Logo > Upload

    2. Hide the mobile version logo in desktop and style the header widget to display the desktop logo.

    /* Hide logo in desktop  */
    @media only screen and (min-width: 767px) {
    .html_header_sidebar .logo {
        display: none;    
    }}

    3. Setup a header widget area http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    4. Place your logo image inside a text widget in the header widget area.

    <img src="http://www.thomascarterprojects.com/wp-content/uploads/2017/02/TCP-logo_01_42x500.jpg" alt="Logo">
    

    5. Position the desktop logo in the widget area and the menu.

    /* Hide Header widget in mobile */
    @media only screen and (max-width: 767px) {
    #header .widget {
    	display: none;	
    }}
    
    /* Position logo in the header widget and menu */
    #header .widget {
    	position: absolute;
    	left: 0;
    	top: 0px;
    }
    .main_menu {
        margin-left: 50px;
    }

    By the end you should have something similar to the screenshot below :

    Best regards,
    Vinay

    • This reply was modified 8 years, 11 months ago by Vinay.
    #743820

    Topic: malware

    in forum Enfold
    carmentvaalba
    Participant

    Hello, I am following your instructions but the file still appears in wordfence scan. Can you please take a look?

    https://kriesi.at/support/topic/wordfence-found-a-suspected-malware-in-an-enfold-php-file/#post-740608

    #743815

    thank you to your solution!
    i have another question with same problem.
    I need to set the fullwidth-slider at the top of the content that is above the horizontal menu.
    I copied the shortcode from the slider from avia-editor and inserted it into the php code of posts (single).
    he works there, but for some reason when it is not in the place where it was inserted. It looks like 2 div-blocks closed (/div) via thrash-from-shortcode and after that code of slider inserted.
    I read that WordPress is handled differently shortcode in wisiwig editor and inside php code. But how to handle it?
    Thank you!

    #743809

    Hey Ismael,
    I overwrote that one file but the problem continues. I tried replacing the whole theme, same issue. ??? I am running enfold on multiple sites with vimeo links without a problem. I also tried your shortcode wrap in a code block – see page below at top. It’s fullscreen but no video. This is the code I used: <div class=”avia-video avia-video-16-9 ” itemprop=”video” itemtype=”https://schema.org/VideoObject”><div class=”avia-iframe-wrap”>[video src="https://vimeo.com/194287750"]</div></div>

    I wonder if you could take a look at this other thread https://kriesi.at/support/topic/help-blank-admin-page-after-login/#post-743077 ? – it’s more urgent as my client now wants some updates. I could revert to an earlier backup since reading through some similar threads it seems like a problem between WP4.7 and W3total cache, but need to be up to date on WP updates. Can you see what is happening there?

    thanks for your help.
    Nancy

    • This reply was modified 8 years, 11 months ago by Munford.
    #743778

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #743775

    and here is the alternative without floating some menu links under the others:
    Less place for the logo for more place for navigation

    Try this first – seems to be the better alternative

    
    .av-main-nav li:nth-child(3) {
        margin-right: 150px;
    }
    
    .responsive .main_menu ul:first-child > li > a {
        padding: 0 8px;
    }
    
    #header_main_alternate {
         border: medium none !important;
    }
    
    #header .container {
         max-width: 100%;
         padding: 0px;
    }
    
    .html_header_top.html_logo_center .logo {
         filter: drop-shadow(2px 2px 3px #888888);
         left: 50%;
         transform: translate(-50%, 20px);
    }
    
    .html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main {
        padding-top: 120px !important;
    }
    
    .cart_dropdown {
        opacity: 0;
        right: 0;
        top: 0;
        transition: none !important;
    
    }
    
    @media only screen and (min-width: 980px) {
    .responsive .main_menu ul:first-child > li > a {
        padding: 0 20px;
    }
    }
    
    @media only screen and (max-width: 810px) {
      .container #advanced_menu_toggle, #advanced_menu_hide {
          display: block;
      }
    .main_menu .avia-menu, #header_main_alternate, .fallback_menu {
        display: none;
    }
    .responsive #top #wrap_all .container {
        float: none;
        margin: 0 auto;
        max-width: 85%;
        padding-left: 0;
        padding-right: 0;
        width: 85%;
    }
    .responsive.html_header_top.html_logo_center .logo {
        left: 0;
        margin: 0;
        transform: translate(0%, 0px);
    }
    .responsive #top .cart_dropdown {
        margin: -23px 50px 0 0;
        position: absolute;
        right: 7.5%;
        top: 50%;
        opacity: 1
    }
    • This reply was modified 8 years, 11 months ago by Guenni007.
    #743768

    Hey!

    1.) Edit the colour section and you’ll find the option right below the video field.

    2.) Most mobile devices do not autoplay videos in order to save bandwidth. And it can cause performance issues on mobile devices.

    Best regards,
    Ismael

    #743743

    In reply to: Website gone….

    Problem has been solved by using a backup! So no action needed anymore on this topic

    #743742

    In reply to: icon size

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #743741

    In reply to: icon position

    Hi,

    Ok, thanks for the feedback. Let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #743738

    Hi,

    Sorry for the delay.

    To place a horizontal menu on top of the content area in the left navigation layout as shown in the below screenshot.

    SETPS:

    1. Install a child theme http://kriesi.at/documentation/enfold/using-a-child-theme/
    2. Copy the index.php file from enfold main theme folder to child theme folder.
    3. Insert the code for the menu just before the below line in index.php file in child theme folder.
    <div class='container_wrap container_wrap_first main_color <?php avia_layout_class( 'main' ); ?> <?php echo avia_blog_class_string(); ?>'>

    ADVANCED CUSTOMIZATION

    4. To add a dynamic menu on top of the content area.
    Register a wordpress menu instead of the html code for the menu so you can create dynamic menu in Appearance > Menu and assign it to the menu area above the content. Please check the links in private.

    For more info please check
    https://codex.wordpress.org/Function_Reference/register_nav_menus

    Best regards,
    Vinay

    #743737

    In reply to: google tag manager

    Hi,
    I tried to used the Google Tag Trigger to monitor the Click operation in my website. However, I need the “Click Text” variable is defined and attached the suitable value.
    In Enfold theme, it looks the “Click Text” variable does not defined. Could you please support me how I can create and set value for Click Text variable, so I can use to track client operation in my web.
    The image below shows what is the Click Text variable that I mentioned in this topic.
    Click text variable in google tag manager

    I am looking forward to hearing from you. Thanks!
    Regards,
    Nhan Ngo

    #743733
    DeaGoldsmith
    Participant

    When going to the site on a mobile device, the site seems to be defaulting to the “View Mobile Site” which appears to be broken and displaying code. If you click on the “View Full Site” link near the bottom of the page the site looks fine, is responsive, etc. When you click on the “View Mobile Site” link the site displays code again and looks broken.

    Is there a way to make the “View Full Site” be the default? If not how do I fix the “View Mobile Site” layout?

    The desktop version is fine.

    #743732

    In reply to: Light font for menu

    Hi,

    Glad we could help, please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #743728

    Hi,

    1. Your content looks to be at the top on my end, I’m guessing you managed to get this working as well?

    2. They scale fine on my end, could you try explaining a bit further please? A screenshot highlighting the problem might help us understand better.

    Best regards,
    Rikard

    #743703

    Hi Yigit,

    maybe I need to make my question clearer.

    Is there a way to apply a unique id to the layerslider at the top of the page and make that id a menu anchor?

    Thanks

    #743701

    Hey DigitalEssence,

    It’s due to this CSS you have in style.css:

    .inner-container .logo {
        padding-top: 60px;
        left: -75px;
    }

    Not sure what purpose it has though?

    Best regards,
    Rikard

    #743690

    Hi,

    I replied to your other topic already, should we stick to that maybe?

    Best regards,
    Rikard

    #743689

    Hi Michael,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #743685

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #743683

    Edit: try first the other solution – seems to be clearer !

    so one possibility is to have a fluent nav height.
    if you don’t want to shrink font-size you have to allow floating (as you does) – but your container with navigation is set to 50px height.
    try this here instead:

    #header .container {
         max-width: 100%;
         padding: 0px;
    }
    
    #header_main_alternate {
         border: medium none ! important;
    }
    
    .html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main {
        padding-top: 138px !important;
    }
    
    .html_header_top.html_logo_center .logo {
         filter: drop-shadow(2px 2px 3px #888888);
         left: 50%;
         transform: translate(-50%, 10px);
    }
    
    .html_header_top.html_logo_center .main_menu ul:first-child {
         display: inline-table ! important;
         width: auto ! important;
    }
    
    .html_header_top.html_bottom_nav_header .main_menu > div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child {
         height: auto ! important;
         width: 100%;
    }
    
    @media only screen and (max-width: 1120px) {
    .html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main {
        padding-top: 186px !important;
    }
    }

    on transformation the logo for me it looks nice to have the logo a bit shifted down. But it is a matter of opinion.
    the padding-top is for having the slider not covered by the navigation.

    • This reply was modified 8 years, 11 months ago by Guenni007.
    #743678
    interestyng
    Participant

    I would like to have my MailChimp opt-in box to read horizontally instead of stacked as it is now. I have read the other posts on this topic and have tried to use quick CSS, but I don’t think they are tailored to my exact situation and they don’t work. http://www.interestyng.com

    #743676

    Topic: Modal button/link

    in forum Enfold
    Drebosio
    Participant

    Hi all,

    I was searching the forum and came across this topic and followed what Josue wrote, but i’m not having any luck in getting the link to popup a modal box.

    <script>
    (function($){
        $(window).load(function() {
            $('a[href*="?inline"]').magnificPopup({
             type: 'inline'
            });   	
        });
    })(jQuery);
    </script>

    Trigger link:
    <a href='#modal?inline'>Link</a>

    Is there an additional plugin you need to get the above code to work? I was under the assumption that it was already what enfold was using.

    Where should i place this code, i have html in a text module and the CSS in the quick css section, but where do i put the JS?

    • This topic was modified 8 years, 11 months ago by Drebosio.
    #743675

    Hi Tom,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #743670

    In reply to: Image makes a bump

    Hi,

    No problem, let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 30 results - 84,421 through 84,450 (of 142,552 total)