Forum Replies Created

Viewing 30 posts - 57,391 through 57,420 (of 67,477 total)
  • Author
    Posts
  • in reply to: Enfold Theme Issues #292830

    Hey!

    Thank you for the info.

    Can you please give us a copy or the code inside your .htaccess file? Did you install wp on a sub directory?

    Regards,
    Ismael

    in reply to: Problems Reoccurred when I imported posts #292829

    Hey!

    Thank you for the update

    I’m sorry but the website is not loading on my end. It must have something to do with your server configuration. Where are you hosting the website? I’ll ask the rest of the support team to check it. Try to use this plugin to import your posts: https://wordpress.org/plugins/wp-ultimate-csv-importer/

    Cheers!
    Ismael

    in reply to: Sidebar with images #292828

    Hi satucker!

    Thank you for using the theme.

    You have to manually build the html code using a text widget or you can create a custom widget but that would a bit complicated. This is how the website created the links with images.

    <table border="0" cellspacing="0" cellpadding="5" width="25%">
    <tbody>
    <tr style="background-color:#c0c291">
    <td><a href="/counselors/lisa-a-davis"><img src="http://64.19.142.11/www.directionscounseling.com/templates/dcg/images/lisa_3xsm.jpg" border="0"></a></td>
    <td>
    <p class="about"><a href="/counselors/lisa-a-davis">Lisa Davis<br> RN, MA, PCC</a></p>
    </td>
    </tr>
    <tr style="background-color:#e2d4b9">
    <td><a href="/counselors/emily-heselton"><img src="http://64.19.142.11/www.directionscounseling.com/templates/dcg/images/emily_3xsm.jpg" border="0"></a></td>
    <td>
    <p class="about"><a href="/counselors/emily-heselton">Emily Heselton<br> MA, PC</a></p>
    </td>
    </tr>
    <tr style="background-color:#c0c291">
    <td><a href="/counselors/kala-johnson"><img src="http://64.19.142.12/www.directionscounseling.com/templates/dcg/images/kala_3xsm.jpg" border="0"></a></td>
    <td>
    <p class="about"><a href="/counselors/kala-johnson">Kala Johnson<br> MA, PC</a></p>
    </td>
    </tr>
    <tr style="background-color:#e2d4b9">
    <td><a href="/counselors/joe-johnston"><img src="http://64.19.142.11/www.directionscounseling.com/templates/dcg/images/joe_3xsm.jpg" border="0"></a></td>
    <td>
    <p class="about"><a href="/counselors/joe-johnston">Joe Johnston<br> MDiv, MAMFT, IMFT</a></p>
    </td>
    </tr>
    <tr style="background-color:#c0c291">
    <td><a href="/counselors/ryan-smith"><img src="http://64.19.142.11/www.directionscounseling.com/templates/dcg/images/ryan_3xsm.jpg" border="0"></a></td>
    <td>
    <p class="about"><a href="/counselors/ryan-smith">Ryan Smith<br> LISW-S, SAP, LCDC-III</a></p>
    </td>
    </tr>
    </tbody>
    </table>

    Cheers!
    Ismael

    in reply to: Header acting funny #292824

    Hi!

    Yigit’s suggestion should fix the issue. I checked the website and I don’t see the header issue anymore. Please remove browser cache then reload the page a few times.

    Best regards,
    Ismael

    in reply to: Visual Editor No Longer Working #292822

    Hey!

    Thank you for the update.

    Actually, you’re not using the latest version of the theme. You’re using version 2.1 which is not compatible with WordPress 3.9.1. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Note that updating the website from version 2.1 might break some elements on the website so you might need to recreate them or configure the options again.

    Cheers!
    Ismael

    in reply to: enfold sub menu color when on parent page #292820

    Hi Reto!

    Thank you for using the theme!

    Please add this at the very bottom of Quick CSS:

    #top .main_menu .menu ul li>a {
    color: white !important;
    }

    Best regards,
    Ismael

    Hi!

    Thank you for the update.

    Please add this on Quick CSS or custom.css:

    #top .products .product-category h3:before {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    left: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 1px;
    border-style: solid;
    visibility: hidden\9;
    border-bottom: none;
    border-right: none;
    z-index: 1000;
    top: -6px;
    border-color: #e1e1e1;
    background-color: #fcf9f4;
    }

    Cheers!
    Ismael

    Hi!

    Thank you for using the theme.

    When you switched from the advance layout builder to the default editor, are you expecting to see the same shortcodes? Note that you can only use one editor, choose between the default and advance layout builder. You cannot switch back and forth. If you want to see the actual shortcodes below the advance layout builder, switch it to debug mode. Edit functions.php, find this code on line 16:

    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";
    }

    Regards,
    Ismael

    in reply to: Portfolio roll-over #292813

    Hi Andrea!

    Thank you for using the theme.

    Another user requested the same effect but we are not able to provide a proper solution because of the way iOS handles hover state. I’m sorry but you need to hire a freelance developer if you want to modify the hover effect.

    Best regards,
    Ismael

    in reply to: Breadcrumb #292480

    Hey!

    Thank you for the info.

    I checked the http://dash-journal.com/dash-nr-09-housing-exibitions/ page but I don’t see the “Issues” page on the breadcrumb. I think you miss a step when you’re describing the issue above but I’m not sure where. How will you navigate back to DASH #09 – Housing Exibitions using a breadcrumb?

    Regards,
    Ismael

    Hi!

    Thank you for the update

    I’m sorry I made a mistake, I thought the full width easy slider have the same image size options as easy slider but you can use the No Scaling slideshow image size if you want to use the actual dimension of the uploaded image.

    Best regards,
    Ismael

    in reply to: how to use svg-images as a featured image? #292465

    Hi!

    Thank you for using the theme.

    After you’ve added the featured image, add this on Quick CSS:

    img.wp-post-image {
    min-width: 100% !important;
    }

    Cheers!
    Ismael

    in reply to: It doesn´t work… once more #292460

    Hey!

    Thank you for the info.

    Yes, it surely is possible. Remove the layer slider then replace it with the Color Section element. Add a background image. You can also use other sliders. Not sure why the layer slider will cause that kind of issue but maybe you added an html code on one of the layer then you forgot to close the tag.

    Regards,
    Ismael

    in reply to: Problem with images in explorer 10 #292351

    Hi!

    Like Josue, I can’t access the dashboard because of the error. Please contact your hosting provider. Also, the Trappediagram page does not exist. I don’t see it under Metematik menu item. A screenshot will help.

    Regards,
    Ismael

    in reply to: Fonts not loading on IE #292350

    Hey!

    Thank you for using the theme.

    You’re using version 2.6.2 of the theme. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Ismael

    in reply to: Full width easyslider in html #292348

    Hi!

    Thank you for the update.

    Please remove the av_one_full shortcode because it will constrain the slider inside a container. Deactivate the cache plugin while working on the site.

    Regards,
    Ismael

    in reply to: masonry galley loading all items in gallery library #292347

    Hi!


    @laraparodi
    : We’ll close the thread for now. If the solutions abpve didn’t fix the issue on your end, please open another thread.

    Cheers!
    Ismael

    Hey allaboutapps!

    Thank you for using the theme!

    On the latest version of the theme, the Portfolio Grid element will inherit the size of its container so it will adjust to full width if you have the stretched layout. Edit the portfolio page then insert a 1/1 column. Place the Portfolio Grid inside the 1/1 column.

    Best regards,
    Ismael

    in reply to: image column layout strange in IE8 #292340

    Hey ShortieD!

    Thank you for using the theme.

    Please add a custom selector on the images inside the text block. Something like this:

    <img class="avia-img-fix" src="IMG URI HERE">
    

    After that, add this on Quick CSS:

    .avia-msie-8 .avia-img-fix {
    max-width: 211px;
    }

    Best regards,
    Ismael

    Hey!


    @broodjekaas
    : Yes, it is possible but not advisable because it will break the responsiveness of the slider. You can insert the slider inside a column layout to constrain its size.

    Best regards,
    Ismael

    Hey zohar!

    Thank you for the screenshots.

    If I am not mistaken this will vary on different screen resolutions. The script can’t accurately calculate the position of the isotope items. You can add this on Quick CSS or custom.css:

    div.grid-sort-container.isotope.no_margin-container.with-excerpt-container.grid-total-even.grid-col-4.grid-links-.isotope_activated {
    width: 99.9%;
    }

    Best regards,
    Ismael

    in reply to: custom sidebar wont go live #292333

    Hey!

    Thank you for the update.

    You added a custom menu but you didn’t select which menu to show. Please check: http://shanetucker.com/brian-davis/

    Also, please deactivate the cache plugin while working on the site. Activate it when you’re ready to go live.

    Regards,
    Ismael

    in reply to: It doesn´t work… once more #292331

    Hey!

    Thank you for the info.

    I can see the issue on my end before refreshing the page. What is the css code that you added on the previous thread? Also, please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Ismael

    in reply to: Issue with slider #291432

    Hi Gurify!

    Thank you for using the theme.

    You have an old version of the theme which is not compatible with WordPress 3.9.1. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Note that the update might break some elements on the website because version 2.2 is a bit old and there lots of changes since.

    Cheers!
    Ismael

    in reply to: Problem with images in explorer 10 #291431

    Hey Bjørn!

    Thank you for visiting the support forum.

    Please post the website URL here. We would like to check it.

    Regards,
    Ismael

    in reply to: Layerslider does not fit in to the size #291430

    Hi elbnetz!

    Thank you for using the theme.

    Do you mind if we take a look at the website? Make sure that you have the latest version of the theme, Enfold 2.9.1. Also, please edit the slider then go Global Settings > Layout > Full-width slider settings. Disable this option then check the page.

    Cheers!
    Ismael

    in reply to: Editing files using child theme? #291427

    Hi srs6270!

    Thank you for using the theme.

    Why exactly do you want to edit the breadcrumbs? If I am not mistaken, the avia framework can only be modified using filters on the child theme functions.php. If you can tell us why you need to edit the breadcrumbs, maybe we can help. If you want to alter the avia shortcodes using a child theme, add this on functions.php:

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
    	$template_url = get_stylesheet_directory();
        array_unshift($paths, $template_url.'/shortcodes/');
    
    	return $paths;
    }

    Create a shortcode folder then copy the element or shortcode that you want to edit from config-templatebuilder > avia-shortcodes folder. Place it on the child theme’s shortcode folder. I’ll ask Dude to check, maybe my answer is insufficient.

    Best regards,
    Ismael

    in reply to: Related entries down't show #291425

    Hi!

    Thank you for the info.

    You didn’t add any tags on the post that’s why the related section is not showing. The related section is base on tags. Also, please update the theme. :)

    Cheers!
    Ismael

    in reply to: Icons are not dipslayed #291422

    Hey!

    Thank you for the update.

    First, see if the solution here fix the issue: http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems

    You’re using a very old version of the theme, 2.0.1. The update should fix the issue but it might break some elements on the theme especially the header. All you need to do is to modify the theme options again and recreate some page elements on the advance layout builder. Please download the latest version 2.9.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Please update the theme as much as possible. Always make sure that you have the latest patch of the theme to fix minor bugs.

    Regards,
    Ismael

    in reply to: Dropdown menu on top of logo #291421

    Hi!

    It looks ok now. Please remove browser cache and reload the page a few times:

    Best regards,
    Ismael

Viewing 30 posts - 57,391 through 57,420 (of 67,477 total)