Forum Replies Created
-
AuthorPosts
-
Hey!
You’re using a very old version of the theme. Please download the latest version on your themeforest account then update it via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750
Regards,
IsmaelMarch 3, 2014 at 4:57 pm in reply to: Fullsize images not fullsize? How to make images bigger #231624Hi wrxer123!
You can add this on Quick CSS or custom.css:
#top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 1200px; }
Best regards,
IsmaelMarch 3, 2014 at 4:51 pm in reply to: Want a fixed website except for one page, how can I accomplish this? #231621Hi cyrusis!
Unfortunately, that is not possible without major modification within the theme. Please hire a freelance developer. For further modifications, please visit Werkpress. On the other hand, you can setup a separate Enfold installation for the portfolio page only. Set it as responsive.
Regards,
IsmaelHi fgrippe!
Can you please give us a link to the website? Go to the video layer then open the Style panel. On “Custom style settings”, add this code:
margin: 0 auto; width: 20%; position: relative;
You can change the width value if you want.
Cheers!
IsmaelHi infinweb!
Looks like a server side error. Please contact your host. Have you tried activating other themes?
Cheers!
IsmaelHi!
You have a lot of plugins installed and I’m getting some script errors, you might want to deactivate them first. See if the issue is fixed. Activate them one at a time to find the culprit. Ask you host to increase the max_input_vars to at least 2000 on php.ini.
Cheers!
IsmaelHey!
I tested this page again: http://lextraduction.com/accueil-test/
This is the page where the “select files” button is not working before. I checked it again and this time it works. I was able to select a file then submit the form.
Cheers!
IsmaelHey fortuneRice!
You can use this plugin: http://wordpress.org/plugins/codestyling-localization/
Look for the Enfold theme then edit the language that you want to translate. Look for the strings using the string search field.
Best regards,
IsmaelMarch 2, 2014 at 5:47 am in reply to: Woocommerce conditional menu for logged-in vs non logged-in users. #231204Hey William!
Maybe, this link will help: http://www.mobilexweb.com/blog/click-to-call-links-mobile-browsers
Basically, this is what you need:
<a href="tel:+1800229933">Call us free!</a>
Regards,
IsmaelHi!
Instead of hiding the menus via CSS, maybe this plugin will help: http://wordpress.org/plugins/zen-menu-logic/
It is like the widget logic plugin but for menu items.
You can refer to this link if you want to use the conditional for logged in users: http://codex.wordpress.org/Function_Reference/is_user_logged_in
Regards,
IsmaelHey Jiriko!
You need to install the woocommerce plugin then click the “Install Woocommerce Pages” on the Woocommerce Settings panel to automatically generate the shop page. You need to add products though. Try to increase the wordpress php memory limit to 128M. Refer to this link: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Cheers!
IsmaelHey fjrichart!
This is the most used plugin for SEO: http://wordpress.org/plugins/wordpress-seo/
You have some other options, search google: https://www.google.com.ph/?gfe_rd=cr&ei=xKMSU5OOF-ePiAfizIDACw#q=wordpress+seo+plugin
Regards,
IsmaelMarch 2, 2014 at 5:20 am in reply to: Layerslider is not showing my HD suffix hack video image correctly – any idea? #231197Hey jmikhail!
Please download the latest version of the theme. The elements like Fullwidth Easy Slider, Fullscreen Slider and Color Sections are capable of adding video backgrounds on the latest version of Enfold. Use that instead of the LayerSlider.
Best regards,
IsmaelMarch 2, 2014 at 5:18 am in reply to: After adjusting logo position further to Left now gets cut off on Mobile view #231196Hey!
Please add this to fix the social media overlapped:
@media only screen and (max-width: 989px) and (min-width: 768px) { .social_header .phone-info span { left: -50px; position: relative; } }
Add this to show the phone number on mobile view:
@media only screen and (max-width: 767px) { .responsive.social_header .phone-info { position: relative; top: 10px; left: 25%; } #header_meta { margin-top: 0; } #header_meta .container { margin-top: 0; } }
Cheers!
IsmaelHi!
This link: http://www.thinkdoug.com/portfolio-item/back-basics-open/ gives me a 404 error. Please flush the permalink settings on Settings > Permalink. Click the “Save” button once.
EDITED: I flush the permalink settings and the portfolio is fixed. There is only one image on the portfolio item. Please remove browser cache then reload the page a few times.
Cheers!
IsmaelHi!
You can also add the portfolio items on Appearance > Menus. Make sure that the “Portfolio Items” is enabled on Screen Options.
Regards,
IsmaelHi MKW270210!
You can define a minimum and maximum height for the blog grid featured images. Add this on Quick CSS:
.post-entry .slide-image img { width: 100%; min-height: 100px; max-height: 100px; }
The code will constrain the images on a specific height. You just need to experiment which thumbnail size on “Preview Image Size” generates the best results.
Cheers!
IsmaelHi!
Can you please give us an access to the website? It is on maintenance mode. Set the login details as a private reply.
Cheers!
IsmaelHey murphy88!
What type of header do you have? You can use this on Quick CSS or custom.css to increase the header width. In this code I increase it by a 100px:
@media only screen and (min-width: 1140px) { #header_main .container, #header_meta .container { width: 1230px; } } #header_main .container, #header_meta .container { width: 1030px; } @media only screen and (max-width: 989px) and (min-width: 768px) { #header_main .container, #header_meta .container { width: 782px; } }
Regards,
IsmaelHi!
I’m really not sure if I understand you correctly. Do you want to remove the space between the columns? Can you please give us a link to the actual website?
Best regards,
IsmaelMarch 2, 2014 at 4:45 am in reply to: Swapping video to image in mobile view (fullscreen slider) #231184Hey!
Is there a redirect function on your website. Sometimes, it takes me to this website:
The video looks full width on my end. No black borders or spacing:
Cheers!
IsmaelHi!
I’m sorry but this is beyond the scope of support. Please hire a freelance developer to polish the modifications that Dude provided. For further customization, please visit Werkpress.
Regards,
IsmaelHi!
The catapult cookie bar plugin or something is breaking the layout. You can add this on Quick CSS:
#socket { top: -15px; } @media only screen and (max-width: 767px) { #socket { top: -80px; } }
Best regards,
IsmaelHi!
Please switch your website to responsive layout again. We need to inspect it. The code I provided should fix the section height on mobile menu. Edit the color section with the issue then look for “For Developers: Section ID”, add something like “awesome-section”. Use this on Quick CSS:
@media only screen and (max-width: 767px) { #awesome-section { min-height: 900px; height: 900px; } }
Best regards,
IsmaelHi!
You need to edit header.php again. If you want to preserve the modifications that you made, please use a child theme. http://vimeo.com/channels/aviathemes/67221517
Best regards,
IsmaelHi David!
The website is not loading on my end. Can you please post a screenshot? I’ll ask the rest of the support team to check this.
Best regards,
IsmaelHi Justin C!
Please add !important on the width and height:
.logo, .logo a, .logo a img { position: relative; width:173px !important; height:77px !important; max-width: 173px !important; max-height: 77px !important; }
Best regards,
IsmaelHi!
I think it is about the background-color value. Please add this on Quick CSS or custom.css:
.header_color .header_bg, .header_color .main_menu ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div { background-color: #ffffff; background: #ffffff; }
Best regards,
IsmaelHi David!
You can set the element to display: none using CSS then insert the code on a media query. You can find an example on css > custom.css:
/* Mobile Styles ================================================== */ /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */ @media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ img { display: none } /* This will remove all images on mobile devices */ }
Best regards,
Ismael -
AuthorPosts