Forum Replies Created
-
AuthorPosts
-
Hi!
Did you insert the actual html progress bar html code inside a unique div? On the example, we put the progress bar code inside “<div class=”layerslider-progressbar”></div>” then we specify the width of the div because the progress bar needs to inherit the width of the container.
.layerslider-progressbar { width: 600px; height: 50px; }Best regards,
IsmaelHey!
Please try this on your custom.css or Quick CSS:
.avia-section { background-repeat: repeat-y !important; }Cheers!
IsmaelHello!
@dbarta: This is the plugin used on Incarnation: http://wordpress.org/plugins/the-events-calendar/Best regards,
IsmaelSeptember 30, 2013 at 5:13 am in reply to: Tabs and Postslider not working on handheld devices #167989Hi!
Please download the theme again on themeforest account then override the existing files. Deactivate all plugins, see if the tabs and post slider work. Have you tried re-adding them again?
Cheers!
IsmaelSeptember 30, 2013 at 5:08 am in reply to: No Navigation Menu in Android / Samsung Galaxy II #167988Hey!
Please post a link to the website. Edit includes > loop-index.php, find this code:
echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." "; the_author_posts_link(); echo '</span>';Remove it.
Best regards,
IsmaelHi!
They use this plugin to redirect you from page to page. http://wordpress.org/plugins/quick-pagepost-redirect-plugin/
Best regards,
IsmaelHi!
Why not add the wave image on the LayerSlider background directly?
Regards,
IsmaelSeptember 30, 2013 at 5:01 am in reply to: I can't type letters when editing content elements in layout builder #167985Hi oysteinwangen!
That is weird. Please download the latest version of the theme on your themeforest account and do an update. Remove or disable installed plugins, see if the issue persist.
Best regards,
IsmaelHello!
I’m sorry but I don’t see the “Indústria Texti” on the menu. It is only visible as the portfolio sort menu and when I clicked on it “Automolistica” is not being sort.
Regards,
IsmaelSeptember 30, 2013 at 4:54 am in reply to: WooCommerce – Eliminate "Show Details" functionality? #167983Hello MLA18!
You can add this on your custom.css or Quick CSS:
.button.show_details_button { display: none !important; }Best regards,
IsmaelHi mtupuschies!
I don’t have the access to the plugin so I can’t test it. Have you tried inspecting the lightbox pop up and add a z-index to bring it to the top? A screenshot will help.
Cheers!
IsmaelHi yukanl!
Your theme options is broken. Did you zoom in/out the browser? Please try to download the theme again and do an update.
Regards,
IsmaelSeptember 29, 2013 at 5:28 pm in reply to: Tabs and Postslider not working on handheld devices #167860Hey Cedric045!
The tabs are not working even on desktop view. Please try to deactivate Ajax Contact plugin, see if it fixes the tabs and post slider.
Best regards,
IsmaelHi!
2.) Kriesi already answered this question on a topic and he didn’t provide the answer or code for the logo switch. He wanted to make sure that kriesi.at is unique. You can hire a freelance developer or designer to modify the logo feature.
3.) Enfold already comes with a lightbox plugin which is prettyPhoto. We can’t assure you if the Jackbox plugin is compatible with the theme. We won’t be able to provide full support for any third party plugin.
Cheers!
IsmaelHello!
You can add this on your custom.css or Quick CSS:
.grid-image.avia-hover-fx { min-height: 190px; } .grid-image.avia-hover-fx img { min-height: 190px; }We suggest that you put all your portfolio images on a single canvas with the same size before uploading them as featured image.
Best regards,
IsmaelHello jgoldberg1983!
Go to Enfold > Setting > And where do you want to display the Blog?, deselect any pages and just leave it blank. Edit your Blog Page, go to Advance Layout Builder then insert the Blog Post element. See if there is any improvements. You can use a cache plugin to optimize page speed.
Regards,
IsmaelHey uattah!
Please give us a link to the page with the title that you want to change. What type of font are you currently using? There are lots of title elements on the theme, which one are you trying to change?
Cheers!
IsmaelHello!
I checked your site again on IE8 and I saw a lot of improvements on the site. The Color Section are showing now and the images are correctly aligned. What images are stretch? Can you please post a screenshot?
This is what I see on IE8:

Regards,
IsmaelHey mtupuschies!
1.) You can change the “Blog – Latest News” by editing index.php, find this code:
$title = __('Blog - Latest News', 'avia_framework'); //default blog title2.) The text “Archive for category:” is generated by avia_which_archive function. You can find it on framework > php > function-set-avia-frontend.php, find this code on line 834:
if ( is_category() ) { $output = __('Archive for category:','avia_framework')." ".single_cat_title('',false); } elseif (is_day()) { $output = __('Archive for date:','avia_framework')." ".get_the_time( __('F jS, Y','avia_framework') ); } elseif (is_month()) { $output = __('Archive for month:','avia_framework')." ".get_the_time( __('F, Y','avia_framework') ); } elseif (is_year()) { $output = __('Archive for year:','avia_framework')." ".get_the_time( __('Y','avia_framework') ); }Cheers!
IsmaelHi yoginthusiast!
Edit css > base.css, scroll to the #Typography, #Links & #Lists sections. :)
Regards,
IsmaelHi!
Add this on your custom.css or Quick CSS:
@-moz-document url-prefix() { .iconbox_content h3 span a span { position: relative; top: -20px; } } .iconbox_content h3 span a span { _position: relative; _top: -20px; }Why is there a span tag inside a span?
Regards,
IsmaelHey!
@uattah: Check if the settings on Settings > General > Membership > Anyone can register is enabled.Cheers!
IsmaelHey!
Can you post an example of the pdf link that is generated using the plugin? Have you tried manually adding a pdf link?
Best regards,
IsmaelHi hasinam!
You need to use Media Queries to make them responsive. Try this:
@media only screen and (max-width: 767px) { .ls-s-1 { left: 100px !important; margin-left: 0!important; } }Best regards,
IsmaelHey satucker!
You can add this on your .htaccess file:
php_value max_execution_time 120Have you tried increasing WP Memory Limit? Add this on wp-config.php:
define('WP_MEMORY_LIMIT','128M');Cheers!
IsmaelHi!
I’m not sure but I think that is not possible. You need to move the “ANY LAYOUT IMAGINABLE” on top of the page if you want it to be on top of the page.
Regards,
IsmaelHi!
Have you tried deactivating all your plugins? Can you give us a link to your website please?
Best regards,
Ismael -
AuthorPosts
