Forum Replies Created

Viewing 30 posts - 61,411 through 61,440 (of 66,939 total)
  • Author
    Posts
  • in reply to: strict standards error message #209410

    Hi!

    Place it outside the comment tag. Add Josue’s code below this line:

    add_filter('kriesi_backlink','__return_false');

    Regards,
    Ismael

    in reply to: Partner / Logo Element IE 9 10 #209404

    Hey peacnet!

    Please add this on your custom.css or Quick CSS:

    #top .avia-logo-element-container img {
    width: auto;
    }

    Refer to this link: https://kriesi.at/support/topic/partnerlogo-element-is-a-mess-on-ie10/

    Best regards,
    Ismael

    in reply to: Problem with product categories page #209397

    Hey!

    Glad you figured it out. :)

    Regards,
    Ismael

    in reply to: svg files #209393

    Hi!

    You can add this on your custom.css or Quick CSS to move the social bookmarks or icons on mobile view:

    @media only screen and (max-width: 767px) {
    .responsive #header .social_bookmarks {
    left: 0;
    }
    }

    Regards,
    Ismael

    in reply to: Mega Menu Column glitch – odd link #209387

    Hi DavidMiles!

    Can you please post the login details here? I’m guessing a plugin is causing the issue. Please try to deactivate the SEO plugin if you have any.

    Best regards,
    Ismael

    in reply to: Double links to my home page in the Enfold BreadCrumbs #209386

    Hey!

    Please don’t specify a Frontpage on Settings > Reading panel.

    Cheers!
    Ismael

    in reply to: Header text area and mobile logo issues #209385

    Hi!

    Please post the link here when you’re ready. We’re not really comfortable handing our ip addresses. A screenshot will help. :)

    Cheers!
    Ismael

    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

Viewing 30 posts - 61,411 through 61,440 (of 66,939 total)