Forum Replies Created
-
AuthorPosts
-
Hi!
Using the browser’s debugger console such as google chrome’s inspect element or firefox’s firebug, look for the single post body class id. This is the id of the page that you provided.
postid-3618You can then modify Yigit’s code to something like this:
@media only screen and (min-width: 1024px) { .postid-3618 .avia-video { display: none; }}This will only hide the video on that specific post.
Regards,
IsmaelHi jennak04!
Thank you for using the theme.
Unfortunately, these particular requests are beyond the scope of support and is not a theme related issue. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page. It is possible to change the url #tab-id-1 but you can’t specify different url or id for each tab. You might need to find a plugin or hire a freelance developer to add the feature for you.
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.
Best regards,
IsmaelHi!
1.) After adding the snippet, edit any elements on the advance layout builder and you should see the Custom CSS field.
2.) On the advance layout builder, go to the Media Elements pane, insert the Image element, then edit it to adjust the image animation.
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. 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!
Thank you for using the theme.
If you’re planning to use the image for the Single Author, small preview pic blog style only, 180x180px featured image should be enough.
Cheers!
IsmaelHi Julie!
Thank you for using the theme.
If you don’t mind, we would like to see the actual website. Did you use any membership or role plugins?
Best regards,
IsmaelHi!
Sorry for the delay.
2.) Add this on Quick CSS or custom.css to remove the border:
.special-heading-border { display: none; }3.) Use this for the H2 headings:
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: uppercase; letter-spacing: 1px; font-size: 34px; line-height: 1.1em; }4.) Contact form at the bottom of the page shows fine when I checked it.
Regards,
IsmaelAugust 2, 2014 at 1:49 am in reply to: Change the style of slide show buttons "Previous" & "Next" #299024Hi!
Thank you for the update.
Did you install layer slider separately? Try to add this on Quick CSS or custom.css:
.ls-fullwidth .ls-bottom-slidebuttons, .ls-fullwidth .ls-nav-start, .ls-fullwidth .ls-nav-stop, .ls-fullwidth .ls-nav-sides { display: inline-block; height: 10px; width: 10px; border-radius: 30px; background: #000; opacity: 0.3; filter: alpha(opacity=30); border: 2px solid #fff !important; text-indent: 300%; overflow: hidden; text-indent: 0; z-index: 10000; }Best regards,
IsmaelHey RcomTrading!
Thank you for using the theme.
You’re using a very large image (1748x741px) which is resized down to a smaller image via CSS. Please resize the image to 184x44px using an image editor then upload it again.
Cheers!
IsmaelJuly 31, 2014 at 3:18 am in reply to: Change Blog – latest posts and Archive for category in child-theme functions #298065Hey!
The website is not loading the styles properly. Please try to deactivate all plugins then test it again.
Regards,
IsmaelHi!
Unfortunately, you can’t select the number of columns but if you select the Flexible Masonry, you can get as much as 4 columns and 6 for larger screens. You can also adjust the width of the column container using CSS.
.av-masonry-entry { width: 24.90%; }Regards,
IsmaelHi!
Thank you for using the theme.
No, 1920px is not the correct width across all screen resolution. The theme is using 1210px which is a standard width for screen resolution more than 1340px. You need to use media queries if you want to change the width of the body container for different screen sizes. This is the default container width:
@media only screen and (min-width: 1340px) { .responsive_large .container { width: 1210px; } } @media only screen and (min-width: 1140px) { .responsive .container { width: 1030px; } } .container { width: 910px; } @media only screen and (max-width: 767px) { .responsive .container { width: 268px; margin: 0 auto; } } @media only screen and (max-width: 767px) and (min-width: 480px) { .responsive .container { width: 428px; margin: 0 auto; } }You can adjust the width.
Best regards,
IsmaelHi mw75!
Thank you for visiting the support forum.
Please give us a link to the actual page with the iconbox. We need to inspect it.
Cheers!
IsmaelHi!
Thank you for using the Enfold theme.
Regarding the logo, please adjust the height of the header on Enfold > Header Layout > Header layout > Header Size. Set the setting to custom pixel value. Adjust the height to 156px. This will automatically adjust the width of the logo.
On the hotspot element, when you add an image via the Add Media button, the image will be added on the tooltip not on the hotspot number.
Cheers!
IsmaelHi!
Can you please re-arrange the contact form field elements? The order should be Name, Message, Email then Subject. Set all fields to fullwidth excerpt the Message field. Set it to 1/2. Add this on Quick CSS or custom.css:
.avia_ajax_form p { width: 48%; } .avia_ajax_form p:nth-child(3) { float: left; clear: none; margin-left: 2%; } .avia_ajax_form p:nth-child(4) { margin-top: -50px; } .avia_ajax_form p:nth-child(5) { margin-top: -20px; }Regards,
IsmaelJuly 31, 2014 at 2:20 am in reply to: Strange parallax height issue on page scroll (possibly a bug) #298040Hey!
Thank you for the update.
I’m sorry but it just wouldn’t work if the logo images have different sizes. Please place the logo images on a canvas with the same dimension or size before uploading them. On the Enfold theme demo ( http://kriesi.at/themedemo/?theme=enfold ), right before the footer section, all logo images have the same dimension.
Best regards,
IsmaelHi Rustybucket!
Thank you for using the theme.
Please go to the layerslider panel then look for the Load Google Fonts panel. Search for the “Open Sans” font then enable all variants especially the 300 font weight. Edit the layers with the Open Sans Light font family. Replace it with Open Sans and then go to Style panel. Look for the Custom styles field, add the font-weight property. Something like this:
font-weight: 300;Open Sans Light is not included on the official google font library.
Regards,
IsmaelHi!
Thank you for the info. I’m sure Kriesi is aware of the recent update so it’ll be included on the latest patch of the theme.
Regards,
IsmaelHi!
Thank you for the info.
On what browser version and OS are you testing this? Still not sure why the 3D transition is not working on other browsers. Tested on Chrome 36.0.1985.125 Windows 8. We already reported the issue to Kriesi. For now, please use the 2D transition if possible.
Best regards,
IsmaelHi!
Will do. You can enable the “Notify me of follow-up replies via email” option.
Best regards,
IsmaelJuly 30, 2014 at 12:30 pm in reply to: Cannot log in to WP-ADMIN after activating Child Theme #297665Hi EisaSawyer!
Thank you for using the theme.
What are the installed plugins on your website? I think it’s possible to ask your host for the correct login details.
Cheers!
IsmaelJuly 30, 2014 at 12:28 pm in reply to: Completely Hide But Do Not Disable The ENFOLD Theme Admin Options Section #297662Hey!
Thank you for the update.
Replace Dude’s code with this:
add_action('admin_print_scripts', 'avia_gravity_forms_admin'); function avia_gravity_forms_admin() { echo "<style type='text/css'>"; echo "#toplevel_page_avia, li#menu-posts-portfolio, li#wp-admin-bar-new-portfolio { display: none; }"; echo "</style>"; }Cheers!
IsmaelJuly 30, 2014 at 12:25 pm in reply to: Increase thumbnail resolution on portfolio navigation #297659Hi djshortkut!
Again, thank you so much for using Enfold. :)
You can edit functions-enfold.php, find this code on line 376:
$image = get_the_post_thumbnail($entry->ID, 'thumbnail');Replace it with:
$image = get_the_post_thumbnail($entry->ID, 'square');Regenerate the thumbnails.
Cheers!
IsmaelJuly 30, 2014 at 12:22 pm in reply to: Strange parallax height issue on page scroll (possibly a bug) #297658Hey!
I’m sorry but we really can’t reproduce the issue on our installation and @Ralph12 is correct, there’s a very slim chance that a user will hit CTRL+F5 when viewing the website.
Best regards,
IsmaelHi murphy88!
Thank you for using the theme.
Is it ok if we deactivate all plugins while working on the site? You have a lot of plugins installed and one of these might be causing the issue. There are script errors on the console which is probably cause by a third party plugin.
Best regards,
IsmaelJuly 30, 2014 at 12:19 pm in reply to: Layer slider appearing differently in preview and live site #297655Hey!
Alright. I can see it now. You should probably add the title bar and the Go button on the same div or container as a single layer not as a separate layer. The position of the layers are set to absolute and it may vary depending on the browser size.
Best regards,
IsmaelJuly 30, 2014 at 12:03 pm in reply to: Need to add several lightboxex triggered by clicking at hotspots #297650Hey BarbaraD!
Thank you for using the theme.
You can actually use the full screen slider to achieve this. Add an image which will act as the background then separate the button or graphics that you want to be clickable. Use the Caption Text field to add these buttons. Something like this:
<a href="LIGHTBOX IMAGE URI HERE" id="image-1"><img src="GRAPHIC URI HERE" /></a> <a href="LIGHTBOX IMAGE URI HERE" id="image-2"><img src="GRAPHIC URI HERE" /></a>Use this on Quick CSS to remove the default background of the caption:
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { background: transparent; }If you noticed, we added an id for each image. Use this to adjust the position of the button:
a#image-1 { top: 20px; left: -50px; } a#image-1 { top: -20px; left: 50px; }Cheers!
IsmaelJuly 30, 2014 at 11:53 am in reply to: Fixed maximum width Advanced Layerslider with full width color background #297644Hey cwrench!
Thank you for using the theme.
Please go to the Global Settings then set the Slide Width to 100%. Under Full-width Slider Settings, set the Responsive Under field to 9999 and the Layers Container to 700.
Regards,
IsmaelHi!
We’re not sure why the 3D transition is working on some installation but not on others. I can reproduce the same issue on Chrome Windows 8. I tried deactivating all plugins and tested on a fresh install of WordPress, still the transition doesn’t work. We already reported the issue to Kriesi. Maybe he can ask the plugin author to give more insights over the issue. For now, please use the 2D transition which works fine on all browsers.
Regards,
Ismael -
AuthorPosts
