Forum Replies Created

Viewing 30 posts - 65,551 through 65,580 (of 66,717 total)
  • Author
    Posts
  • in reply to: 404 on dynamic_avia/enfold.css?ver=1 #121827

    Hi,

    @garyherman: Thanks for the tip. :)

    Cheers,

    Ismael

    in reply to: Portfolio Grid Thumbnail Size #126358

    Hi,

    You can use this:

    .grid-entry .inner-entry {
    width: 90%;
    margin-left: 5%;
    }

    .sort_width_container {
    padding-left: 1.5%;
    }

    Regards,

    Ismael

    in reply to: ShareThis Plugin Cropped #126719

    Hi,

    Please add this on your custom.css or Quick CSS

    .stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
    height: 22px !important;
    line-height: 20px;
    }

    Regards,

    Ismael

    in reply to: Menu overlapping on the logo (ipad) #122250

    Hi,

    Please give us a link to your website. Maybe, you have a lot of menu items.

    Regards,

    Ismael

    in reply to: Adding Paypal Button to pricing table #124246

    Hi,

    I fixed the buttons, please check here: http://www.academieaugust.com/?page_id=1176

    Looks like every time you save the table, it adds a backslash on the paypal form code.

    Example is:

    <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="hosted_button_id" value="4F53A5YJ6CR6L">
    <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
    <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
    </form>

    After save will look like this:

    <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="hosted_button_id" value="4F53A5YJ6CR6L">
    <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
    <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
    </form>

    It is alright after you click the Save button for the first time but the backslash will add up when you save it again and again.

    Let me tag Kriesi.

    Regards,

    Ismael

    in reply to: Responsive Layout problems with iPad/Tablets #126586

    Hi,

    1.) Please add this on your custom.css or Quick CSS

    @media only screen and (max-width: 900px) {
    .responsive .title_container .breadcrumb {
    position: relative;
    right: auto;
    top: -6px;
    margin: 0;
    left: -2px;
    }
    }

    2.) Use this

    @media only screen and (max-width: 900px) {
    .js_active .top_tab .tab {
    border-bottom: none;
    padding: 9px 5px 9px 5px;
    font-size: 10px;
    }
    }

    3.) Please use this

    @media only screen and (max-width: 900px) {
    .iconbox .iconbox_content .iconbox_content_title {
    letter-spacing: 0;
    font-size: 12px;
    }
    }

    Seems like all of the issues above can be fix with media queries. You can combine all of the solution above.

    Regards,

    Ismael

    in reply to: Enfold- Archive Exceprts #126278

    Hi,

    You need to create a folder called “includes” then place the files like loop-index.php inside.

    Regards,

    Ismael

    in reply to: Countdown Clock #126030

    Hey,

    I haven’t tried those plugins. I’m glad it worked for you. :)

    Cheers,

    Ismael

    in reply to: Re previous solution 5 column portfolio php edit #126867

    Hi,

    You need to edit the file via FTP or your cpanel.

    http://www.siteground.com/tutorials/cpanel/file_manager.htm

    Regards,

    Ismael

    in reply to: Progress Bars – Custom color (no strobe effect) #126095

    Hi,

    Please use this

    .black-bar .bar {
    background: red;
    }

    Regards,

    Ismael

    in reply to: Description Column in Tables Not Displaying on iPhone #126760

    Hi,

    Please add this on your custom.css or Quick CSS

    @media only screen and (max-width: 767px) {
    .responsive .pricing-table.avia-desc-col {
    display: block !important;
    }
    }

    Regards,

    Ismael

    in reply to: Scroll Bar Issue #126744

    Hi,

    Do you have any plugins installed that might cause the issue?

    Please give us a link to your website.

    Regards,

    Ismael

    in reply to: socket nav color #126740

    Hi,

    Please use this on your custom.css or Quick CSS.

    #socket .sub_menu_socket .menu-main-menu-container ul li a {
    color: red;
    }

    Regards,

    Ismael

    in reply to: Portfolio Thumbnails Poor Quality #126462

    Hi,

    Edit the portfolio item, click the Gallery element, look for Gallery Preview Image Size. Choose a bigger thumbnails. You’re using the square thumbnails which is 180x180px.

    Regards,

    Ismael

    in reply to: How do I get rid of circle with expand arrows #126723

    Hey,

    Thanks formateins.

    Regards,

    Ismael

    in reply to: Captcha not bold #126754

    Hi,

    Please add this on your custom.css or Quick CSS

    #element_avia_avia_age_1 > label {
    font-weight: normal;
    }

    Regards,

    Ismael

    in reply to: Slider "blinks" right before transition #126426

    Hi,

    It is exactly how the fade effect works. When fading out, opacity decrease to 0, exposing the white background then the slider pops in by increasing the opacity to 100%.

    Regards,

    Ismael

    in reply to: Translation of Enfold #126428

    Hi,

    You need to use WPML plugin.

    Refer to this link: http://wpml.org/documentation/

    And a heads up tip: https://kriesi.at/support/topic/callout-translation-wpml#post-77814

    Regards,

    Ismael

    Hey,

    Let us know if it fixes the pageload somehow.

    Regards,

    Ismael

    in reply to: Sliders not loading correctly on Mobile #126492

    Hi,

    You’re slider is not loading even on desktop. Please recreate the slider from scratch. Download Enfold 1.7 on your themeforest account. Override the theme files via FTP.

    Regards,

    Ismael

    in reply to: button in menu #126292

    Hi,

    What type of header do you have?

    I tested this on using header with bottom navigation. Edit header.php, find this code

    <?php do_action('ava_main_header'); ?>

    <div class='container'>

    Add the avia_button code below, something like this

    <a href="http://www.google.com" class="menu-button-header avia-button avia-icon_select-yes avia-color-theme-color avia-size-small" target="_blank"><span class="avia_button_icon avia-font-entypo-fontello"></span><span class="avia_iconbox_title">Click me</span></a>

    Add this on your custom.css or Quick CSS

    .menu-button-header {
    position: absolute;
    left: 300px;
    top: 62px;
    }

    Adjust the left and top position, depends on the number of menu.

    Regards,

    Ismael

    in reply to: Warning Trim #126491

    Hi,

    Please upgrade to Enfold 1.7. Override the theme files via FTP. Check your portfolio item images, delete the caption.

    Regards,

    Ismael

    in reply to: Event Calendar integration #126488

    Hi,

    Please add this on your custom.css or Quick CSS

    .tribe-events-month-nav select {
    float: left !important;
    margin-left: 50px !important;
    clear: none !important;
    }

    .tribe-events-next-month {
    position: absolute;
    left: 270px;
    top: 5px;
    }

    .tribe-events-prev-month {
    margin-right: 5px;
    position: absolute;
    top: 5px;
    }

    Regards,

    Ismael

    in reply to: ENFOLD Easy slider #126315

    Hi,

    No, you don’t need to buy the theme again. Just create a new wordpress installation then activate the theme. Go to Theme Options > Import the dummy data. You will see how the theme works.

    Please watch the videos mentioned above.

    Regards,

    Ismael

    in reply to: Can't update template & Jquery Library is old #126486

    Hi,

    Please don’t use the upload theme option when you update the theme. Override the files via FTP.

    This video show you how to intall via FTP. It is the same process when you update the theme.

    Regards,

    Ismael

    in reply to: Custom hosted font with the child theme: Instructions #123815

    Hi,

    Use this on your child theme’s style.css

    @font-face {
    font-family:"Free Sans";
    src: url(font/FreeSans.eot) format("eot"),
    url(font/FreeSans.woff) format("woff"),
    url(font/FreeSans.ttf) format("truetype"),
    url(font/FreeSans.svg#FreeSans) format("svg");
    font-weight:normal;
    font-style:normal;
    }

    Call the font, using this

    h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox {
    font-family:"Free Sans";
    }

    Regards,

    Ismael

    Hi,

    1.) Go to Enfold > Theme Options > Frontpage Settings, select your homepage. Clicking the logo will direct you the selected frontpage.

    2.) Import the dummy data then edit the sliders on LayerSliderWP, it will give you a lot of ideas how the slider works. Largest image included on the dummy layer slider is 600x451px. Please give us a link to your website.

    Regards,

    Ismael

    in reply to: Layer Slider Preview not being accurate. #126321

    Hi,

    I think it is fixed? I can see white text.

    Please add this on your custom.css

    .main_color .ls-s-1 b {
    color: white !important;
    }

    Regards,

    Ismael

    in reply to: Select-Menu items being Disabled, not Clickable #125807

    Hey,

    Glad you fixed it.

    Cheers,

    Ismael

    in reply to: How adding social buttons in the header ? #126396

    Hi,

    Adding social media icons is a bit complicated right now. Kriesi will add the capability to modify icons on the next update.

    For the meantime, please follow this link. Go to Nick’s instruction:

    https://kriesi.at/support/topic/youtube-icon

    Regards,

    Ismael

Viewing 30 posts - 65,551 through 65,580 (of 66,717 total)