Forum Replies Created
-
AuthorPosts
-
Hi,
Seems like you figured it out. Let us know if anything else comes up
Regards,
Yigit
September 4, 2013 at 12:55 pm in reply to: Images Aren't Loading in Slider: All White Screen #139090Hi,
Have you deleted the 3rd slide? Please try deactivating all plugins and see if that helps.
Regards,
Yigit
Hi,
You are currently using Enfold version 1.9.1. Please update Enfold to version 2.0.1 and WordPress to 3.6 and let us know if issues remain.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Regards,
Yigit
Hi,
Please try replacing this code in Quick CSS
#top .ls-wp-container { margin-top: 20px!important; }
with
div#layerslider_6 { margin-top: 20px!important; }
That should do it
Regards,
Yigit
Hi Jeff,
Please add following code to custom.css file or Quick CSS in Enfold theme options page under Styling
.header_color .avia-menu-fx { border-bottom: solid 3px #719430!important; }
You should change color hex value to match your color
Regards,
Yigit
Hi,
On this page http://iinurmi.kapsi.fi/wordpress/?page_id=2638 you are using Layer Slider. In all the other sliders you can add captions to images as shown below
Please add following codes to custom.css file or Quick CSS in Enfold theme options page under Styling. This code will increase top margin of Layer Slider by 20px.
#top .ls-wp-container { margin-top: 20px!important; }
and this code will decrease the padding of menu items
.main_menu ul:first-child > li > a { padding: 0 5px; }
Regards,
Yigit
Hi Mahmut,
I do not see any white space after none of the images on your site. Could you please send us a screenshot as well?
Regards,
Yigit
Hi Etienne,
Please add following code to Custom.css file or Quick CSS in Enfold theme options page under Styling
.header_color .avia-menu-fx { display: none; }
Regards,
Yigit
Hi Jeff,
Please try adding following code to custom.css file or Quick CSS in Enfold Theme options page under Styling
div.column-top-margin { margin-top: 0; }
Regards,
Yigit
Hi,
Right under “Slider width” there is “Slider height”, you can enter desired height in there. Please make sure checked “Full-width slider” and “Slider width” is empty.
Regards,
Yigit
Hi Andreas,
In that particular page you have set a Featured Image. You can edit that page and remove featured image or you can add this following code to Quick CSS to decrease its size
.page-thumb img { width: 300px; }
Regards,
Yigit
Hi,
You are currently using Enfold version 1.8.4 please update it to 2.0.1 and WordPress to 3.6
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP:
http://vimeo.com/channels/aviathemes/67209750
Regards,
Yigit
Hi MD,
1) You can change the size of Layer Slider as shown below. Please do not forget to uncheck full-width.
2) There are so many social sharing plugins and we cannot guarantee that they will not cause any conflict. If you decide to use AddThis you can follow instructions of entegrating it on Enfold https://kriesi.at/support/topic/placing-addthis-social-icons-into-the-header
Regards,
Yigit
Hi Btina,
We have a channel on Vimeo http://vimeo.com/channels/aviathemes/videos
In Advanced Layout Editor > Media Elements there are 4 sliders that you can add to your pages. Simply drag&drop on the top of the page
Regards,
Yigit
Hi,
In your WordPress installation you should open wp-config.php file and find
define('WPLANG', '');
and change it to
define('WPLANG', 'da_DK');
If you have more questions, please start a new topic and ask there
Regards,
Yigit
Hi,
You can change slider width in Layer Slider settings.
Make sure that you have unchecked “full-width slider”
Regards,
Yigit
Hi,
In your WordPress installation please go to Enfold and open Footer.php file and find this code in line 165
and change it to
some CSS adjustments may be needed after it
Regards,
Yigit
Hi,
In your WordPress installation please go to Wp-content > Plugins > WooCommerce > Templates and open Content-product.php file and find following code in line between 56-63
<?php
/**
* woocommerce_after_shop_loop_item_title hook
*
* @hooked woocommerce_template_loop_price - 10
*/
do_action( 'woocommerce_after_shop_loop_item_title' );
?>and comment it out, just in case you would like to display prices in future
<!-- <?php
/**
* woocommerce_after_shop_loop_item_title hook
*
* @hooked woocommerce_template_loop_price - 10
*/
do_action( 'woocommerce_after_shop_loop_item_title' );
?> -->Then add this code to Quick CSS in Enfold theme options
.products .product h3 { padding-bottom: 10px; }
Regards,
Yigit
Hi,
Then please replace previous code with this one
.social_header .phone-info { float: right; padding-top: 15px; }
Regards,
Yigit
September 3, 2013 at 7:06 pm in reply to: How to remove creation date and time from the Enfold Latest Portfolio widget #138927Hi,
In your WordPress installaion please go to Enfold > Framework > Php and open Class-framework-widgets.php file and find following code in line 397
$time_format = apply_filters( 'avia_widget_time', get_option('date_format')." - ".get_option('time_format'), 'avia_newsbox' );
and change it to
$time_format = apply_filters( 'avia_widget_time', get_option('date_format'), 'avia_newsbox' );
Regards,
Yigit
Hi Sebastian,
I don’t have Visual form builder pro and i don’t think any of other team members do. Can you copy/paste 298th line in email.php file?
Regards,
Yigit
Hi,
Please try following;
1) make sure you have chosen Grid Layout as your Blog Style in Enfold theme options page
2) go to Settings > Reading choose “Static Page” in “Front Page Displays” and for “Posts Page” choose your blog page.
3) Change the number in “Blog page shows at most 10 posts” to 12 and Save changes.
4) Check if it’s working, it should, then you can choose “Your latest posts” for “Front page displays”
Regards,
Yigit
Hi,
Margin-right: auto; and margin-left: auto; will center the image. and you can reduce the size by changing values in “width” and “height”
Regards,
Yigit
Hi Robero,
If i understood you correctly, you should choose this setting in Enfold theme options. Layout will be larger.
If this is not what you were asking, please send us a screenshot showing what changes you would like to do.
Regards,
Yigit
Hi,
You currently have Enfold version 1.8.1 please update Enfold to version 2.0.1 and WordPress to 3.6 and let us know if issue remains.
Regards,
Yigit
Hi,
Please add this code to Quick CSS
#top .widget ul { list-style: none outside; text-align: right }
.widgettitle { text-align: right; }
Regards,
Yigit
September 3, 2013 at 4:33 pm in reply to: How to change font size in non-English version menu? #138531Hi,
Please try adding following code to Quick CSS in Enfold theme options
html[lang="zh-hans"] #socket .sub_menu_socket { font-size: 21px }
Regards,
Yigit
-
AuthorPosts