Forum Replies Created

Viewing 30 posts - 6,691 through 6,720 (of 10,428 total)
  • Author
    Posts
  • in reply to: Add image between blog posts #646265

    Hey Daniel,

    Thank you for the clear explanation of what you want to achieve, I like the colors on the site you have used.

    below is the CSS code to add bottom border for the posts please replace the image with your own :)

    
    .post-entry.post-entry-type-standard.single-small.post.type-post.status-publish.format-standard {
    	background: url('https://markinns.com/archive/images/pencil-straight-line.png') repeat-x;
    	background-position: bottom center;
    }

    Best regards,
    Vinay

    in reply to: Content on Mobile showing far right #646260

    Hi,

    We need tot ake a closer look at the WordPress backend. 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,
    Vinay

    in reply to: disable side navigation in lightbox, mobile menu #646259

    Hey Munford,

    Thank you for contacting us. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    Disable lightbox arrow navigations

    .mfp-arrow {
    	display: none;	
    }

    Hide mobile menu and show desktop nav in tablets

    
    @media only screen and (max-width: 676px) {
    nav.main_menu {display:block !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:none !important; }
    }

    Hide mobile menu and desktop nav in tablets

    
    @media only screen and (max-width: 676px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:none !important; }
    }

    Best regards,
    Vinay

    Hey 2funky,

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

    @media only screen and (max-width: 767px) {
    .responsive .avia_scrollable_table .avia-data-table > thead > tr > td, 
    .responsive .avia_scrollable_table .avia-data-table > tbody > tr > td, 
    .responsive .avia_scrollable_table .avia-data-table > tfoot > tr > td {
        width: 150px;
    }}
    

    Best regards,
    Vinay

    in reply to: lightbox titles / captions #646253

    Hi,

    Sorry it is not clear what you are trying to achieve please elaborate or if possible post us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Vinay

    in reply to: Full width logo in Enfold Theme #646248

    Hi,

    I tried to troubleshoot this issue but the login credentials you provided do not work for me. Would you mind checking once again and then send us working login credentials?

    The user role for the account you send us should be set to ‘administrator’ so we can try to disable all plugins and add custom code (if necessary) to resolve the issue.

    Best regards,
    Vinay

    in reply to: Footer must be at its place #646245

    Hi,

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

    #main{
    	margin-bottom: 400px;
    }
    #footer, #socket {
        position: fixed;
        width: 100%;
        bottom: 0;
        left:0;
        right:0;
        z-index: 10000;
    }
    

    Best regards,
    Vinay

    in reply to: how to overide the default rtl.css #646239

    Hey do-d,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    in reply to: chrome browser crashes the site #646238

    Hey Jens,

    The site looks good on my end please check screenshot below. You may not see the changes until the cached files are cleared in your browser.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Vinay

    in reply to: Anyone else having issues with Chrome? #646233

    Hi,

    Glad we could help!
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold!

    Best regards,
    Vinay

    in reply to: Forum – Not mobile friendly #646232

    Hey rlogan2334,

    I assure you all elements are responsive and mobile friendly in Enfold :) Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    in reply to: Image between Logo and Mobile Menu #646231

    Hey Angelo,

    To add a image in the header in mobile view please create a widget area in the header and add your image inside the widget area with class name “header-image”. using CSS and media queries we can make it visible only in mobile view.

    Please check this link kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

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

    
    .header-image{ display:none;}
    
    /* For tablets*/
    @media only screen and (max-width:767px) {
    .header-image{ display:block!important;}
    }
    
    

    Best regards,
    Vinay

    in reply to: How to customize a view of blog posts #646230

    Hey Kulinenkov,

    Thank you for contacting us :)

    – get rid of picture in a square on the left side of each post?

    In Enfold options > Blog Layout > Select Single Author Big preview

    – get rid of hyperlink in a header of a post?

    I am assuming you are referring to the breadcrumbs. To remove the breadcrumbs please select “Hide both” in Enfold > Header > Header layout > Header Title and Breadcrumbs

    – get rid of arrows on both sides of a screen, clicking on which leads to a next or previous post?

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

    
    .avia-post-nav{
        display:none;
    }
    

    Let us know if you have more questions.

    Best regards,
    Vinay

    in reply to: Main menu links #646219

    Hi,

    I have tested this code and it works please replace the previous one with the below code :)

    #top #header_meta a {
        padding: 7px 10px!important;
    }
    
    #top #header_meta a:hover {
        background: #003f83!important;
        color:#FFF;
        text-decoration:none;
    }

    Best regards,
    Vinay

    in reply to: Full width logo in Enfold Theme #646214

    Hi,


    @Blue_Bear
    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    in reply to: Contact form 7 mail (2) not working #646213

    Hi,

    Thanks for sharing the link :) i will keep an eye on this ticket.
    Please feel free to let us know if you need us to help you with anything else :)

    Best regards,
    Vinay

    in reply to: Ghost image not in admin #646212

    Hi,

    That’s great!

    The debug option will be available as long as you keep the code i added in functions.php please refer to this link for the code snipet http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Best regards,
    Vinay

    in reply to: enfold for destination #646211

    Hey xxtita,

    I don’t speak German but let me try my best to answer you :)
    Please see private message.

    Best regards,
    Vinay

    in reply to: Number of colums footer at tablets #646208

    Hey BigBossMedia,

    Thanks you for contact us :)

    You may need to enter the code in media query

    /* For tablets*/
    @media only screen and (max-width:767px) {
    
    }
    

    if you have any questions please get back to us with a link to your site where we can inspect the element in question in order to help :)

    Best regards,
    Vinay

    in reply to: Avia Editor Gone After Updates #646205

    Hey 9115mauro,

    I checked the issue the on your site and found that the theme files are not updated correctly. Updating the theme manually will resolve the issue for you. please check this link for more info – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Vinay

    in reply to: Footer must be at its place #646202

    Hey rakshithvasudev,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    in reply to: iconbox #646199

    Hi,

    Zip the fonts folder and re-upload the icons fonts package. open your website and press F12 key to bring up the dev tool and check the console tab for any 404 errors to be sure the font is correctly loaded.

    Best regards,
    Vinay

    in reply to: Breadcrumb font color #646193

    Hi,

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

    
    .breadcrumb, .breadcrumb a  {
    	color:red!important;
    }
    

    If this does not work Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    in reply to: Align content in color section (horzontal) #646190

    Hey Jonas,

    Thank you for contacting us.

    Please use a 1/1 column inside the colorsection. Add all your content inside a 1/1 column :)

    Best regards,
    Vinay

    in reply to: mobile logo app #646185

    Hey carmen,

    Please add a fevicon icon in theme options

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Define custom light box window size and bg opacity #646181

    Hey Yan,

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

    
    .mfp-image-holder .mfp-content {   
        max-width: 1280px!important;
        max-height: auto!important;
    }
    
    img.mfp-img {
        width: 100vw;
        min-height:100vh;
    }
    

    Best regards,
    Vinay

    • This reply was modified 9 years, 7 months ago by Vinay.
    in reply to: Main menu links #646171

    Hey hasbeat,

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

    #avia2-menu .sub_menu>ul>li>a:hover {
        padding: 7px 10px!important;
        background: #003f83!important;
    }
    

    Best regards,
    Vinay

    Hey Zest,

    It is very easy to get the signup form to look like you want and the best part is you can do it without a single line of code :)

    Once you add the mailchimp newsletter element in the edit options please select the width to be 1/3 for all fields and hide the Last name field.

    That’s it and you are ready to go!

    The issue mentioned in the ticket was a bit different.

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Portfolio Grid – Gaps #646136

    Hi!

    Ok Great! we will close this ticket.
    Let us know if you have more questions on a new ticket.
    Thank you for using Enfold.

    Best regards,
    Vinay

    in reply to: Unable to import Flat Icons #646045

    Hey road66,

    Please upload the icons as svg or try a black and white color icon package instead of color icons at the moment.

    Best regards,
    Vinay

Viewing 30 posts - 6,691 through 6,720 (of 10,428 total)