Forum Replies Created

Viewing 30 posts - 2,881 through 2,910 (of 10,428 total)
  • Author
    Posts
  • in reply to: fullscreen slider in mobile #921028

    Hey Munford,

    1. It appears you have not used a slider element please check again and let us know. However, you can use the below CSS.

    @media only screen and (max-width: 767px) {
    	.responsive #top #wrap_all .avia-builder-el-1 > .flex_cell_inner {
        min-height: 200px;
    }
    }

    2. 

    To disable the masonry gallery image loading animation please use the below CSS

     /* Masonry image load animation*/ 
    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
    -webkit-animation: none; /* Safari 4+ */
    -moz-animation: none; /* Fx 5+ */
    animation: none; /* IE 10+ */
    }
    .av-masonry-entry {
    opacity: 1 !important;
    visibility: visible !important;
    }

    Best regards,
    Vinay

    in reply to: Hide spinning wheel on slider background videos? #921024

    Hey kilimats,

    The theme does not show 2 loading spinners it may be due to a plugin conflict or custom code.

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

    
    #top .avia-fullscreen-slider .avia_loading_icon {
        display:none;
    }
    

    Best regards,
    Vinay

    Hi,

    I checked the backend and it is strange the changes you mentioned does not work at all. A plugin conflict may be one of the reasons for this issue.
    To find which plugin is causing the conflict please follow these steps:

    1. Go to your plugins page > Deactivate all active Plugins
    2. Update WordPress and Enfold to the latest version 4.2.5.
    3. Make sure all the plugins are updated.
    4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.

    We await the results of your plugin compatibility test.

    Thanks for your cooperation :)

    Best regards,
    Vinay

    in reply to: Iconfont Manager Issue #921020

    Hey mojanoski,

    I checked your site and also tried to upload the same icon pack on my installation. It worked fine on my installation but failed to upload to yours. This could be due to server settings or a plugin conflict may be one of the reasons for this issue.
    To find which plugin is causing the conflict please follow these steps:

    1. Go to your plugins page > Deactivate all active Plugins
    2. Update WordPress and Enfold to latest version if you have not.
    3. Make sure all the plugins are updated.
    4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.

    We await the results of your plugin compatibility test.

    Thanks for your cooperation :)

    Best regards,
    Vinay

    in reply to: Product picture in the shopping cart too small #921017

    Hey Jürgen,

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

    table.cart img {
        width: 132px!important;
    }
    

    Best regards,
    Vinay

    in reply to: Issue with fullwidth sub menu on translated page #921014

    Hey Carsten,

    It appears you are linking the page or complete URL including the domain name

    Wrong URL format:

    http://domain-name.dk/page/#administration
    /contact-us/#administration

    Whenever linking a section on the same page please use only the anchor ID. Change the URL format to.

    Correct URL format: #administration

    Let us know if you have any issue :)

    Best regards,
    Vinay

    in reply to: Header not showing up #921013

    Hey cfcre,

    There are 2 places where you can choose to hide or show the header.

    1. Go to Enfold theme options > Header
    2. Go to Dashboard > Pages > select your homepage > Edit and look on the right side of the page option you will see the layout options. At the bottom, you can make changes from header visibility and transparency.

    We can help you change the username on support forum however it appears you like to change it on your licence copy? In that case please get in touch with envato themeforest support. They will be able to help you.

    Best regards,
    Vinay

    in reply to: Linked image jumps on hover #921007

    Hey alexandervellguth,

    Did you use any custom code to place the logo?
    I see some inline styles like

    left: 8px; top: 6.5px; overflow: hidden; display: block; height: 224px; width: 234px;

    Pixels can only be whole numbers please try adding top:6px if you still have an issue we need access to the backend to check this issue.

    Best regards,
    Vinay

    • This reply was modified 7 years, 5 months ago by Vinay.
    in reply to: Partner/Logo Element Change Color #921006

    Hey Elke,

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

    #top .avia-tooltip,
    #top .avia-tooltip .avia-arrow
    {
    background: #037ef3;
    color:#fff;
    }
    

    Best regards,
    Vinay

    Hi,

    The content inside a color section is by default aligned vertically center. In some cases, if you like the content to appear at the top or bottom of the color section please use the below code in Quick CSS or child theme styles.

    To align the content at the bottom of the color section, give your color section a custom ID “section-content-bottom”:

    #section-content-bottom .container .content {
      vertical-align: bottom;
    }

     

    Best regards,
    Vinay

    • This reply was modified 7 years, 5 months ago by Vinay.
    in reply to: Top banner on the right side of logo #920994

    Hi!

    We are working on your ticket will get back to you with the results ASAP.

    Best regards,
    Vinay

    Hey jualcald,

    We have performed the below steps
    1. Enabled custom CSS class name support from Enfold > Layout Builder > Show element options for developers
    2. Gave the columns custom CSS class names “col-float-left” to icons and “col-float-right” to content.
    3. Added the below CSS to Enfold > General Styling > Quick CSS

    
    .col-float-left {
    	width:25%!important;
    	float:left;
    }
    .col-float-right {
    	width:75%!important;
    	float:right;
    }

    Please review the site and let us know if you have any questions.

    Best regards,
    Vinay

    in reply to: Links from slider not working #920982

    Hi,

    Each section should be contained in a different color section with unique ID.

    You have 3 sections

    Investigaciones publicadas
    Artículos publicados
    Trabajos metodológicos

    It appears you have not assigned unique ID to each section.

    Create 3 color sections for each of the above mentioned section and give each section a unique ID in the developer ID field.

    Lastly, Link the menu items in the LayerSlider to each of the section ID’s as you have done for the first one.

    In simple words please repeat the steps you did for the first section for the rest of the sections.

    Best regards,
    Vinay

    in reply to: Problem with element_half form #920977

    Hi,
    It appears you have figured it out. The forum input fields are 50% each as seen in the below screenshot.

    Best regards,
    Vinay

    in reply to: Grid Row anmiate? #920974

    Hi,

    Thank you Sir, happy to see you :) 

    Best regards,
    Vinay

    Hi,

    Don’t worry with little bit of custom code you can add 6 columns. To create more than 5 columns please follow the below steps:

    1. Drag and drop a color section.
    2. Add six 1/5 Columns inside a color section
    3. Give this color section a custom ID “custom-columns”.
    4. Add the below CSS in Quick CSS or child theme styles.
    /*----------------------------------------
    // Custom Columns
    //--------------------------------------*/
    
    #custom-columns .flex_column.av_one_fifth {
    width: 14.5%;
    margin-left: 2%;
    }
    
    #custom-columns .flex_column.av_one_fifth.first {
    clear: none;
    margin-left: 2%;
    }
    
    #custom-columns .flex_column.av_one_fifth:nth-child(6) {
    margin-top: 0 !important;
    }

    Best regards,
    Vinay

    Hey GabrielSenn,

    I checked the backend please use the icon box elements inside the Grid row or columns so it stays intact even when using long captions.

    Best regards,
    Vinay

    in reply to: masonry portfolio not working on multiple sites #920443

    Hi,


    @JPGlobal
    I see a few js errors in console this can be due to a plugin conflict may be one of the reasons for this issue.
    To find which plugin is causing the conflict please follow these steps:

    1. Go to your plugins page > Deactivate all active Plugins
    2. Update WordPress and Enfold to latest version if you have not.
    3. Make sure all the plugins are updated.
    4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.

    We await the results of your plugin compatibility test.

    Thanks for your cooperation :)

    Best regards,
    Vinay

    in reply to: Iconbox change color #920439

    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 h3 a {
        text-decoration:underline!important;
    }
    

    Best regards,
    Vinay

    in reply to: Change default blog page in breadcrumbs #920260

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Search box in navigation bar disappears (Chrome) #920257

    Hi,

    I checked your site on PC using Chrome browser and the search box works fine. Please see the attached screenshot. If this is not what you are referring to please share a mockup of the issue and let us know exactly how we can reproduce this issue to further investigate this.

    Best regards,
    Vinay

    in reply to: Make top bar sticky on mobile #920249

    Hi,

    Please try adding the below CSS to your site.

     
    .av-main-nav > li > a { padding: 0 5px; }

    Best regards,
    Vinay

    in reply to: Problem with element_half form #920246

    Hey unicaweb,

    The shortcode you have shared with us is correct for a 50% width form field. Did you use the contact form builder and select the form field width as 1/2 ?

    For testing purpose please try the below shortcode if you still don’t have any success please share the admin login details in private so we can take a look at it.

    [av_contact  (Email address hidden if logged out) ' title='Send us mail' button='Submit' on_send='' sent='Your message has been sent!' link='manually,http://' subject='' autorespond='' captcha='' form_align='' color='' custom_class='' admin_preview_bg='']
    [av_contact_field label='Name' type='text' options='' check='is_empty' width='element_half'][/av_contact_field]
    [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='element_half'][/av_contact_field]
    [av_contact_field label='Subject' type='text' options='' check='is_empty' width='element_half'][/av_contact_field]
    [av_contact_field label='Telephone' type='text' options='' check='' width='element_half'][/av_contact_field]
    [av_contact_field label='Message' type='textarea' check='is_empty' options='' multi_select='' av_contact_preselect='' width=''][/av_contact_field]
    [/av_contact]
    
    

    Best regards,
    Vinay

    in reply to: Grid Row anmiate? #920236

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Want Logo to Change when scrolling #920235

    Hi,

    I checked your site and as Yigit already mentioned the logo changes when the page is scrolled it looks right on my end I have attached a screenshot for you. Please properly clear the cache to view the changes if not you may have to wait until the cache expires on your local browser.

    Best regards,
    Vinay

    in reply to: header fixed and slider below ? #920227

    Hey agco83,

    As I understand you like to have a slider below the header on the homepage correct?

    Enfold comes with different types of sliders. Go to Pages > select your homepage and click on the “Advanced Layout Builder” here select the “Media element” and select fullwidth easy slider.

    If you need further assistance please let us know what exactly you are trying to achieve if possible share a mockup with us.

    Best regards,
    Vinay

    in reply to: Mobile Menu #920138

    Hi,

    A screenshot would really help! To upload a mockup please upload to imgurl.com and share the link here.

    Best regards,
    Vinay

    in reply to: using american typewriter font as default font #920137

    Hey istaring,

    If the font you mentioned is a part of google fonts please check this link for step by step instruction to register google fonts to theme options.

    If not you can add it using the CSS method

    To upload the custom fonts manually and add them to frontend elements using CSS code please follow the below steps:

    1. Generate the webfont kit from fontsquirrel
    2. Extract The files and copy the @font css code from stylesheet.css to Enfold child theme styles.css

    @font-face {
        font-family: 'YOUR-FONT-NAME';
        src: url('YOUR-FONT-NAME.woff2') format('woff2'),
             url('YOUR-FONT-NAME.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    3. Copy the woff and other font files to the same folder as the child theme styles folder wp-content\themes\enfold-child

    4. Now you can start assigning new font family to headings and paragraph using custom CSS in your child theme styles or in the Quick CSS section
    NOTE: If the below code doesn’t change anything deactivate caching plugin and try adding “!important” to the font-family: ‘YOUR-FONT-NAME’!important;

    p {
     font-family: 'YOUR-FONT-NAME';
     font-size: 18px;
    }

    Another way to do this would be to use a plugin like Use any font which will make the job of assigning fonts very easy.

    Best regards,
    Vinay

    Hey zetharia,

    We checked the table settings and everything looks fine on the backend.

    Was there any custom code added to make changes to the table?

    Best regards,
    Vinay

    in reply to: Enfold HTML version #920118

    Hey Tony Randall,

    At the moment we do not provide HTML version. If you like to use PSD version and get started you can find it here https://themeforest.net/user/kriesi/portfolio

    Best regards,
    Vinay

Viewing 30 posts - 2,881 through 2,910 (of 10,428 total)