Forum Replies Created

Viewing 30 posts - 58,081 through 58,110 (of 67,191 total)
  • Author
    Posts
  • Hey!

    Thank you for using the update.

    Please follow Dude’s suggestion about separating the background image from the actual text. Use the fullscreen slider then add the slider image. Edit the image and place the text graphic using html tags on the Caption Text field. Something like this:

    <img src="CAPTION TEXT GRAPHIC URL HERE">
    

    Add this css snippet in order to resize the slider image:

    .avia-fullscreen-slider .avia-slideshow>ul>li {
    background-size: 100% 100%;
    }

    Cheers!
    Ismael

    in reply to: Site loads very slow #269931

    Hey!

    Thank you for the update.

    Like anyone else is saying here, the site loads fine on my end even though I have the suckiest internet connection that you can ever imagine. You might want to optimize the website a bit. Usually minimizing the image file sizes and number of plugins that you install will greatly improve the performance. These are the things that you can do to optimize the website speed and page load courtesy of the wordpress community:

    1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg
    2. Once all images are on the website optimize with ewww optimizer plugin twice 1hr 10mins apart.
    3. Install wp-smushit run once to remove jpeg extra data, then uninstall.
    4. Use BWP minify plugin to minify scripts and stylesheets.
    5. Install WP-Super cache, select all recommended settings.
    6. Logout your website, visit every page at least once to create super cache files.
    7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. once done log out.
    8. Have a cup of coffee.
    9. Visit your site after 20 minutes or so.
    10. Don’t forget to smile.

    I hope that helps.

    Regards,
    Ismael

    Hey David!

    Thank you for visiting the support forum!

    I’m sorry but I may not be understanding you clearly. Do you mind providing a screenshot or the link to an actual page with the example? Are you referring to the image overlay effect when you hover over an image? We’ll be happy to provide you with a solution once we have a better understanding of the issue.

    Regards,
    Ismael

    Hi!

    Glad it worked. If you have any questions, let us know. :)

    Regards,
    Ismael

    in reply to: Ajax fonts #269922

    Hey dwrh!

    Thank you for visiting the support forum!

    You can use this css snippet on Quick CSS or custom.css:

    .portfolio-preview-title {
    font-size: 25px;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: red !important;
    }

    Best regards,
    Ismael

    in reply to: Portfolio Arrows #269921

    Hi!

    Thank you for the update.

    Do you mind providing us with the login details? Please set it as a private reply. Is it ok if we deactivate all plugins while debugging the issue? We don’t want to mess with the plugin settings while trying to figure out the problem.

    Cheers!
    Ismael

    in reply to: Space between layout elements #269917

    Hi!

    Glad we could help. You can also try @Flikk’s suggestion about adding custom css selector to give you more control over the design and layout of the theme.

    Regards,
    Ismael

    in reply to: Masonry not loading more than 7 portfolio entries #269914

    Hey!

    Glad you figured it out. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)

    Regards,
    Ismael

    Hey DalandanUX!

    Thank you for using the theme.

    Do you mind providing a link to the actual page with the slider? A screenshot of what you’re trying to achieve will help. A quick question, are you still having issues with pages not going full width even though you set it as full width? Did you add any html tags on any elements? Maybe, you forgot to close the html tags leading to a broken layout.

    Best regards,
    Ismael

    Hey!

    Thank you for using the theme!


    @Flikk
    is correct, you can edit the color section then look for the For Developers: Section ID field. Add a unique id for the color section. For example, use bg-transparent. Add this on Quick CSS or custom.css:

    #bg-transparent {
    background-color: transparent;
    }

    Aside from that, you’ll need to set the background color of the main and wrap_all container to transparent:

    #main, .html_stretched #wrap_all {
    background-color: transparent;
    }

    Best regards,
    Ismael

    Hi!

    Glad @Flikk could help. If you have any questions regarding the theme, let us know. We’ll be happy to help.

    Regards,
    Ismael

    in reply to: Icon Links not showing #269895

    Hey!

    Thank you for the update.

    Yes, I can see the issue now but I can’t reproduce it on my end. The icon box link for page is working fine on our end. Is it ok if we deactivate all plugins while working on your website? We don’t want to mess up your plugin settings. If possible, deactivate the plugins yourself, see if the page list works again.

    Best regards,
    Ismael

    in reply to: Logo and Menu When Page size changes #269892

    Hey!

    Thank you for using the theme.

    Please go to Enfold > Header Layout > Mobile Menu > Header Mobile Menu activation. Select the second option then save changes. This will force the theme to show the mobile menu on screen sizes lower than 989px.

    Best regards,
    Ismael

    in reply to: Custom CSS question #269890

    Hey!

    Thank you for using the theme.

    Flikk is right, it is best that you create a child theme in order to override the form styling on the child theme’s style.css. You can also override the form styling on Quick CSS or custom.css. Note that you can find all form css codes on css > base.css.

    Cheers!
    Ismael

    in reply to: Fullwidth Masonry Gallery #269889

    Hey!

    Thank you for using the theme.

    1.) We will need to see the actual page where the image is located. Please post the page url here.

    2.) Please try to specify the absolute url where the font is located. and make sure that you have access to all the font format. For example, you can try this:

    @font-face {
    font-family: 'Gotham Black';
    src: url('http://www.mywebsite.com/wp-content/themes/enfold/fonts/GothamHTF/GothamHTF-Black.otf')
    src: url('http://www.mywebsite.com/wp-content/themes/enfold/fonts/GothamHTF/GothamHTF-Black.eot?#iefix') format('embedded-opentype'),
    url('http://www.mywebsite.com/wp-content/themes/enfold/fonts/GothamHTF/GothamHTF-Black.woff') format('woff'),
    url('http://www.mywebsite.com/wp-content/themes/enfold/fonts/GothamHTF/GothamHTF-Black.ttf') format('truetype'),
    url('http://www.mywebsite.com/wp-content/themes/enfold/GothamHTF/GothamHTF-Black.svg#GothamHTF-Black') format('svg');
    font-weight: normal;
    font-style: normal;
    }

    3.) The advance layout builder doesn’t support posts. Please watch this video: https://vimeo.com/64996057

    You need to edit config-templatebuilder > avia-template-builder > config > meta.php, find this code:

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),
    

    Replace it with:

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page', 'post'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),
    

    We won’t be able to provide support for any related issues that may occur if you add the advance layout builder to posts.

    Cheers!
    Ismael

    in reply to: Background Video causing website to slow down #269887

    Hi QwikThinkers!

    Thank you for using the theme!

    There are lots of script errors on the website and it is probably cause by W3 Total Cache minify feature. Please disable the option then use this plugin instead: http://wordpress.org/plugins/bwp-minify/

    Add this on functions.php to exclude the custom.css file:

    add_filter('bwp_minify_style_ignore', 'exclude_my_css');
     
    function exclude_my_css($excluded)
    {
        $excluded = array('avia-custom');
        return $excluded;
    }

    Regards,
    Ismael

    in reply to: IE 8 and 9 #269880

    Hi!

    Thank you for the link.

    I’m sorry but I’m not sure why it’s not working on IE8. Do you have a minify plugin? Please deactivate all plugins then check it again. If you don’t have the latest version of the theme, download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Ismael

    in reply to: 1020×430 full size option cutting top/bottom #269874

    Hi jlarmen!

    Thank you for using the theme!

    Where do you want to use the image? The theme crops the image into small thumbnails and set it to different elements of the theme accordingly. You can set the crop parameter to false if you want to prevent wp from cutting the edges of the image. For example, edit functions.php, find this code on line 101:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270);		                 // big images for blog and page entries
    

    Replace it with:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270, 'crop'=>false);		                 // big images for blog and page entries
    

    Regenerate the thumbnails or upload it again. We’ll need to know where exactly are you trying to use the image so that we can point you on the right direction.

    Regards,
    Ismael

    in reply to: Icon Links not showing #269452

    Hi!

    Sorry for the delay.

    For clarification, what do you mean when you say “links section”? Is it the main menu? Do you mind providing us with a screenshot? Checking on the website, the icon lists elements are working fine. Make sure that you set the main menu as Enfold Main Menu on Appearance > Menus panel.

    Best regards,
    Ismael

    Hi!

    Thank you for the link.

    I visited the website and there are script errors when I checked the console. Please deactivate the plugins then test the visual editor again.

    Cheers!
    Ismael

    in reply to: Enfold Margins #269450

    Hey Steven!

    Thank you for using the theme.

    Do you mind providing a screenshot of the gaps that you want to remove? If you want to edit the column gaps, you’ll need to increase the width then decrease the left margin:

    div .av_one_fourth {
    margin-left: 0;
    width: 25%;
    }

    Best regards,
    Ismael

    in reply to: Layer silder – transitions not working? #269443

    Hey nurdwurks!

    Thank you for using the theme!

    You can change the slider transition by editing each slide. Look for the Slide Options > Slide transition. Select from the 2D and 3D transitions then close the panel. Don’t forget to save changes.

    Regards,
    Ismael

    Hi Celeste!

    Thank you for using the theme.

    Looks like it is working now. Make sure that you set the main menu as Enfold Main Menu on Appearance > Menus panel.

    Best regards,
    Ismael

    Hi!

    Thank you for using the theme.

    The header shrink option is disabled. Please go to Enfold > Header Layout > Header Behaviour. Enable the Shrinking Header setting. You can remove the border or the box shadow of the header meta with this on Quick CSS or custom.css:

    #header_meta {
    border-top: none;
    box-shadow: none;
    }

    Best regards,
    Ismael

    in reply to: "You may Also Like" Issue in FF #269439

    Hey Michael!

    Thank you for visiting the support forum.

    The related posts section looks fine when I checked it on Firefox and Chrome Windows 8. They look the same. The image link that you provided doesn’t work. The page says, “You have linked to this page instead of my copyright images. This site does not allow image linking.
    Please stay and view what I do.”

    Best regards,
    Ismael

    Hi!

    Thank you for the info.

    I’m sorry but you’re using a very old version of the theme, 2.4.4. We won’t be able to debug the issue unless you update the theme to 2.7.1. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Ismael

    in reply to: Applying dot overlay to slider images #269435

    Hey rlmilton!

    Thank you for using the theme.

    First of all, what is the actual slider that you’re planning to use? Layer Slider? Easy Slider etc? We’ll try to provide you with a solution once we know the slider that you’re going to use.

    Cheers!
    Ismael

    Hi garyguthrie!

    Thank you for visiting the support forum!

    From what version of the theme did you update? I checked the website and I can see the logo slider. Please remove browser cache then reload the page a few times. Add this on Quick CSS or custom.css to remove the related posts section:

    div.related_posts {
    display: none;
    }

    Cheers!
    Ismael

    in reply to: Slider behind Logo and Navigation #269431

    Hey!

    Thank you for the screenshot.

    Please use this on Quick CSS or custom.css:

    .av-main-nav > li > a:after {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    background: red;
    position: absolute;
    top: 60px;
    left: -2px;
    }

    Adjust the top and height property depending on the header height.

    Regards,
    Ismael

    in reply to: ENFOLD menu structure not updating #269429

    Hi!

    Thank you for using the theme!

    Please try to switch to the default theme then set the menu theme locations again. If it doesn’t work, maybe there’s something wrong with your wordpress installation. If possible, please post the website url here so that we can inspect it.

    Regards,
    Ismael

Viewing 30 posts - 58,081 through 58,110 (of 67,191 total)