Forum Replies Created
-
AuthorPosts
-
Hi 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,
IsmaelHey!
Thank you for the screenshot.
Adjust the min height of the color section with this:
.avia-section { min-height: 50px; }Best regards,
IsmaelHi Frank!
Thank you for using the theme.
Actually he’s using a very old version of Enfold which applies an id to each table column. If you can provide us with a screenshot on how you want the table to look like, we’ll try to give you a css solution. We can apply the css child pseudo selectors in order to apply different colors for each heading rows.
Cheers!
IsmaelHi bethiebfit!
Thank you for using the theme.
1.) Insert the social icons on a column layout.
2.) Select the thumbnail size on Slideshow Image and Video Size. It is better to resize your images to the same ratio before uploading it to the slider.
3.) Use this to remove the header border:
#header_main { border: none; } .html_header_top.html_header_topbar_active.html_header_sticky #top #main { padding-top: 117px; }4.) What specific pictures are you referring to? If you’re using the image element, set the Image Link? to No Link.
Cheers!
IsmaelHey mercator62!
Thank you for visiting the support forum.
Have you tried adding the shortcode on a text block?
Cheers!
IsmaelHi codecreative!
Thank you for using the theme.
Yes, I think it is better to hide the easy slider on mobile device especially if you attach the text on the image itself. Add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { .avia-slideshow.avia-slide-slider { display: none; } }If you want to remove the slideshow on a specific page, please post the page url here so that we can inspect it.
Regards,
IsmaelHey spavli2!
Thank you for using the theme.
Use the table element then add this on Quick CSS or custom.css to remove the border and background color:
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra { background: transparent; border: none; } .main_color tr:nth-child(even), .main_color .avia-data-table .avia-heading-row .avia-desc-col, .main_color .avia-data-table .avia-highlight-col, .main_color .pricing-table>li:nth-child(even), body .main_color .pricing-table.avia-desc-col li { background-color: transparent; border: none; }Best regards,
IsmaelHi profumopuntoit!
Thank you for using the theme.
You need to install the woocommerce plugin then look for the Plugins Addition panel on the advance layout builder or the shortcode wand.
Cheers!
IsmaelHi!
I actually tested the same code as Dude suggested before but it doesn’t work on my end. Not sure why it works on his installation. So for everyone who wants the ga code in the header, you can try either of the suggested snippets above.
Regards,
IsmaelHi Denis!
Thank you for using the theme.
Are you referring to the color section? You can set the Background Attachment to parallax or fixed on the color section option.
Best regards,
IsmaelHi!
I’m sorry but it’s not possible to add overlay effect on the google markers without modifying the core theme files. If necessary, please hire a freelance developer to add the overlay effect on google map markers. You can visit Envato Studio or Werkpress for further customization.
Cheers!
Ismael -
AuthorPosts
