Forum Replies Created

Viewing 30 posts - 61,471 through 61,500 (of 66,939 total)
  • Author
    Posts
  • Hi!

    No, that is not possible with boxed layout. You need a major css rewrite if you want to achieve that one. Please hire a freelance developer to help you.

    Best regards,
    Ismael

    in reply to: Plugin question #208346

    Hey!

    You added the code under mobile device media query. Please add it below this one on custom.css:

    /* General Custom CSS */

    Regards,
    Ismael

    in reply to: Problem with picture size #208339

    Hey!

    Edit the page then look for the image code:

    <img class="alignnone wp-image-14" alt="web pages" src="http://www.untuto.be/font/uploads/2013/12/templates-300x286.jpg" width="243" height="231">

    Add a unique css selector like “awesome-image” for example, the code should look something like this:

    <img class="alignnone wp-image-14 awesome-image" alt="web pages" src="http://www.untuto.be/font/uploads/2013/12/templates-300x286.jpg" width="243" height="231">

    Add this Quick CSS:

    .awesome-image {
    width: 243px;
    height: 231px;
    }

    Best regards,
    Ismael

    in reply to: Retina Images with Easy Slider #208338

    Hi!

    1.) Please try to open the PNG images on photoshop or any other image editor then save it again as PNG. Try to upload it again.

    Regards,
    Ismael

    in reply to: entypo in menus #208336

    Hey elbnetz!

    Can you please elaborate? I think your post is incomplete. A screenshot of what you’re trying to accomplish will help.

    Best regards,
    Ismael

    in reply to: Listing blog posts in alphabetical order #208332

    Hi!

    Glad you found a fix. :)

    Regards,
    Ismael

    in reply to: Custom CSS Image Left #208331

    Hi Connie!

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

    .alignleft {
    margin-right: 10px;
    margin-bottom:10px;
    }

    Assuming you insert an image using this code:

    <a href="LINK HERE" class="alignleft"><img src="IMAGE URL HERE"></a>

    Regards,
    Ismael

    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

Viewing 30 posts - 61,471 through 61,500 (of 66,939 total)