Forum Replies Created

Viewing 30 posts - 61,381 through 61,410 (of 66,939 total)
  • Author
    Posts
  • in reply to: Primary Stretched Layout with pages in boxed layout #209891

    Hi msmazza!

    That is not possible at the moment. You need to manually change the style or css of a specific page and it will take a major css rewrite. Please hire a freelance developer to help you with it. You can visit http://werkpress.com/.

    Cheers!
    Ismael

    in reply to: LayerSlider WP Transparent First Slide #209890

    Hey!

    Can you please post a screenshot of what you’re trying to do?

    Add this on Quick CSS to make the layer slider container transparent:

    .avia-layerslider.main_color {
    background: transparent !important;
    }

    You can also change it to a certain color:

    .avia-layerslider.main_color {
    background: blue !important;
    }

    Then add this to decrease the opacity of the first slide background:

    #ls-global * div div#layerslider_1 .ls-layer > .ls-bg {
    opacity: .2 !important;
    }

    Cheers!
    Ismael

    in reply to: Pop Up Plugin #209889

    Hi erikkIsrael!

    Maybe, you’d like to use the lightbox capabilities. You can open an external link or inline content using the plugin. Please refer to this link: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/

    Best regards,
    Ismael

    in reply to: Change Width of Fixed Layout Site #209888

    Hi discover_peppermint!

    First, adjust the container width using this on Quick CSS:

    .container { width: 1260px; }

    Adjust the grid sizes after, do the math: :)

    /* Base Grid */
    .container .one.unit,
    .container .one.units {
      width: 30px;
    }
    .container .two.units {
      width: 110px;
    }
    .container .three.units {
      width: 190px;
    }
    .container .four.units {
      width: 270px;
    }
    .container .five.units {
      width: 350px;
    }
    .container .six.units {
      width: 430px;
    }
    .container .seven.units {
      width: 510px;
    }
    .container .eight.units {
      width: 590px;
    }
    .container .nine.units {
      width: 670px;
    }
    .container .ten.units {
      width: 750px;
    }
    .container .eleven.units {
      width: 830px;
    }
    .container .twelve.units {
      margin-left: 0;
      width: 1260px;
    }

    Cheers!
    Ismael

    in reply to: I see content but can't edit #209886

    Hi Lissasan!

    First thing to do is to deactivate existing plugins that you have. Remove browser cache or test it on another browser, see if the issue persist. You have 8 plugins installed, maybe one of them is causing the issue. Common plugins that cause this issue are SEO plugins, you might want to deactivate one if you have any.

    Cheers!
    Ismael

    in reply to: Colors Behind Progress Bars #209884

    Hey!

    Glad it worked. :)

    Cheers!
    Ismael

    in reply to: Worries about making an update from V1.91 #209883

    Hey duttonstuart!

    You have a very old version of the theme. There is an added “Theme Update” option for Enfold. It automatically check for updates if there is any. Please download the latest version of Enfold on your themeforest account then update the theme via FTP. Please watch this video by Devin: https://vimeo.com/channels/aviathemes/64927356

    You can learn more about the automatic theme update here: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Ismael

    in reply to: Magin within 4 col portfolio grid #209882

    Hey!

    Add this on Quick CSS to move the whole portfolio grid by 10px to the left:

    .avia_sortable_active .isotope {
    margin-left: -10px;
    }
    
    .no_margin.av_one_fourth.first {
    padding-left: 10px;
    }

    Best regards,
    Ismael

    in reply to: Custom CSS Image Left #209871

    Hey!

    I created a new post called “Test” then added a featured image. The featured image and the title takes me to the correct post when clicked. Please recreate the post “Feeding Orphans”, the permalink is incorrect. I’m not sure why but did you manually change the permalink of the post?

    This is the post that I created: http://bringingmiracles.com/test/

    Regards,
    Ismael

    in reply to: Customize Search Results Page #209870

    Hey oliviad!

    You can edit includes > loop-search.php, find this code:

    echo "<span class='search-result-counter {$counterclass}'>{$post_loop_count}</span>";

    Replace it with an image icon:

    echo "<span class='search-result-counter {$counterclass}'><img src='IMAGE URL HERE'></span>";

    What do you mean by “- Page Title Here the sentence in which the word appears.”?

    Cheers!
    Ismael

    in reply to: contentslider.php still bad in version 2.4.5 #209866

    Hi babayard!

    Please download the theme again on your themeforest account then upload it via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/64927356

    Also, try to update the theme right through the dashboard. Refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Ismael

    Hi Voilaah!

    Can you please give us a link to the website? How did you add the layer slider on the template, with a shortcode?

    Regards,
    Ismael

    in reply to: Portfolio Won't Add New Items #209863

    Hi kkoelling!

    Please try to deactivate existing plugins, see if the issue gets fixed. Post the link of the website here so that we can inspect it.

    Regards,
    Ismael

    in reply to: Question on fullscreen slider #209847

    Hey mtmfx!

    Yes, that is ok. You can also use the Color Section, add a background image. :)

    Regards,
    Ismael

    in reply to: Best way to update image urls after domain change #209844

    Hey glozemedia!

    How did you move the website? Did you use the WordPress Exporter? We recommend the WP Migrate DB or WP MIGRATE PRO when transferring a website.

    Best regards,
    Ismael

    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

Viewing 30 posts - 61,381 through 61,410 (of 66,939 total)