Viewing 30 results - 76,591 through 76,620 (of 142,941 total)
  • Author
    Search Results
  • Hi Rob!

    Sorry for the late reply!

    Yes, Mike works on the weekends :)

    You could try creating two different menus in Appearance > Menus one for mobile and one for desktop and then add following code to Functions.php file in Appearance > Editor

    function av_different_mobile_menu( $args = '' ) {
    
    if(wp_is_mobile()) { 
    	$args['menu'] = 'main-menu-mobile';
    } else { 
    	$args['menu'] = 'main-menu';
    } 
    	return $args;
    }
    add_filter( 'wp_nav_menu_args', 'av_different_mobile_menu' );

    Best regards,
    Yigit

    #823582

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top .scroll-down-link { 
    left: 49.85%;
    }
    

    Best regards,
    Yigit

    #823578
    Cliffy
    Participant

    @Yigit

    Hey Yigit, I know you’re busy but just read this post #820665 and you say that you have not heard of other reports.

    I have a test website (where I have the localhost file pointing to my hosting company) and I receive this error message when updating:

    Downloading update from https://marketplace-downloads.content.envato.com/files/230473234/enfold.zip?response-content-disposition=attachment%3B+filename%3Dthemeforest-4519990-enfold-responsive-multipurpose-theme-wordpress-theme.zip&Expires=1500421092&Signature=ZDa1oAHGxnCMc7nQtP-4zJcANNhXt3JNzWzzrU3tsKjBIL7l-de3qdN0Rmitu43cd61SVKeZPx5gAasyEMMPexbjDjvf1BYcPO07NMH-b9H37~Qjn2xr~0F0O33~9QgILGQGGidHI3j1-uDY0d4p6mQNA8hEEHiAOJ0SpwvlPw-KKtMTg99IQdoXuJBunK0pHLmqB-cuDU1ROrAaDpwnKADBsH-3hy~m0eYoB0CS~Fyz9FqC4JNpFozXRc1nIfeWEfHgks4aNX2JBxGJN7U0dPXDQXESjwBQxgYBEyESqepVkm~a8z3uVm~mPClu0n-LBO8Hb4SpTFhAAeIxHS~BAQ__&Key-Pair-Id=APKAIEEC7ZU2JC6FKENA…

    An error occurred while updating Enfold: Download failed. cURL error 35: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

    This is trying to update from 4.1.1 to 4.1.2 but I also received it updating from 4.0.7 to 4.1.1

    I was able to update via FTP and just thought it was an issue because I had changed the localhost file.

    I know this is a slightly different message with it being a handshake failure but thought you should know anyway, just in case this helps.
    H

    #823567

    In reply to: Enfold Changelog

    Hi guys,
    I know you are all busy with 4.1 issues, but I see that 4.1.2 is available through the Enfold dashboard but there is no mention of what is in 4.1.2 here (in the changelog forum topic) or on Themeforest. It would be nice to know what’s been fixed / changed before updating.
    Keep up the great work!
    Thanks,
    H

    #823548
    turistai
    Participant

    Hello Team,
    My site is facing some troubles regarding the menu in desktop, tablet and mobile version.
    I tried to follow the threads here in the forum but they are confused and I didn’t find an answer.
    My problems are:
    – submenu not working anymore in tablet and mobile version (caching done lots of time)
    – logo disappeared and menu is completely mixed up in desktop version (see the image attached)
    Please let know what to do.
    Thanks a lot!

    #823547

    I understand. Here is some homework for you. Other than the below, just make sure you’re not uploading images that are huge in dimension and/or filesize.

      Autoptimize Plugin: (Install w/ defaults and then tweak if needed
      Caching (Web Host): Talk to them about enabling/configuring
      Caching (Plugin): After talking to your web host, install what they recommend or if they don’t recommend anything, use WP Super Cache w/ the default settings and then tweak if needed)
      Image Compression (Plugin): Uninstall any other image optimization plugins, install this one and then BULK COMPRESS all of your images that you’ve uploaded.
      Disable Unneeded Functionality: Install this plugin and use it to turn OFF everything you don’t need. NOTE: If you have WooCommerce, be very careful what you turn OFF.
      Caching (CDN): Talk to your web host about how they integrate/if they integrate with CDNs. Specifically, talk to them about signing up for the FREE tier or Cloudflare.
    #823545

    Topic: AstraFit widget

    in forum Enfold
    KrassyAndreev
    Participant

    Hello,

    Has anyone tried to work with AstraFit widgets?
    This is their site:
    http://www.astrafit.com
    Demo shop: http://modahunt.com.ua

    Installation method:

    Hi <my name>,

    Here is the instruction how to install our codes to your shop:

    The main widget script

    To work with AstraFit widgets, you need to add the script code to all pages of your site. The code can be placed anywhere in the HTML code, preferably closer to the top of the page. After changing the parameters of the code, it must be updated on all pages of the site.

    < 10 lines of code >

    Button widget

    In the product page template, next to the size selector and the Buy or Add to cart button, you need to place the HTML tag code in which the widget is displayed.
    Example widget code:

    < 7 lines of code >

    I do not understand how can I do that with Enfold?
    Or does this refer to WooCommerce?

    Thanks in advance!

    #823544

    Hello. I can assure you that it’s not an Enfold issue. If you look at this performance test, you’ll see that you have a bunch of configurations to do, outside of the theme.

    Here are just a few action Items:

      Caching (Plugin, Hosting and CDN)
      Minification w/ Autoptimize
      Image Optimization (Dimensions prior to upload)
      Image Optimization (Image Compression upon upload w/ via a plugin)

    If you want to hire a professional to assist, feel free to click on my profile avatar (accurIT Presence) and reach out to me. Otherwise, I’ll try to help you as much as I can on here.

    #823512

    Topic: change icon colour

    in forum Enfold
    messmeriza
    Participant

    I’m trying to change the icon colour on a page and have followed some suggestions in other threads but it only applies it to the icons on the homepage. I want to change the icons on another page to the same look as the ones on the homepage.

    This is what I have in the Quick CSS box:
    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {
    .responsive #top #main .sidebar {display:block !important; clear: both; }
    }
    .iconbox_icon.heading-color {
    color: #252168;
    }

    Thanks!

    • This topic was modified 8 years, 9 months ago by messmeriza.
    banushka
    Participant

    I was trying to align the menu text closer to the bottom, and not in the middle as default.
    I used the below code but that makes the space between dropdown menu items huge

    #top .main_menu .menu li a {
    padding-top: 20px;
    }

    I like to keep the space between drop-down menu items same, but align the menu to start closer to the content area.

    #823481

    @S4racen

    Did you figure out your UberMenu issues mentioned above yet?
    I have it working correctly in 2 different ways with Enfold 4.1.2.

    The 1st where it just straight up replaces the Enfold Menu/burger with UberMenu using custom helper-main-menu.php

    The 2nd where it acts in a secondary sticky location below the Enfold header (logo left, menu right) with the normal Enfold menu showing alternative content on desktop only (hidden on mobile). Example here http://www.westoninnandsuites.com/
    You do not have to add anything custom in helper-main-menu.php to do this. Just add your UberMenu via short code in a Grid Row right above your content on each page and do not set it to replace anything in Enfold under the UberMenu settings. Requires the UberMenu sticky extension to be sticky.
    To customize the standard Enfold menu you can paste your html code for an image, ect into the field label area of a menu item in a menu menu and set as at Main Enfold Menu. Then hide it on mobile adding the CSS class of only-dt, if you don’t see CSS class you have to enable it in the Screen Options above the menu page of the dashboard. Then you have to add this to your quick css under General Styling

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

    and add this to the bottom of your functions.php preferable in a child theme
    add_theme_support('avia_template_builder_custom_css');

    and lastly to hide the Enfold Burger Menu on mobile/tablet so only your UberMenu will show you need to add this to your quick CSS

    @media only screen and (max-width: 1000px) {
    .av-burger-menu-main {display: none!important; }
    #top .av_mobile_menu_tablet .av-main-nav .menu-item {
        display: none!important;
    }}

    Jon

    • This reply was modified 8 years, 9 months ago by millertimesites. Reason: incomplete info
    #823479

    Ok! Wonderful :) I tweaked it some more because the CH characters were too close to the edge, so here is my final code; hopefully this helps others! Thank you for your help!

    /* before mobile menu */
    
    .av-hamburger:before {
    	content: 'MENU';
    	font-size: 14px;
    	padding-right: 10px;
    }
    
    /* adjust pancake to give the CH some space */
    
    .main_menu {
    	margin-right: 60px;
    }
    
    /* header widget after header */
    
    #header .widget {
        right: 0px;
        padding-top: 0;
        position: absolute;
        top: -15px;
        z-index: 999;
    	font-size: 18px;	
    }
    #823478

    Topic: Header Padding Issue

    in forum Enfold
    FDF
    Participant

    Hi,

    I’ve just updated to version 4.1.2 and have an issue with the header.

    The update has introduced a icon within the header on the left hand side which takes users back to the top of the page. I think because this has been inserted, the banner above it (Kura BestPilot banner), has too large a gap between the bottom of the banner and the top of the main menu.

    I need it to be symmetrical i.e. an even amount of empty space between the top of the Kura banner (and the top of the page) and the bottom of the Kura banner to the main menu. I’m therefore trying to reduce the gap between the bottom of this banner and the main menu.

    Please could someone advise how to amend this? I’ve inserted similar code to ensure symmetry with the Emirates banner, but can’t work out how to do it for the other one.

    Kind Regards,

    Tim

    PerryG
    Participant

    Hello, I would like to have the caption at the top of the slider. I do not have or want a title. And I would like the buttons to move up with the caption.
    This is my URL http://zd360llc.com

    #823467

    Topic: Help Kriesi Team

    in forum Enfold
    bobbysap
    Participant

    I have 2 problem in my theme:

    1) Desktop and Mobile are not the same:
    a) desktop
    2) Mobile:
    a) mobile

    1) Slider Desktop VS Mobile
    a) Desktop:
    slider desktop
    b) Slider Mobile
    slider Mobile

    INFO: I want to be on mobile and the desktop the same ( buttons next to each other and centered )
    I put this code in quick css:

    .avia-button-center {
    display: inline;
    padding: 35px;
    }
    I centered on desktop but on mobile not work …

    For slider HOME i have this code but is not responsive on mobile devices:

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

    This i have in quick CSS:

    
    @media only screen and (max-width: 767px) {
    .responsive #scroll-top-link {
      display: block !important;
    }
    }
    #top .avia-slideshow-button {
    border-radius: 25px;
    text-transform: uppercase;
    padding: 15px 16px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    }
    .hr-inner { border-color: #c39f76!important; }
    .toggle_icon .vert_icon, .toggle_icon .hor_icon, span.toggle_icon {
    border-color: #c39f76;
    }
    .avia-button-center {
       display: inline;
       padding: 35px;
    }
    

    P.S: On Header Menu how can i change the arrow to this ” + ”

    plus
    arrow mobile

    Best Regards!

    • This topic was modified 8 years, 9 months ago by bobbysap.
    #823465
    Dwimmer
    Participant

    Hi – i read through the posts on this topic, but could not find the answer. The caption title and buttons are fine for desktop, but for mobile are at the bottom of the screen. Is there a way they can be higher for mobile viewing?

    Site info below

    Thanks

    #823456

    I am also having mega menus not work on mobile since upgrade.
    Desktop still ok.
    I commented around all my css – so it’s not that.

    #823451

    you can close it….. i have more questions, but not for this topic

    thanks a lot

    #823448
    niobeer
    Participant

    Hello,

    I am building new website, but faced with 1 problem – image sliders stopped working without any reason.
    In the beginning all sliders worked fine, but i’ve changed some pictures and all sliders stopped work fine.
    So it looks like not working, but if I click to next button – images appears but captions not.

    Theme updated, WordPress also.
    Tried to disable all the plugins – same result. I have only CF7 and smoothscroll.

    Could you please help me to fix it?

    afarahani
    Participant

    Hi,
    can anybody let me know why the order of elements is different in mobile view? the blue background element is on the top in desktop (correct position) but it goes after the contact form element in mobile view.

    Also I want to know how I can style the label texts inside contact form fields, please.

    thanks.

    #823428
    eleclipse
    Participant

    Hello i would like to have the mega go full width without space on the left or on the right, i searched several topic but found no working solutions :(

    Also is it possibile to make the submenu items have equal distance among each other?

    thanks in advance for any help

    #823427
    Milan
    Participant

    Hello to Support,

    Everything is fine but I have question about Content Slider. I set it to 4 columns visible. So it is four on desktop.
    Now I need visible only one one columns instead of 3 in mobile view. Where I can set it please?

    Also, navigation arrows are hidden in mobile view. Is there any CSS force them to be visible please?

    Thank you!

    Best wishes,

    Milan

    This reply has been marked as private.
    #823410
    Tom Wolters
    Guest

    Good afternoon,

    Your website https://kriesi.at/support/topic/enfold-tablles/ looks simple, yet I see a great connection and possibility for the online content we wright about. They speak a lot about online gaming and therefore have some questions.

    I work for a company that reviews online gaming, online casinos and information regarding casino developments. The company is called Delta Markets and the platform I manage is: TopLiveCasino.co.uk . We are currently looking for opportunities to place or buy links at a variety of webpages, of course relevant to our and your visitors.

    We are interested to hear what options are available for placing or buying a text link and if so, the corresponding rates you apply.

    Kind regards,

    Tom Wolters

    Delta Markets
    Online Marketing Manager UK

    #823388

    Hi,

    Add the following to quick css:

    .post-entry.post-entry-type-page.post-entry-206{
    background: red;
    color: #fff;
    padding: 10px;
    z-index: 99!important;
    position: relative;
    margin-top:-100px;
    }
    
    #layer_slider_1{
    z-index:1;
    }

    Best regards,
    Jordan Shannon

    #823378

    Hey thanks,

    The top one was the way to go!

    #823377
    lswnligh
    Participant

    Hi I would like to move all product category descriptions from the top of the page to the bottom. It is a good area for SEO content but prevents immediate viewing of products when seen on a mobile which I’m worried might cause an increased bounce rate.

    #823368

    In reply to: slider on mobile phone

    So, do I have to create two layersliders, one for desktop and tablet and one for mobile Phone, and the add them both on the homepage using the element “layerslider”?

    #823366

    Hi,

    Please try changing the code to following one

    @media only screen and (min-width: 768px) {
    #top .av-subnav-menu > li ul {
        width: 325px;
        min-width: 960px;
        left: -205px;
    }}

    Best regards,
    Yigit

    #823363

    In reply to: slider on mobile phone

    Hey famewebdesign,

    Yes, if you would like to use an image on the phone instead that is entirely possible. You would just have to have the layerslider set to only show on desktops, and then create a separate mobile image and set that element to only display mobile.

    Best regards,
    Jordan Shannon

Viewing 30 results - 76,591 through 76,620 (of 142,941 total)