Forum Replies Created

Viewing 30 posts - 60,631 through 60,660 (of 66,092 total)
  • Author
    Posts
  • in reply to: Missing hover arrow on 1 entry in blog grid #208330

    Hi sbeauchesne!

    The format of the image is .jpeg. Save it as .jpg then upload it again.

    Regards,
    Ismael

    in reply to: Error with update #208328

    Hey Paul!

    This is a server side error. Please contact your host. Could be intermittent, like if the server database goes down. May be worth trying at another time. Please post a link to the website with the latest Enfold version.

    Best regards,
    Ismael

    in reply to: Cache issues with Theme? #208326

    Hi!

    The google analytics tracking code is present on your installation. Please wait for another 12 to 24 hours then visit the google analytics dashboard again. It should give you some stats by then.

    Regards,
    Ismael

    Hi!

    Change the header background using this:

    .header_color .header_bg, .header_color .main_menu ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div {
    background-color: rgba(255,255,255,.5);
    color: #988D81;
    }
    
    .header_color .container_wrap_meta {
    background-color: rgba(255,255,255,.5);
    }

    Footer:

    .footer_color, .footer_color .site-background, .footer_color .first-quote, .footer_color .related_image_wrap, .footer_color .gravatar img .footer_color .hr_content, .footer_color .news-thumb, .footer_color .post-format-icon, .footer_color .ajax_controlls a, .footer_color .tweet-text.avatar_no, .footer_color .big-preview, .footer_color .toggler, .footer_color .toggler.activeTitle:hover, .footer_color #js_sort_items, .footer_color.inner-entry, .footer_color .grid-entry-title, .footer_color .related-format-icon, .grid-entry .footer_color .avia-arrow, .footer_color .avia-gallery-big, .footer_color .avia-gallery-big, .footer_color .avia-gallery img, .footer_color .grid-content {
    background-color: rgba(0,0,0,0.5);
    color: #7b7368;
    }

    Socket:

    .socket_color, .socket_color .site-background, .socket_color .first-quote, .socket_color .related_image_wrap, .socket_color .gravatar img .socket_color .hr_content, .socket_color .news-thumb, .socket_color .post-format-icon, .socket_color .ajax_controlls a, .socket_color .tweet-text.avatar_no, .socket_color .big-preview, .socket_color .toggler, .socket_color .toggler.activeTitle:hover, .socket_color #js_sort_items, .socket_color.inner-entry, .socket_color .grid-entry-title, .socket_color .related-format-icon, .grid-entry .socket_color .avia-arrow, .socket_color .avia-gallery-big, .socket_color .avia-gallery-big, .socket_color .avia-gallery img, .socket_color .grid-content {
    background-color: rgba(255,0,60,.2);
    color: #988f81;
    }

    Best regards,
    Ismael

    in reply to: Advanced LayerSlider Not displaying correctly #208310

    Hey erikkIsrael!

    Can you please give us a link to the website with the slider? Please watch this video to learn more about the LayerSlider plugin: http://www.youtube.com/watch?v=ZY9SxVyugx4

    Best regards,
    Ismael

    in reply to: Icon Box Title Link #208309

    Hey!

    I’m not sure but I think it is cause by the plugin SEO Ultimate. Please try to deactivate the plugin, see if the issue still exist. If it does, try to edit config-templatebuilder > aviashortocdes > iconbox.php. Find this code on line 147:

    $title = "<a href='$link' title='".esc_attr($title)."' $blank>$title</a>";

    Replace it with:

    $title = "<a href='$link' $blank>$title</a>";

    Best regards,
    Ismael

    in reply to: Navigation Breaking #208303

    Hey!

    You can it at the very bottom of wp-config.php file:

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

    Can you please post the login details here? We would like to check it.

    Best regards,
    Ismael

    Hi todd!

    Edit the slide layer then go to Options panel > Transition In > Type > choose “Fade”.

    Cheers!
    Ismael

    in reply to: Blog isn't center aligning correctly #208293

    Hey LiskaD!

    What is the theme you’re using? Can you please post a link to the blog page?

    Best regards,
    Ismael

    in reply to: Cache issues with Theme? #208292

    Hey nmillas!

    Can you please give us a link to the website? Please post the google analytics code using http://pastebin.com/.

    Best regards,
    Ismael

    Hey!


    @azsupergirl
    : Remove the main div background first, using this:

    #main, .html_stretched #wrap_all {
    background-color: transparent;
    }

    Then use this for the alternate background color:

    .alternate_color, .alternate_color .site-background, .alternate_color .first-quote, .alternate_color .related_image_wrap, .alternate_color .gravatar img .alternate_color .hr_content, .alternate_color .news-thumb, .alternate_color .post-format-icon, .alternate_color .ajax_controlls a, .alternate_color .tweet-text.avatar_no, .alternate_color .big-preview, .alternate_color .toggler, .alternate_color .toggler.activeTitle:hover, .alternate_color #js_sort_items, .alternate_color.inner-entry, .alternate_color .grid-entry-title, .alternate_color .related-format-icon, .grid-entry .alternate_color .avia-arrow, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery img, .alternate_color .grid-content {
    background-color: rgba(255,255,255,.5);
    color: #7b7368;
    }

    And this for the main color background:

    .main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .big-preview, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content {
    background-color: rgba(0,0,0,.5);
    color: #7c6853;
    }

    Change the rgba background color values. “.5” stands for transparency or opacity.

    Best regards,
    Ismael

    in reply to: Testimonial Slider #208289

    Hi MtnStreamGroup!

    There is a “Testimonial Website Link” below the testimonial options if you scroll down a bit. You can remove that or add this on your custom.css or Quick CSS:

    .aviablank.avia-testimonial-link {
    display: none;
    }

    Cheers!
    Ismael

    in reply to: undefined error on accordian #208288

    Hi envato99!

    Please try to increase the wordpress php memory limit. Edit wp-config.php file, add this code:

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

    Please post a link to the website.

    Cheers!
    Ismael

    in reply to: SEO Issue – Multiple H1 Tags in posts #208287

    Hey!

    Go to Enfold > Theme Options > click the “Import Parent Theme Settings” button.

    Best regards,
    Ismael

    in reply to: Name of HOME page in breadcrumb #208286

    Hi jarlsberg!

    Add this on functions.php:

    add_filter('avia_breadcrumbs_args', 'avia_change_home_breadcrumb', 10, 1);
    function avia_change_home_breadcrumb($args){
    $args['show_home'] = __( 'Forside', 'avia_framework' );
    return $args;
    }

    Regards,
    Ismael

    in reply to: WooCommerce single product page sidebars not showing up. #208285

    Hey!

    The single product template does not support a right sidebar at the moment. Some major code rewrites would be required. Please post a request here: https://kriesi.at/support/topic/enfold-feature-requests/

    Best regards,
    Ismael

    in reply to: Increase Default Font Size #208283

    Hi!

    I changed the font size, please check here: http://site-test2.leadliaison.com/

    Regards,
    Ismael

    in reply to: Children of a single parent page pulling 404 errors #208282

    Hi kirzy!

    Can you please give us a link to the website? Post the login details here as a private reply.

    Cheers!
    Ismael

    in reply to: remove image hover #208281

    Hey conversations!

    Add this on your custom.css or Quick CSS:

    .image-overlay.overlay-type-extern {
    display: none !important;
    }

    Best regards,
    Ismael

    in reply to: Update makes my site turn into blank? #207948

    Hi!

    Please wait for another 12 hours. The update should appear automatically on the Theme Update panel.

    Cheers!
    Ismael

    in reply to: Please contribute and translate Enfold #207946

    Hey!

    @elmanisero: Thank you so much. :)

    Regards,
    Ismael

    in reply to: Trackback URL #207944

    Hi Brandon!

    You can edit includes > loop-index.php, find this code on line 118:

    echo "<span class='post-meta-infos'>";

    Below, add this code:

    echo '<span class="trackback minor-meta">Trackback URL: '; 
    trackback_url();
    echo '</span>';
    echo "<span class='text-sep text-sep-date'>/</span>";

    Regards,
    Ismael

    in reply to: Form Help #207938

    Hey nmillas!

    Have you tried these plugins?

    http://wordpress.org/plugins/breezing-forms/

    http://wordpress.org/plugins/ninja-forms/

    Best regards,
    Ismael

    in reply to: Icon Box Title Link #207935

    Hey dustingrof!

    Can you please give us a link to the page that renders the code above? Do you have the latest version of Enfold, 2.4.5?

    Cheers!
    Ismael

    in reply to: Plugin question #207934

    Hey asherbarrett!

    Add this on your custom.css or Quick CSS:

    .page-restrict-output {
    width: 100%;
    text-align: center;
    }
    
    .page-restrict-output > * {
    display: inline-block;
    }

    Regards,
    Ismael

    Hey!

    You have a lot of plugins installed. Please deactivate all of them, see if it fixes the issue. Test it on a different browser after you deactivate the plugins or remove browser cache.

    Cheers!
    Ismael

    Hi DaveL77!

    Please post the login details here. Set it as a private reply. Deactivate all plugins, see if it fixes the issue.

    Best regards,
    Ismael

    in reply to: Page edit functionality not appearing #207927

    Hi!

    Please download the latest version of Enfold on your themeforest account. Update the theme manually via FTP: https://vimeo.com/channels/aviathemes/64927359

    Please deactivate all plugins then test it on another browser.

    Regards,
    Ismael

    in reply to: Where to change the date format of the search results list? #207926

    Hey COLORIT!

    You can edit includes > loop-search.php, find this code on line 40:

    <?php the_time('d M Y'); ?>

    Refer to this link for date formats: http://codex.wordpress.org/Formatting_Date_and_Time

    Cheers!
    Ismael

    Hi erikkIsrael!

    I’m not really sure if I understand you correctly but do you want a full width background on a page? You can use this plugin: http://wordpress.org/plugins/wp-backgrounds-lite/

    Please post a screenshot.

    Best regards,
    Ismael

Viewing 30 posts - 60,631 through 60,660 (of 66,092 total)