Forum Replies Created
-
AuthorPosts
-
Hi,
If I am not mistaken it should be included on the “License” text. Let me tag the rest of the support team.
Regards,
Ismael
Hey,
Do you have the latest version of the theme? Please download Enfold 2.0.1 on your themeforest account. The backslash issue should be fixed on the latest update. Also, upgrade your WordPress installation to 3.6.
I tested the code you provided, this is what I see:
Regards,
Ismael
Hey,
1) Please try to re-upload the wp-contentthemesenfoldconfig-layersliderLayerSlider folder and make sure that the folder permission is set to a reasonable value like 755. Make sure that the wp-contentthemesenfoldconfig-layersliderLayerSliderlayerslider.php file exists on your server.
2) Try to increase the allocated php memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Regards,
Ismael
Hey,
Are you talking about the Advance Layer Slider? You need to create two sets of sliders. One for the English language and one for the Danish language.
Regards,
Ismael
Hey,
@chooseone: You can add an image background on footer. Go to Enfold > Styling > Footer > Background Image.
Regards,
Ismael
August 31, 2013 at 4:35 pm in reply to: Remove Post Picture, Author & Date & Time from Post Slider & Extract excerpt #138562Hi,
1.) Use this on your custom.css or Quick CSS:
.avia-content-slider-inner .slide-image {
display: none;
}
.avia-content-slider-inner .slide-meta {
display: none;
}2.) You can use the <!–more–> tag. http://en.support.wordpress.com/splitting-content/more-tag/
Regards,
Ismael
Hey,
Can you give us a screenshot of what you’re trying to do? You can add a left margin on the widget nav menus to move them closer to the left border. Add this on your custom.css or Quick CSS:
#top .widget_nav_menu li {
margin: 0 0 0 50px;
}Adjust the 50px value if necessary.
Regards,
Ismael
Hi,
The code Dude provided should remove the meta infors from single posts view, blog, archive etc.
.post-meta-infos {
display: none !important;
}Regards,
Ismael
August 31, 2013 at 4:25 pm in reply to: Styling the category tags within the line under the post's title (minor-meta) #138408Hi,
I’m not sure if this is what you want but if you use the nth child selector. You’ll have this effect:
This is the code for the image above:
.blog-categories.minor-meta a:nth-child(1) {
color: red;
}
.blog-categories.minor-meta a:nth-child(2) {
color: blue;
}
.blog-categories.minor-meta a:nth-child(3) {
color: green;
}Regards,
Ismael
August 31, 2013 at 4:18 pm in reply to: Colour Section & Background Attachment Mobile Devices #138539Hey,
Can you give us a link to the website? Do you have the latest version of Enfold, 2.0.1? If you have any plugins installed, please deactivate them first. Let me tag Devin to check this through.
Regards,
Ismael
Hey,
The code above should work for the overlapping menu issue. Please remove browser cache then reload the page. If you have a cache plugin, please flush the settings. FYI, there is still no fix on instances where you rotate the iPad from landscape to portrait mode.
Regards,
Ismael
Hey,
Edit header.php, find this code:
<?php
/*
* Hook that can be used for plugins and theme extensions (currently: the woocommerce shopping cart)
*/
do_action('ava_main_header');
?>
<div class='container'>Below, add the fb code:
<div class="fb-like" data-href="http://developers.facebook.com/docs/reference/plugins/like" data-width="450" data-show-faces="true" data-send="true"></div>
Edit footer.php, find this code:
<![endif]-->
<?php
echo "<div class='bg_container' style='background-image:url(".$avia_config['fullscreen_image'].");'></div>";
}
?>Add the fb script:
div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/de_DE/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>Then add this on your Quick CSS or custom.css to adjust the position of the widget.
.fb-like.fb_edge_widget_with_comment.fb_iframe_widget {
position: absolute;
right: 0;
top: -10px;
}It is better if you use a non-fixed header for this.
Regards,
Ismael
Hi,
You have an old version of the theme. Please download Enfold 2.0.1 and upgrade WordPress to 3.6. It will fix a lot of jQuery issues.
Regards,
Ismael
Hi,
You have a lot of plugins installed, a total of 19. Maybe one of them is messing with the Advance Layout Builder. Please try to deactivate them first then use the Easy Slider shortcode.
Regards,
Ismael
Hey.
There are lots of elements with the fontello icons. Can you give us a specific list of items that you want to change? Iconbox? Iconlist etc?
This will get you started.
.avia-icon-list .iconlist_icon {
background-color: #ECE661;
background: #ECE661;
color: #FFFFFF;
}
.main_color.iconbox_top .iconbox_icon {
background-color: #ECE661;
color: #FFFFFF;
border-color: #ECE661 ;
background: #ECE661;
border: 1px solid #ECE661;
}Regards,
Ismael
Hey,
What type of header do you have? You can use this:
.main_menu {
right: 200px;
}Regards,
Ismael
August 31, 2013 at 7:34 am in reply to: Icon Lists & Icon Boxes – Content Disappearing and strange rollover effects #137604Hi,
Please add this on your custom.css or Quick CSS to fix the iconbox and iconlist:
.avia-icon-list .iconlist_icon {
background-color: #333333;
background: #333333;
}
.main_color.iconbox_top .iconbox_icon {
background-color: #ffee38;
color: #191919;
border-color: #ffee38;
background: #ffee38;
border: 1px solid #ffee38;
}Regards,
Ismael
Hey,
Are you talking about a captcha security question plugin? Maybe this will work: http://wordpress.org/plugins/bbpress-recaptcha/
Regards,
Ismael
August 31, 2013 at 7:18 am in reply to: Update WP 3.6 + ENFOLD 1.9.1: Error with RSS/Twitter-Widget #135935Hi,
The widget does not meant to give you a Follower count or something like that. It is only a link to your Twitter account and your RSS feed. You can also see it on the Enfold demo. Check the footer area.
Regards,
Ismael
Hey,
I can’t check the link, it is not loading. Did you add any plugin prior to the issue? Have you tried disabling them?
Regards,
Ismael
Hi,
@Semel: Yes, you can change this. Edit framework > php > class-form-generator.php, find this code on line 544:
$subject = empty($new_post['subject']) ? __("New Message", 'avia_framework') : $new_post['subject'];
Regards,
Ismael
Hey,
What do you mean add the arrow in the footer instead? You can change the position of the scroll to top button. Edit footer.php, find this code:
<a href='#top' id='scroll-top-link' class='avia-font-entypo-fontello'></a>
Cut it then paste it below this code:
<div class='container_wrap socket_color' id='socket'>
<div class='container'>Add this on your custom.css or Quick CSS:
#scroll-top-link {
position: absolute;
right: 50px;
bottom: 0px;
border: none !important;
}Regards,
Ismael
August 31, 2013 at 4:48 am in reply to: Styling the category tags within the line under the post's title (minor-meta) #138406Hey,
You can use the nth-child css selectors: http://css-tricks.com/how-nth-child-works/
Regards,
Ismael
August 31, 2013 at 4:41 am in reply to: Weird coding for h3/h5 headlines in the theme's files? Cannot create my own #138374Hey,
This backslash issue has been fixed on the latest update of Enfold. It is not happening on our end anymore. I tested your code for the h5 tag, update the page then switch back to visual mode to text mode and back. Updating after switch and I still don’t see the backslashes appearing on Chrome and Firefox.
Regards,
Ismael
Hey,
Edit css > grid.css, find this code:
#Tablet (Portrait)
You fix the overlapping menu using this:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .main_menu ul:first-child > li > a {
padding: 0 7px;
font-size: 12px;
}
}Regards,
Ismael
Hey,
You can use this on your custom.css or Quick CSS:
Text link color:
#top .header_color .main_menu .menu ul li>a:hover {
color: red;
}Background hovercolor:
.header_color .main_menu .menu ul li a:hover {
background-color: blue;
}Regards,
Ismael
Hey,
You can add this on your custom.css or Quick CSS:
#top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a {
color: red;
}Regards,
Ismael
-
AuthorPosts