Forum Replies Created
-
AuthorPosts
-
Hi,
This is a bit complicated. You might need to hire a freelance developer to modify the theme for you.
Cheers,
Ismael
Hi,
Button hover:
.avia-button:hover {
background: blue !important;
}Image stretched vertically
img {
max-height: 100%;
}Links
a {
text-decoration: none !important;
}Image hover:
img:hover {
display: block !important;
}Regards,
Ismael
Hi,
There is the “Add Form” button on top of the editor. Click it then select the form. Copy the shortcode then place it on a Text block. :)
Regards,
Ismael
Hi,
You can edit footer.php, find this code
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>
Add this code on top of it:
<?php echo '<div id="footer-logo"><img src="IMAGE LOGO HERE"></div>'; ?>
Regards,
Ismael
Hi,
Sorry, this is beyond the scope of our support job. You can hire a freelance developer to integrate the search functionality of Replete to Enfold.
Regards,
Ismael
Hi,
This plugin has the option to Blocked Email Domains:
http://wordpress.org/plugins/stop-spammer-registrations-plugin/installation/
Regards,
Ismael
Hi,
I’m encountering the same issue. Increasing the wordpress php memory limit doesn’t fix the issue. Let me tag Dude and Kriesi.
Regards,
Ismael
Hi,
I suggest you use the Text widget on Appearance > Widget, paste the form code there. Create a custom widget then apply the Text widget with the form code. Go to the page, insert a Sidebar element then select the custom widget.
You can also just use the Contact Form element.
Regards,
Ismael
Hi,
Dude is working on the german translation.
This is the file link: http://www.mediafire.com/?n4uaq56a3x51nhc
Regards,
Ismael
Hi,
Please add this on your custom.css or Quick CSS
.header_color .main_menu ul:first-child > li > a {
color: white;
}
.header_color .main_menu .menu ul li a {
color: white;
}Regards,
Ismael
Hi,
I didn’t receive your email. Please send it to ///.
Include the word “Kriesi” on the subject. Add the login details and link of this thread on your email..
Regards,
IsmaelJuly 31, 2013 at 2:15 pm in reply to: Bug: Custom Sidebar not showing up when other Loop is on Page #131673Hey,
Glad you solved it. I think upgrading to 1.8.4 will automatically fix it.
Regards,
Ismael
Hi,
Your layer slider is working just fine. :)
There are thousands of users who are using the theme and only a number of them are having trouble with the Layer Slider. There are a lot of factors why some functionality don’t work on a certain WordPress environment.
Regards,
Ismael
July 31, 2013 at 6:21 am in reply to: Images still not showing all the time for galleries and aspect ratio's distorted #131659Hi,
1.) All the gallery images are showing, it takes time. I suggest you upgrade your domain service plan to speed up the page load. You can also use cdn, caching plugin, minify plugins and optmize images to increase page loads.
2.) Remove the height, use this instead:
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
width: 25%;
max-height: 147px;
}
#top div .avia-gallery img {
max-height: 100%;
}Regards,
Ismael
Hi,
Please give us a link to the website. Instead of using the H1 layers, try the Div/Span layer then insert the html codes there.
Regards,
Ismael
Hi,
Your site is on maintenance mode. We need to inspect the site. Try to add css padding or margins.
Regards,
Ismael
July 31, 2013 at 5:53 am in reply to: Trying to integrate form plugin but getting CSS conflicts #132207Hi,
How did you add the form? Where did the gray and white strips background come from?
I tried to remove the css styling of Enfold forms located on css > base.css but it doesn’t do much. Please try to use Contact Form 7 or Gravity Forms, the compatibility between the theme and the plugins are much better.
Regards,
IsmaelHi,
Your site is on Maintenance mode. Can you give us a screenshot of what you’re trying to do? Enfold is pretty much responsive.
Regards,
Ismael
Hi,
Please switch the Avia Builder to debug mode. You will be able to see the actual shortcode below the Advance Layout Editor. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}You can now copy the Tab shortcode.
Anyway, this is the Tabs shortcode:
[av_tab_container position='sidebar_tab sidebar_tab_right' boxed='border_tabs' initial='1' custom_class='']
[av_tab title='Tab 1' icon_select='no' icon='1']
Tab Content goes here
[/av_tab]
[av_tab title='Tab 2' icon_select='no' icon='1']
Tab Content goes here
[/av_tab]
[/av_tab_container]Regards,
Ismael
July 31, 2013 at 5:38 am in reply to: How is Enfold making product gallery responsive (computer + mobile devices?) #132201Hi,
The Enfold theme is using the prettyPhoto lightbox plugin. I think woocommerce comes with the Fancybox plugin.
The stylesheet use is located on config-woocommerce > woocommerce-mod.css.
Regards,
Ismael
July 31, 2013 at 5:35 am in reply to: Bug: Custom Sidebar not showing up when other Loop is on Page #131670Hi,
I tested this on my end. I applied a custom sidebar, view the page, sidebar works ok. I edit the page again then insert the post slider, checked page and I can still see the custom sidebar at work. I have version 1.8.4.
Regards,
Ismael
Hi,
Please go to Enfold > Styling > scroll below, look for Main Content tab. On Main Content background color, select white background. Please play around with the settings.
Regards,
Ismael
Hi,
On header.php, place the code above this one:
<?php
/*
* display the theme logo by checking if the default logo was overwritten in the backend.
* the function is located at framework/php/function-set-avia-frontend-functions.php in case you need to edit the output
*/
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');Regards,
Ismael
Hey,
Glad you figured it out. Yes, users are always confuse with that one. Please watch some videos here to learn more about the theme.
https://vimeo.com/channels/aviathemes
Regards,
Ismael
Hey!
You can add this on your custom.css or Quick CSS
.avia-tooltip {
width: auto;
}If it doesn’t work, try this one:
.avia-tooltip {
width: 200px;
}Best regards,
Ismael
Hi,
I will tag the issue to Kriesi.
Did you try embedding the video using the iframe code instead of the Video element?
Regards,
Ismael
-
AuthorPosts