Forum Replies Created
-
AuthorPosts
-
Hi!
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 #234508Hi Achim_NRW!
Can you please give us a link to the website? Did you install any plugins prior to the issue? Please deactivate all plugins then we’ll check it.
Best regards,
IsmaelHi!
How are you? I hope you feel great today. Thank you for the question.
Looks like it is not generating enfold.css, please go to Enfold > Styling then change the color scheme to something else. Save it then change it back again. Please make sure that wp-content/uploads/dynamic_avia folder’s permission is set to writable/readable. Set the permission to 755 or higher.
Please deactivate the cache plugin while working on the website. You should probably enable that after you’re done tinkering with the design or everything else. Flush the permalink settings on Settings > Permalink. Click the “Save” button once. Check if the item suppport page is fix.
Best regards,
IsmaelHi cbassist!
Thank you for using the theme. I hope you’re doing well today.
Did you recreate the menu on the other language? You need to create menus for different languages. Please give us a link to the website.
Best regards,
IsmaelHi bgprojects!
Thank you for using the theme. I hope you’re doing well today.
1.) Please switch your theme to debug mode. Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }You will be able to see the actual shortcode below the builder. Copy that shortcode then place it on another page if you want.
2.) Unfortunately, the rows and columns will be added at the very end.
3.) No, it’s not possible to copy a sample data on Excel. You need to copy the data one by one then place them on their appropriate place on the table.
4.) Looks like you managed to add a different color for the header row. You can add this on Quick CSS or custom.css to change the background:
.main_color .avia-data-table th.avia-highlight-col { background-color: red; }Regards,
IsmaelHi dalboslampen!
How are you? I hope you feel great today. Thank you for the question.
I’m sorry but that is beyond the scope of support. Please hire a freelance developer to add the feature for you. For further modifications, please visit Werkpress.
Best regards,
IsmaelHi!
Hope you’re having a good day!
Please add this on your custom.css or Quick CSS:
dl.variation dd { margin: -9px 0 0 3px; } td.product-name dl.variation dd { margin: -10px 12px 0 0; }For further modifications, please visit Werkpress.
Regards,
IsmaelHi!
Have you tried to recreate the gallery itself? If I am not mistaken there is a lot of change on the gallery shortcode so you might have to recreate it from scratch. Can you please give us a link to the actual page with the gallery?
Cheers!
IsmaelHi!
How are you? I hope you feel great today. Thank you for the question.
Actually, this is broken even on Chrome. Can you please deactivate the minify and cache plugin? Activate the minify plugin again then reconfigure or activate the cache plugin settings.
Regards,
IsmaelHi!
Thank you for using the theme. I hope you’re doing well today.
The icon lists are showing but it is a bit late. Can you please deactivate the cache plugin then reset the settings?
Regards,
IsmaelMarch 10, 2014 at 5:54 am in reply to: Color Section not visible on mobile devices w/ "Background Attachment" = "Fixed" #234488Hi!
You can modify them by ajax id. Use google chrome to inspect the portfolio items. Looks for something like this “div[data-ajax-id=”1976″]”. Add this on Quick CSS to modify the background:
div[data-ajax-id="1976"] .grid-content { background: red; }Cheers!
IsmaelHey vcoronel!
How are you? I hope you’re doing well today.
You can use the Color Section on the contact page then insert the google map inside. Add a unique css selector id on “For Developers: Section ID” field. Use “awesome-section” for example. Add this on Quick CSS or custom.css to make the container fullwidth:
#awesome-section .container { width: 100%; }Best regards,
IsmaelHi Willem-Paul!
How are you? I hope you’re doing well today.
You can use the “Define Custom Link” box below the portfolio item editor, look for the “Overwrite Portfolio Link setting” then add the video url.
Cheers!
IsmaelHey!
Are you using a minify plugin? I just can’t reproduce the issue on my end. enfold.css is always above the base.css on chrome inspector.
Best regards,
IsmaelHi!
I’m sorry but you’re not using the latest version. I’m not sure why the Theme Options Update is saying otherwise. Please download it on your themeforest account then update the theme via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750
Cheers!
IsmaelHi JadynWelch01!
Thank you for the question. I hope all is well with you today.
You can use this on Quick CSS:
.grid-entry-title { font-size: 17px; font-weight: 600; }Regards,
IsmaelHi!
I’m not sure what is that plugin that makes you choose if you want to edit the page or something. It has been disabled now, I guess. Anyway, you can add this on Quick CSS to get the gradient style for the button:
body div .avia-button { background-image: url("http://www.finalsmoke.net/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/bg-button.png"); background-repeat: repeat-x; background-position: 0 0; }Change the text color using this on Quick CSS:
.avia-button.avia-color-orange, .avia-button.avia-color-orange:hover { color: black; }Best regards,
Ismael -
AuthorPosts
