Forum Replies Created

Viewing 30 posts - 24,091 through 24,120 (of 25,536 total)
  • Author
    Posts
  • in reply to: Hide Color Section #722381

    Hey Slade!

    Thanks for providing the login, I added the code you posted above in Quick CSS and it wasn’t working as it should, I tried to deactivate this plugin Remove query strings from static resources and the code works properly, I have kept it deactivated so you can see the results. :)

    Regards,
    Nikko

    in reply to: ▾ Show arrow down icon on main menu if child pages #722357

    Hey!

    You’re welcome, Glad we could help :)

    Best regards,
    Nikko

    in reply to: Repeating header image. #722355

    Hi fanlokbun,

    Glad we could help :)

    Best regards,
    Nikko

    Hey!

    Glad we could help :)

    Best regards,
    Nikko

    Hi pimroll,

    Glad you sorted it out :)

    Cheers!
    Nikko

    in reply to: Moving left sidebar up #722270

    Hey tcfilmfestival,

    Try using this css code to move the sidebar up without affecting the main content:

    .sidebar_left .inner_sidebar {
        margin-top: -50px;
    }

    Just adjust the value, let us know if this helps :)

    Best regards,
    Nikko

    in reply to: Remove date from blog entries #722268

    Hi,

    Glad that this is fixed :)

    Best regards,
    Nikko

    in reply to: Parallax like in App-demo #722265

    Hey Martin,

    Yes, it’s using a grid row, the phone is a background image and Background Attachment is set to fixed. So you can see how this is done, try to create a new wordpress install with the Enfold theme, then import the enfold app demo.

    Best regards,
    Nikko

    in reply to: Mobile social bookmarks #722261

    Hi,

    Glad it’s fixed :)

    Best regards,
    Nikko

    in reply to: phone number in menu bar responsive mode #722260

    Hey jimbeamkentucky,

    Can you post a link to your site, so we can see how it looks on your end and give you custom css code that should fix the problem.

    Best regards,
    Nikko

    in reply to: content slider buttons #722259

    Hey wdwalrus,

    Try adding this code in Quick CSS (located in Enfold > General Styling):

    #top .avia-button {
        text-decoration: none !important;
    }

    Let us know if this helps.

    Best regards,
    Nikko

    Hi,

    Glad that you sorted this out :)

    Best regards,
    Nikko

    in reply to: No (mobile) footer content #722256

    Hi Rene,

    Thanks for providing the login details, I checked Quick CSS and found out that the code wasn’t working because this code:

    .logo img {
        display: none;

    doesn’t have a closing brace, I added the closing brace and added this code:

    @media only screen and (max-width: 479px) {
      .responsive #socket .sub_menu_socket {
        display: block;
        float: left;
      }
    
      ul#avia3-menu {
        margin-left: 0;
      }
    
      ul#avia3-menu li {
        padding-left: 0 !important;
      }
    
      span.copyright {
        display: block;
        width: 100%;
      }
    }

    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: background image on mobile #722250

    Hey AmyBuild,

    Try adding this code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .page-id-253 #hello .flex_cell.av_one_third.avia-builder-el-last {
        min-height: 500px;
        background-position: top center !important;
      }
    }

    Let us know if it helps :)

    Best regards,
    Nikko

    in reply to: mobile #722247

    Hey David,

    I checked it in mobile and it seems to be looking great. Can you post a screenshot? so we can see the issue on your end.

    Best regards,
    Nikko

    in reply to: Full Screen Slider rendition on mobile #722246

    Hey Justin,

    Can your client post a screenshot on how it looks on his iphone 5s? I don’t see it cut off on my end using an emulator.

    Best regards,
    Nikko

    in reply to: mobile strange – images are not show #722242

    Hi,

    Did you follow what I said above:

    When you are on the backend you should see that it’s an empty cell, edit it then click on Mobile tab and on Mobile display set it to Always display.

    If that doesn’t work, please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    in reply to: Full Screen Slider text-size mobile #722239

    Hey Justin,

    I checked your site and it seems to messed up, and also see mixed content and Uncaught SyntaxError: Unexpected token < error. Try to re-install wordpress as well as Enfold, if there are caching plugins please disable it when updating, Hope this helps.

    Best regards,
    Nikko

    • This reply was modified 8 years, 3 months ago by Nikko.

    Hey SMIWebmin,

    This is fixed, I have removed the lifestyles font in Enfold > Import/Export > under Iconfont Manager. I have checked the uploads folder and I couldn’t find it, which caused the issue. Let us know if there are still any errors on page.

    Best regards,
    Nikko

    in reply to: Shrinking Header #722235

    Hi,

    I have unchecked Shrink Header and have added this in Quick CSS:

    #menu-item-shop .cart_dropdown_link {
        height: 116px;
        line-height: 116px;
    }

    Let us know if this is good.

    Best regards,
    Nikko

    in reply to: Comment Section Is Not Working #722233

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    in reply to: Blog – author name and date not showing #722230

    Hi,

    Glad we could help :)

    Best regards,
    Nikko

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.

    Best regards,
    Nikko

    Hey pimroll,

    Try using Widget Logic https://wordpress.org/plugins/widget-logic/ it should help you show/hide widgets on some pages. Hope this helps.

    Best regards,
    Nikko

    in reply to: Google Maps #722129

    Hi,

    You can try use the default wordpress theme to verify, if the plugins you used works properly using default wordpress themes then most probably one of the plugins might be conflicting with the theme.

    Best regards,
    Nikko

    in reply to: Shrinking Header #722128

    Hi,

    The login details doesn’t work, please check. Just to clarify, does the issue go away if the shrinking header is checked?

    Best regards,
    Nikko

    in reply to: Sidebar menu links positoning #722116

    Hi,

    Glad that you sorted it out.

    Best regards,
    Nikko

    in reply to: Add TinyMCE in EasySlider legend text area #722115

    Hey Jean,

    We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    Best regards,
    Nikko

    in reply to: SHortcode for Homepage V8 Frontpage Shop #722111

    Hey katrinamck,

    This is the shortcodes used in that page:

    [av_layerslider id='1']
    
    [av_heading heading='Top Seller' tag='h3' color='' style='' padding='10']
    
    [av_productslider categories='' columns='4' items='8' sort='price' autoplay='no' interval='7']
    
    [av_two_third first]
    
    [av_heading heading='Latest Products' tag='h3' color='' style='' padding='10']
    
    [av_productgrid categories='' columns='3' items='6' sort='dropdown' paginate='no']
    
    [/av_two_third][av_one_third]
    [av_heading heading='Newsletter' tag='h3' color='' style='' padding='10']
    
    [av_contact email='' button='Subscribe' title='' sent='Subscription Sent!' autorespond='' captcha='']
    [av_contact_field label='Name' type='text' options='' check='is_empty' width='']
    [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='']
    [/av_contact]
    
    [av_heading heading='Some Infos' tag='h3' color='meta-heading' style='' padding='10']
    
    [av_toggle_container initial='1' mode='accordion' sort='']
    [av_toggle title='Payment Methods' tags='']
    Lorem ipsum dolor sit <strong>amenean</strong> massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
    [/av_toggle]
    [av_toggle title='How to get help' tags='']
    Lorem ipsum dolor sit <strong>amet</strong>, consectetuer adipiscing elit. Aenean comtoque penatibus et magnis dis <strong>parturient</strong> montes, nascetur ridiculus mus.
    [/av_toggle]
    [av_toggle title='Find what you need' tags='']
    Sed cursus turpis vitae tortor. Donec <strong>posuere</strong> vulputate arcu. Phasellus accumsan cursus velit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.
    [/av_toggle]
    [/av_toggle_container]
    [/av_one_third]
    
    [av_promobox button='yes' label='Show me!' link='page,750' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='large' icon_select='no' icon='25']
    The latest Summer Collection is out now! Check it out before its too late!
    [/av_promobox]
    
    [av_section color='alternate_color' custom_bg='' src='https://kriesi.at/themes/enfold/files/2013/06/slide3_bg.png' attachment='' position='top left' repeat='stretch' attach='fixed' padding='large' shadow='no-shadow' id='']
    [av_one_third first]
    
    [av_icon_box icon='59' position='top' title='Free Support']
    Aenean commodo ligula eget dolor. Lorem <strong>ipsum</strong> dolor sit amet, consectetuer adipiscing elit.
    [/av_icon_box]
    
    [/av_one_third][av_one_third]
    
    [av_icon_box icon='2' position='top' title='Mobile Ready' link='' linktarget='no']
    Cum sociis <strong>natoque</strong>. Aenean comenean commodo ligmenean commodo ligula eget dolor. Aenean massa.
    [/av_icon_box]
    
    [/av_one_third][av_one_third]
    
    [av_icon_box icon='36' position='top' title='SEO Optimized']
    Aenean commodo ligula eget dolor. <strong>Aenean massa</strong>. Lorem ipsum dopiscing elit.
    [/av_icon_box]
    
    [/av_one_third]
    [/av_section]

    You might need to adjust some of the shortcodes like layerslider and the products should be set so it displays properly. Hope this helps :)

    Best regards,
    Nikko

    • This reply was modified 8 years, 3 months ago by Nikko.
    in reply to: Disable Admin Bar on Safari Browser #722110

    Hey!

    Thanks, I checked it should work, just want to check if the user account you used in the screenshot is an admin account also? and to clarify, you mentioned this only happens in safari, so the adminbar is not displaying on browsers like chrome or firefox? if yes, can you also give allow us to use an account that is just a subscriber.

    Cheers!
    Nikko

Viewing 30 posts - 24,091 through 24,120 (of 25,536 total)