Forum Replies Created

Viewing 30 posts - 53,311 through 53,340 (of 67,505 total)
  • Author
    Posts
  • in reply to: Footer with full width button inside widget #361311

    Hey!

    Please add this below:

    @media only screen and (max-width: 767px) {
    div#footer .container {width: 100% !important; max-width: 100% !important; margin: 0; }
    div#footer .container .flex_column { margin-bottom: 0; }
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    in reply to: wp float plugin #361310

    Hey farrdesign79!

    Thank you for using Enfold.

    Can you please provide a screenshot of the issue? If you want to change the style of the floating box. Use this selector on Quick CSS:

    .dc-floater {
    top: 50% !important;
    }

    Cheers!
    Ismael

    in reply to: Small Slider #361306

    Hi bobbymarley25!

    Thank you for using Enfold.

    Unfortunately, this particular request or modification is more than what we can offer as a support team. This task is simply beyond the scope of support and is not a theme related issue. Please hire a freelance developer or find a third party plugin that coincide with the theme. For further modifications, please visit Envato Studio or Werkpress.

    If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.

    Cheers!
    Ismael

    Hi!

    I’m really not sure what’t the problem but I was able to edit the text block and code block without any issue: https://sixfigureignition.com/test-page/

    Best regards,
    Ismael

    in reply to: Theme Updates: Shows no updates although there are #361302

    Hey!

    Before updating, try to log out then login again or use another browser. Anyway, glad it is updated now.

    Cheers!
    Ismael

    in reply to: Advanced Mobile Menu Close menu Button Hidden #361300

    Hey blake772!

    Thank you for using Enfold.

    Looks like you updated the theme but you didn’t upgrade WordPress to 4.0.1. Please upgrade to WP 4.0.1. This should fix the issue.

    Regards,
    Ismael

    in reply to: Menu bugs #361299

    Hey!

    Please try to play around with the selectors provided above. Change background color and color property accordingly.

    #top #wrap_all .av-main-nav ul > li.current-menu-item a {
    color: #d1202f !important;
    background-color: #ffffff !important;
    }

    Cheers!
    Ismael

    in reply to: Featured image original size on both blog page and single #361297

    Hey evergreenmedia!

    Thank you for using Enfold.

    You can use the Simple Image Sizes plugin. Go to Settings > Media panel then adjust the entry_with_sidebar thumbnail size. Update then save changes before regenerating the thumbnails.

    Cheers!
    Ismael

    in reply to: Masonry Transitions Broken #361296

    Hey!

    Looks like you figured this out. The image animation is not there anymore: http://support.curlyhost.com/work/

    Website looks nice. :)

    Best regards,
    Ismael

    in reply to: Menu issues with theme update #361295

    Hey!

    Looks like the last menu item “Listing” is blocking the entire menu. Please try this on Quick CSS:

    .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    padding-top: 0;
    }
    
    li.menu-item:last-child {
    z-index: 10;
    width: auto;
    float: left;
    }

    For further modifications, please visit Envato Studio or Werkpress.

    Best regards,
    Ismael

    in reply to: Some issues after update.. #361290

    Hi!


    @comitzuu
    : Can you please provide the solution provided by Josue on the previous thread? I’ll ask Josue to take a look.


    @wekloud
    : I checked the site but I don’t see any black border or space on top of it. Try to alter the Video Display to the second option.

    Best regards,
    Ismael

    Hey!

    Did you click the generate mo-file button on the codestyling localization panel after editing the strings? Actually, I just tested the instructions that I gave you above and it works fine. Please review it then let us know if it still doesn’t work.

    Best regards,
    Ismael

    Hey!

    Glad you figured it out. If you can share the solution, it’ll will greatly help. :)

    Regards,
    Ismael

    Hi!

    This is working on our installation. We can’t edit the postslider.php file on the wp dashboard. We may need the FTP access. I think you copied the code incorrectly. Please get the code here: http://pastebin.com/1WP16QsT

    Cheers!
    Ismael

    in reply to: Toggle accordians #361282

    Hi!

    I edited the code above. Please use it. This is how it looks on iPad view:

    [EDITED]

    Cheers!
    Ismael

    • This reply was modified 11 years, 4 months ago by Elliott.
    in reply to: Sticky posts in grid and masonry layouts #361278

    Hi!

    You can add this on functions.php so that the blog query will ignore sticky posts:

    /**
     * Blog Query
     */
     
    add_filter( 'avia_blog_post_query', 'avia_modify_blog_query', 10, 1);
    function avia_modify_blog_query( $query ) {
    	$add_query = array('ignore_sticky_posts' => 1);
    	$query = array_merge($add_query, $query);
        return $query;	
    }

    I’ll ask Kriesi to take a look. Maybe, he can improved the query to include sticky posts.

    Best regards,
    Ismael

    in reply to: Ipad menu #361265

    Hey!

    Sorry for the delay. Please use this on Quick CSS:

    @media only screen and (max-width: 1024px) {
    .responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header {
    width: 100%;
    max-width: 100%;
    }
    }

    Regards,
    Ismael

    in reply to: Page loading issues #361262

    Hi!

    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.

    Aside from the suggestions above, you might also want to upgrade your hosting plan which will ultimately speed up the site.

    Regards,
    Ismael

    in reply to: Updated and Site Down!!!!! PLEASE HELP!! #361248

    Hey!

    No, it will not change the theme options or alter any content on your site as long as you keep the database intact. :)

    Cheers!
    Ismael

    in reply to: theme not working #360749

    Hey!


    @secinverse
    : The update will not alter or change any content that you currently have. WordPress 4.01 added a lot of security changes which breaks some of the theme elements. You can have the fix on version 3.0.4. Please refer to this link for more info on how to update the theme properly: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    In order to prevent this issue in the future, please disable the WordPress auto update. Refer to this link: http://www.wpbeginner.com/wp-tutorials/how-to-disable-automatic-updates-in-wordpress/

    Best regards,
    Ismael

    in reply to: Updated and Site Down!!!!! PLEASE HELP!! #360640

    Hi!

    Looks like the theme is not fully updated. Even the theme screenshot is missing. 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: Enfold Showcase #360638

    Hi!

    Websites are looking good! Keep ’em coming!

    Regards,
    Ismael

    in reply to: Menu bugs #360634

    Hi!

    Add this below:

    #top #wrap_all .av-main-nav ul > li.current-menu-item > a span.avia-menu-text {
    color: #ffffff !important;
    }
    
    #top #wrap_all .av-main-nav ul > li.current-menu-item:hover > a span.avia-menu-text {
    color: #d1202f !important;
    }

    Best regards,
    Ismael

    in reply to: Please contribute and translate Enfold #360631

    Hey!

    @DDamjamnovic: Thank you for correcting the file. I’ll ask Kriesi to add it on the update.

    @Mariusz: Thank you for the polish translation! Appreciated.

    @Giuseppe: As always, thank you for updating the Italian language files. :)

    Cheers!
    Ismael

    in reply to: Toggle accordians #360630

    Hi!

    Did you try to remove browse cache before testing the page? Please remove all suggested codes above then use this:

    @media only screen and (min-width: 990px) {
    #av_section_1 main{
    position: absolute !important;
    top: 150px !important;
    }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 989px) {
    #av_section_1 main {
    top: 0!important;
    display: block;
    }
    }

    Best regards,
    Ismael

    in reply to: Enfold Special Headings Showing as HTML Code on Live Site #360628

    Hey!

    I’m sorry but you’re using an old version of the theme, 2.9.1. Please upgrade WordPress to 4.0.1 then download the latest Enfold version, 3.0.4, 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: Blog category preview thumbs #360627

    Hey tech500!

    Thank you for using Enfold.

    Looks like you didn’t apply featured images on the posts. Edit the posts then add featured images. It should show as preview image on archive pages.

    Cheers!
    Ismael

    in reply to: colour sections appear to be leaking -unfixed! #360626

    Hey jokhm!

    Thank you for using Enfold.

    I’m sorry but I can’t see the issue on the page. Can you please create a test page? A screenshot will help.

    Cheers!
    Ismael

    Hey!

    I’m sorry but we only rely on other users to translate the theme. This is why some of the language file (po/mo) are not fully complete. Actually, you can translate the theme options but you need to manually edit the .po file using PO Edit software or any text editor. For example, if you want to edit the Theme Options string, add this on the .po file located on the lang folder of the theme:

    #: includes/admin/register-admin-options.php:7
    #@ avia_framework
    msgid "Theme Options"
    msgstr "YOUR TRANSLATION HERE"

    Go to the Codestyling Localization plugin panel. Rescan the language that you edit. Search for Theme Options, it should be translated. Please refer to this link for more info: https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html

    Cheers!
    Ismael

    Hey ndutzzzzzz!

    Thank you for using Enfold.

    Edit the page then look for the color section. Change the background image there. Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues.

    If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!

    Cheers!
    Ismael

Viewing 30 posts - 53,311 through 53,340 (of 67,505 total)