Forum Replies Created

Viewing 30 posts - 63,961 through 63,990 (of 64,891 total)
  • Author
    Posts
  • Hi.

    2.) Your site is on maintenance mode, we would like to check the footer area.

    3.) To change the menu font size and style, use this on your custom.css

    .main_menu ul:first-child > li > a {
    text-decoration: none;
    font-weight: normal;
    font-size: 20px;
    }

    For the color, you can use this:

    .header_color .main_menu ul:first-child > li > a {
    color: red;
    }

    Hover state color, use this

    .header_color .main_menu ul:first-child > li a:hover {
    color: blue;
    }

    4.) To change the excerpt, edit the post, look for Screen Options (top right corner) and check the Excerpt option. You can place the excerpt manually. You can also use the <!–more–> tag. http://en.support.wordpress.com/splitting-content/more-tag/

    Regards,

    Ismael

    in reply to: Embedded uploaded video not displaying correctly #124800

    Hi,

    I think this can be fix with css. Please give us a link to the actual website.

    Regards,

    Ismael

    in reply to: PLAYING VIDEOS FROM THE GALLERY #124275

    Hi,

    I have a simple solution for you here but it will only play vimeo and youtube videos. Edit config-templatebuilder > avia-shortcodes > gallery.php, find this code on line 191

    $thumbs .= " <a href='".$link[0]."' data-rel='gallery-".self::$gallery."' data-prev-img='".$prev[0]."' {$class} data-onclick='{$counter}' title='".$description."' ><img {$tooltip} src='".$img[0]."' title='".$title."' alt='".$alt."' /></a>";
    $first = false;

    Replace it with

    $thumbs .= " <a href='".$alt."' data-rel='gallery-".self::$gallery."' data-prev-img='".$prev[0]."' {$class} data-onclick='{$counter}' title='".$description."' ><img {$tooltip} src='".$img[0]."' title='".$title."' alt='".$alt."' /></a>";
    $first = false;

    Now, on the Advance Layout Editor, insert the Gallery element. Click Add/Edit Gallery. Upload an image or select one on Media Library. Beside the image, look for ATTACHMENT DETAILS, fill in the Alt text with the youtube or vimeo link. The url should be complete, something like this http://www.youtube.com/watch?v=G0k3kHtyoqc.

    It will open the videos on lightbox.

    Regards,

    Ismael

    in reply to: Unidentifiable posts in blog category #124085

    Hi,

    Go to Appearance > Widgets, look for Displayed Everywhere widget area. Remove the Recent Posts widget.

    Regards,

    Ismael

    in reply to: How-to: Parallax effect on "Team" page #124774

    Hi,

    Edit a page and set it to No sidebar.

    On Advance Layout Builder > Layout Element, insert the Color Section element. Upload an image with 1500x1000px size, actual image size on the demo.

    Background Image Position: Center Center

    Background Repeat: Stretch to fit

    Background Attachment: Fixed

    Regards,

    Ismael

    in reply to: photo in single post page #124675

    Hi,

    Please add this on your custom.css

    .big-preview {
    display: block;
    padding: 0 50px 10px 80px;
    }

    Regards,

    Ismael

    in reply to: Mobile Version – Layer not showing #124760

    Hi,

    I don’t see the gradient effect on your header.

    I think you already fix the logo alignment. It looks horizontally aligned to me.

    To increase the padding, add this on your custom.css

    #after_layer_slider_1 {
    margin-top: 50px;
    border-top: none;
    }

    Regards,

    Ismael

    in reply to: How to change menu background color? #124307

    Hi,

    Please add this on your custom.css or Quick CSS

    #header_main_alternate {
    background: #63245B;
    }

    #menu-main-menu {
    background: #63245B;
    }

    Regards,

    Ismael

    in reply to: Please contribute and translate Enfold #114940

    Hi,

    Is there any Italian here?

    Regards,

    Ismael

    in reply to: Footer #124727

    Hi,

    @dsgnerfw: Thanks for the tip.

    @heidi22: He is right, you can place a dummy widget like blank text widget on Appearance > Widgets. Place it on Footer widget areas. You can also disable them on Enfold > Footer > Footer Columns, select “Select..”.

    Regards,

    Ismael

    in reply to: Advanced Layerslider – element limitations? #124369

    Hi,

    Can you give us a link with the slider crashing? You can create a test page then duplicate the slider and add it on the page.

    Regards,

    Ismael

    in reply to: Upload Error: WordPress Failure Notice #124456

    Hey,

    Glad Devin helped.

    Cheers,

    Ismael

    in reply to: universal filter issue #124354

    Hey,

    Glad you fixed it. Can you post the fix here? It might help other users with the same issue.

    Regards,

    Ismael

    in reply to: Page-Based Pagination is Flawed #124661

    Hi,

    This is a very old issue. Sadly, it is still not fix. Workaround is to show all your portfolio entries on a single page without pagination. Let me tag Kriesi.

    Regards,

    Ismael

    in reply to: Calling post_type=page i receive a blank page #120263

    Hi,

    “Resolving 500 errors – general: this error can only be resolved by fixes to the Web server software. It is not a client-side problem. It is up to the administrators of your Web server site to locate and analyse the logs which should give further information about the error.”

    Reset your plugin folders.

    1.) Via FTP or your host’s file manager, navigate to the wp-contents folder (directory)

    2.) Rename the folder “plugins” to “plugins.hold”

    3.) Login to your WordPress administration menus (/wp-admin)

    4.) Via FTP or your host’s file manager, rename “plugins.hold” back to “plugins”

    Reinstall WordPress.

    1.) Download the latest version of wordpress.

    2.) Override your installation except the wp-content folder.

    Regards,

    Ismael

    in reply to: Button Inconsistencies #124648

    Hi,

    Please add this on your custom.css.

    input[type="submit"] {
    border-radius: 3px;
    background-image: url(../images/layout/bg-button.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    margin: 3px 0;
    line-height: 1.2em;
    position: relative;
    font-weight: 600;
    text-align: center;
    max-width: 100%;
    }

    Cheers,

    Ismael

    in reply to: Important Question…pls!! #124433

    Hi,

    If you want to remove the gallery thumbnails, please add this on your custom.css or Quick CSS

    .avia-gallery-thumb {
    display: none;
    }

    Cheers,

    Ismael

    in reply to: Can we move or expand the Search Bar? #122511

    Hey,

    Glad we could help. :)

    Have a nice day.

    Cheers,

    Ismael

    in reply to: Main offset #124639

    Hi,

    I check it further and I can see the gap on the main div. Add this on your custom.css

    /*

    Mobile Styles

    ================================================== */

    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

    @media only screen and (max-width: 900px) {
    /* Add your Mobile Styles here */
    #main {
    margin-top: 0;
    }
    }

    Regards,

    Ismael

    in reply to: Main offset #124638

    Hi,

    I checked your website on a mobile device but I don’t see the black border. Can you give us a screenshot? In what mobile device is this happening?

    Regards,

    Ismael

    in reply to: Header Placement #124607

    Hi,

    No, this is not possible at the moment. Please hire a freelance developer to modify the theme for you.

    Regards,

    Ismael

    in reply to: Header Logo Portfolio Installation Update Problems #124582

    Hi,

    a.) The background image should be 88px in height.

    b.) Your logo looks nice. After uploading the logo, you can select sizes before clicking “Insert Image as logo”.

    c.) Your portfolio looks fine on mobile devices. http://responsinator.com/?url=blog.blue2x.com%2Fportfolio-2%2F

    Let me tag Devin to check your site on an actual mobile device.

    Regards,

    Ismael

    Hi,

    I’m sorry but this is beyond the scope of our responsibility as a theme support. You need to hire a freelance developer to test the slider for you.

    Cheers,

    Ismael

    in reply to: Sidebar page "gray" highlight issue #124484

    Hi,

    I test this on my end. It might work.

    #top #main .sidebar {
    overflow: visible;
    width: 268px;
    }

    #top #main .sidebar_left .sidebar {
    border-right-style: solid;
    border-right-width: 2px;
    border-left: none;
    }

    #top .widgettitle {
    margin-left: -50px;
    padding-left: 50px;
    }

    Regards,

    Ismel

    in reply to: Sidebar page "gray" highlight issue #124483

    Hi,

    You mean the line below the widget title? I can’t think of any idea because the sidebar overflow is hidden so it is not possible to move elements to the left. It will break the layout when you set it to visible. It is possible if you can create a span inside the widget title and style it like a thin border, set the position to absolute. In order to do it, you need modify the default widgets on wp-includes > default-widgets.php. You need to ask someone else to do it for you.

    Regards,

    Ismael

    in reply to: "Spam" links showing up in testimonials #124477

    Hi,

    I got a 404 page when visiting the link http://www.tkfay.com/aboutus

    Regards,

    Ismael

    in reply to: Layer Slider Reponsive? #123635

    Hi,

    Please send the login details //…

    Include the work “Kriesi” on the subject. Add the link of this thread on your email.

    Regards,
    Ismael

    in reply to: Enfold Accordion Issues – Stopped Toggling #124192

    Hey,

    Glad it worked. :)

    Regards,

    Ismael

    in reply to: Icon Box (Left) v1.6 #124453

    Hi,

    Please add this on your custom.css or Quick CSS

    .iconbox .iconbox_content .iconbox_content_title {
    overflow: visible;
    }

    Did you modify anything on the css?

    Regards,

    Ismael

    in reply to: Footer widgets iPad portrait mode; text is cut off #124022

    Hi,

    Please add this on your custom.css or Quick CSS

    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

    @media only screen and (max-width: 1024px) {
    /* Add your Mobile Styles here */
    .iconbox .iconbox_content .iconbox_content_title {
    margin: 0 0 10px 0;
    letter-spacing: 0;
    font-size: 13px;
    }

    .iconbox_content p {
    font-size: 10px;
    }

    }

    Cheers,

    Ismael

Viewing 30 posts - 63,961 through 63,990 (of 64,891 total)