Forum Replies Created

Viewing 30 posts - 63,421 through 63,450 (of 67,591 total)
  • Author
    Posts
  • in reply to: slider loading error #184149

    Hey ydigilov!

    What type of slider do you have? Can you please give us a link to the page?

    Regards,
    Ismael

    in reply to: Clickable icons in icon list? #184102

    Hey leifhansen!

    Edit config-templatebuilder > avia-shortcodes > iconlist.php, find this code:

    $output .= "<div class='iconlist_icon avia-font-".$atts['font']."'><span class='iconlist-char' {$display_char}></span></div>";

    Replace it with:

    $output .= "<a href='{$atts['link']}'><div class='iconlist_icon avia-font-".$atts['font']."'><span class='iconlist-char' {$display_char}></span></div></a>";

    Remove browser cache then reload the page. The link will be the same as the title link.

    Regards,
    Ismael

    in reply to: Strange Layerslider bug #184101

    Hey melonmelon!

    You can hide the youtube link using goo.gl or tinyurl.com. :)

    Regards,
    Ismael

    in reply to: Image across sidebar and main #184100

    Hey gorkas!

    You can use the Color Section. Upload a background image then set the Background Repeat to Stretch to fit.

    Cheers!
    Ismael

    in reply to: Portfolio grid content element not showing on webpage #184097

    Hi!

    I can see more that 12 portfolio items on the page. Please remove browser cache then reload the page.

    Cheers!
    Ismael

    in reply to: Main Menu Unterpunkte nebeneinander #184095

    Hey sschiller!

    Can you please give us a link to the website? What type of header style do you have right now? You can add this on your custom.css or Quick CSS:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 7px;
    font-size: 11px;
    }
    }

    Best regards,
    Ismael

    in reply to: Html tag and Not working! #184094

    Hey krear!

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

    sup {
    font-size: .6em;
    position: relative;
    top: -5px;
    }
    
    sub {
    font-size: .6em;
    position: relative;
    bottom: -1px;
    }

    Best regards,
    Ismael

    Hey!

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

    .logo img {
    min-height: 116px;
    }
    
    .header-scrolled .logo img {
    min-height: 58px;
    }

    I checked your website and the logo shrink and resize as expected when you scroll the browser up and down.

    Regards,
    Ismael

    Hey!

    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 .avia-icon-list .iconlist_icon {
    color: red;
    }

    Regards,
    Ismael

    in reply to: Remove elements of homepage #184086

    Hi!

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

    .home .stretch_full.container_wrap.title_container {
    display: none;
    }

    Regards,
    Ismael

    Hey!

    Glad it is working. :)

    Cheers!
    Ismael

    in reply to: "Georgia" font typo in enfold.css #184080

    Hi Rolf!

    Thanks for the tip. You can add this on your custom.css or Quick CSS:

    body {
    font-family: ‘Georgia’,'HelveticaNeue’,'Helvetica Neue’,Helvetica,Arial,sans-serif;
    }

    Best regards,
    Ismael

    in reply to: how to add category in full width masonry ? ? #184077

    Hi!

    Where do you want to get the images? Post? Portfolio Items? You need to create categories or tags on your posts or portfolio items.

    Best regards,
    Ismael

    in reply to: IE support #184074

    Hey!

    Can you please give us a link to the website? Do you have the latest version of Enfold?

    Regards,
    Ismael

    Hey dalcnetsrl!

    Can you please give us a link to the website? Maybe you’re adding it on a multiple css selector. A screenshot of what you’re trying to do will help.

    #header_main .container {
    border-left: 1px solid;
    border-right: 1px solid;
    }

    Regards,
    Ismael

    in reply to: Insert ID from URL to link in the slider #184071

    Hey nimrodmadar!

    Can you please give us more info about what you’re trying to do? Which slide are we talking about?

    Regards,
    Ismael

    in reply to: Ajax portfolio image size #184059

    Hi!

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

    .portfolio-preview-content {
    width: 40%;
    }

    Please hire a freelance developer to add a masonry gallery hover effect.

    Best regards,
    Ismael

    in reply to: Logo Issue with IE8 and New Update #183645

    Hey!

    My bad! Please replace the code using this:

    .logo img, .logo a {
    height: 58px !important;
    height: 58px\9;
    height: 58px;
    min-height: 58px !important;
    max-height: 58px !important;
    }

    Best regards,
    Ismael

    Hey!

    This is an old issue and I guess it has been fixed on the latest update. I don’t see the issue anymore on your website.

    Best regards,
    Ismael

    in reply to: Very confused after adding enfold to wordpress #183640

    Hi ehardy41908!

    Please create a new WordPress installation from scratch then activate the theme again. Import the dummy data once. Watch these video to get you started: https://vimeo.com/channels/aviathemes

    Cheers!
    Ismael

    in reply to: Logo Issue with IE8 and New Update #183639

    Hi!

    Please replace that code with the one I provided. Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    Hey saquasar!

    The images you provided is not working. Can you please post it again? A link to your website will help. What is the font you’re using? Some forums mentioned that Greeks and Hebrew not rendering properly on Android devices is a known issue. This will occur especially on pop ups and menus.

    Regards,
    Ismael

    in reply to: Sidebar disappears #183634

    Hi!

    What mobile device do you have? You can increase the max-width on the media query code:

    @media only screen and (max-width: 1024px) {
    .responsive .template-blog .blog-meta,
    		.responsive .post_author_timeline,
    		.responsive #top #main .sidebar {display: block; }
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    in reply to: slide's images vanished after upgrading to last version #183632

    Hey!

    The site looks great. Did you fix this?

    Cheers!
    Ismael

    in reply to: Problem with portfolio and video #183631

    Hey alecode!

    1.) This is an old issue with the portfolio filter. You can’t filter a certain post if it is on another page. The only workaround is to show all portfolio items on a single page without pagination.

    2.) You can follow these steps on how to increase upload size:

    http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/

    Regards,
    Ismael

    in reply to: Cart Page Non Responsive @Media Not applying #183630

    Hi warrentkachuk!

    Please try this:

    @media only screen and (max-width: 400px) {
    div table.shop_table td {
    padding: 6px 6px;
    vertical-align: middle;
    width: auto;
    display: block;
    float: left;
    min-height: 60px;
    }
    
    .actions {
    width: 300px !important;
    display: block;
    }
    }

    Best regards,
    Ismael

    in reply to: Responsive Design breaking some parts #183629

    Hi!

    You can use this media query to target resolutions between 768px to 989px. Example is for the social icons below.

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .iconbox_content_container h3 {
    font-size: 15px;
    }
    } 

    There is something wrong with the markup. Why do you need to separate these two?

    <h3>LIKE TANYA</h3><h3>ON FACEBOOK</h3>

    It should be

    <h3>LIKE TANYA ON FACEBOOK</h3>

    Best regards,
    Ismael

    Hi!

    We really don’t know which files you changed. Looks like you are on your own. Next time, create a “change log” if you’re not using a child theme. It will be difficult to track all modifications by now because the website looks complete by now.

    Best regards,
    Ismael

    in reply to: LayerSlider WP slides larger than container #183621

    Hey SRD!

    IE8 does not support media queries that well. Please try to adjust the inner layer slider using this:

    .ls-inner, .ls-layer {
    width: 1000px !important \9;
    width/*\**/: 1000px !important \9;
    }

    Regards,
    Ismael

    in reply to: Not resolved #183618

    Hey vitaliss!

    Edit header.php, find this code below:

    <?php } //end blank check ?>
    	<div id='main'>

    Under it, add this code:

    <div id="av_section_1" class="avia-section main_color avia-section-no-padding avia-no-shadow avia-builder-el-0 avia-builder-el-first container_wrap fullsize" style="background-color: #f4f6f5; "><div class="container"><main role="main" itemprop="mainContentOfPage" class="template-page content twelve alpha units"><div class="post-entry post-entry-type-page post-entry-49"><div class="entry-content-wrapper clearfix"> <span class="avia-image-container" itemscope="itemscope" itemtype="http://schema.org/ImageObject"><img class="avia_image avia-builder-el-1 avia-builder-el-no-sibling avia-align-center " src="http://www.whitecranemassage.co.nz/files/2010/10/north-shore-massage-122.jpg" alt="" title="" itemprop="contentURL"></span></div></div></main></div></div>

    Regards,
    Ismael

Viewing 30 posts - 63,421 through 63,450 (of 67,591 total)