Forum Replies Created

Viewing 30 posts - 63,781 through 63,810 (of 67,079 total)
  • Author
    Posts
  • in reply to: Registration for a forum user #168215

    Hey!

    Glad you found that plugin. That sure is useful. :)

    Cheers!
    Ismael

    in reply to: progress bar in a layerslider #168212

    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,
    Ismael

    in reply to: IE8 Issues + others? #167997

    Hey!

    Please try this on your custom.css or Quick CSS:

    .avia-section {
    background-repeat: repeat-y !important;
    }

    Cheers!
    Ismael

    in reply to: Enfold Feature Requests #167993

    Hello!


    @dbarta
    : This is the plugin used on Incarnation: http://wordpress.org/plugins/the-events-calendar/

    Best regards,
    Ismael

    in reply to: Tabs and Postslider not working on handheld devices #167989

    Hi!

    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!
    Ismael

    in reply to: No Navigation Menu in Android / Samsung Galaxy II #167988

    Hey!

    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,
    Ismael

    in reply to: Registration for a forum user #167987

    Hi!

    They use this plugin to redirect you from page to page. http://wordpress.org/plugins/quick-pagepost-redirect-plugin/

    Best regards,
    Ismael

    in reply to: semi transparent wavy divider #167986

    Hi!

    Why not add the wave image on the LayerSlider background directly?

    Regards,
    Ismael

    Hi 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,
    Ismael

    in reply to: Breadcrumb/Portfolio #167984

    Hello!

    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,
    Ismael

    in reply to: WooCommerce – Eliminate "Show Details" functionality? #167983

    Hello MLA18!

    You can add this on your custom.css or Quick CSS:

    .button.show_details_button {
    display: none !important;
    }

    Best regards,
    Ismael

    in reply to: Conflict with a form plugin #167982

    Hi 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!
    Ismael

    in reply to: enfold settings #167861

    Hi 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,
    Ismael

    in reply to: Tabs and Postslider not working on handheld devices #167860

    Hey 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,
    Ismael

    in reply to: Lightbox and Logo #167859

    Hi!

    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!
    Ismael

    in reply to: Portfolio grid sizing and spacing issues #167857

    Hello!

    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,
    Ismael

    in reply to: Blog Link Delay #167856

    Hello 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,
    Ismael

    in reply to: Change font weight to thin #167853

    Hey 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!
    Ismael

    in reply to: IE8 Issues + others? #167852

    Hello!

    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,
    Ismael

    in reply to: Change text of Main Title #167849

    Hey mtupuschies!

    1.) You can change the “Blog – Latest News” by editing index.php, find this code:

    $title = __('Blog - Latest News', 'avia_framework'); //default blog title

    2.) 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!
    Ismael

    in reply to: css selectors for font change (@font-face) #167845

    Hi yoginthusiast!

    Edit css > base.css, scroll to the #Typography, #Links & #Lists sections. :)

    Regards,
    Ismael

    in reply to: Icon Box Problem #167844

    Hi!

    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,
    Ismael

    in reply to: Registration for a forum user #167840

    Hey!


    @uattah
    : Check if the settings on Settings > General > Membership > Anyone can register is enabled.

    Cheers!
    Ismael

    in reply to: Enfold – Insert into Page button not working #167836

    Hey!

    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,
    Ismael

    in reply to: Layer Slider WP Not Responsive #167834

    Hi 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,
    Ismael

    in reply to: Cant make new posts since 2.2 upgrade #167763

    Hey satucker!

    You can add this on your .htaccess file:

    php_value max_execution_time 120

    Have you tried increasing WP Memory Limit? Add this on wp-config.php:

    define('WP_MEMORY_LIMIT','128M');

    Cheers!
    Ismael

    in reply to: Contact form: "email" field as sender ("from") ? #167762

    Hello fraa!

    You can use the plugin Contact Form 7. :)

    Cheers!
    Ismael

    in reply to: how to keep a div on top of a page #167760

    Hi!

    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,
    Ismael

    in reply to: Post Description is blogged #167758

    Hi!

    Have you tried deactivating all your plugins? Can you give us a link to your website please?

    Best regards,
    Ismael

    in reply to: Breadcrumb/Portfolio #167757

    Hello!

    The breadcrumb looks ok. When I clicked “Energia & Gás”, the breadcrumb says “Você esta aqui:Home / Produtos / Energia & Gás”. Can you give us a screenshot of what you think is wrong with it?

    Cheers!
    Ismael

Viewing 30 posts - 63,781 through 63,810 (of 67,079 total)