Forum Replies Created
-
AuthorPosts
-
Hey envapk2!
The original images are 80 x 80 and to have crystal clear images they need to be 206 x 206, this will give you what you have requested.
Best regards,
DavidHey rickpark!
Can you point me to an specific link so i can take a look at it, been looking all over your site couldn’t find any that has the described problem,
Cheers!
DavidHey maximadz!
Those links are backend ( enfold / wordpress ) specific , so they are not in the front end ( your site ), in other words, they don’t affect your site.
Regards,
DavidHi ubernaut!
Easy slider allows you to use the original width / height of the image so as long as your images retain those ratios 4:3 on the original image you should be able to keep that one. Or there is plenty of options to set up Slideshow Image Size.
Regards,
DavidHey hjhjthth!
IE8 does not support responsive styles so that’s why you see it in a small size, about the logo will need an url so i can find a way to debug that since i don’t use/have IE on my dev machine.
Cheers!
DavidHey garbath!
1. To change the appearance of the links to buttons you will need to modify the css classes assign to them. You can always use microlancer.com they are pretty reliable and cost affordable.
2. On Enfold options panel go to General Settings > Blog Style ( search for this and select from the drop down ) pick single author feature image small/big.
Regards,
DavidHi Dave!
Don’t have a windows machine with me right now, it seems like that’s IE7 if that’s the case we do not support that version.
Best regards,
DavidMarch 31, 2014 at 11:47 pm in reply to: Disable white rollover overlay on an image but still keep it linked. #245788Hey DaveL77!
Find the snippets below,
To remove the overlay use this code.
.image-overlay{ background-color: transparent; }
To add it use the same just change the transparent to #ANYHEXCOLOR;Regards,
DavidHi erkuto!
I’ve tested your site and it’s working properly, probably the banned thing.
Best regards,
DavidHey Raymmar!
I’ve reviewed your site, and indeed it does redirect every time you click on an author, the problem is coming from a plugin, suggestion : disable 1 by 1 and check your links, start with the discuss one.
Cheers!
DavidHey motylanogha!
Unfortunately Enfold does not provide 2/5 …. x/5 columns style and there is no easy way, unless you are willing to create the styles, add the columns on the page builder, and restyled the elements you want inside of the columns.
Cheers!
DavidHi bforliano!
Short answer yes it is, i would recommend using or searching for a plugin ( haven’t tried / tested this one ) http://wordpress.org/plugins/redirection/ , other option is modify your Apache .htaccess and create a rule in there to redirect all of the 404 http errors.
Both will require testing / researching / time.
Regards,
DavidHi bakbek!
Can you send me your URL, will see if that can be fixed with css, if not you might need to use a different layout option ( mansory ).
Best regards,
DavidMarch 31, 2014 at 10:16 pm in reply to: Home Page LayerSlider Only Loads Correctly Some of the Time #245753Hey takingaction!
Just checked your site, refresh it several times, it’s working fine, only suggestion is that you are using a lot of images on the slider, hence takes longer to load, other than that, it’s working.
Regards,
DavidHi!
What you can do is create the icons using illustrator, save them as SVG then use, http://icomoon.io/ , this tool will allow you to create font-base icons base on your SVG files. After this you need to upload those and enqueue the styles on the pages you want those icons or if you need those in every single page just enqueue them.
Best regards,
DavidMarch 28, 2014 at 8:48 pm in reply to: Add Header Image and disable breadcrumbs on Blog Posts #244572Hey rseybold!
We have some of vids/articles that cover most of the questions, about disabling the breadcrumbs it can be done via enfold options > Header > Header Title and Breadcrumbs.
http://kriesi.at/documentation/enfold/
Cheers!
DavidHi youyou78!
Here are the steps to have 4 columns grid layout without sidebar.
1. Select Blog Post from Content Elements. ( drag/drop into the 1/1 or color section ).
2. Choose the categories, grid layout , 4 columns. Save it.
3. Right hand middle page there is a Layout Sidebar,
Layout
Select the desired Page layout
( select the No sidebar Option ).
4. Save and that is it.Cheers!
DavidMarch 28, 2014 at 2:26 am in reply to: Breadcrumbs don't appear on pages when I pick "display title and breadcrumbs" #244154Hey!
Can you send me your credentials user/pass, just make sure you have checked your plugins ( disable one by one and check if that’s not the cause of the problem ).
Make sure to use a private msg.
Cheers!
DavidHi Labhanshi!
Here are my comments base on your site,
1. This image http://www.labhanshicreations.com/wp-content/uploads/2013/04/harem-pants-aladdin-yoga-pants-180×180.jpg ( is 180 x 180 ) the current container ( where the image is placed ) is 286 x 286 that’s the reason why your image is getting jagged/pixelated. Solution make a big one.
2. Images are being resize base on the column that has been defined before ( 1/3 ), the width in pixels is ~300px or ( 29.33333% ) of the screen, if you use an image that has 495px it will be forced to decrease to 300px on the given example, the reason why this needs to happen is because you need to have responsive images inside of every container, otherwise the image will overflow the container and cause a lot of layout problems. Solution scale your images properly to the column used, or increase the height if need to.
3. There is not an easy solution out of this, it comes down to, either make your images the same size ( width / height ) or play with your layout so it looks clean/nice, recommendation is to create resources (images) the same size, you will have a lot of headaches otherwise.
Mainly the issues are your current images, so if you can’t find larger ones use the width/height of the small one as your base structure.
Cheers!
DavidHi andypeck!
I couldn’t help noticing these are custom modifications, you can use this service ( reliable ) and part of envato (TF), here is the link http://www.microlancer.com/explore/wordpress , if you are having problems with the features that the theme includes don’t hesitate on letting us know,
Cheers!
DavidHi simonwr1976!
Sent us your credentials user/pass as a private msg, so we can look/debug, so far seems like it’s not being saved or selected from the dropdown.
Best regards,
DavidMarch 27, 2014 at 9:03 pm in reply to: Testimonial Images "pixelated" on desktop but not mobile? #244060Hi techgrayscale!
I’ve checked the images, one solution is that you create the rounded image with transparency ( png ) file and use that instead.
Right now the theme is creating the rounded corners using css, so that’s why you get that jagged looking.
Regards,
DavidHey maorshabo!
You can find in functions.php (roughly line 262 ) wp_enqueue_scripts, what this does it’s that adds jquery … into the front end ( your page ).
The structure is the following
<?php wp_enqueue_script( $handle, $src, $deps, $ver, $in_footer ); ?>
$in_footer replace that to true, on the files you want on the footer.Some on them are required to be on the top of the page ‘avia-compat’ and if you need to do the layer slider ones you need to modify either the plugin files, /config-layerslider/ ( location ), or dequeue them.
References:
http://codex.wordpress.org/Function_Reference/wp_enqueue_script
http://codex.wordpress.org/Function_Reference/wp_dequeue_scriptI’m assuming that you have a decent understanding of php, since that might be required to performed such an actions.
Regards,
DavidHi blaircomm!
Here is the css to fix the spacing between the title and img.
.template-page .template-blog .entry-content-wrapper h2 { margin: 20px 0 15px; }
For the other part
.entry-content-wrapper .post-title { margin: 20px 0 15px; }
Best regards,
David- This reply was modified 10 years, 8 months ago by David.
March 27, 2014 at 8:05 pm in reply to: Breadcrumbs don't appear on pages when I pick "display title and breadcrumbs" #244044Hi AllegoryStudios!
It seems that the update was not successful, what i can recommend you it’s download the recent update from Themeforest, and re-upload the theme using an ftp, so this will replace the files that might conflicting with this.
Regards,
DavidMarch 26, 2014 at 11:47 pm in reply to: tracking of header social buttons in google analytics #243582Hey Vermishelle!
Here is the solution i came up with, Please follow this very carefully.
1. Find this file helper-social-media.php inside of this folder ENFOLD/includes/
2. Add this on the line 33 ( after this line var $counter = 1; )static $social_counter = 0;
3. Line 53 ( function build_icon() ). after this global $avia_config; add the following
$search_array = array('facebook','twitter', 'skype', 'pinterest', 'soundcloud');
//On this one is the key, i’m adding facebook, twitter, …. base on the elements i have added on the enfold options so if you have others add those and remove the ones that you don’t need ‘soudcloud’ for instance
4. Find this on line 88 roughly
$html .= "<a {$blank} href='".$icon['social_icon_link']."' ".av_icon_string($icon['social_icon'])." title='".ucfirst($icon['social_icon'])."'></a>";
5. Replace the above ( 4. ) with this.
if ( in_array( $search_array[static::$social_counter], $search_array) ) { $html .= "<a {$blank} href='".$icon['social_icon_link']."' ".av_icon_string($icon['social_icon'])." title='".ucfirst($icon['social_icon'])."' onclick='". "_gaq.push(['_trackEvent', 'ClickLink', '". $search_array[static::$social_counter]."', 'Message']).". "'></a>"; static::$social_counter++; }else{ $html .= "<a {$blank} href='".$icon['social_icon_link']."' ".av_icon_string($icon['social_icon'])." title='".ucfirst($icon['social_icon'])."'></a>"; }
And that is it.
Regards,
David- This reply was modified 10 years, 8 months ago by David.
March 26, 2014 at 8:12 pm in reply to: Changing width of Text Block above 990 for readability #243499Hi aribann!
To apply that style to > 990 you need to use media queries, here is the snippet.
@media only screen and (max-width:990px){ //place your styles here }
To limit it, you can use the class the wordpress applies to the body tag, and use that one e.g. .body-class-from-wp-page .your-class {}
Regards,
David- This reply was modified 10 years, 8 months ago by David.
Hi ksakkos!
Your 1st and 2nd assumptions are correct, this is the way images work on enfold theme, they have some custom css properties, that allows them to behave correctly when you have a responsive site, basically what this does is the following, e.g. Your containers is 300 x 400, you can place an image in there 600 x 800, and it will look and behave correctly, the good thing about doing this is that you already have a retina ready image since you have the double of the container size ( 2px x a single 1px ).
One of the downsides of doing these ( placing a bigger image inside an smaller container ), is that the browser needs to recalculate the image proportions, hence will take more time to render those on your page, ( you will start experiencing some delays once you have a decent amount of images on a single page.
So if you know that you won’t have an excessive amount of images, you could place a bigger image and not having to worry about window sizes.
TL;TR Yes you can use the biggest image that you have available.
Hope this answer your questions.
Regards,
DavidHey codepantry!
I will need a url to see and understand better what you have describe in there, let me/us know when you have it.
Regards,
David -
AuthorPosts