Forum Replies Created

Viewing 30 posts - 62,191 through 62,220 (of 66,065 total)
  • Author
    Posts
  • in reply to: Different Color for each iconbox fontello #179302

    Hi eightpage!

    You can add a unique selector for each Avia Elements. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');

    Edit any avia elements like Icon Box then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “first-iconbox”.

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

    .iconbox.iconbox_left.first-iconbox .iconbox_content {
    background: red;
    } 

    Regards,
    Ismael

    in reply to: How to change grey color text in sidebar/menu #179296

    Hey!

    Please use this:

    .main_color .sidebar a {
    color: red;
    }
    
    .main_color .sidebar a:hover {
    color: blue;
    }

    Best regards,
    Ismael

    Hey laenggi!

    Please adjust the padding. Add this on your custom.css or Quick CSS:

    #top div div.product .woocommerce-tabs ul.tabs li a {
    padding: 9px 20px 10px 20px;
    }

    Best regards,
    Ismael

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

    Hi!

    Your first code is targeting the widget and the second code targets the actual images. Anyway, glad it worked.

    Regards,
    Ismael

    in reply to: Problems with main picture in blog #179283

    Hey!

    Are you talking about the lightbox? Zoom feature is only available for product thumbnails.

    Regards,
    Ismael

    in reply to: Custom Bullet Image #179077

    Hi gintheme!

    You can use the Text Block element > Visual Editor, add something like this:

    [av_font_icon color="" font="entypo-fontello" icon="ue804" size="12px" position="left" link="" linktarget="no"]Click here to add your own text
    [av_font_icon color="" font="entypo-fontello" icon="ue804" size="12px" position="left" link="" linktarget="no"]Click here to add your own text
    [av_font_icon color="" font="entypo-fontello" icon="ue804" size="12px" position="left" link="" linktarget="no"]Click here to add your own text

    We use the Font Icon shortcode on the shortcode wand.

    Cheers!
    Ismael

    Hey!

    Looks like you fixed it yourself. You can use a background image and repeat it horizontally. Position the background top left.

    Cheers!
    Ismael

    in reply to: Help! My sidebar has moved to the bottom of my page #179052

    Hi kirkmc!d

    The sidebar is inside the nine units container. Please check any unclose div tag. You have a lot of plugins installed. Please deactivate them then upgrade your Enfold to 2.4.

    Regards,
    Ismael

    in reply to: Need to change AJAX anchor placement #178922

    Hi mgma!

    What do you mean by no higher than the top of the portfolio section? Sorry but can you please post a screenshot?

    Regards,
    Ismael

    in reply to: Enfold Update – Blog Meta Data Spacing #178920

    Hey Siobhan!

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

    .template-page .template-blog .entry-content-wrapper h1, .template-page .template-blog .entry-content-wrapper h2 {
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 10px;
    }

    Cheers!
    Ismael

    in reply to: Need help with upgrade… #178918

    Hey!

    You can watch this video created by Devin: http://vimeo.com/channels/aviathemes/67221517

    Regards,
    Ismael

    in reply to: Can't Change Transitions on Layerslider. #178917

    Hi PPCHound!

    Can you please post the login details here? Set it as a private reply.

    Cheers!
    Ismael

    in reply to: PrettyPhoto hide nav button on iframe content #178915

    Hi awilson3rd!

    Is it a video? Where do you get the code? Youtube, vimeo etc?

    Regards,
    Ismael

    in reply to: Layerslider not saving #178906

    Hi!


    @Marssolutions
    : I edited “NEW GSM Test” and I added a new Slide and a new layer on the existing slide without any problem. Please remove browser cache then reload the page a few times. Logout your account then login again. Use another browser if necessary.

    Cheers!
    Ismael

    in reply to: Social Icons Alt Text #178903

    Hey!

    Can you please give us a link to your website? Please re-create the social buttons on Enfold > Header > Social Icons. Remove all of them then add them again.

    Cheers!
    Ismael

    in reply to: script for google analytics link tracking #178901

    Hi allegrabillings!

    I’m not familiar with the code but you can create a new file inside the js folder called “googlelink.js” then add the code above but strip off or remove the “<script type=”text/javascript”></script>” part. Edit functions.php, find this code:

    wp_register_script( 'wp-mediaelement', $template_url.'/js/mediaelement/mediaelement-and-player.min.js', 'jquery', "1", true);

    Below, add this:

    wp_register_script( 'googlelink', $template_url.'/js/googlelink.js', 'jquery', "1", true);

    Again, find this code:

    wp_enqueue_script( 'wp-mediaelement' );

    Below, add this:

    wp_enqueue_script( 'googlelink' );

    The script will be included on the header.

    Regards,
    Ismael

    in reply to: Theme changes not showing in child theme #178900

    Hi BrandonBarringer!

    Please check the file permission of enfold.css file located on wp-content/uploads/dynamic_avia folder. Set it to 755. Remove browser cache then reload the page. Please give us a link to your website.

    Best regards,
    Ismael

    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

Viewing 30 posts - 62,191 through 62,220 (of 66,065 total)