Viewing 30 results - 83,311 through 83,340 (of 142,733 total)
  • Author
    Search Results
  • #756768

    Hi!

    Please add this below the previous css code.

    html[lang="fr-FR"] #top #header_meta .sub_menu {
        left: 0;
    }

    Cheers!
    Ismael

    #756767

    Hey!.

    We tried to duplicate the layout described in the screenshot as much as we can. I’m sure you can do the rest.

    .addheader {
      float: right;
      width: 100%;
      color: #222 !important;
      text-transform:uppercase;
    }
    
    .addheader a {
      color:#ccc !important;
      text-transform:uppercase;
      font-size: 100%;
    }
    
    .addheader1 {
      background: rgba(0, 0, 0, 0) url("http://dpg.4lke.de/wp-content/uploads/schloss.png") no-repeat scroll 0 0;
      /* border: 1px solid #ccc; */
      float: left;
      min-height: 51px;
      padding: 0 12px 0 0;
      text-align: right;
      width: 24% !important;
      min-width: 120px;
    }
    
    .addheader2 {   
    background: rgba(0, 0, 0, 0) url("http://dpg.4lke.de/wp-content/uploads/anfrage.png") no-repeat scroll 0 0;
      float: left;
      min-height: 51px;
      padding: 0 12px 0 0;
      text-align: right;
      width: 24% !important;
      min-width: 120px;
    }
    
    .addheader3 {   
       background: rgba(0, 0, 0, 0) url("http://dpg.4lke.de/wp-content/uploads/rueckruf.png") no-repeat scroll 0 0;
      float: left;
      min-height: 51px;
      padding: 0 12px 0 0;
      text-align: right;
      width: 24% !important;
      min-width: 120px;
    }
    
    #header .widget_text {
        position: absolute;
        top: 20px;
        right: 0;
        width: 40%;
        z-index: 9999;
    }
    
    @media only screen and (min-width: 768px) {
      /* Add your Desktop Styles here */
       .logo img {
          width: 340px;
          height: 150px !important;
          max-height: 150px !important;
          top: -20px;
       }
    }
    
    @media only screen and (max-width: 768px) {
          /* Add your Mobile Styles here */
       .addheader3, .addheader2, .addheader1 {
          width: 52px;
          min-width: 52px;
       }
    
       .addheader3 a, .addheader2 a, .addheader1 a {
          display: none;
       }
    
       #header .widget_text {
          top: -20px;
       }
    }

    Regarding the ubermenu, please contact the plugin author.

    Best regards,
    Ismael

    #756762

    In reply to: Text widget in header

    Hi,

    Thanks for that. Please try the following CSS instead of the old one:

    #header .widget {
        width: 50%;
        left: auto;
        top: 10%;
        right: 0;
        position: absolute;
        transform: translate(0);
        font-family: "Georgia";
        font-style: italic;
        color: black;
        font-size: 16px;
    }

    Best regards,
    Rikard

    #756754

    Hi!

    I see. Please set the header position then add this in the functions.php file:

    function ava_move_social_icon(){
    ?>
    <script>
    (function($){
    	function a() {
    		var isMobile	 = $('#advanced_menu_toggle').css('display'),
    			socialHTML   = $('#header .social_bookmarks').find('li'),
    			mobileMenu   = $('.html_header_top.html_logo_center .main_menu ul'),
    			socialIcons = [];
    
    			if(!isMobile == 'none') return;
    
    			socialHTML.each(function() {
    				var socialItems = $(this);
    				socialIcons.push(socialItems);
    			});
    
    			$('#header .social_bookmarks').remove();
    
    			$(socialIcons).each(function() {
    				$(this).appendTo(mobileMenu);
    			});
    	}
    	
    	a();
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'ava_move_social_icon');

    Best regards,
    Ismael

    #756752
    ccyran
    Participant

    Hey guys,

    Two things.

    1. The “Work” page of my website loads in the middle. I find this annoying because the page then quickly jumps up the the top. It makes my site look glitched/broken. Can you please fix this?

    My website is http://www.ccyran.com/work
    If you’ve been to my site before, make sure you do a hard reset to see what I’m talking about.

    2. I posted about a more pressing concern I have for the site, something that it more critical for me to decide if I should continue to use enfold :(. Can you please respond to it? I posted a very detailed response and have not heard back in 4 days.

    Other Post: https://kriesi.at/support/topic/grid-breaks-on-wider-browserslarger-screens/
    Thank you.
    Chris

    #756749

    In reply to: Portfolio Item

    Hi Jenny,

    Please try the following in Quick CSS under Enfold->General Styling:

    .grid-entry-title {
        padding-top: 10px;
    }

    Best regards,
    Rikard

    #756733

    Hi!

    We replied in your own thread: https://kriesi.at/support/topic/show-different-featured-image-slider-on-mobile/

    We’ll close this thread now.

    Best regards,
    Ismael

    #756732

    Hi!

    We added the following css code in the Quick CSS field.

    @media only screen and (min-width: 990px) {
        .only-mobile {
            display: none !important;
        }
    }
    
    @media only screen and (max-width: 990px) {
        .only-desktop {
            display: none !important;
        }
    }

    And then created a test page here:

    // http://www.decimagames.it/test-sliders/

    Please update the theme to the latest version, 4.0.

    Cheers!
    Ismael

    #756727

    In reply to: Post order in masonry

    Hey!

    Actually, we can’t control the order of the masonry items because a script called “isotope” automatically calculates the left and top position. The position depends on the items’s rendering order, their width and the width of the actual masonry container.

    Regards,
    Ismael

    Hey!

    I didn’t add the code there. Please add the code that we suggested above.

    // https://kriesi.at/support/topic/catalog-text-and-pictures-not-working-properly-when-using-responsive/#post-745719

    What is the “R/N/N/N”? Could you please provide a screenshot?

    Regards,
    Ismael

    Hi,

    To avoid spam you can simply abfuscate the email address please refer to this link https://kriesi.at/support/topic/share-code-snippet-obfuscate-email-address-shortcode/#post-753421

    Hope this helps ;)

    Best regards,
    Vinay

    #756713

    Hey prometeusx,

    To toggle submenu in mobile we need to add a toggle icons to the parent menu item with submenu and show the sub menu when user click on the toggle icon.

    Please refer to this link for more info https://kriesi.at/support/topic/customizing-the-icon-menu/#post-728168

    Best regards,
    Vinay

    #756708

    Hi!

    To toggle submenu in mobile and also at the same time if you like to link the menu item to a page we need to add a toggle icon which show only in mobile so when users click on icon the submenus show and go to a page when they click on menu item please check this link https://kriesi.at/support/topic/customizing-the-icon-menu/#post-728168

    Best regards,
    Vinay

    Sandy
    Participant

    I’ve set up a colour section with a video in the background. I’ve placed a text box on top. Display a scroll down arrow is selected. I want the video to continue to play while a second text box scrolls up over it, when the person clicks on the scroll down arrow. Then after the second text box displays and the scroll down arrow is clicked again, the entire section scrolls up. Is this possible with Enfold? How is it done?

    #756668
    rickyporco
    Participant

    Hello enfold team,

    I cannot scroll the mobile menu, only on the homepage. I have tried the following solutions which did not work:

    https://kriesi.at/support/topic/mobile-menu-not-scrolling-on-iphone/

    Thanks in advance

    • This topic was modified 8 years, 11 months ago by rickyporco.
    #756665

    Hi @Rikard,

    I am referring to resizing my screen. As I drag the edges of my browser, the text does not change size which I would expect it to (other sites seem to manage it very well).

    The time it takes to take screenshots and wait for replies, or create user logins etc etc I just give up and change the title or size of text so it works in most cases.

    I’m not the only one … https://kriesi.at/support/topic/h2-problem-responsive/ It comes up often.

    :)

    #756662

    Hi Ismael,

    I manged to figure this out in the meantime. However, perhaps you can help me with a similar problem.

    On some pages, I have a fullscreen image at the top; however on others, I have text (such as the FAQ page, link posted privately below).

    Is there a way I can have the header be “on” the images, yet “above” text on pages? I have changed from transparency to no transparency on the page settings, however it is not changing.

    As per another page/user asking for help on this forum, I have turned off sticky header and have the following CSS code: #header{position: fixed !important;} ; however this looks to be preventing different headers on different pages.

    Thank you,
    Kyle

    #756659

    Hi Jessica,

    Sorry to have you waiting. I have scratched my head and couldn’t see any issue on my end, can you try to add this css code and see if it helps:

    
    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all .av-flex-cells .no_margin {
        background-attachment: scroll !important;
      }
    }

    Best regards,
    Nikko

    #756653

    Hey accurIT,

    Please remove this css code:

    #top.page-id-13637 #main > div.container_wrap:nth-child(2) .av-masonry .av-masonry-sort a{
    color:#666666;
    }

    And replace it with:

    #top .av-sort-by-term .active_sort {
        color: #000 !important;
    }

    Hope this helps.

    Best regards,
    Nikko

    #756652

    Hilfe, habe einen 10 Zoll Laptop, für die live preview ist der Monitor viel zu klein. Kann man die Vorschau abschalten, ich kann so nicht mehr arbeiten. Brauche diese Vorschau nicht !!!
    Danke

    #756641

    Hi,

    Try adding this css code in QUick CSS:

    #top .avia_mega_div {
        margin-left: -50px !important;
    }

    Hope this helps.
    Best regards,
    Nikko

    #756633

    Hi,

    It appears the 3 topics visible in your post are events which may have been deleted from the wordpress backend interface but still has an entry in the database which is causing the issue.

    Please give this plugin a try https://wordpress.org/plugins/wp-optimize/ It will optimise the database and may remove the corrupt entries. We will await for your test results.

    Best regards,
    Vinay

    #756626

    Hey Kyle,

    Thank you for sharing the screenshot, i checked the site on http://ipadpeek.com/ as I do not use an IOS tablet. It appears fine however as per the screenshot you have shared the iphone image is not fully visible.

    You can easily fix this by adding more negative top margin only on tablet screens using media query.

    To target only the phone element please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Give the phone a custom class name and add your css in the media query for tablets in landscape orientation only https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    Best regards,
    Vinay

    Hi Jan,

    I just checked it and it seems it’s already transparent but not the color you gave, try adding this css code in Quick CSS (located in Enfold > General Styling):

    .header_color .header_bg {
      background: -moz-linear-gradient(top, rgba(169,3,41,1) 12%, rgba(169,3,41,1) 28%, rgba(169,3,41,0.78) 51%, rgba(109,0,25,0.36) 94%, rgba(109,0,25,0.33) 97%); /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(169,3,41,1) 12%,rgba(169,3,41,1) 28%,rgba(169,3,41,0.78) 51%,rgba(109,0,25,0.36) 94%,rgba(109,0,25,0.33) 97%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(169,3,41,1) 12%,rgba(169,3,41,1) 28%,rgba(169,3,41,0.78) 51%,rgba(109,0,25,0.36) 94%,rgba(109,0,25,0.33) 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#546d0019',GradientType=0 ); /* IE6-9 */
    }

    Hope this helps.

    Best regards,
    Nikko

    lewinandreilly
    Participant

    Hi there,

    On our hompage https://www.lewinandreilly.com I recently added a fullscreen slider and a fullwidth easy slider to test which one I liked the look of better. Now if I try and delete one or both of them, it messes up the formatting of all the special headings below. The text changes colour (from white to black), and the font size decreases.

    As a temporary work-around, I’ve deleted the picture within the fullscreen slider (so that duplicate content won’t show), and have not deleted the slider, hence the formatting of the special headings below is correctly showing. But I’d like to fully delete the fullscreen slider without losing the special heading formatting below. The slider that started this whole thing playing up is the one that says:

    “Supporting Small, Organic Family Farms, Boutique Crops and Indigenous Land Owners
    Throughout Australia, New Zealand and the Islands of the South Pacific”

    I should also point out that the reason I want to delete the fullscreen slider (other than because it’s duplicate content), is because it crashes our homepage on mobile. This happened before when we had more than 6 fullscreen sliders in our shop, and on our products pages.
    Is this a problem that wil be fixed soon, that other customers have commented on?

    In a separate matter, I would also like to change the default pink colour that’s available for button colours in the fullscreen sliders. We’d like to change it in the CSS to overwrite the default pink each time to #e0607e is this possible please?
    I can’t use this colour in the fullscreen sliders currently, because there isn’t a custom colour option unfortunately.

    Lastly, in another separate matter, I was wondering how to stop the sticky header from formatting incorrectly on mobile. We are using Thrive Leads – the top ribbon as our way of collecting emails on mobile devices, but when you click the “x’ to remove the ribbon and continue browsing the site, the sticky header remains sticky at a lower point o the page, because the ribbon has pushed it down. I hope that all makes sense. Basically, we want to keep the sticky header, but have it stay at the very top of the page on mobile once the ribbon CTA is gone.

    Please tell me what email of yours I should use to create a new user for you to access our site.

    #756591

    In reply to: LayerSlider and Chrome

    Okay finally found a chance to check on that… The conflict is with the Isotope Gallery Plugin that came included with a theme I previously had. I kept it just to save time….. idk… Supposed I will just redo the old galleries to instead use Enfold galleries..

    sabrinag99
    Participant

    Hi Ismael, ( or someopne from Kriesie)
    Masonry landscape and portrait is not working in Multilanguage site.
    The embedded code you placed here: https://kriesi.at/support/topic/masonry-landscape-and-portrait-not-working-in-multilanguage-site/ is disappeared, I also heave a problem with my English en German version that the landscape and portrait tags are not working in the masonry?

    Could you give me the code to fix this?

    Thanks Sabrina.

    Hi Ismael,
    Masonry landscape and portrait not working in Multilanguage site.
    The embedded code you place here: https://kriesi.at/support/topic/masonry-landscape-and-portrait-not-working-in-multilanguage-site/ is disappeared, I also heave a problem with my English en German version that the landscape and portrait tags are not working in the masonry?

    Could you give me the code to fix this?

    Thanks Sabrina.

    #756563

    Hello,
    Sorry for pushing this topic, but I still cannot find out the problem. Also after an update to enfold 4.0.2, the issue exists. I also deactivated all plugins, but nothing changed.

    Could you help to fix this problem with the pagination?

    Thanks, Enrico

    #756554

    Topic: Font integration

    in forum Enfold
    fmg
    Participant

    I use “Open Sans” in your Enfold theme and it seems to me that the Italic versions of the font are not properly integrated. When using <i></i> the font just looks skewed (like a fallback version that appears when the original Italic font types are missing). Do you have any insights on this topic?

Viewing 30 results - 83,311 through 83,340 (of 142,733 total)