Forum Replies Created
-
AuthorPosts
-
April 13, 2014 at 9:52 am in reply to: Jump of around 5px to the left and then back on every page load on a mac #250714
Hi Linda!
Thank you for using the theme!
First of all, you’re using an old version of the theme. Please download the latest version 2.6.2 from your themeforest account then update the theme via FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/
If you don’t mind, after you update the theme, please post the website url here. We would like to check it on our end.
Cheers!
IsmaelApril 13, 2014 at 9:48 am in reply to: double the image size of a blog style: single author small preview. #250713Hi Tim!
Thank you for using the theme!
Please add this on Quick CSS or custom.css to increase the size of the small preview image:
.small-preview { width: 162px; height: 162px; line-height: 162px; left: -45px; } .template-blog .blog-meta { margin-right: 10px; }I hope that helps.
Regards,
IsmaelHey!
Please use this to fix the logo:
@media only screen and (max-width: 480px) { .responsive .mobile_slide_out .logo img { margin: 0; width: 80%; } .responsive .mobile_slide_out .logo { position: relative; top: 20px; left: 0; } }Cheers!
IsmaelHey!
Glad we could help.
Which google font are you trying to use? In order to use google fonts, you need to embed or call a certain google font on the head tag. For example, we’ll try the Lato font. Visit this page then get the code: http://www.google.com/fonts/#QuickUsePlace:quickUse/Family:Lato
We’ll use this on functions.php:
add_action('admin_head', 'avf_add_custom_google_font'); function avf_add_custom_google_font() { echo "<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>"; }After that, use this on Quick CSS or custom.css to change the font family of the menu:
.av-main-nav > li > a { font-family: 'Lato', sans-serif; }I hope that helps.
Cheers!
IsmaelHi!
Glad you figured it out! Thanks for sharing. If you have any questions, let us know.
Best regards,
IsmaelApril 13, 2014 at 9:28 am in reply to: Images in Masonry Galerie looks out of focus (on retina display) #250701Hi!
You can insert the code at the very bottom of functions.php. Go to Appearance > Editor, look for functions.php. I’m not sure if that is going to work in your case but please give it a try.
Best regards,
IsmaelHey!
I’m sorry if I upset you with my response. I just can’t reproduce the issue no my end and I don’t find any clue on the support forum when I search over for the same topic. I’m really not sure what is the causing the issue but I’ll ask Dude to check this out.
Thank you for understanding.
Cheers!
IsmaelHey!
Thank you for the link.
The aspect ratio option is for video slides only. It won’t affect how the image thumbnail turns out. You can choose the thumbnail size for the easy slider on “Slideshow Image Size” option. For example, please use the “Magazine (710×375)” thumbnail size which I think is the best thumbnail size for your slider. Edit functions.php, find this code on line 100:
$avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazinesReplace it with:
$avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375, 'crop'=>false ); // images for magazinesThis will prevent the theme from cropping the edges of the image thumbnails. Make sure that you uploaded the images with sizes close to that ratio. Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
IsmaelApril 13, 2014 at 9:12 am in reply to: Gravity forms progress bar hidden when advancing to next page on multi page form #250698Hey!
I’m sorry but we’re still not sure how to fix this. Did you open a ticket on the Gravity Forms plugin forum? I’m sure they can help.
Cheers!
IsmaelHi!
Thank you for the link.
You can’t see the custom css class but it is added on the special heading element. I’m not sure why. I added latest-recipes-heading for example. Please add this on Quick CSS or custom.css to modify the special heading using the custom css class that I added.
.main_color .latest-recipes-heading > .av-special-heading-tag { color: red; }This will turn the special heading latest recipes text to red. I’ll ask Dude for clarification.
Best regards,
IsmaelHey Mark!
Thank you for the screenshot.
Is the site live? If you don’t mind, we would like to inspect it. You can control the mobile menu activation on Enfold > Header > Mobile Menu > Header Mobile Menu activation. Choose the second option. This should force the mobile menu on devices with 990px screen width below and probably fix the issue.
Cheers!
IsmaelApril 13, 2014 at 8:58 am in reply to: Enfold-Can't "Add multiple Images", "Change/Insert Image" #250694Hey!
Glad it worked. :)
There’s really nothing that you can if it is a plugin conflict unless you can debug the code and make it compatible with the existing ones or with the theme for that matter. Maybe, try to use less plugins or find those that are somehow compatible with your setup. If a third party plugin is messing up your wp installation, you should probably remove it then find another one. Out of curiosity, what is the plugin that you deactivated that make this work?
If you have any questions related to the theme, please don’t hesitate to let us know.
Cheers!
IsmaelApril 13, 2014 at 8:51 am in reply to: Home Page LayerSlider Only Loads Correctly Some of the Time #250693Hi!
Thank you for the update.
I still can’t see the error but like I said the layer slider loads slower which is probably normal because the homepage includes a whole lot of images from top to bottom. There are certain things that you can do to improve the page speed in your case. First of, please go to wp-content/plugins folder then delete unnecessary plugin folders that you’re not using. On the layer slider, instead of using the 3D transitions, use 2D effects which is lighter. Do the following steps to improve the page loading speed courtesy of the wordpress community:
1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg
2. Once all images are on the website optimize with ewww optimizer plugin twice 1hr 10mins apart.
3. Install wp-smushit run once to remove jpeg extra data, then uninstall.
4. Use BWP minify plugin to minify scripts and stylesheets.
5. Install WP-Super cache, select all recommended settings.
6. Logout your website, visit every page at least once to create super cache files.
7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. once done log out.
8. Have a cup of coffee.
9. Visit your site after 20 minutes or so.
10. Don’t forget to smile.I hope that helps.
Best regards,
IsmaelHi!
In addition to this topic, I insist to paste the debug function below the code that I mentioned above because sometimes it doesn’t work when I put it at the very bottom of functions.php which is weird. Glad it is working now. I hope it helps with your problem.
I forgot to give you a link on the documentation which is way more comprehensive and with much more details. Noted. :)
Cheers!
IsmaelHi!
Glad that you fixed the header.
Please use this on Quick CSS or custom.css to fix the input fields:
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select { min-width: 100% !important; }Cheers!
IsmaelHey tmsgraphics4698!
Thank you for using the theme!
Please use this on Quick CSS or custom.css to change the font size:
.av-main-nav > li > a { font-size: 15px; }And this one for the font color:
.header_color .main_menu ul:first-child > li > a { color: red; }Best regards,
IsmaelHey!
Thank you for using the theme Guys!
Please use this to change the style of the sub menu.
#top .av-main-nav ul a { width: 100%; height: auto; float: left; text-align: left; line-height: 23px; padding: 8px 15px; font-size: 15px; min-height: 23px; max-width: none; text-decoration: none; }I hope that helps.
Cheers!
IsmaelHi!
Thank you for the update.
@shrinker31: Do you mind if we take a look the test site? We can align the search form and the menus using css. Please post the website url here as a private reply.Cheers!
IsmaelHi!
Good job Guys! As always, thank you for using the theme!
Keep more awesome websites coming! :)
Regards,
IsmaelApril 13, 2014 at 8:15 am in reply to: Additonal Information" – Mentioned Twice – Redundancy #250677Hey jsw_nz!
Thank you for using the theme!
You can remove the Additional Information or change it to something else by adding this on functions.php:
add_filter( 'woocommerce_product_additional_information_heading', 'woocommerce_change_product_additional_information_heading'); function woocommerce_change_product_additional_information_heading($heading) { $heading = __( 'CHANGE THE STRING HERE OR LEAVE THIS BLANK', 'woocommerce' ); return $heading; }I hope that helps.
Regards,
IsmaelHey reefcentraluk!
Thank you for using the theme!
You can edit the label on config-templatebuilder > avia-shortcodes > contact.php. Find this code on line 244:
$elements['avia_age'] = array('type'=>'captcha', 'check'=>'captcha', 'label'=> __('Please prove that you are human by solving the equation','avia_framework' ));Change the label to something else.
Regards,
IsmaelHey Gurify!
Thank you for using the theme!
I tested this on my end and it works fine which tells me that you’re either using an old version of the theme or a plugin is causing the issue. We would like to see the actual website in action. Please post the website url here. We will give you a response once we have taken a look at the actual page. Thanks!
Best regards,
IsmaelHey!
It is weird that the right arrow position is incorrect. Please add this on Quick CSS or custom.css to reposition the next arrow:
#top .avia-layerslider .ls-nav-next { right: 180px; }Regards,
IsmaelHey bdm55!
Thank you for using the theme!
Where did you place the menu? It is below, right or left of the logo? Please use this to change the font size:
.av-main-nav > li > a { font-size: 15px; }Regards,
IsmaelHey rikv!
Thank you for using the theme!
I’m not sure how to remove the date from google serps but if you don’t mind, we would like to know the website url. Some article say that you have to remove the the_date() function in order to hide the dates from google serps. If that is the case, you can edit includes > loop-index.php, find this code on line 71:
echo "<time class='date-container minor-meta updated' $markup>".get_the_time(get_option('date_format'))."</time>"; echo "<span class='text-sep text-sep-date'>/</span>";Remove it. I hope that helps.
Regards,
IsmaelHey!
Thank you for the info.
Please add this on Quick CSS or custom.css:
@media only screen and (max-width: 1200px) and (min-width: 768px) { .responsive .mobile_slide_out .logo { float: left; -webkit-transform: translate(0, 0); left: 0; } }Best regards,
IsmaelHey Holger!
Thank you for using the theme!
The #245002 is the reply id so it doesn’t help us much with finding the thread. Can you please post the actual url of the thread here? We would like to know how you added the mailchimp subscription. Meanwhile, you can add this on Quick CSS to remove the br tags:
div.mc-field-group br { display: none; }Best regards,
IsmaelHi ann_bailey!
Thank you for using the theme.
At this moment, I’m not entirely sure of what it is you’re trying to accomplish. Please post a screenshot of how you want the slider to look like. You can use imgur, dropbox etc.
Regarding the slider, please edit the slide settings then set the Slider width in pixels, something like 1200px. On Fullwidth Slider Settings, set the Responsive under to 1600px then the Layers Container option to 1200px. This should constrain the layers on a specific width. Add the image as layers. If you think layer slider can’t accomplish what you want, you can try the Revolution Slider.
Best regards,
IsmaelHey!
We would like to see the website but we need a temporary login details.
http://dev1.hirschinsuranceagency.com.s186031.gridserver.com/premium-query/
Regards,
Ismael -
AuthorPosts
