Forum Replies Created

Viewing 30 posts - 63,211 through 63,240 (of 67,068 total)
  • Author
    Posts
  • in reply to: Home page slider issue #178899

    Hey!

    You can use imgur, dropbox etc. The link you provided is broken. Did you use a Color Section? You can add a unique css id then use negative top margin to move it upwards. For example “slider-bottom-section”, add this on your Quick CSS:

    #slider-bottom-section {
    margin-top: -300px;
    }

    Regards,
    Ismael

    in reply to: Text Box Width – Slider #178897

    Hi journey5956!

    Edit the layers then click the Attribute panel, add a unique css class selector on the small text boxes. Something like “small-text-box”. Add this on your custom.css or Quick CSS:

    .small-text-box {
    min-width: 300px !important;
    }

    Adjust the width if necessary. I’m not sure if this is what you want. You have text boxes with different number of text characters.

    Regards,
    Ismael

    in reply to: Contact form issue #178894

    Hi Eventmakers!

    Did you add a plugin prior to the issue?

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

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    -webkit-appearance: none;
    width: 500px;
    max-width: 100%;
    min-width: 300px;
    }

    You can remove the width and leave the min-width property. Adjust the value if necessary.

    Best regards,
    Ismael

    in reply to: Advanced Layerslider & Fullwidth Easy Slider SAFARI BROKEN #178892

    Hey!

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

    html {
    -webkit-font-smoothing: antialiased;
    }

    Remove browser cache then reload the page.

    Best regards,
    Ismael

    in reply to: Icon Box Not Linking #178887

    Hi!

    I deselected the “Blog” page on Enfold > Theme Options > And where do you want to display the Blog?. You can now use the “Blog Posts” element then choose the excerpt only on “Blog Content length”.

    Best regards,
    Ismael

    in reply to: shortcode in Header btw logo and social icons #178885

    Hey!

    What about if you enclose the shortcode inside a container or div?

    echo “<div class=’top-layerslider’>”;
    echo do_shortcode(‘[layerslider id=”8″]‘);
    echo “</div>”;

    Can you please post a screenshot of what you’re trying to do?

    Regards,
    Ismael

    in reply to: VIdeo URL doesn't work when parameters added after the URL #178883
    in reply to: VIdeo URL doesn't work when parameters added after the URL #178881
    in reply to: VIdeo URL doesn't work when parameters added after the URL #178880

    Hi m!

    I think recommended videos depends on the user’s activities and you can’t really control them. You can remove youtube history here: http://www.youtube.com/feed/history

    Don’t use the embed code. Please try this:

    http://youtu.be/S0y55vTpwck?rel=0&modestbranding=1

    Best regards,
    Ismael

    in reply to: Error on install #178870

    Hi!

    Can you please give us a link to the website? Did you import the dummy data? Please download the theme again on your themeforest account then override the theme files via FTP.

    Best regards,
    Ismael

    in reply to: Images not showing in IE8. #178869

    Hey!

    I checked your website using IE8 and the 4 images show as expected. This is the screenshot.

    Regards,
    Ismael

    in reply to: Masonry Issues (on kriesi.at demo) #178866

    Hey Michae1!

    It loads properly on my end. Maybe a slow internet connection? Please try it again. :)

    http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/

    Best regards,
    Ismael

    in reply to: Schema info (Testimonials) #178864

    Hi!

    Create a backup of your theme files and database. If you’re using Notepad++ or Dreamweaver click CTRL + F to open the search panel then look for “xmlns” and click Find All. You can remove those if you want specifically the one on config-templatebuilder > avia-shortcodes > testimonials.php, find this code:

    if(avia_sc_testimonial::$counter == 1)
                    {
    				    $output .= "<section class ='avia-testimonial-row' xmlns:v='http://rdf.data-vocabulary.org/#' typeof='v:Person' $markup>";
    				}

    Replace it with:

    if(avia_sc_testimonial::$counter == 1)
                    {
    				    $output .= "<section class ='avia-testimonial-row' typeof='v:Person' $markup>";
    				}

    Recreate the testimonial page.

    Best regards,
    Ismael

    in reply to: HIDE some Option #178857

    Hi immenjil!

    Edit framework > css > avia_admin.css, add this at the very bottom:

    #avia_import {
    display: none;
    }
    
    .avia_section_header:last-child {
    display: none !important;
    }
    

    Best regards,
    Ismael

    in reply to: Video not showIng in IE8 #178856

    Hi Jennifer!

    That is an old entry. The new Kriesi.at strip the backslash on the property values. Please try this:

    .avia-video iframe, .js_active .avia-iframe-wrap iframe {
    position: absolute\9;
    width: 100%\9;
    height: 100%\9;
    display: block\9;
    }

    Regards,
    Ismael

    in reply to: Adding a line of content above the header menu #178855

    Hey TandyElisala!

    You can edit header.php, find this code:

    <div id='wrap_all'>
    
    		<?php if(!$blank){ ?>

    Below add this code:

    <div id="top-banner"><div class="container">To order Healing Through the Chaos, click here. Click here for free resources. Connect with Tandy here (hyperlink)</div></div>

    Cheers!
    Ismael

    in reply to: Enfold Partner logo element #178853

    Hey!

    Can you please disable SEO Yeost then update the page?

    Cheers!
    Ismael

    in reply to: Adjusting the order of sections/categories on main page #178852

    Hey TandyElisala!

    Did you create this using the Advance Layout Builder? Just edit the page then drag the section that you want to reposition.

    Best regards,
    Ismael

    in reply to: Layer Slider Only loading W/Safari #178850

    Hi!

    Can you please post the login details here? Please go to wp-content/plugins and delete all unnecessary folders that you don’t use. Deactivate all plugins then edit the LayerSlider slideshow and save changes.

    Best regards,
    Ismael

    in reply to: Jquery issues #178847

    Hey!

    Please remove browser cache then reload the page. I visited the site and the mega menu aligns properly. What browser are you testing this with?

    Cheers!
    Ismael

    in reply to: Custom Links in Gallery #178843

    Hey lkhassan!

    Please try this plugin: http://wordpress.org/plugins/wp-gallery-custom-links/

    Regards,
    Ismael

    in reply to: Top Menu & Side Navigation Issues #178299

    Hi!

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

    #top .widget_nav_menu li {
    min-width: 300px;
    }

    Best regards,
    Ismael

    in reply to: Layerslider not saving #178297

    Hi!

    You have 7 plugins installed please try to deactivate them to create a new slide again. Remove browser cache or use another browser. Please post the login details here as a private reply so that we can check it.

    Cheers!
    Ismael

    in reply to: Page disapeared #178295

    Hi Focaljourney!

    Can you please give us a link to the actual Gallery? Please check Appearance > Menus. See if the Gallery menu item exist.

    Cheers!
    Ismael

    in reply to: Iconfonts broken after upgrade #178291

    Hi BrendanMc!

    Can you please give us a link to your website? Did you try to recreate the elements that are using the icons including the icon box, icon list, social icons etc? What browser and OS are you testing this with?

    Best regards,
    Ismael

    in reply to: upgrade to version 2.3.2 #178290

    Hi!

    You can copy the files inside the child’s theme folder and it will override the existing file on the main theme folder. For example copy header.php, place it on the child theme’s folder then erase everything. You’ll notice that you will no longer have a header and the whole site will be broken because there is no header to be found.

    Best regards,
    Ismael

    in reply to: Enfold > Text Editor > &nbsp #178289

    Hi David!

    Are you using the Visual editor? Please switch to the Text or HTML editor. Upgrade your installation to Enfold 2.3.2.

    Regards,
    Ismael

    in reply to: Images won't upload error #178288

    Hi!

    Please remove browser cache then reload the page a few times. Please try it on another browser. If you have a cache plugin, flush the settings. You can post the login details here and set it as a private reply.

    Regards,
    Ismael

    Hey!

    Glad it worked. :)

    Best regards,
    Ismael

    in reply to: big facebook incon #178281

    Hey!

    1.) Just edit the team member element then look for Add/Edit Social Service or Icon Links.

    2.) You can use the Color Section element, add a background then set the Background Position to Fixed.

    3.) You should have it on your email. Please contact themeforest.

    Cheers!
    Ismael

Viewing 30 posts - 63,211 through 63,240 (of 67,068 total)