Forum Replies Created

Viewing 30 posts - 59,671 through 59,700 (of 67,565 total)
  • Author
    Posts
  • in reply to: Entypo-Fontello.woff?v=2 404 #245515

    Hi!

    Thank you for the info.

    I’m not sure why the filter is not working. I also tested it on my end but the appended version doesn’t seem to be removed. If you don’t mind, you can remove the actual code on config-templatebuilder > avia-template-builder > php > template-builder.class.php. Find this code on line 45:

    'append'	=> '?v=2',
    

    Regards,
    Ismael

    in reply to: Excerpts and thumbnails in widget blog post #245508

    Hi rikv!

    Thank your for using the support forum!

    Did you use the Enfold Latest News widget? The widget does have an option to display the title and the excerpt. Additionally, the post thumbnails should be automatically added right before the post title if a featured image is set. If you don’t mind providing a link to actual page with the widget, that would be great.

    Best regards,
    Ismael

    in reply to: Problems with icons from fontello #245506

    Hey!

    Thank you for using the support forum.

    Looks like you need to do it using the icons shortcodes. I’m sorry but we don’t usually provide support for third party plugins as stated on support scope policy. Honestly we’re not familiar with different variables at play when using another author’s plugin so it takes time to provide possible solutions. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not a native theme function will to be redirected to the plugin author or its forum community.

    Thank you for your understanding.

    Regards,
    Ismael

    in reply to: Google Font #245499

    Hey!

    Thank you for posting the information.

    Please delete the code that you added first below functions.php. There is duplicate call for the avia_add_heading_font() function which breaks the theme. That should fix the issue and the Bree Serif font should be available on the heading font selection.

    Regards,
    Ismael

    in reply to: Mega Menu issue #245497

    Hey!

    We’re sorry about that, glad you get it back from running.

    There seems to be a space before the special heading which breaks the shortcode. If you don’t mind posting the login details or check the avia heading shortcode on the menus, that would be great. The alignment of headings are now correct, checked on firefox and chrome.

    Regards,
    Ismael

    in reply to: Mobile view shop and menu issue #245491

    Hey!

    Thank you for using the theme!

    Weird that it is not rendering the same on firefox. Please add this on Quick CSS or custom.css:

    @-moz-document url-prefix() {
    #mobile-advanced #menu-item-2866 > a:before {
    margin-left: -20px;
    }
    }

    Regards,
    Ismael

    in reply to: How can i set Grid layout of images on Home page #245486

    Hi!

    Thank you for the explanation, greatly appreciated.

    In order to update the theme properly, you only need to update it via FTP. Since you change the name of the theme folder, override the actual theme files but leave the style.css from the parent theme folder. Don’t forget to make a backup of the database and your theme files before updating for security purposes. :)

    Best regards,
    Ismael

    in reply to: Add opening contact form to promo box #245485

    Hey Tecrane!

    Thank you for using the support forum!

    The promobox can’t open an inline content through lightbox. If you want a contact form pop, you can utilize the lightbox functionality for inline content. Kindly refer to this link for more info: http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/

    You can also use a plugin such as this one: https://wordpress.org/plugins/popup-contact-form/

    Best regards,
    Ismael

    in reply to: 3D doesn't turn off in transitions #244999

    Hi!

    Thank you for your patience. :)

    I think the issue is not really an issue. I edited the transition for each slide and they are ok now. I was confused at first and I thought I need to disable the 3d transition once. It turns out, you need to modify the transition for each slide.

    Please check here: http://75.103.91.29/

    Best regards,
    Ismael

    in reply to: 3D doesn't turn off in transitions #244995

    Hi!

    Thank you! I’m checking it right now.

    Best regards,
    Ismael

    in reply to: How do I make the my logo larger in the header? #244992

    Hey fixedopsinsight!

    Thank you for using the support forum!

    I’m sorry but we would like to ask you to update the theme to the latest version 2.6.2. This will give you a lot of options for modifying the header area. Please download the latest version of the theme from your themeforest account. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    After the update, please play around with the header options then let us know if you still need the css fix. We’ll be happy to assist.

    Cheers!
    Ismael

    Hi!

    Thank you for the info. If you’re talking about the black overlay background when you click on a thumbnail then I can see it on my end properly fading in and out. On what browser and OS are you testing this? I tested mine on Chrome Windows 8 and I think Firefox will function the same. If you want to modify avia.js on the child theme, add this on the child theme’s functions.php:

    /*
     * Register frontend javascripts:
     */
    if(!is_admin())
    {
    	add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 100);
    }
    
    function avia_register_child_frontend_scripts()
    {
    	$child_theme_url = get_stylesheet_directory_uri();
    
    	//register js
    	wp_register_script( 'avia-default-child', $child_theme_url.'/js/avia.js', array('jquery'), 1, false );
    	wp_enqueue_script( 'avia-default-child' );
    }

    Create a js folder with avia.js file on it. I hope that helps.

    Best regards,
    Ismael

    in reply to: Problems with ajax portfolio preview #244988

    Hi!

    Thank you for using the support forum!

    I’m sorry if we didn’t ask the enfold version. The code above will only work for enfold 2.6.2 which is way off the current version that you have, 2.4.5. We suggest that you update theme if there is a new release. Please download the latest version from your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    The update should take care of the issue. If not, please follow Dude’s advice above. Sadly, the update might cause some of the content to not function properly. You might need to recreate some of them from scratch.

    Thank you for your understanding.

    Regards,
    Ismael

    in reply to: menu managemen problem #244982

    Hey!

    Thank you for the info and your patience.

    Unfortunately, we’re still not sure about the issue so if you don’t mind posting the login details here we we would like to check your installation on our end. Please set it as a private reply.

    Cheers!
    Ismael

    in reply to: Advanced layout editor to build your own blog layout? #244981

    Hi!

    Thank you for the feedback. I was just wondering if you could or any other users here having the same issue to set up a fresh installation of wordpress with the enfold theme. I’ll check the theme options from your server. I really don’t like to mess up with your current website so the trouble shooting on my part is quite limited.

    Thank you for understanding. :)

    Regards,
    Ismael

    in reply to: transparency dropdownmenu on a tablet #244980

    Hi blauwoog!

    Thank you for using the support forum!

    Unfortunately, I can’t see the issue no my end when I try to resize the browser which tells me that this is a specific mobile device issue. If you don’t mind, please post a screenshot of the submenu. Add this on Quick CSS or custom.css:

    .header_color .main_menu .menu ul li a {
    background: #aebe36 !important;
    color: #5C601F;
    }
    
    .header_color .main_menu .menu ul li a:hover {
    background: #53b7c6 !important;
    }

    I’m not certain if this is going to fix the transparency issue but please give it a try. Don’t forget to remove browser cache then reload the page a few times.

    Regards,
    Ismael

    Hi!

    Thank you for using the support forum!

    Make sure that you added the code for each language on the wp dashboard. You can add it on Enfold (CURRENT LANGUAGE) > Styling > Quick CSS:

    #avia-menu > li.language_it, .avia_current_lang {
    display: none !important;
    opacity: 0 !important;
    }

    You can also add it on css > custom.css file via FTP to avoid the hassle about Quick CSS.

    Cheers!
    Ismael

    in reply to: 3D doesn't turn off in transitions #244975

    Hi!

    Thank you for the info about the issue.

    As of now, I’m not entirely certain of the cause of the problem but I can see that there are javascript errors (Uncaught TypeError: Cannot read property ‘inline’ of undefined ) which in many case is cause by another plugin. If you don’t mind please deactivate the Woocommerce Customizer or all of the plugins if possible then we’ll check the issue again.

    Thank you for your understanding.

    Best regards,
    Ismael

    in reply to: megamenu cut off #244972

    Hey!

    Thank you for using the support forum!

    I’m sorry but we’re not entirely sure what is causing this issue. If you don’t mind resetting the menu and logo position options on Enfold > Header > Header Layout that would be great. Change the settings to another option then change it back. Additionally, I noticed that your installation has a memory limit of 40M which might cause the Advance Layout Builder and the Layer Slider to hang on some circumstances. You might want to increase the wordpress php memory limit to at least 128M. The first thing you can do to remedy this is to enter the following lines in your wp-config.php file at the root of your installation:

    define( 'WP_MEMORY_LIMIT', '128M' );
    define( 'WP_MAX_MEMORY_LIMIT', '256M' );

    You can also contact your host if you’re not comfortable doing the adjustments yourself. Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Regards,
    Ismael

    in reply to: Remove header and menu #244969

    Hi Keith!

    Thank you for using the theme!

    Please configure the header options to show the social icons, top menu and phone number under Header > Extra Elements. Add this on Quick CSS to remove the logo and menu container.

    #header_main {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    }

    You might need to adjust the main container top padding on some case so add this one:

    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
    padding-top: 29px;
    }

    I hope that helps.

    Cheers!
    Ismael

    in reply to: Words overlaying on Images #244968

    Hey jdrakeproductions!

    Thank you for using the support forum!

    Unfortunately, we will need the previous code that you used to disable the pop up. If I am not mistaken, you’re talking about the title attribute. Please post the link to the actual website along with a screenshot if possible. We’ll be happy to assist you with the problem once we have a better understanding of the issue.

    Cheers!
    Ismael

    in reply to: Side Navigation #244967

    Hi stu_art!

    Thank you for using the support forum!

    Those are nested subpages of a certain page, you can enable the option on Enfold > Sidebar > Page Sidebar Navigation. They will appear if the page you’re currently viewing has the same parent page. I hope this helps.

    Best regards,
    Ismael

    in reply to: UNABLE TO LOAD ADDITIONAL FONTELLO ICONS #244965

    Hey!

    Thank you for all the info that you provided. It might take some time before we can finally figure out the problem. The fix might suddenly be available on the next update but we’ll notify you in case.

    Regarding the login details, I tried to access the website through ftp but I don’t see any files or directory. The only file on the list is the .ftpquota file.

    Cheers!
    Ismael

    Hi!

    Thank you for using the theme!

    I checked the website on mobile view by resizing the screen and all the pages that you mentioned shows up fine. I haven’t tried on an it actual device but I’ll ask Devin and Josue to check it. If you don’t mind as asking, what kind of mobile device are you testing this with?

    On the other hand, the background on IE8 is rendering properly and the logo is properly centered.

    The only thing that I think needs fixing is the logo on mobile view. You can add this on Quick CSS or custom.css:

    @media all and (max-width: 767px) {
    .responsive .mobile_slide_out .logo img {
    margin: 0 0 0 150px;
    }
    }

    I hope this helps. Please wait for Devin and Josue to respond.

    Regards,
    Ismael

    in reply to: Categories are not displaying #244962

    Hey wacky32!

    Thank you for using the support forum! We’re sorry that you’re having this issue.

    Note that the latest version of Enfold is 2.6.2, please download the latest version of the theme from your themeforest account. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    Regarding the 404 error, if the update doesn’t fix the issue, please go to Settings > Permalink. Flush the permalink settings by clicking the “Save” button once. Another thing you can do is to delete the .htaccess file from wp root directory then flush the permalink settings again. This should take care of the 404 issues. For more info about the permalink troubleshooting, refer to this link: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems

    Cheers!
    Ismael

    in reply to: Most Recent Update Broke Navigation #244961

    Hey!

    Thank you for using theme!

    Glad you figured it out. Some of the header modifications through css might not work properly on the latest update because a lot of header markup has been changed. You can now find most of the header element codes on includes > helper-main-menu.php.

    Cheers!
    Ismael

    in reply to: Duplicate code within text block #244960

    Hi!

    Thank you for using the theme! Glad you figure it out yourself.

    Unfortunately, the wpautop function is not a theme related issue and you may choose to disable it or not depends on how you use the editor. This function is useful for a lot of purposes, but if you are switching back and forth between the visual and text editors, it may be useful to disable it on a post by post basis. In your case, we suggest that you disable it when using shortcodes or html tags.

    Thank you for your understanding.

    Cheers!
    Ismael

    Hey bakbek!

    Thank you for using the support forum!

    In order for us to clarify the issues you’re having, we would like to ask some things about how you set your theme options. Did you set the home page using the Enfold > Theme Options > Frontpage? After setting the front page, please set the blog on Where do you want to display blog? option. Reset the default options on Settings > Reading panel. I hope this helps.

    Regards,
    Ismael

    in reply to: Menue pages #244957

    Hi!

    Glad you figured it out. :)

    Regards,
    Ismael

    in reply to: Layer Slider Breaks (among other issues) #244956

    Hey!

    Please let us know if you’re still experiencing the issue. You might want to contact your hosting provider to clarify the issue at hand.

    Regards,
    Ismael

Viewing 30 posts - 59,671 through 59,700 (of 67,565 total)