Forum Replies Created
-
AuthorPosts
-
Hi addwebtoday!
Thank you for using the theme. I hope you’re doing great.
Do you have the latest version of Enfold? Kriesi fixed the revisions for posts and pages.
Best regards,
IsmaelHey Gee Are!
How are you? I hope you’re doing well today.
You can add this on Quick CSS or custom.css:
#wpfb-filebrowser-2 ul.disc, #wpfb-filebrowser-2 .entry-content-wrapper ul { list-style: none outside !important; }Regards,
IsmaelMarch 10, 2014 at 1:29 pm in reply to: "INTERESTING LINKS" and "CATEGORIES" at the botton of each page #234665Hi Philippe!
Thank you for the question. I hope all is well with you today.
You can edit the footer widgets on Appearance > Widgets > look for the Footer – columns widget areas.
Cheers!
IsmaelMarch 10, 2014 at 1:19 pm in reply to: Incompatibility: Updated WooCommerce and jQuery/Enfold #234659Hi!
How are you? I hope you’re doing well today.
You can use this plugin: http://wordpress.org/plugins/jquery-updater/
Regards,
IsmaelHey!
Thank you for using the theme. I hope you’re doing great.
Please add this on functions.php:
add_filter('avia_breadcrumbs_args', 'avia_change_home_breadcrumb', 10, 1); function avia_change_home_breadcrumb($args){ $args['show_home'] = 'CHANGE THE HOME TEXT HERE'; return $args; }Regards,
IsmaelHey Tom!
How are you? I hope you’re doing well today.
Did you add any plugins prior to the issue? You can edit the code on config-woocommerce > config.php, find this code on line 217:
$output .= "<a class='button show_details_button' href='".get_permalink($product->id)."'><span ".av_icon_string('details')."></span> ".__('Show Details','avia_framework')."</a>";I don’t see anything wrong with it.
Best regards,
IsmaelHi!
Thank you for using the theme. I hope you’re doing great.
You can add this on your custom.css or Quick CSS to remove the map data:
.gmnoprint { display: none !important; }Use this one to remove the padding:
#avia_google_maps-2 { padding: 0; }Cheers!
IsmaelHey tomgraziani!
How are you? I hope you’re doing well today.
What do you mean by “it can’t connect to the web”? I checked the website and I can see the images just fine.
Regards,
IsmaelHi auroradesignstudio!
Thank you for using the theme. I hope you’re doing well today.
Please give us a link to the website. We need to inspect it. Add this on Quick CSS:
.iconbox .iconbox_content .iconbox_content_title a:hover { color: red !important; }Change the color value.
Cheers!
Ismael-
This reply was modified 12 years, 1 month ago by
Ismael.
Hey!
The suggestion above will also exclude the custom.css file. Anyway, glad you fixed it. :)
Best regards,
IsmaelHey aribann!
Thank you for using the theme. I hope you’re doing well today.
You can follow the instructions that I provided there. Enfold doesn’t have a feature yet to automatically create a two line menu which imo not a common feature use for websites. If you’re talking about the walker menu, you have to hire a freelance developer to add it on Enfold.
Best regards,
IsmaelMarch 10, 2014 at 7:52 am in reply to: URGENT ! HELP ! All portfolio entry page become a ERROR 404 page #234553Hey neillin!
How are you? I hope you feel great today. Thank you for the question.
Please give us a link to the website. Try to flush the permalink settings on Settings > Permalink. Click the “Save” button once, see if the portfolio items are fix.
Cheers!
IsmaelMarch 10, 2014 at 7:50 am in reply to: Remove border from grid-content block mobile (iOS Safari) #234552Hey mdekievit!
Thank you for using the theme. I hope you’re doing well today.
Can you please give us a link to the actual page with the grid content? We need to inspect it.
Best regards,
IsmaelHey Rupert!
Hope you’re feeling well today! Thank you for using the support forum.
It requires username and password to see the website. Can you please post it privately here?
Best regards,
IsmaelHi fryec1135!
How are you? I hope you feel great today. Thank you for the question.
You can generate the button shortcode on a post using the insert shortcode wand then place it on layer slider using the Div / Video field.
Regards,
IsmaelHey remix1998!
Thank you for using the theme. I hope you’re doing well today.
Before you insert the image, please look for “ATTACHMENT DISPLAY SETTINGS”. Choose the thumbnail size that you want. Make sure that you insert the image on a column layout to constrain the size. The image width is set to 100% via css, it will inherit the size of the container.
Best regards,
IsmaelHi wsmith187!
Thank you for using the theme. I hope you’re doing well today.
I’m not really sure if I understand you correctly. Layers on the web doesn’t exactly work like photoshop. Please give us a link to the website and a screenshot of what you’re trying to do.
Best regards,
IsmaelHi!
You’re using 2.5.2 which doesn’t include the video integration script that is specified on the 2.5.4 change log. Please download 2.5.4. Don’t worry about the contents they still be intact when you update the theme via FTP.
Cheers!
IsmaelHi!
Kriesi removed the gradient overlay on the latest version of the theme but he forgot to erase it on the Advance Layout Builder. You need to use css to apply the gradient again then change the color of the text. Did you add something like this on style.css?
.avia-button.avia-color-orange, .avia-button.avia-color-orange:hover { color: red; }Please remove that. For further modifications, please visit Werkpress.
Regards,
IsmaelHi!
Did you add the css modifications that I gave you? It should center the advance menu toggle on mobile devices. Adjust them if necessary. I’m sorry but I don’t have a Samsung Tablet to check this. Please try this to center the menu on Samsung Tablet:
@media only screen and (max-width: 800px) { .mobile_active #advanced_menu_toggle { display: block; left: 124px; } }I’ll ask the other support team members to check this on their tablets.
Regards,
IsmaelHi simplyaha!
Thank you for using the theme. I hope you’re doing well today.
I can see 3 videos when I checked the website. Please go to Global Settings > Slideshow. Set the “Automatically pause slideshow” to “auto”. You’re using a very old version of the theme. Please download the latest version 2.5.4 on your themeforest account. Update the theme via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750
Regards,
IsmaelHey!
It is to 20% via CSS. I gave you the code to change the thumbnail size. Please use that.
Cheers!
IsmaelHey SpyderSpy6!
How are you? I hope you feel great today. Thank you for the question.
Can you please give us a link to the website? A screenshot of the issue will help.
Best regards,
IsmaelHey richgates!
Thank you for using the theme. I hope you’re doing well today.
I’m sorry but this has been an old issue with the theme and no is available yet. Please edit css > shortcodes.css, go to the Table section then look for 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. We might need to adjust the size of the table on mobile view.
Best regards,
IsmaelHi papernapkinmarketing!
Thank you for using the theme. I hope you’re doing well today.
Edit the portfolio item 30 then look for the promobox. You can configure all the options there.
Regards,
IsmaelHey erwin_m!
Thank you for using the theme. I hope you’re doing well today.
1.) Please use this:
#top .social_bookmarks { float: right; } #header_meta .sub_menu { right: 150px; }2.) Use this to move the logo:
.logo { top: 20px; }3.) Use this to remove the border and box-shadow:
#layer_slider_1 { border: none; box-shadow: none; } #header_main { border: none; } .container_wrap { border: none; }For further modifications, please visit Werkpress.
Cheers!
IsmaelHey!
Thank you for using the theme. I hope you’re doing well today.
This will get you started. For further modifications, please visit Werkpress.
You can add this on you custom.css or Quick CSS:
#header_main .container { height: 200px; line-height: 200px; } .main_menu { top: 50px; } .header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu { margin-top: -50px; } .avia-menu-fx { bottom: 48px; } .header-tagline { float: right; } .header-scrolled .main_menu { margin-top: -20px; } .header_color.header-scrolled .main_menu ul:first-child >li > ul, #top .header_color.header-scrolled .avia_mega_div > .sub-menu { margin-top: -30px; } .header-scrolled .avia-menu-fx { bottom: 28px; }Edit header.php, find this code 154:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');Below, add the tagline:
echo "<div class='header-tagline'>TAGLINE HERE</div>";Add this on Quick CSS again:
.header-tagline { float: right; }Regards,
IsmaelMarch 10, 2014 at 6:30 am in reply to: Change safely breadcrumbs without changing anything in future updates #234515Hey!
I’m sorry about that. Please use this instead:
add_filter('avia_breadcrumbs_args', 'change_breadcrumb_before', 10, 1); function change_breadcrumb_before($args) { $args['before'] = '<span class="breadcrumb-title">' . __( 'CHANGE THIS LINE:', 'avia_framework' ) . '</span>'; return $args; }Regards,
IsmaelHi sylentbob3!
How are you? I hope you feel great today. Thank you for the question.
Yeah, that is possible with the Blog Posts element. Edit the page then switch to Advance Layout Builder, add the blog posts element. You can filter them by category or tags if you want.
Best regards,
IsmaelMarch 10, 2014 at 6:18 am in reply to: Layer Slider and animated Galerie with pictures donot work #234508 -
This reply was modified 12 years, 1 month ago by
-
AuthorPosts
