Forum Replies Created

Viewing 30 posts - 60,571 through 60,600 (of 66,092 total)
  • Author
    Posts
  • in reply to: Facebook Comment Box #209086

    Hey!

    Edit header.php, find this code on line 117:

    <body id="top" <?php body_class($style." ".$avia_config['font_stack']); ?>>

    Below, add this code:

    <div id=”fb-root”></div>
    <script>(function(d, s, id) {
    var js, fjs = d.getElementsByTagName(s)[0];
    if (d.getElementById(id)) return;
    js = d.createElement(s); js.id = id;
    js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1&appId=526220487494071";
    fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>

    Edit single.php, find this code:

    //wordpress function that loads the comments template "comments.php"
    					comments_template( '/includes/comments.php'); 

    Replace it with:

    echo '<div class="fb-comments" data-href="http://www.indiatrail.org/blog/" data-numposts="5" data-colorscheme="light"></div>';

    Best regards,
    Ismael

    in reply to: Button dimensions inside Layerslider #209084

    Hi!

    The password seems to be incorrect. I tried and I got this message:

    You attempted to access the "Aborto na Nuvem" dashboard, but you do not currently have privileges on this site. If you believe you should be able to access the "Aborto na Nuvem" dashboard, please contact your network administrator.
    
    If you reached this screen by accident and meant to visit one of your own sites, here are some shortcuts to help you find your way.
    
    Your Sites
    
    Aborto na Nuvem Brasil	Visit Dashboard | View Site
    

    Regards,
    Ismael

    in reply to: Portfolio #209080

    Hey!

    You can use the following selectors to alter the submenu:

    .main_menu .menu ul {
    display: none;
    margin-left: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 208px;
    z-index: 2;
    padding: 0 0;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    margin-top: -1px;
    }
    
    .header_color .main_menu ul {
    border-top-width: 2px;
    border-top-style: solid;
    }
    
    .header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu {
    border-top-color: #719430;
    }
    
    .header_color ul {
    border-color: #e1e1e1;
    }

    Best regards,
    Ismael

    in reply to: Partner / Logo Element #209077

    Hey!

    I’m sorry but we need to see the actual website. Please post it here. I’m trying to locate the actual page but I just can’t find it.

    Cheers!
    Ismael

    in reply to: Facebook Comment Box #209075

    Hey Rohan!

    What is the facebook plugin that you use? Do the plugin use shortcodes? You can replace the comments code on single.php.

    Regards,
    Ismael

    in reply to: Open Page in Lightbox #209074

    Hey!

    I’m sorry but I don’t understand it clearly. Do you want the ajax portfolio link to open in a lightbox? I’m not sure if it is easy to implement but if that’s what you want we’ll look into it. To get more help about wordpress customization, please visit http://werkpress.com/.

    Regards,
    Ismael

    Hi!

    Try to adjust the main div padding using this on Quick CSS:

    .fixed_header #main {
    padding-top: 30px;
    }

    Cheers!
    Ismael

    in reply to: HELP All my Website in Homepage #209072

    Hi!

    I don’t see the same issue with the screenshot. Is this fixed?

    Best regards,
    Ismael

    in reply to: Reduce Whitespace #208977

    Hey!

    Please use this to adjust the top margin of columns:

    body .column-top-margin {
        margin-top: 0px;
    }

    Best regards,
    Ismael

    Hey!

    Don’t place the font face code inside the media queries. Place the code under:

    /* General Custom CSS */

    Best regards,
    Ismael

    in reply to: Remove #208970

    Hey!

    If you want to show the page thumb on those pages, you can use this:

    .tax-product_cat.term-warmtepompen .page-thumb {
    display: block;
    }

    This is for the category page “warmtepompen”. You can do the same with the other category pages. Make sure you place it below the first code I posted above.

    Regards,
    Ismael

    in reply to: Don't Display the Header #208968

    Hey!

    Can you please give us a link to the blog page? Please post a screenshot of the element you’re trying to remove.

    Best regards,
    Ismael

    in reply to: enfold > menu > login button #208967

    Hey David!

    Please use this on your custom.css or Quick CSS to adjust the height of the menu list:

    .main_menu ul:first-child > li a {
    height: 40px !important;
    line-height: 40px !important;
    }

    Add this to move the main menu position:

    #avia-menu {
    position: relative;
    top: 30px;
    }

    Cheers!
    Ismael

    in reply to: Open Page in Lightbox #208965

    Hi Mario!

    You can refer to this link: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/

    Regards,
    Ismael

    in reply to: Change Woocommerce category name font size and style #208964

    Hi!

    Please add this on your custom.css or Quick CSS to change the category names:

    .products .product h3 {
    padding-top: 5px;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    margin: 0;
    font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    }

    You can move the category title using this:

    .product-category a h3 {
    position: absolute;
    top: 0;
    }
    
    .product-category a img {
    position: relative;
    top: 30px;
    }

    Regards,
    Ismael

    in reply to: Change the text of "You might also like" #208961

    Hey!

    Are you using WPML? Please use this plugin: http://wordpress.org/plugins/codestyling-localization/

    Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to search for all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    Regards,
    Ismael

    in reply to: Remove #208960

    Hey!

    Can you please post a link to the actual subcategory and category page?

    Cheers!
    Ismael

    in reply to: Mobile issues with header buttons, layer slider and menu #208958

    Hey!

    1.) Please add this on custom.css or Quick CSS to move the reserve now button when viewing on iPad:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .header-buttons {
    left: 0;
    }
    }

    2.) How did you add the content boxes on the layer slider? You can a unique css selector to each layer. Edit the layer then go to Attributes panel. You can use this selector to hide the layer on mobile devices using media query.

    3.) Can you please post a screenshot of the issue? Add this on Quick CSS:

    #top .main_menu .menu li:hover {
    background: transparent;
    }

    Regards,
    Ismael

    in reply to: Enfold installation issue #208955

    Hey!

    Glad it is working now. :)

    Cheers!
    Ismael

    in reply to: Change Woocommerce category name font size and style #208952

    Hey eric_peeters!

    I’m a bit confused about the category names. Is this the category inside the single product view or the title of the category page? Can you please post a a link to the actual page or category names?

    Best regards,
    Ismael

    in reply to: increase logo size #208950

    Hey!


    @lucindaholland
    : Please create a new topic. We don’t want the issues and request getting jumbled up. Anyway, please post a screenshot of what you’re trying to achieve with the logo.

    Best regards,
    Ismael

    in reply to: Don't Display the Header #208942

    Hi Mattia!

    Edit the Blog page then look for Layout > Header Settings > choose “Don’t display the header”.

    Cheers!
    Ismael

    in reply to: Full screen slider #208941

    Hey!

    You can only specify a certain height for the LayerSlider but it will not exactly fit the browser screen. Please hire a freelance developer to configure the Layer Slider plugin to fullscreen.

    Cheers!
    Ismael

    in reply to: Remove #208940

    Hey eric_peeters!

    Can you please post a link to the actual subcategory page? Please add this on your custom.css or Quick CSS:

    .tax-product_cat .page-thumb {
    display: none;
    }

    Best regards,
    Ismael

    in reply to: Change the text of "You might also like" #208937

    Hey heufti65!

    Edit includes > related-posts.php, find this code on line 65:

    $output .= "<h5 class='related_title'>".__('You might also like', 'avia_framework')."</h5>";

    Best regards,
    Ismael

    in reply to: custom.css in any language #208934

    Hi!

    Glad you figured that out immediately. :))

    Cheers!
    Ismael

    in reply to: Add Audio Player to Social Icon Top Bar #208933

    Hey!

    You can edit header.php, find this code on line 101:

    if(strpos($headerS,'bottom_nav_header') === false) avia_social_media_icons($social_args);

    Below, add the do_shortcode function with the plugin’s shortcode:

    echo do_shortcode( '[sc_embed_player fileurl="http://myblog./wp-content/uploads/2014/01/music.mp3" volume="10" loops="true"]' );

    Add this on Quick CSS to position the button properly. Adjust if necessary.

    .sc_player_container1 {
    position: absolute;
    top: 0;
    left: 83px;
    }

    Regards,
    Ismael

    Hi!

    1.) It should be there by default. Try to download the theme again then update your installation.

    2.) What is the font you’re trying to use? Did you create a font folder inside the enfold theme? Please post the @font-face code that you created.

    Cheers!
    Ismael

    in reply to: Portfolio and Mosaic picture issues #208926

    Hey Kalmatron!

    1.) Edit the Portfolio Grid element then look for “Link Handling”, choose “Display the big image in a lightbox”.

    2.) Add this on your custom.css or Quick CSS:

    .tiled-gallery-item.tiled-gallery-item-large a img {
    width: 100% !important;
    padding: 2px;
    }

    Regards,
    Ismael

    in reply to: About Font Format #208925

    Hi!

    You can use this:

    `.iconlist_title {
    text-transform: capitalize !important;
    }

    Best regards,
    Ismael

Viewing 30 posts - 60,571 through 60,600 (of 66,092 total)