Forum Replies Created

Viewing 30 posts - 61,591 through 61,620 (of 67,134 total)
  • Author
    Posts
  • in reply to: Custom CSS Image Left #209842

    Hey!

    That is weird. Can you please post the login details here? Set it as a private reply. We would like to inspect the post and the blog page.

    Regards,
    Ismael

    in reply to: different display problems in one shop page #209634

    Hey!

    Please post the actual link to the website and the product. We would like to inspect to give you a better css solution.

    Best regards,
    Ismael

    in reply to: Removing icon animation / Icon styling #209632

    Hey Minz!

    1.) Edit css > shortcodes.css, find this code on line 287 then remove it:

    /*iconlist animation*/
    .avia_transform .av_font_icon{
    opacity: 0.1;
    -moz-transform:scale(0.5);
    -webkit-transform:scale(0.5);
    -o-transform:scale(0.5);
    transform:scale(0.5);
    }
    
    .avia_transform .avia_start_delayed_animation.av_font_icon{
    -webkit-animation: avia_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
    -moz-animation:    avia_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
    -o-animation:      avia_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
    animation:         avia_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
    opacity: 1;
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    }

    2.) Please add this on Quick CSS:

    td span.av_font_icon {
    position: relative;
    top: 7px;
    }

    Best regards,
    Ismael

    in reply to: Partner slider from right to left #209618

    Hi!

    Choosing a direction is currently not possible with the Logo/Partner element. You need to hire a freelance developer to modify the Avia Slideshow Script. You can visit http://werkpress.com/.

    Best regards,
    Ismael

    in reply to: Layerslider WP #209609

    Hi!

    Did you install the LayerSlider as a standalone plugin? Please deactivate the theme’s default LayerSlider using this on functions.php, find this code on line 3:

    global $avia_config;

    Below, add this code to deactivate the plugin:

    add_theme_support('deactivate_layerslider');

    Best regards,
    Ismael

    in reply to: Button dimensions inside Layerslider #209606

    Hi!

    Please use this on custom.css or Quick CSS to resize the button:

    .avia-button-wrap.avia-button-left.bslider .avia-button.avia-size-large {
    padding: 5px 20px 5px 20px !important;
    font-size: 11px !important;
    }

    Best regards,
    Ismael

    in reply to: WPML Language switcher options not working #209605

    Hey bluebirdnet!

    What type of header are you using? Do you use the social icons? You can manually add the language switcher by editing header.php, find this code on line 103:

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

    Below, add this code:

    do_action('icl_language_selector');

    The switcher should be visible on the upper left corner of the header.

    Regards,
    Ismael

    in reply to: Footer text working only in one language #209603

    Hi bluebirdnet!

    Please post the login details here as a private reply. Post the link of the website so that we can inspect it. Did you properly saved the options after you insert the text?

    Cheers!
    Ismael

    in reply to: Ipad Alert Maps-Plugin #209600

    Hey Campleiter!

    The script already sends the sensor parameter with ?sensor=false on class-framework-widgets.php. Did you use a different google map plugin?

    Regards,
    Ismael

    in reply to: Button dimensions inside Layerslider #209595

    Hey!

    I’m sorry, I still can’t go through the website. Can you please post a screenshot of the button? How did you add it? Please post the code here.

    Cheers!
    Ismael

    in reply to: strict standards error message #209590

    Hi!

    I’m sorry but we didn’t receive an email. Can you please send it again? You can also post the login details here as a private reply. Only you and the moderators can see it.

    Regards,
    Ismael

    in reply to: Partner slider from right to left #209589

    Hey ey3!

    Edit the element then look for “Slider controls”, users can click the arrow to move the partner logos from right to left vice versa.

    Cheers!
    Ismael

    in reply to: Button element when editing redirects to the table settings #209580

    Hey!

    Can you please give us a link to the website? Do you have any other plugins installed? Please deactivate them. Download the theme again on your themeforest account then override the old theme files.

    Cheers!
    Ismael

    in reply to: Header #209467

    Hi akcayit!

    Use the Small Fixed Header. Go to Enfold > Header > Header Type.

    Regards,
    Ismael

    in reply to: Center 90px logo #209448

    Hey!

    Can you please give us a link to the website?

    Best regards,
    Ismael

    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

Viewing 30 posts - 61,591 through 61,620 (of 67,134 total)