Forum Replies Created
-
AuthorPosts
-
Hi!
In order to have a uniform image size for the shop page, you need to at least resize the images with the same ratio and dimension. WP crops images on top, side or the bottom without regards on how you want it to look like. You’ll see that a very tall human images will have its head cut off or a part of the legs missing unless you tell wp to set the crop to false. If you set the crop parameter to false, you’ll have some images that are out of proportion. So, in order to have the right thumbnails, you need to at least give wp a resized images in order to have a uniform set of product images. To learn more about image thumbnails, you can refer to this link: http://codex.wordpress.org/Function_Reference/add_image_size
Best regards,
IsmaelHi jefflovell!
You can add the ?autoplay=0 option right after the vimeo url. Something like this:
http://vimeo.com/1084537Replace it with:
http://vimeo.com/1084537?autoplay=0Chrome seems to ignore this option but I’m not sure why. It works fine on Firefox.
Regards,
IsmaelHey!
Please deselect the page blog page on Enfold > Theme Options > Where do you want to display blog? option. Edit the blog page then insert the Blog Posts element, configure the option to show excerpt with read more link.
Regards,
IsmaelHi michaelagaudio!
Please edit header.php, find this code on line 45:
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';Replace it with:
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=yes">';Remove browser cache then reload the page.
Regards,
IsmaelHey!
I checked the logo page again and they are now aligned properly. Please remove browser cache then reload the page a few times. Make sure that the max and min height are the same.
Best regards,
IsmaelHey leverate_marketing!
Edit the post then click Screen Options, enable the author metabox. You’ll see an option to select the author. There is no way of adding a new author without creating them on the Users panel.
Regards,
IsmaelHey newmesis!
Have you tried deactivating all the plugins? Please post the login details here and set it as a private reply. Deactivate all plugins then we’ll check it.
Best regards,
IsmaelHey sandboxes!
Looks like you’re having problem with your minify plugin. Please use this plugin instead: http://wordpress.org/plugins/bwp-minify/
Deactivate the cache plugin then test it again.
Regards,
IsmaelHey!
The problem is you’ll get an infinite css animation. You can try this:
<div class="avia-image-container"><img class="avia_image avia_animated_image avia_animate_when_almost_visible bottom-to-top avia_start_animation" alt="" src="FIRST IMAGE URL HERE" data-hover="http://www.fpcosms.com/fpcnew/wp-content/uploads/2014/03/gather-hover.png"></div>Cheers!
IsmaelHey mgould!
Please edit the tab content. Switch to the text or html editor. Make sure that there are no spaces between the captioned images. They are generating line breaks. The code should be like this:
<h3><span style="text-decoration: underline;"><a title="Steel Rule Dies" href="http://www.atlassteelruledie.com/steelruledies"><strong><span style="color: #016cb5; text-decoration: underline;">Steel Rule Dies</span></strong></a></span></h3> <p style="text-align: left;">Atlas Die offers a wide variety of steel rule dies for every unique application. Aside from the traditional wood die and our Rayform die, our patented Gamma Die provides accuracy and high performance for long-term jobs. Our NeverDie Die™ is the most productive die on the market.</p> <p></p><div id="attachment_3139" style="width: 136px" class="wp-caption alignleft"><a href="http://www.atlassteelruledie.com/steelruledies#wooddie"><img class="size-full wp-image-3139 " alt="Steel Rule Wood Die" src="http://www.atlassteelruledie.com/wp-content/uploads/2013/12/Wood-Die-126.jpg" width="126" height="126"></a><p class="wp-caption-text">Wood Die</p></div> <div id="attachment_3142" style="width: 136px" class="wp-caption alignleft"><a href="http://www.atlassteelruledie.com/steelruledies#rayform"><img class="size-full wp-image-3142 " alt="Rayform Steel Rule Die" src="http://www.atlassteelruledie.com/wp-content/uploads/2013/12/Rayform-126.png" width="126" height="126"></a><p class="wp-caption-text">Rayform Die</p></div> <div id="attachment_3140" style="width: 136px" class="wp-caption alignleft"><a href="http://www.atlassteelruledie.com/steelruledies#gamma"><img class="size-full wp-image-3140 " alt="Gamma Steel Rule Die" src="http://www.atlassteelruledie.com/wp-content/uploads/2013/12/Gamma-126.jpg" width="126" height="126"></a><p class="wp-caption-text">Gamma Die</p></div><p></p> <div id="attachment_3141" style="width: 136px" class="wp-caption alignleft"><a href="http://www.atlassteelruledie.com/steelruledies#neverdie"><img class="size-full wp-image-3141 " alt="NeverDie Steel Rule Die" src="http://www.atlassteelruledie.com/wp-content/uploads/2013/12/NeverDie-126.png" width="126" height="126"></a><p class="wp-caption-text">NeverDie Die</p></div>I removed the br tags. Please copy that and replace the one that you have.
Cheers!
IsmaelHi!
You can add this on your custom.css or Quick CSS to remove the fade animation:
.entry-content-wrapper div li { text-indent: 0px; opacity: 1 !important; }Regards,
IsmaelHi heelia!
Thank you for using the theme. I hope you’re doing great.
You can add this on Quick CSS or custom.css to disable the lightbox:
.woocommerce-main-image { pointer-events: none; }For the other request, you might want to hire a freelance developer to add the modifications. For further customization, please visit Werkpress.
Regards,
IsmaelHey!
You can add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { #top .av-video-slide .avia-slide-wrap { background: url('IMAGE URL HERE') no-repeat center center; } }Change the background url.
Cheers!
IsmaelHey!
You can use this:
.main_menu ul:first-child > li a { line-height: 40px; height: 40px; } #avia-menu { top: 40px; position: relative; }Change the top value to move the vertical position of the menu.
Regards,
IsmaelHi!
Please remove everything that we added to modify the homepage then use this:
.home .main_menu { right: 0; margin-top: 50px; text-align: center; width: 100%; } .home div .logo { left: 40%; margin-top: -10px; } .home .main_menu ul:first-child > li > a { padding: 0 50px!important; } .home #avia-menu { display: inline-block; z-index: 0; background: none; }Best regards,
IsmaelHi!
Please add this on your custom.css or Quick CSS:
@media only screen and (max-width: 481px) { #big-headline { min-height: 400px !important; } }Regards,
IsmaelHi!
Edit portfolio.php on the same folder, find this code on line 411:
$output .= "<".$link_markup[0]." data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.$image."</".$link_markup[1].">";Replace it with:
$output .= "<".$link_markup[0]." target='_blank' data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.$image."</".$link_markup[1].">";And this code on line 425:
$output .= "<".$link_markup[0]." data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size )."</".$link_markup[1].">";Replace it with:
$output .= "<".$link_markup[0]." target='_blank' data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size )."</".$link_markup[1].">";Another line of code that you have to change is on line 432:
$output .= "<h3 class='grid-entry-title entry-title' $markup><a href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>";Replace it with:
$output .= "<h3 class='grid-entry-title entry-title' $markup><a target='_blank' href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>";Cheers!
IsmaelHey!
Please edit js > avia.js, find this code:
elements.prettyPhoto({ social_tools:'',slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh });Replace it with:
elements.prettyPhoto({ slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh });This will activate the twitter and facebook buttons.
Cheers!
IsmaelHey!
Please edit the layers with the caption then go to Attributes panel. Add a unique css class or id selector. You can use it inside a media query on Quick CSS or custom.css to change the font size and the position of the caption on mobile or tablet view. For example, add “awesome-layer” on the classes field. Use this on Quick CSS:
@media only screen and (min-width: 768px) and (max-width: 989px) { .awesome-layer { font-size: 12px; margin-left: -50px; } }If that doesn’t work use this:
@media only screen and (max-width: 767px) { .awesome-layer { font-size: 12px; margin-left: -50px; } }Cheers!
IsmaelHi!
Sorry for that. I thought you’re using the portfolio grid element. Please edit config-templatebuilder > avia_shortcodes > masonry_entries.php, find this code on line 782:
if(!empty($this->atts['container_links']) || !empty($custom_url)) { $this->loop[$key]['html_tags'] = array('a href="'.$this->loop[$key]['url'].'"','a'); //opening and closing tag for the masonry container }Replace it with:
if(!empty($this->atts['container_links']) || !empty($custom_url)) { $this->loop[$key]['html_tags'] = array('a target="_blank" href="'.$this->loop[$key]['url'].'"','a'); //opening and closing tag for the masonry container }Best regards,
IsmaelHi!
The login details are not working:
login to http://resourcegoldmine.com/wp-admin username – kriesi password – enfoldteam1Please check it again.
Best regards,
IsmaelHey LordLiverpool!
Can you please give us a link to the actual website? We need to inspect it.
Best regards,
IsmaelHey IcosMediaKunden!
In my end, I have portfolio sort category called css. I added a code on Quick CSS, something like this:
.css_sort_button { padding-left: 30px; background: url('ICON IMAGE URL HERE') left no-repeat; }If you have a category called html, you can change the selector to html_sort_button etc.
Regards,
IsmaelMarch 6, 2014 at 5:52 pm in reply to: Social Icons (Fontello) not working in Firefox, Enfold 2.5.4 #233290Hi!
Please check Settings > General, WordPress Address and Site Address should be exactly the same. Add this on .htaccess:
<IfModule mod_mime.c> # Audio AddType audio/mp4 m4a f4a f4b AddType audio/ogg oga ogg opus # Video AddType video/mp4 f4v f4p m4v mp4 AddType video/ogg ogv AddType video/webm webm AddType video/x-flv flv # Web fonts AddType application/font-woff woff AddType application/vnd.ms-fontobject eot # Browsers usually ignore the font MIME types and simply sniff the bytes # to figure out the font type. # http://mimesniff.spec.whatwg.org/#matching-a-font-type-pattern # Chrome however, shows a warning if any other MIME types are used for # the following fonts. AddType application/x-font-ttf ttc ttf AddType font/opentype otf # Make SVGZ fonts work on the iPad. # https://twitter.com/FontSquirrel/status/14855840545 AddType image/svg+xml svgz AddEncoding gzip svgz </IfModule>Best regards,
IsmaelMarch 6, 2014 at 5:45 pm in reply to: how to create a video thumbnail for video added with Avia Layout Builder? #233281Hey honesty1993!
I’m sorry but you can’t put a video thumbnail when using the Video element. You can use the html video tag. Something like this:
[video src="VIDEO_URL" width="640" height="360" poster="THUMBNAIL URL HERE"]For more info, refer to this link: https://codex.wordpress.org/Video_Shortcode
Cheers!
IsmaelHey hgroen!
The popular tab is base on the number of comments a certain post have. Do you have comment sections for your posts?
Regards,
IsmaelHi!
Glad we could help. Can you please post a screenshot of how it looks on your “Samsung tab 7”? The slider images are blurry?
Regards,
IsmaelMarch 6, 2014 at 5:25 pm in reply to: Problem with ICON box which is too deep in any browsers #233273Hey!
Please hire a freelance developer to check this on xp. What versions of Chrome and Firefox are you running on xp?
Regards,
IsmaelHey Miikey!
Can you please give us a link to the blog page? Please add this on functions.php:
add_filter('avf_title_args', 'fix_blog_page_title', 10, 2); function fix_blog_page_title($args,$id) { $args['title'] = get_the_title($id); $args['link'] = get_permalink($id); return $args; }Regards,
IsmaelHey!
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. You should look for the portfolio page’s id.
.page-id-2251 .image-overlay.overlay-type-extern .image-overlay-inside::before{ content: url(https://1.gravatar.com/avatar/707b60c56bd8d542ae9f872631c1aefa?s=80&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D80&r=G); }Regards,
Ismael -
AuthorPosts
