Forum Replies Created
-
AuthorPosts
-
Hi,
You can add this on your custom.css or Quick CSS
div .logo {
left: 45%;
}Regards,
Ismael
Hi,
Please add this on your custom.css or Quick CSS to decrease the padding and the font size of the menu on iPad view:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .main_menu ul:first-child > li > a {
padding: 0 5px;
font-size: 11px;
}
.logo img {
padding: 30px 0;
width: 150px;
height: auto;
}
}Regards,
Ismael
Hi,
Please add this on your custom.css or Quick CSS
.image-overlay.overlay-type-extern {
display: none !important;
}Nice website. :)
Regards,
Ismael
Hi,
Please increase php memory limit to 256M:
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Ismael
Hi,
Change the thumbnail size settings to 36×36 then regenerate thumbnails. Actually, it has nothing to do with that because the code for the thumbnail on latest news widget is located on functions.php:
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news
The latest news widgets look fine on my end:
Regards,
Ismael
August 1, 2013 at 5:26 am in reply to: Trying to integrate form plugin but getting CSS conflicts #132209Hi,
I suggest you use Gravity Forms because the theme comes with the plugin’s config modification.
Regards,
IsmaelHi,
1.) To change the social icons color:
#top .social_bookmarks li a {
color: white;
}2.) Icon list color, you can use this
.avia-icon-list .iconlist_icon {
background-color: red;
}3.) Can you give us a screenshot of what you want to do?
Regards,
Ismael
Hi,
Footer widget title:
#footer .widgettitle {
color: white;
}Current Menu item color:
#top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a {
color: white;
}Regards,
Ismael
Hi,
You can adjust the padding:
#top .main_menu .menu li ul a {
padding: 4px 15px;
}Adjust the 4px.
Regards,
Ismael
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,
Ismael -
AuthorPosts