Forum Replies Created
-
AuthorPosts
-
Hey!
I created a page then add the Tab element.. I added the list tag and the content is not duplicated. Please check this:
http://www.chaja-design.nl/chajanew/test/
Best regards,
IsmaelOctober 11, 2013 at 6:11 am in reply to: Layerslider working perfectly in preview…not on page… #174012Hi!
You’re talking about the 600 x 300 Text slide? There is a total of 16 layers divided into 4 groups. Please create new slide for each group. Click “Add new slide”. You’ll prevent the other layers from transitioning simultaneously by creating a different slide for each group.

Watch this video: http://www.youtube.com/watch?v=ZY9SxVyugx4
Regards,
IsmaelHello!
Please don’t duplicated thread with the same issue. We will close this thread for now. Please watch out for a fix on the second thread that you posted.
Best regards,
IsmaelOctober 11, 2013 at 5:59 am in reply to: attach a photo in forms // color type with black background problem #174004Hello!
1.) This is for the title beside the icons:
.main_color h3.iconbox_content_title { color: #333; }2.) This is for the tabs:
.main_color .template-archives .tabcontainer a, #top .main_color .tabcontainer .tab:hover { color: white; } div .main_color .tabcontainer .active_tab_content, div .main_color .tabcontainer .active_tab { background-color: #000000; color: white; }Best regards,
IsmaelHi!
You can actually insert a sidebar inside a Color Section. Add a Color Sections then add 2/3 Column and 1/3 column. Insert the content on the 2/3 column and add the Widget Area element inside the 1/3 column. You will have a content and a sidebar. Edit the page’s Layout to No Sidebar because we will generate the sidebar inside the 1/3 column using the Widget area element.
Regards,
IsmaelOctober 11, 2013 at 5:52 am in reply to: Gallery Thumbnail Columns in portfolio is not to set – enfold 2.2 #173996Hello!
You can set the default gallery thumbnail size on Settings > Media > Thumbnail size. Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
IsmaelHello pandaweb!
Please give us a link to the website. Do you have the latest version Enfold 2.3.1? If not, please download it on your themeforest account then update your installation. Go to LayerSliderWP then edit any slides. Click Screen Options, enable “Tooltips”.
Cheers!
IsmaelHey!
I did some test and the logo issue seems to occur on Enfold 2.2 and older versions. The logo on IE8 has been fixed on Enfold 2.3.1. Please download it on your themeforest account. Update your Enfold installation via FTP. Watch this video: https://vimeo.com/channels/aviathemes/64927356
Cheers!
IsmaelHello!
When you edit the custom.css css file you’ll see a line like this:
@media only screen and (min-width: 768px) { /* Add your Mobile Styles here */ }Place the css modifications for desktop view inside the media query.
@media only screen and (min-width: 768px) { #megaMenu.megaFullWidth { width: 1310px; } }Media query for mobile device like iPhone is at the very bottom:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ }Best regards,
IsmaelHi!
Yes, you need to update the file every time you do a woocommerce plugin update. Please keep a “change log” of the files you modified.
Regards,
IsmaelHey!
The regenerated thumbnails are 301 by 214 px now. I think Devin’s fix worked. Please remove browser cache then reload the page. The portfolio page looks great. The Media settings doesn’t affect the portfolio thumbnails.
Best regards,
IsmaelHi!
My bad! Please use this:
nav.main_menu { position: absolute; right: 34.5%; top: 57%; }
Remove browser cache then reload the page.
Regards,
IsmaelHey Michael Oeser!
Have you tried these plugins?
http://wordpress.org/plugins/subscribe-to-comments-reloaded/
http://wordpress.org/plugins/subscribe-to-comments/
Best regards,
IsmaelOctober 11, 2013 at 5:14 am in reply to: Avia page builder form mixes up cells on the iPhone #173972Hello HighschoolAustralia!
Please edit css > shortcodes.css, find this code:
@media only screen and (max-width: 767px) { .responsive div .avia-data-table table, .responsive div .avia-data-table tbody, .responsive div .avia-data-table tr, .responsive div .avia-data-table td, .responsive div .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;} .responsive .avia-data-table{border-style:solid; border-width: 1px;} .responsive .avia-data-table .avia-pricing-row .avia-desc-col{text-align: center;} .responsive .avia-data-table .avia-button-row, .responsive .avia-data-table tr:first-child th{display:none;} .responsive .avia-data-table td:before { display:block; font-style: italic; font-size: 11px; } .responsive .avia-data-table td { position: relative; } }Remove it to display the avia table on the default format when viewing it on iPhone. We might have to adjust the tables on mobile view.
Cheers!
IsmaelHi!
I have the same issue on IE8 in my Enfold installation locally and for the life of me can’t figure out a way to fix it. The temporary fix I gave you worked somehow. Have you tried the temporary fix above? Kriesi needs to do some testing on your site to fix the issue. You can check “Set as private reply”. You can also send the login details via email. You can email it to ///. Include the word “Kriesi” on the subject. Add the link of this thread on your email. I will forward it to him and test your site as well.
Cheers!
IsmaelHey!
Please send in the login details on the email address above. Update your Enfold installation to 2.3.1. Download it on your themeforest account.
Regards,
IsmaelHey!
If you want the Text Block’s element to center align by default. You can add this on your custom.css or Quick CSS:
.avia_textblock { text-align: center; }Best regards,
IsmaelOctober 11, 2013 at 4:50 am in reply to: can I have my own created layer slider to be imported #173961Hey 666666!
Where did you get the sliders? Do you have a different site where there is a Layer Slider plugin installed? Copy the code on the “Export” field to the “Import” field then click “Import”.
Best regards,
IsmaelHey!
Edit the single product thumbnail size on config-woocommerce > config.php, find this code:
$avia_config[‘imgSize’][‘shop_single’] = array(‘width’=>450, ‘height’=>999, ‘crop’ => false);
Replace it with:
$avia_config[‘imgSize’][‘shop_single’] = array(‘width’=>650, ‘height’=>900, ‘crop’ => false);
Regenerate the thumbnail using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelHey!
Edit config-woocommerce > config.php, find this code starting on line 888:
# # wrap single product image in an extra div # add_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div', 2); add_action( 'woocommerce_before_single_product_summary', 'avia_close_image_div', 20); function avia_add_image_div() { echo "<div class='four units single-product-main-image alpha'>"; } function avia_close_image_div() { global $avia_config; $avia_config['currently_viewing'] = "shop_single"; get_sidebar(); echo "</div>"; } # # wrap single product summary in an extra div # add_action( 'woocommerce_before_single_product_summary', 'avia_add_summary_div', 25); add_action( 'woocommerce_after_single_product_summary', 'avia_close_div', 3); function avia_add_summary_div() { echo "<div class='eight units single-product-summary'>"; }Replace it with:
# # wrap single product image in an extra div # add_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div', 2); add_action( 'woocommerce_before_single_product_summary', 'avia_close_image_div', 20); function avia_add_image_div() { echo "<div class='five units single-product-main-image alpha'>"; } function avia_close_image_div() { global $avia_config; $avia_config['currently_viewing'] = "shop_single"; get_sidebar(); echo "</div>"; } # # wrap single product summary in an extra div # add_action( 'woocommerce_before_single_product_summary', 'avia_add_summary_div', 25); add_action( 'woocommerce_after_single_product_summary', 'avia_close_div', 3); function avia_add_summary_div() { echo "<div class='seven units single-product-summary'>"; }This will make the product image container bigger.
Best regards,
IsmaelOctober 11, 2013 at 4:38 am in reply to: I've disabled the import button but that also disabled predefined color schemes #173953Hi 666666!
Edit framework > css > avia_admin.css, add this code at the very bottom:
#avia_import { display: none; }Cheers!
IsmaelOctober 11, 2013 at 4:37 am in reply to: Would like to enable only theme options and disable remaining enfold options #173951Hey 666666!
Edit framework > css > avia_admin.css, add this code at the very bottom:
.avia_sidebar_content div { display: none !important; } .avia_sidebar_content div:first-child { display: block !important; }Cheers!
IsmaelHello centrix!
You can use the Post Slider. Create posts with a unique category for team members.
Regards,
IsmaelHello!
Please turn off the maintenance mode. We need to inspect your website. A screenshot of the scrambled sidebar widgets will help.
Regards,
IsmaelHello!
Please add this on your custom.css or Quick CSS:
#top .main_color .avia-color-theme-color { color: white; }Regards,
IsmaelOctober 11, 2013 at 4:05 am in reply to: Image positioned absolutely not displaying on Firefox and IE #173943Hello!
1.) Refer to the number 2.
2.) Edit header.php, find this code:
<div id='header_main' class='container_wrap container_wrap_logo'>Below, add the image:
<img class="avia_image register-banner" src="http://www.encoure.com/private/wp-content/uploads/2013/04/reg_button_small.png" alt="" title="">Add this on your custom.css or Quick CSS:
#header_main { z-index: 999; } .avia_image.register-banner { position: absolute; right: 10%; top: -50px; }3.) You can add a unique selector for each Avia Elements. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
add_theme_support('avia_template_builder_custom_css');Edit any avia elements like Text Block then scroll below. Add a unique css selector on “Custom Css Class” field.
Cheers!
IsmaelHi leifhansen!
The link you provided just keeps on loading. Did you add a plugin prior to the issue? Please deactivate all plugins, see if the accordion work.
Best regards,
IsmaelHello!
Yes, you need to add the code on functions.php. You can’t add a unique css selector without it. Please create a “change log” so you can monitor which files you edited in case you update the theme. You can also use a child theme to preserve the modifications.
Regards,
IsmaelOctober 10, 2013 at 2:04 pm in reply to: Javascript error on "edit page": Uncaught Error: cannot call methods on sortable #173588 -
AuthorPosts
