Forum Replies Created
-
AuthorPosts
-
Hi!
Thank you for checking the details. I can check the website now.
You have the old header.php on your child theme. Please create a backup of that file then replace it with the new header.php file from the parent theme folder. Did you create a custom menu? There are no existing menus on Appearance > Menus when I checked it. Maybe I’m wrong but I think overriding the header.php file will fix the mobile menu issue but may mess up the custom menu that you created.
Cheers!
IsmaelHi!
For the submenu, please use this:
.header_color .main_menu .menu ul li a { color: red; } .header_color .main_menu .menu ul li a:hover { color: blue; }Are you trying to decrease or increase the width? The padding should work in increasing the submenu width. If you want to change it individually, you might need to hire a freelance developer to fix it for you. I’m sorry but that is beyond the scope of support. For further customization, please visit Werkpress.
Cheers!
IsmaelHey Pappasdg!
Thank you for using the theme!
I’m sorry but it’s not possible to make the megamenu fullwidth without creating a script that will calculate the browser width and apply it to the megamenu div. Anyway, you can specify the width of the mega menu using this on Quick CSS or custom.css:
@media only screen and (min-width: 1140px){ .responsive .container .avia_mega_div.twelve.units { width: 1300px; } }For further customization, please visit Werkpress.
Cheers!
IsmaelHey!
Thank you the info.
You can do the following in order to achieve the same effect:
1.) Create a page then switch to Advance Layout Builder. Add the Fullscreen Slider or the Color Section element.
2.) Look for the Layout metabox then enable the Header transparency.
3.) Publish the page. :)
You should disable the social icons and the top bar for best results.I hope this helps.
Regards,
IsmaelHi!
Sorry for the delay and thank you so much for using the theme!
The new enfold release 2.6.2 includes a lot of IE fix which might take care of the problem you’re having right now. 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
If you want to center align the language flags you can add this on your custom.css or Quick CSS:
#top ul.avia_wpml_language_switch li { margin: 0px 0px 0px 5px; display: inline-block; float: none; } .avia_wpml_language_switch { text-align: center; }Make sure that you add this on every languages’ Quick CSS or add it on custom.css.
Regards,
IsmaelMarch 29, 2014 at 8:19 am in reply to: Large White Box Above Content on No Footer No Header Page. #244714Hi willwatsongraphics!
Thank you using the theme and the feedback!
There are a lot of improvements on the latest update of Enfold especially on the header part. The markup has been changed drastically that a lot of users are complaining about it. Anyway, those changes are necessary to improve the way you modify the header options. You can now simply specify where you want the logo and menus to show, add extra elements, configure the header height etc. In your case, you can add this on Quick CSS or custom.css to remove the top padding:
.html_header_top.html_header_topbar_active.html_header_sticky.html_large .home #main { padding-top: 0 !important; }Cheers!
IsmaelHi!
Thank you for using the theme!
I tested the website however I can’t see the portfolio items stacking up with each other. Given that I have a slower internet connection speed compare to you and for most of the users here in that matter, I think you can assume that it will load much faster for other visitors. Another thing you can do is to optimize the page loading speed to decrease the possibility of this issue happening close to zero.
There are lot of things that you can do to optimize the website speed and page load. You can do the following:
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.
5. Install WP-Super cache, select all recommended settings, use memcache option, update .htaccess rules, increase cache to 840000, Save then delete cache.
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. Dont forget to smile.Best regards,
IsmaelHey!
1.) Please watch this video to learn more about how to set up a child theme: http://vimeo.com/channels/aviathemes/67221517
2.) After you added the theme support for custom css class on functions.php, you’ll see a new field option on every elements within the Advance Layout Builder. If you edit a Text Block, you can scroll below then look for “Custom Css Class”. This is true for every elements within the builder except for the column layouts.
Refer to Dude’s example above. :)
Cheers!
IsmaelHi!
Thank you for investigating the issue!
For a temporary fix, please add this on Quick CSS or custom.css:
#header .avia_mega_div { left: -300px !important; }In order to help you much further, we’ll need the link to your website so that we can inspect.
Cheers!
IsmaelHi!
Thank you for updating!
Please make it a habit to update the theme often. Unfortunately, version 2.4.4 is very old and some of the functions on this version are either changed or obsolete. You might need to recreate certain elements or pages and configure a lot options. If you check Enfold > Header, you’ll see a lot of new options. Please let us know if you have scourge your way through the new theme options then we’ll help you with some of the issues you’re still having.
Cheers!
IsmaelHi studio-dlhastings!
Glad you figured it out. If you have any questions, let us know. :)
Cheers!
IsmaelHi bert787!
Thank you using the theme!
You can set the theme to fixed layout on Enfold > General Settings > Responsive Layout. Choose the Fixed Layout to remove the responsive mode. Sadly, you can’t define which page you want the option to apply. You might need some help from a freelance developer to exclude a certain page from this option.
Regards,
IsmaelHi bert787!
Thank you for using the theme!
Unfortunately, it is not possible yet without your own modifications within the theme. You can look for help on Werkpress. Kriesi chose to disable the video function on mobile devices because there were simply too many incompatibilities and it doesn’t offer a good user experience. Each service (youtube, vimeo, self hosted) for videos had its own set of problems.
Thank you for your understanding.
Regards,
IsmaelMarch 29, 2014 at 7:46 am in reply to: NextGen Gallery with Enfold background fade with Chrome not working #244701Hi!
Thank you for the link. Unfortunately, the theme is not using the NextGen Gallery plugin. It is using the prettyPhoto lightbox plugin by default. If you want to add the NextGen Gallery and disable the default lightbox plugin, edit js > avia.js. Find this code on line 60:
//activates the prettyphoto lightbox $(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});Replace it with:
//activates the prettyphoto lightbox //$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});Install the NextGen Gallery. You might encounter few incompatibility issues with the plugin so we suggest that you hire a freelance developer to fix them. For further customization, please visit Werkpress.
Best regards,
IsmaelHey Michael!
Thank you for using the theme!
On what browser and OS are you testing this with? I tested it on Firefox/Chrome Windows 8 but I don’t see the shift when I hover over the images. There’s a way where you exclude certain columns via CSS. You can insert the layout columns inside a color section. Edit the color section then look for the For Developers: Section ID field. Add an id on the field, let’s use awesome-section for example. Modify the columns inside the section using this on Quick CSS or custom.css:
#awesome-section .av_one_fifth { width: 20%; margin: 0; }Good job on the website! Looks nice. :)
Best regards,
IsmaelMarch 29, 2014 at 7:28 am in reply to: Advanced layout editor to build your own blog layout? #244689Hey!
How you are you? I hope you’re doing great!
I tested your website and true enough the option is not working on your end. Weird thing is we have the same version of the theme and it is working fine on my end. Maybe a combination of plugins is causing the issue. We’ll investigate the issue further. If you don’t mind creating a test site on a sub domain with the same configuration, that will help a lot.
Regards,
IsmaelHi conversations!
Thank you for using the theme!
You can change the post author by editing the post then enabling the Author meta box on Screen Options. Select the author name.
Regards,
IsmaelHey!
Thank you for using the theme. The z-index fix is not working like before so please add this on Quick CSS or custom.css:
@media only screen and (min-width: 1140px) { #top #main .sidebar_left .sidebar { width: 269px; } } #top #main .sidebar_left .sidebar { position: relative; z-index: 100; overflow: visible; float: left; width: 239px; } @media only screen and (max-width: 989px) and (min-width: 768px) { #top #main .sidebar_left .sidebar { width: 182px; } }Regards,
IsmaelHey!
Please make sure that you add this for each of the languages’ Enfold > Styling > Quick CSS:
#top .sub_menu>ul.avia_wpml_language_switch { display: none !important; opacity: 0 !important; visibility: hidden; }You can also add this on css > custom.css file if you don’t want to add the modification for each language.
Regards,
IsmaelHey!
Thank you for using the theme as always!
This issue is a curious thing because I can’t reproduce it on my end. I’m not sure where the “delay jump” is coming from but playing around with it I think I found a temporary fix. I can also see the issue on Chrome Windows 8. Looks like it has something to do with -webkit-transform property. Please add this on Quick CSS or custom.css:
.avia-fullscreen-slider .avia-slideshow-inner { -webkit-transform: translate3d(0px, 0px, 0px) !important; }This will fix the “delay jump” issue but you’ll lose the parallax effect for the slider. I’m sure Kriesi can find a bullet-proof fix for this so please wait for his response.
Best regards,
IsmaelHey Luis!
Thank you for using the theme!
Looks like you managed to center align the logo. I’m sorry but the screenshots are incorrect, they’re redirecting me to a 404 error page. If you post it again, we’ll be happy to assist you with the customization.
Best regards,
IsmaelHi!
I’m sorry but the login credentials that you gave us are incorrect. Please check it again. :)
Best regards,
IsmaelMarch 28, 2014 at 5:55 pm in reply to: Headlines in Slideshow Full Width on portrait smartphone #244501Hi!
Sorry about that! I edited the code that I gave you but I think you’re faster than a speeding bullet. Glad it is working now. :)
Cheers!
IsmaelHey!
Glad you figured it out. Thanks for sharing the info. If you need any assistance, we’ll be happy to help. :)
Regards,
IsmaelMarch 28, 2014 at 5:48 pm in reply to: adding a new single post page layout with new posttype #244493Hi f!
Thank you for using the theme!
If you want to create a new post type, please follow this one. This is much more extensive and you’ll be able to select the post type when using the Blog Posts or Masonry elements. Duplicate the includes > admin > register-portfolio.php file. Rename it to something else, for example register-life.php. Replace it with this code: http://pastebin.com/ZBpzgbSe
Add this on functions.php:
require_once( 'includes/admin/register-life.php' ); // register custom post types for life entriesThis will register the custom post type life. You can now select the Life Entries when you’re using the Blog Posts or Fullwidth Masonry elements. Replace “life” with “offers”.
Best regards,
IsmaelMarch 28, 2014 at 5:43 pm in reply to: Latest news – no image/icon + problem with parent of pages #244492Hi!
Thank you for explaining the issue. Can you please elaborate this line? Where is the “Training” not visible? On the breadcrumbs?
“Training” is NOT visible in the parent list of the “SPICE Training” page.
Do you have a “Training” page? Note that you can create custom links on Appearance > Menus then name it “Training”. You don’t really need to use the actual “Training” page on the menu. You should create a “Training” page then set it as the parent page of “SPICE Training”. On Appearance > Menus, create a custom link named “Training”.
Cheers!
IsmaelHi!
I’m glad that you’re able to add the language selector with the language name. Please use this to remove the flag selectors:
#header_meta > div > nav > ul.avia_wpml_language_switch { display: none !important; }Regards,
IsmaelHi alexbog!
Thank you for using the theme!
I’m sorry if you’re having difficulty setting up the language flags, it is one of the issues we’re trying to fix right now. You can append the language selectors on the main menu. Go to WPML > Languages > Language Switcher Options. Enable the Display the language switcher in the WP Menu option, select your menu. Language switcher style should be set to Drop-down menu. Under How to handle languages without translationLink to home of language for missing translations. Choose the Native language name (the language name as it’s written in that language) for What to include in the language switcher option.
Add this on Quick CSS or custom.css to remove the theme’s default language selector on the header meta container:
#header_meta > div > nav > ul.avia_wpml_language_switch { display: none; }I hope this helps you somehow.
Cheers!
IsmaelHi!
Thank you for using the theme!
I’m sorry but we will be needing more information about the issue. What is the blog style that you’re currently using right now? Do you want to remove the link on the featured images entirely? If I am not mistaken this code will probably help, just add it on Quick CSS or custom.css:
.big-preview.single-big a { pointer-events: none; }Regards,
IsmaelHi!
Thank you for using the theme!
If you want the 404 page to show the same sidebar as the blog, please edit 404.php. Find this code on line 39:
//get the sidebar $avia_config['currently_viewing'] = 'page'; get_sidebar();Replace it with this:
//get the sidebar $avia_config['currently_viewing'] = 'blog'; get_sidebar();Add widgets on the Sidebar: Blog widget area located on Appearance > Widgets. I hope this helps.
Best regards,
Ismael -
AuthorPosts
