Forum Replies Created
-
AuthorPosts
-
April 13, 2014 at 8:58 am in reply to: Enfold-Can't "Add multiple Images", "Change/Insert Image" #250694
Hey!
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,
IsmaelHi iaemedia!
Thank you for using the theme!
Do you mind if we take a look at the website? There is another user who reported the same issue but the class name is being saved, the problem is he just can’t see it on the field. We would like to inspect your installation.
Regards,
IsmaelHey!
Thank you for the update.
You’re using version 2.6.1, please update the theme to 2.6.2 then do the changes above. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
IsmaelApril 12, 2014 at 4:42 am in reply to: Integrate Existing Multi-Location Google Map into Full Screen Header. #250439Hi!
Thank you for using the theme!
Please edit the color section with the google maps then add a unique id on the For Developers: Section ID field. Use multi-location-google-map-section for example. Add this on Quick CSS or custom.css to increase the width of the section’s container:
.multi-location-google-map-section div.container { width: 100% !important; }I’m still not sure about the second inquiry. I’ll test it on my end and get back to you. I hope the first one helps.
Best regards,
IsmaelHey Rustybucket!
Thank you for using the theme!
I checked the website, not on iPad but by resizing the browser to imitate the iPad screen width. The icon boxes shows fine. Let me ask Devin and Josue to check this on their end. Please wait for their response.
Best regards,
IsmaelHey fitzpatrick512!
Thank you for using the theme!
Please reconfigure the header options on Enfold > Header > Mobile Menu. Note that the mobile dropdown menu has been removed on the latest update of the theme. You can only use the Slide Out Menu.
Regards,
IsmaelHi!
Thank you for the link.
If you don’t mind, what kind of android device are you testing this with? We ask because we need to know the screen resolution of the device. Regarding the link, you can set a post as a private reply. Only you and the moderators will see it.
Cheers!
IsmaelHey tapaway!
Thank you for the link!
I guess you managed to solve the issue but the header is now covering up part of the gallery. Please add this on Quick CSS or custom.css:
.html_header_top.html_header_topbar_active.html_header_sticky #top #main { padding-top: 130px; }I hope that helps.
Cheers!
IsmaelHey jb84!
Thank you for using the theme!
You can use the Content Slider instead of the Testimonial element if you want to add images as testimonials. Edit the home page then switch to advance layout builder, add the content slider or the testimonial elements. If you have any questions, definitely take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explation and awesomeness. You can also watch some of our Video Tutorials to learn more about the theme.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page.
Cheers!
IsmaelHi!
Please use this version of the bwp plugin: http://wordpress.org/support/topic/visual-form-builder-incompatibility
Memcache is a php module which decrease database load in dynamic web applications. I’m sorry but you might need to ask your hosting provider for this particular option.
Best regards,
IsmaelHey!
I’m sorry about that. That is not possible with google maps widget yet. Maybe, you can try a third party plugin like this: http://wordpress.org/plugins/wp-google-maps/
Best regards,
Ismael -
AuthorPosts
