Forum Replies Created
-
AuthorPosts
-
Hi!
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,
IsmaelHi!
You can watch some videos here to learn more about the theme: http://vimeo.com/channels/aviathemes/64927359
What do you want to do with the blog page? You can edit the blog style on Enfold > General Settings > Blog Style. The option will work if you set the blog on Enfold > Theme Options > Where do you want to display blog? option. If you want to add more content on the blog page other than the blog posts, you can deselect the blog page on Where do you want to display blog? option. Edit the blog page then add the Blog Posts element along with the other content.
Best regards,
IsmaelHey!
Can you please deactivate the minify plugin? Remove browser cache then reload the page a few times. We’ll check it without the minify plugin. Post the login details here and set it as a private reply.
Cheers!
IsmaelHi!
I don’t see any attached slideshow on the post. Are you talking about the lightbox? It will only show the featured image’s large version. You can insert a slideshow element using the insert shortcode wand.
Best regards,
IsmaelHi!
I disabled the minify settings on your cache plugin and the site becomes responsive again. Please try to use a different minify plugin like http://wordpress.org/plugins/bwp-minify/.
Best regards,
IsmaelMarch 2, 2014 at 3:20 am in reply to: COLOR SECTION; Easy Slider; HEADINGS; HEADER with scroll; SIDE MENU CSS #231164Hey!
Please add this on Quick CSS to highlight the ancestor menus when viewing the child pages:
.current-menu-ancestor a { color: green !important; }Regards,
IsmaelHi!
Are you talking about the read-more arrow? You can use this on Quick CSS:
.more-link-arrow { display: none; }Please post a screenshot about the date info.
Regards,
IsmaelMarch 2, 2014 at 3:11 am in reply to: Blog Posts not showing on Frontpage (Avia Layout Builder) #231162Hey!
Please give us a link to the website and post the login details here. Set it as a private reply. You can just add the Blog Posts element without configuring anything and the posts should show immediately. Make sure that you set the frontpage on Enfold > Theme Options > Frontpage settings. Reset the settings on Settings > Reading to default.
Regards,
IsmaelHi!
You can enclose the price on a div. Something like this:
<div class="price-top-margin"> £4,850<br> £7,700<br> £8,900<br> £16,000<br> £30,000</div>Add this on Quick CSS:
.price-top-margin { margin-top: 20px; } tr th:first-child, tr td:first-child { vertical-align: top; }Use this for the heading row:
.main_color tr.avia-heading-row { background: blue; }Best regards,
IsmaelHi!
Can you please give us a link to the actual website? The testimonial slider has been fixed on the latest version of Enfold. Download version 2.5.4 on your themeforest account. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Best regards,
IsmaelHi!
Unfortunately, that is not possible within the theme. You can only change the button color states using CSS. Can you please give us a screenshot on how you want your button to look like? A link to the page with the button will help.
Regards,
IsmaelHi KevinHaeusler!
Did you add a plugin that handles the featured image? Please deactivate that. You can add this on Quick CSS to remove the big featured image on top:
.single .big-preview.single-big { display: none; }Best regards,
IsmaelMarch 2, 2014 at 2:06 am in reply to: header menu issue (elements are not displaying inline) #231153March 2, 2014 at 2:01 am in reply to: pictures do not show in easy slider and portfolio homepage #231151Hi C0rien!
Please try to increase the wordpress php memory limit. Refer to this link: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
You can also try it from a different browser.
Cheers!
Ismael -
AuthorPosts
