Forum Replies Created

Viewing 30 posts - 62,731 through 62,760 (of 66,017 total)
  • Author
    Posts
  • 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

    in reply to: Blog Page to show Excerpt or First 150 chars of post #167753

    Hello!

    Please send the login details to ///.

    Include the word “Kriesi” on the subject. Add the link of this thread on your email.

    Regards,
    Ismael

    in reply to: Missing borders on pricing table #167751

    Hey!

    Glad we could help. Please follow Kriesi on themeforest and watch out for new theme releases. :)

    Regards,
    Ismael

    in reply to: Site breaks in chrome #167568

    Hello!

    You have an old version of the theme. Mind upgrading to Enfold 2.2? Download the theme update on your themeforest account. I’m not sure what is causing the issue, please check wp-content/uploads/dynamic_avia folder then set enfold.css’s file permission to 755.

    Best regards,
    Ismael

    in reply to: WPML Help. Translate sections of a page #167498

    Hi!

    The link is working just right click it then Open Link in a new tab. http://www.screenr.com/ee97

    Cheers!
    Ismael

    in reply to: Fullwidth Template #167488

    Hi!

    You need to hire a freelance developer to adjust the css layout for you. Adjusting the template size will affect a lot of layout elements.

    Best regards,
    Ismael

    in reply to: Blog not updating Settings #167486

    Hey misery217!

    Have you tried disabling all your plugins? Is it working when you add the Blog Post element on other pages?

    Regards,
    Ismael

    in reply to: Stylesheet is not loading properly #167484

    Hi!

    All css set on Enfold > Styling > predefined color scheme is saved on the dynamic_avia.css file.

    Best regards,
    Ismael

    in reply to: Fullwidth Template #167480

    Hi!

    You can use the Fullscreen Slider element under Media Elements panel using the Advance Layout Builder.

    Regards,
    Ismael

    in reply to: IE8 Issues + others? #167478

    Hey jgoldberg1983!

    Is compatibility mode set on IE8 browser? Please disable it.

    Please use this plugin: http://wordpress.org/plugins/html5shiv/

    It will help render html5 elements on old IE browsers.

    Regards,
    Ismael

    in reply to: Increase sharpness of background images in layerslider #167477

    Hey!

    The Enfold theme demo uses 1700x470px images.

    Best regards,
    Ismael

    in reply to: Lightbox and Logo #167474

    Hey homemadebyx!

    1.) The lightbox in Enfold is the prettyPhoto plugin. You can find the code on js > prettyPhoto folder.

    2.) What do you mean by “switch the logo image”?

    Cheers!
    Ismael

    in reply to: Fullwidth Template #167472

    Hi tomsquadric!

    Just create a page then look for Layout > Layout > select “No Sidebar”. You can select different layouts on Enfold > Styling > Use stretched or boxed layout?. Please watch these videos to learn more about the theme. https://vimeo.com/channels/aviathemes

    Best regards,
    Ismael

Viewing 30 posts - 62,731 through 62,760 (of 66,017 total)