Forum Replies Created
-
AuthorPosts
-
April 9, 2014 at 2:40 am in reply to: Changing the names of the menu options in Admin left-navigation Menu #249016
Hey SkyBlue7!
Thank you for using the support forum!
You can edit includes > register-portfolio.php. Find this code on line 9:
'name' => _x('Portfolio Items', 'post type general name','avia_framework'),Please create a backup of the file first before doing anything. I hope that helps.
Regards,
IsmaelHi rseybold!
Thank you for using the support forum!
Usually minimizing, the plugins that you install will greatly improve the performance. I can see that you’re using a lot of plugins like fancy box and meteor slides. These are the 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 to minify scripts and stylesheets.
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. Don’t forget to smileCheers!
IsmaelHi Miikey!
Thank you for using the support forum!
You can add something like this on Quick CSS or custom.css:
.image-overlay-inside { display: none !important; opacity: 0 !important; }This will remove the overlay effect on hover.
Cheers!
IsmaelHey loganwilliamson!
Thank you for using the support forum!
Please create a page then insert 4 1/4 columns. Inside each columns, you can insert the iconbox element. I hope that helps.
Regards,
IsmaelHey!
Glad it is working now. If you have any questions, let us know. :)
Best regards,
IsmaelHey!
Thank you for the info.
I’m sorry but at this moment, I’m not entirely certain of the issue. If you wouldn’t mind providing us a link to the website and a little more clarification about the issue (a screenshot perhaps), we’ll be happy to provide you with a response once we have a better understanding of the problem.
Best regards,
IsmaelHey!
Thank you for updating.
I checked the website and I can’t click on the featured images above the post title. I think this is what you want, right? I’m testing it on Chrome Windows 8. Please try this:
.big-preview.single-big a { pointer-events: none !important; }I hope that helps.
Cheers!
IsmaelHey!
Thank you for using the support forum!
You can change the social icon character code on functions.php. Look for the facebook char codes for example on line 172:
'facebook' => array( 'font' =>'entypo-fontello', 'icon' => 'ue8f3'),You can find the character codes by hovering over the icons:

We’ll use the char code on the example above but we’ll remove the backslash.
'facebook' => array( 'font' =>'entypo-fontello', 'icon' => 'ue8f4'),</code>I hope that helps.
Best regards,
IsmaelHey!
One of the hardest part on wordpress is setting the correct image size that will suit your needs. The easiest solution is to resize the images before uploading them. Glad you figured it out for yourself. :)
Best regards,
IsmaelHi chrisholemar!
Thank you for using the support forum!
You can use the Logo left, menu below header option then add this on Quick CSS or custom.css:
#header_main_alternate { border: none; margin-bottom: 20px; } .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li:first-child a, .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a { border: none; } #header_main_alternate > div { border-bottom: 1px solid gray; padding: 20px 0; } .av-main-nav > li { line-height: 30px; background: blue; margin-right: 20px; border-radius: 3px; } .header_color .main_menu ul:first-child > li > a { color: #ffffff; }This needs polishing but it’s a start. I hope that helps.
Cheers!
IsmaelHi!
Thank you for using the support forum!
I checked your website and the mobile navigation shows up right before the menus and the logo stick up with each other. I think you already changed the option as Yigit suggested. Yes, it is possible to resize the logo on screen smaller than 990px. You can use media queries but I don’t think you need it anymore.
Regards,
IsmaelHey!
Thank you for the link and the screenshot. We might need to see the actual page in order to give you an answer tailored to your needs. If you don’t mind, please post the website url here. We’ll be happy to give you a response once we have taken a look on the actual website.
Best regards,
IsmaelHi!
Thank you for using the support forum!
Please use the Yoast SEO plugin, go to SEO > Social, tick the “Add Open Graph meta data” checkbox, login as facebook admin and then set the description + image. Afterwards save the settings. Make sure that there are no other SEO plugins installed.
Best regards,
IsmaelHey!
Thank you for using the support forum!
I’m sorry but when I tested the sliders on Chrome Version 33.0.1750.154 Windows 8 but I don’t see the glitch just like Josue. Did you try this on a different computer or browser? If you don’t mind, please post a short screencast, that will help.
Regards,
IsmaelHey!
The problem is you’re using images with different ratio and dimension. The first images are square because, if I am not mistaken, the original image are close to being square. The only thing we can suggest is to resize the tall images close to the ratio that you want before uploading them.
Cheers!
IsmaelHi!
Thank you for the link but before we can help you. Where do you intend to transfer the website? What domain? And the exact directory on where you want the wordpress files to be located. Please watch the video on the link that Dude provided. This will surely clear things up for you. If we access the wp dashboard right now, all we can do is access the WP MigrateDB plugin then generate the database file which is not helpful at all.
Best regards,
IsmaelHey!
Thank you for using the support forum.
The brown background is applied on the <html> tag. You can add this on Quick CSS or custom.css to remove it:
html { background-color: transparent; }Add the background image, let us know if it works.
Regards,
IsmaelHey leighgoodman7!
Thank you for using the support forum.
I’m sorry but at this moment, I’m not entirely certain of the issue based on the information you have given in your post. If you wouldn’t mind providing us a link to the website and a little more clarification about the issue (a screenshot perhaps), we’ll be happy to provide you with a response once we have a better understanding of the problem.
If I am not mistaken, this has something to do with the builder timing out due to wp reaching its memory limit. You might want to increase it to at least 128M. The first thing you can do to fix this is to add the following lines in your wp-config.php file located 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,
IsmaelHey!
Thank you for using the theme!
In order to check if you have the latest version of the theme, just go to Appearance > Themes then look for the Version number. If you see 2.6.2 then you have the latest version. If not, please refer to this link on how to update the theme via FTP: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
IsmaelHey!
The wordpress codex added a new function checking if you’re on a mobile device. Please refer to this link: https://codex.wordpress.org/Function_Reference/wp_is_mobile
Unfortunately, the code won’t work if you’re wrapping the layer slider shortcode because the theme is adding containers to wrap the actual layer slider. If you inspect the code, you’ll see that the layer slider is not entirely hidden. If you really want this, we suggest that you use media query. Maybe add visibility: hidden if you’re worried about the html markup. Adding visibility: hidden is as good as nothing, you don’t have to worry about the other layer slider that is supposed to be hidden slowing the website.
Regards,
IsmaelApril 3, 2014 at 3:52 pm in reply to: Breadcrumb displaying all categories associated with of a portfolio post #247089Hi!
Did you import the dummy data? Do you have the page “Portfolio 3 Column Ajax”? Just edit that page then remove the “Portfolio” page as Parent page on Page Attributes metabox, change the title. If you want to start from scratch, please follow this steps. Make sure that you deleted the avia_remove_portfolio_breadcrumb function on functions.php.
1.) Create a page then name it Portfolio or anything you want to call it.
2.) Switch to Advance Layout Builder then insert the Portfolio Grid element. Add more contents if you want.
3.) Publish the page then test it.
Click on any portfolio item. The breadcrumb should look like this You are here: Home / Portfolio / Portfolio Item.
Regards,
IsmaelApril 3, 2014 at 3:36 pm in reply to: Video won't play on iPad when i click on the fallback image! #247078Hey fourdesigndk!
Thank you for using the support forum!
Regretfully, the video background option has been disabled for all mobile devices. We’re really sorry about this but there are a lot of variables to account in order for the video background to work properly on mobile devices. We have disabled it for now and added the option to insert a fallback image. Thank you for your understanding.
Cheers!
IsmaelHey there,
I’m sorry if I didn’t point you to the right direction. You can add the code on Enfold > Styling > Quick CSS field or if you have an ftp access, add it on wp-content > themes > enfold > css > custom.css file.
Thank you for using the support forum! If you have any questions, definitely 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 explation and awesomeness. You can also watch some of our Video Tutorials to learn more about the theme.
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.
Cheers!
IsmaelHi Geoffdoyle!
Thank you for using the theme!
I checked the website and it looks fine. If you don’t mind, please post a screenshot of what you’re trying to do.
Regards,
IsmaelHey!
Thank you for using the support forum guys!
It’s possible but you need to use a little bit of custom css. Create a new slider on the layer slider then don’t add anything first. We’ll test the background. Set the height to at least 500px and the width to 100%. Add this on Quick CSS or custom.css:
.ls-wp-container { background: url(IMAGE URL HERE) no-repeat; background-size: cover; background-attachment: fixed; }Change the image url. Use an image with at least 1500px in width. I hope that helps.
Regards,
IsmaelHi!
Thank you for the link. The website loads fine on my end, considering that I have a very slow internet connection, thanks to my ISP which is giving me headaches every now and then.
There are few 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 to minify scripts and stylesheets.
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. Don’t forget to smile.I hope that helps. :)
Regards,
IsmaelHey andypeck!
Thank you for using the theme!
You can create the same thing using the Fullscreen Slider or the Color Section. If you’re going for the Color Section, look for the “Background Video” field. On fullscreen slider, look for the “Which type of slide is this?” option, choose Video Slide. Note that the video background won’t work on mobile devices, you need to add a fallback image. I hope that helps.
Cheers!
IsmaelHey!
Thank you for the links.
When creating the gallery or using the gallery element did you select an option on “Gallery Preview Image Size”? This should use the thumbnail size that you set and more or less give you more alignment on the gallery thumbnails. The problem is you’re mixing tall and wide images. I hope the gallery preview image size fix the issue.
Cheers!
IsmaelHi!
As always, thank you for using the support forum.
Thank you for the login details. If you don’t mind, please post the the topic on a separate thread. Post the login details for the wordpress dashboard and FTP. Set it as a private reply.
Regards,
Ismael -
AuthorPosts
