Forum Replies Created
-
AuthorPosts
-
Hi!
Thank you for the update.
1.) There’s an inline styling on the links. Remove it:
<a title="THE TEAM" href="http://papernapkinmarketing.com/pages/theteam" target="_blank"><span style="color: #000000;">team</span></a>2.) Note that css ID selector should be only for a single element. Use the columns to move the other columns to the right. For example add two 1/2 column layout then leave the first one blank. Add the content on the second one. This should render the content on the right side of the container.
3.) I’m sorry but can you please provide a screenshot of the heading or banners that you want to change?
Cheers!
IsmaelHey!
Thank you for the link.
Yes, if you’re using the Quick CSS field to add css modifications, you need to add the code on both language so it’s better to add it on the child theme’s style.css or the custom.css file.
Regards,
IsmaelHi Monsoon!
Thank you for using the theme.
Please add this on Quick CSS or custom.css:
.avia_transform .av_font_icon, .avia_transform .avia_start_delayed_animation.av_font_icon { opacity: 1 !important; -moz-transform: scale(1 !important); -webkit-transform: scale(1) !important; -ms-transform: scale(1) !important; transform: scale(1) !important; -webkit-animation: none; -moz-animation: none; -msanimation: none; animation: none; }Regards,
IsmaelHey!
Like I said, videos should not play on mobile device. Kriesi disabled it. That’s why you are required to add a fallback image. Removing the fallback image will only leave you a blank space when viewing on mobile. You have to remove the entire section. Did you edit anything the theme files?
Try to edit the slide then remove the fallback image. 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/
Regards,
IsmaelHi felipemillan!
Thank you for using the theme.
Please edit js/avia.js and look for this code o line 801:
autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"]', videoElements : 'a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"]',Replace it by this:
autolinkElements: 'autolinkElements: 'a[rel^="prettyPhoto"], a[href*="iframe=true"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"]', videoElements : 'a[href*="iframe=true"], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"]',You can now add the url of the external site that you want to open via lightbox plus the ?iframe=true parameter. Something like this:
<a href="http://kriesi.at?iframe=true">Open this</a>Best regards,
IsmaelHi!
Please use this:
.av_dropcap2 { display: block; float: left; font-size: 18px; line-height: 50px; width: 50px; text-align: center; margin: 4px 8px 0 0; border-radius: 100px; font-weight: bold; }Regards,
IsmaelHi!
Thank you for the info.
Can you please give us a temporary login details? We would like to check it. Set it as a private reply.
Regards,
IsmaelHi rfarthofer!
Thank you for using the theme.
Yes, it is possible. Just add this on Quick CSS:
.avia-menu.av-main-nav-wrap { display: none; }Cheers!
IsmaelHey skauper!
Thank you for visiting the support forum.
I checked the website and the logo is not overlapping the other one. You can add this on Quick CSS to increase the transparency of the shrinked header.
.header_bg { opacity: .5; filter: alpha(opacity=50); }Cheers!
IsmaelHi!
Thank you for the update.
You can use this on Quick CSS or custom.css:
.header_color .header_bg { background-size: cover !important; }Cheers!
IsmaelHi aIVIis!
Thank you for using the theme.
Use the fullscreen slider then add additional images using html tags on the caption text field.
Regards,
IsmaelHi rsg2!
Thank you for using the theme.
The posts will be there when you change the theme but of course the style and options of theme will change so you have to configure it again from scratch. Create a backup of your database and theme files for security purposes.
Cheers!
IsmaelHi!
I’m sorry I thought you’re not using the latest version. Keep the css if needed. I’ll ask Kriesi to check the thread. :)
Regards,
IsmaelHi watchamacolin!
Thank you for using the theme.
I’m sorry but why do you need to add jquery? You can easily use the Google Maps element on the advance layout builder if you want to show a map. Can you please explain it further?
Best regards,
IsmaelHey databuzz!
Thank you for visiting the support forum!
You need to add a featured image on the post. If you want to disable this thumbnail, add this on Quick CSS or custom.css:
span.news-thumb.no-news-thumb { display: none; }Cheers!
IsmaelHey Jagrav!
Thank you for using the theme.
You can use Yoast WordPress SEO Open Graph meta data settings to configure the facebook image. Install the plugin then go to SEO > Social panel. Unfortunately, it’s not yet possible to add your own social icons on the share this entry section because it will require the modification of the theme files.
Best regards,
IsmaelHey Guenter!
Thank you for using the theme.
Can you please provide us a with a link to the actual website? Make sure that you’re running Enfold 2.9.1 and that the Mobile Menu > Header Mobile Menu activation is set to the second option.
Cheers!
IsmaelJuly 19, 2014 at 5:21 am in reply to: Product Zoom issue — When I hover over the product nothing happens like in demo #293241Hey!
Thank you for the update.
Still not sure why the lightbox or product zoom is not working. Maybe there’s a server cache. Please ask your host.
Regards,
IsmaelHi xpoveda!
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. As you mentioned this is done
2. Once all images on the website are optimized, check it with www 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.The images on the website are not fully optimized, like this image for example http://thegallery.artistandbeer.com/wp-content/uploads/2014/03/imagen-chica-retocada1.jpg which is 2.2MB. I was able to decrease the size to 900KB using photoshop without losing image quality.
Regards,
IsmaelHi!
Thank you for using the theme.
Did you add any html codes on the previous elements? Make sure that the tags are close properly. Please give us a link to the page with the issue.
Regards,
IsmaelHi!
Thank you for the link.
Did you update the theme recently? Please try to reconfigure the header options on Enfold > Header Layout. On Mobile Menu panel, choose the second option on the Header Mobile Menu activation .
Best regards,
IsmaelHi!
Maybe you got the code by searching through the forum in an attempt to fix the logo issue and forgot about it. Anyway, glad it is fixed. :)
Regards,
IsmaelHi!
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. Regarding the blog excerpt, you can use the Excerpt meta field or use the <!–more–> tag to specify the post summary. Change the data format on Settings > General and if you’re using the Blog Posts element, configure the number of posts on the Post Number option. If you want to show the read more link, again edit the Blog Posts element then look for Define Blog Grid layout.
Make sure that the Blog Style on Enfold > Blog Layout panel is set to “Use the advance Layout Builder”. The blog page should have the Blog Posts element included and Blog Style set to Grid Layout.
Regards,
IsmaelHey toolme!
Thank you for using the theme.
Please reconfigure the header options including the social bookmarks on Enfold > Header Layout. Remove the social icons then create them again.
Best regards,
IsmaelHi!
Glad you figured it out. If you have any questions, let us know.
Regards,
IsmaelJuly 19, 2014 at 4:28 am in reply to: More than 10 items in portfolio_entries? (or edit avia_post_grid()) #293225Hi gingarts!
Thank you for using the theme.
Please edit the page then look for the Portfolio Grid element. Disable the pagination then set the Post Number to 12.
Regards,
IsmaelHey!
Thank you for the link.
Add this on Quick CSS or custom.css:
.pagination .pagination-meta { left: 50%; position: relative; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); }Change the font style with this:
.main_color .pagination span { color: red; font-size: 15px; }Best regards,
IsmaelHi!
Thank you for visiting the support forum.
Try adding a bottom padding on the main content:
div#main { padding-bottom: 200px; }Regards,
IsmaelHey!
Thank you for using the theme.
There’s an error establishing a connection to the Database. Please ask your hosting provider. Do you have the latest version of WordPress?
Best regards,
Ismael -
AuthorPosts
