Forum Replies Created
-
AuthorPosts
-
Hey,
You can add this on your custom.css or Quick CSS
.tag .avia-section {
display: none !important;
}
.tag .big-preview.single-big {
display: none;
}Regards,
Ismael
Hey,
You can use this:
.content {
border: none;
}
#top #main .sidebar {
border: none;
}Regards,
Ismael
Hey,
You can add this on your custom.css or Quick CSS
.execphpwidget p, .execphpwidget strong, .execphpwidget span {
font-size: 11px !important;
}Regards,
Ismael
Hi,
Actually, this is not an issue with the theme, this is a modification that you want and we suggest that you hire a freelance developer to do the changes for you. The code above that I gave you works on my end.
The link you gave me requires login credentials.
Regards,
Ismael
Hey,
You can find translations here: https://kriesi.at/support/topic/please-contribute-and-translate-enfold
Regards,
Ismael
Hi,
What do you mean, it works with other browsers? Not on IE?
Can you give us a link to the website?
Regards,
Ismael
Hey,
Please add this on your custom.css or Quick CSS
.big-preview {
display: block;
padding: 0;
}
.big-preview.single-small .attachment-large.wp-post-image {
width: 100%;
}Regards,
Ismael
Hey,
You can decrease the size of the content container, the sidebar will then increase in size.
@media only screen and (min-width: 1340px) {
.responsive_large .container .nine.units {
width: 850px;
}
}
@media only screen and (min-width: 1140px) {
.responsive .container .nine.units {
width: 690px;
}
}
.container .nine.units {
width: 600px;
}
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .container .nine.units {
width: 450px;
}
}Regards,
Ismael
August 16, 2013 at 5:04 pm in reply to: ENFOLD: Warning: session_start() [function.session-start]:line 27 #135744Hi,
Please try to regenerate the thumbnails, using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
The featured image is linked to a different image.
Regards,
Ismael
Hi,
Do you have Enfold 1.9.1? Please try to deactivate the plugins if there are any, see if the builder works.
Increase wordpress php memory limit. Edit wp-config.php, add this code:
define('WP_MEMORY_LIMIT', '128M');
Regards,
Ismael
Hey,
You can manually re-arranged your widgets on Appearance > Widgets.
Regards,
Ismael
Hi,
Please add this on your custom.css or Quick CSS
.main_color .iconbox_content_title {
color: red;
}
.iconbox_icon.heading-color.avia-font-entypo-fontello {
color: red;
}Regards,
Ismael
Hi,
You need to register an account here: http://www.addthis.com/
After you register go to Account Options > Profiles then get the profile id. It will look like this “ra-51de3s5b7e09a8f5”. Go to your WP Dashboard > Settings > Addthis Share then paste the profile id on “AddThis Profile ID” field. Save changes.
Go back to the addthis account website then click “Get the code” > Share Buttons. Copy the social button codes, it will look like this:
Edit header.php, find this code:
<div id='header_main' class='container_wrap container_wrap_logo'>
<?php
/*
* Hook that can be used for plugins and theme extensions (currently: the woocommerce shopping cart)
*/
do_action('ava_main_header');
?>
<div class='container'>Paste the addthis social button code below:
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_pinterest_pinit"></a>
<a class="addthis_counter addthis_pill_style"></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-51de2d2b7e09a8f5"></script>
<!-- AddThis Button END -->Regards,
Ismael
Hey,
1.) Please give us a link to the website. We need to inspect it.
2.) Edit framework > php > class-framework-widgets.php, find this code:
if ( !empty( $title ) ) { echo $before_title . $title . $after_title; };
echo '<a href="'.$ref_url.'" class="preloading_background avia_partner1 link_list_item'.$kriesiaddwidget.' '.$firsttitle.'" >'.$image_url.'</a>';
if($this->add_cont == 2) echo '<a href="'.$ref_url2.'" class="preloading_background avia_partner2 link_list_item'.$kriesiaddwidget.' '.$firsttitle.'" >'.$image_url2.'</a>';
echo $after_widget;Replace it with:
if ( !empty( $title ) ) { echo $before_title . $title . $after_title; };
echo '<a target="_blank" href="'.$ref_url.'" class="preloading_background avia_partner1 link_list_item'.$kriesiaddwidget.' '.$firsttitle.'" >'.$image_url.'</a>';
if($this->add_cont == 2) echo '<a target="_blank" href="'.$ref_url2.'" class="preloading_background avia_partner2 link_list_item'.$kriesiaddwidget.' '.$firsttitle.'" >'.$image_url2.'</a>';
echo $after_widget;Regards,
Ismael
Hi,
On js > avia.js, increase the switchWidth value to 900:
switchWidth = 900;
Regards,
Ismael
Hi,
You can use this:
.avia-content-slider-inner .inner_product_header {
display: none;
}
.avia-content-slider-inner .avia_cart_buttons {
display: none;
}Regards,
Ismael
Hi,
Insert a Color Section element then give it a unique id, “awesome” for example. Insert the Portfolio Grid element inside the Color Section. Add this on your custom.css or Quick CSS:
@media only screen and (min-width: 1140px) {
#awesome .container {
width: 1300px;
}
}
#awesome .container {
width: 1000px;
}Regards,
Ismael
Hi,
I’m sorry but you need to hire a freelance developer to modify the plugin for you.
Regards,
Ismael
Hi,
I’ll tag Devin and Kriesi. They can check this on an iOS device with retina display.
Regards,
Ismael
Hi,
Checked it on Firefox. This is what I see:
Let me tag the rest of the support team.
Regards,
Ismael
Hey,
Can you give us a link to the website? You can add this on your custom.css or Quick CSS.
.blog .posts_banner {
display: none;
}
.single .posts_banner {
display: block;
}Regards,
Ismael
Hey,
Yes, you can but you need to hire someone to make it compatible with the theme.
Regards,
Ismael
-
AuthorPosts