Forum Replies Created
-
AuthorPosts
-
Hey,
No, it is included on the theme. Edit the page where the message occur then remove the Layer Slider element or create slides on LayerSlider WP panel.
Regards,
Ismael
Hey,
You can use this on your custom.css or Quick CSS to remove the arrows on mobile device:
@media only screen and (max-width: 767px) {
.avia-slideshow .avia-slideshow-arrows.avia-slideshow-controls {
display: none !important;
}
}For desktop, you can use this:
.avia-slideshow .avia-slideshow-arrows.avia-slideshow-controls {
display: none !important;
}Regards,
Ismael
August 17, 2013 at 3:43 am in reply to: Update WP 3.6 + ENFOLD 1.9.1: Error with RSS/Twitter-Widget #135927Hey,
It’s not happening on my end. Do you have any other plugins that may interfere with the widget?
Regards,
Ismael
August 17, 2013 at 3:25 am in reply to: loop-index.php: right syntax for updated post date please #135834Hey,
First create a page then insert the Portfolio Grid.
Which categories should be used for the portfolio? – Select which categories you want
Columns – Select how many columns
Post Number – Number of portfolio items that you want to show on a single page.
Excerpt – Select if you want to show the title or the excerpt or both.
Link Handling – Open the portfolio items on their own respective page or enable AJAX portfolio
Sortable? – Enable category sorting
After you configure the options, publish the page then create a Portfolio Item. Set a featured image then publish it. Visit the Portfolio page that you just created, it should show right away.
Please watch this video: https://vimeo.com/channels/aviathemes/64927359
Regards,
Ismael
August 17, 2013 at 3:12 am in reply to: Enfold/Layer Slider: Background Opacity in Text Layer #135914Hi,
Can you give us a link to the website? You can use something like this on the custom style field.
background: rgba(255,255,255,.5);
The number .5 refers to the 50% opacity of the color white.
Regards,
Ismael
Hey,
I can’t fix the issue on my end. Let’s wait for Kriesi to respond.
Regards,
Ismael
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
-
AuthorPosts