Forum Replies Created
-
AuthorPosts
-
August 16, 2013 at 5:04 pm in reply to: ENFOLD: Warning: session_start() [function.session-start]:line 27 #135744
Hi,
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
August 16, 2013 at 6:57 am in reply to: [Portfolio Slider] Change Background Color of Slider Entries #135525Hi,
Edit the Blog Post element then look for Post Number, you can select up to 100 posts per page.
Regards,
Ismael
Hey,
You can add this on your custom.css or Quick CSS
.avia-builder-widget-area .widget {
padding: 30px 0 0px 0;
}Regards,
Ismael
August 16, 2013 at 6:06 am in reply to: delete navigation in portafolio item page with others items #134877Hey,
Please add this on your custom.css or Quick CSS
.avia-post-nav {
display: none !important;
}Regards,
Ismael
Hi,
@LecheLMP: Please activate the Enfold theme so that we can inspect it.
@EvansAkann: What do you mean you can’t find the Layer Slider? Do you see it on your backend? What is the version of your Enfold theme? Latest version is 1.9.1. This will fix the slider for wp 3.6 upgrade.
Regards,
Ismael
August 16, 2013 at 5:53 am in reply to: ENFOLD: Warning: session_start() [function.session-start]:line 27 #135742Hi,
Please check if the permission level for your files are set properly. You can contact your host.
Regards,
Ismael
Hi,
You can create a unique category for the author then apply it to the post you want to show on that particular Blog page.
Regards,
Ismael
Hi,
You need to create the forms on the Gravity Forms panel directly then add them using the “Add Form” button on post or pages.
Regards,
IsmaelHi,
Please add this on your custom.css or Quick CSS:
@media only screen and (max-width: 767px) {
.av-special-heading h3 {
font-size: 14px;
line-height: 20px;
}
body .av-special-heading > * {
white-space: pre-wrap;
width: 600px;
}
}Regards,
Ismael
August 16, 2013 at 5:44 am in reply to: Change the margin width to the main content area and side bar #134941 -
AuthorPosts