Forum Replies Created

Viewing 30 posts - 61,351 through 61,380 (of 66,939 total)
  • Author
    Posts
  • in reply to: Customize Search Results Page #209985

    Hey!

    I’m sorry for being dumb. Can you please explain it using a screenshot?

    Best regards,
    Ismael

    in reply to: modify Font of icon box #209984

    Hi baeriswyl!

    Sure. :)

    You can use this on Quick CSS:

    .iconbox .iconbox_content .iconbox_content_title {
    border: medium none;
    padding: 2px 0 0 0;
    position: relative;
    margin: 0 0 16px 0;
    clear: none;
    overflow: hidden;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    Change the values.

    Regards,
    Ismael

    in reply to: Animate in effect for other elements?? #209981

    Hi!

    Please edit the Special Heading element again after you place inside the 1/1 column layout. Add the “awesome_heading” custom css class again. I placed the Special Heading element inside a 1/1 column and I’m not sure why the custom css class was removed. I have to add it again. http://onecraftyshop.com/special-heading-animation-test/

    Cheers!
    Ismael

    in reply to: I'm not able to save changes in theme settings #209977

    Hi SpiceMaster!

    Can you please give us a link to the website? Increase the wordpress php memory limit then try again: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Cheers!
    Ismael

    in reply to: Caption with frame html #209972

    Hey Gstar72!

    What type of slider are you using? Fullscreen? Easy Slider?

    Best regards,
    Ismael

    in reply to: LayerSlider Bug #209971

    Hi!

    Please post the login details here, set it as a private reply. We would like to inspect the layer slider.

    Regards,
    Ismael

    Hey cbrand!

    Can you please flush the permalink settings again? Go to Settings > Permalink then click the “Save” button once. This should flush it. If you have access on .htaccess file, please delete them then flush the permalink settings once more.

    Best regards,
    Ismael

    in reply to: Mega Menu Breaks #209966

    Hey OsteopathicCollege!

    Can you please post a link to the website? Do you have any plugin that might be related with the menus? Please deactivate them, see if the issue persist. Refer to this link on how to fix the custom menu limit, maybe this will help: http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-custom-menu-items-limit-in-wordpress/comment-page-1/#comment-186321

    Best regards,
    Ismael

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

    Hi!

    Please send it on (Email address hidden if logged out) .

    Cheers!
    Ismael

    Hi bmneimark!

    You can add a unique selector for each Avia Elements. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');

    Create a page then insert three 1/3 columns. On each columns insert the Images element under Media Element panel. Configure each Images element then add a custom css class. For example, let’s use the “one_third_image”. Add this on custom.css or Quick CSS to specify the height of the images with the “one_third_image” selector:

    .avia_image.one_third_image {
    height: 240px;
    }

    Best regards,
    Ismael

    Hi!

    If you want something like the Elision header. You can use the Small Fixed Header then add this on Quick CSS:

    .header_color .header_bg {
    background-color: transparent;
    }
    
    .header_color div {
    border-color: transparent;
    }
    
    .fixed_header #main {
    padding-top: 0;
    margin-top: -1px;
    }
    

    Regards,
    Ismael

    in reply to: Boxed layout on some pages and not others… #209941

    Hi!

    Alright, it does work on my end though. :)

    Best regards,
    Ismael

    in reply to: Horizontal WPML Language switcher apend to the main menu #209934

    Hey!

    You can disable it using this on Quick CSS:

    #header_meta .avia_wpml_language_switch {
    display: none;
    }

    Regards,
    Ismael

    Hey MacMURJ!

    You have a lot of plugins installed, please deactivate them first. Check it on another browser, see if the issue persist. Post the login details here as a private reply.

    Best regards,
    Ismael

    in reply to: Inserting some JavaScript #209932

    Hey!

    Please use this plugin. This will enable you to insert javascript snippet inside posts or pages: http://wordpress.org/plugins/insert-html-snippet/

    Best regards,
    Ismael

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

    Hi!

    1.) Add this on Quick CSS:

    .four.units.single-product-main-image.alpha .images a {
    pointer-events: none;
    }

    2.) You can change the font of the tax rate using this:

    .woocommerce-de_price_taxrate {
    font-size: 11px !important;
    font-family: Arial;
    }

    Best regards,
    Ismael

    in reply to: Boxed layout on some pages and not others… #209926

    Hi!

    I’m not sure if this is going to work completely but please remove Yigit’s code then choose Boxed Layout. Add this on Quick CSS:

    .home.boxed .container {
    margin: 0 auto !important;
    }
    
    @media only screen and (min-width: 1340px) {
    .responsive_large .home.boxed#top {
    width: 100%;
    }
    }
    
    .home #wrap_all {
    margin: 0 auto;
    }
    
    html.html_boxed {
    background: white;
    }

    Regards,
    Ismael

    in reply to: Boxed layout on some pages and not others… #209923

    Hi!

    I’m sorry but I don’t think it is possible without major css and theme file rewrite. Please hire a freelance developer to modify the theme for you.

    Best regards,
    Ismael

    in reply to: About Portfolio Gird Border #209922

    Hey Tommy!

    You can add this on your custom.css or Quick CSS:

    .grid-entry .inner-entry {
    margin-right: 0;
    }

    Cheers!
    Ismael

    in reply to: Portfolio questions #209917

    Hi!

    2.) Please give us a link to the actual single portfolio page.

    3.) Change the iconlist background using this:

    .main_color .avia-icon-list .iconlist_icon {
    background-color: red;
    }

    Best regards,
    Ismael

    in reply to: Search icon #209914

    Hi!

    You can add this on Quick CSS:

    #top .menu-item-search-dropdown > a {
    font-size: 50px;
    }

    Cheers!
    Ismael

    in reply to: Animate in effect for other elements?? #209912
    in reply to: Problems with permalinks #209906

    Hi Jorge!

    Glad you figured it out.:)

    Regards,
    Ismael

    in reply to: Price table image background #209905

    Hi medvick!

    That is a custom background created by Kriesi. Please hire a freelance developer to replicate the design. You can start with this css code:

    #pre-sale-question form {
    border-radius: 6px;
    padding: 8px;
    position: relative;
    border: 1px #e1e1e1 solid;
    background: #D1D1D1;
    background: -moz-repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px);
    background: -webkit-repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px);
    background: -o-repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px);
    background: repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px);
    }

    Best regards,
    Ismael

    in reply to: Responsive random quote section #209904

    Hi!

    You can use the theme’s Content Slider element and use it as a random quote slider. Set the Autorotation active? to yes and the Transition to Fade. Where is the yellow background of the plugin coming from? I tried to adjust it but I can’t find where the background is coming from.

    Best regards,
    Ismael

    in reply to: Left SideBar Hierarchical menus #209899

    Hi!

    You can add this on Quick CSS:

    .sidebar_left.sidebar {
    text-align: left;
    }
    
    #top .sidebar_left .widget_nav_menu ul ul li:before {
    left: 0;
    }

    If you want to change the style of a specific element on a certain page or post, you can use the Google Chrome Inspect Element. Look for the unique css body class.

    On the example above, the page’s unique selector is .page-id-2251. We can use it to change the element within that page.

    .page-id-2251 .sidebar_left.sidebar {
    text-align: left;
    }
    
    .page-id-2251 .sidebar_left .widget_nav_menu ul ul li:before {
    left: 0;
    }

    Cheers!
    Ismael

    in reply to: Google Map Fulll Width on Contact Page #209896

    Hey!

    First, go to Appearance > Widgets then create a custom widget area using the “Enfold Custom Widget Area”. After that insert the Enfold Google Maps Widget on the custom widget area that you created. Go to the contact page then insert the Widget Area element. Select the new custom widget area.

    Cheers!
    Ismael

    Hey!

    If you’re using the Archive template, edit template-archives.php. Find this code on line 28:

    //display the actual post content
                        the_post();
                        the_content();

    Cut it then move it below this code on line 12:

    global $avia_config, $more;
    	 get_header();
    	 echo avia_title();

    This should place the layer slider outside the twelve units container.

    Cheers!
    Ismael

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

    Hi!

    1.) Add this on Quick CSS:

    .four.units.single-product-main-image.alpha {
    overflow: hidden;
    }

    2.) Change the price and price per unit font using this:

    #top .price span, #top del, #top ins {
    font-size: 12px;
    line-height: 24px;
    }

    3.) The code above will change it too.

    4.) You can change the color of the related products title using this:

    .alternate_color .related.products h2 {
    color: blue;
    }

    Cheers!
    Ismael

    in reply to: Portfolio questions #209893

    Hi milatch!

    1.) You can add this on Quick CSS to remove the date and item on Latest Portfolio Widget:

    .news-time {
    display: none !important;
    }

    2.) You can change the width of the portfolio featured image using this:

    .single-portfolio .page-thumb img {
    width: 300px;
    }

    3.) Use this to change the iconlist icons color:

    .iconlist-char {
    color: red;
    }

    Cheers!
    Ismael

Viewing 30 posts - 61,351 through 61,380 (of 66,939 total)