Forum Replies Created
-
AuthorPosts
-
Hey Munford!
There is no layer slider on the page. On what browser and OS are you testing this with?
Regards,
IsmaelHey Gstar72!
This is the html code of the social icons:
<ul class="noLightbox social_bookmarks icon_count_5"><li class="social_bookmarks_linkedin social_icon_1"><a target="_blank" href="http://www.linkedin.com/in/GaryFlooks" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Linkedin"></a></li><li class="social_bookmarks_twitter social_icon_2"><a target="_blank" href="https://twitter.com/NaturalOutlook" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Twitter"></a></li><li class="social_bookmarks_gplus social_icon_3"><a target="_blank" href="https://plus.google.com/u/0/104229833865270222238/about" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Gplus"></a></li><li class="social_bookmarks_mail social_icon_4"><a href="mailto: (Email address hidden if logged out) " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Mail"></a></li></ul>
Cheers!
IsmaelHey!
There are 3 images on the header. Can you please elaborate the issue?
Regards,
IsmaelJanuary 31, 2014 at 5:58 am in reply to: Help with pinch and zoom on images in lightbox on the ipad and iphone #217294January 31, 2014 at 5:53 am in reply to: move media from uploads folder outside of wordpress folder #217290Hi!
You can add something like this on wp-config.php to move the image folder.
define( 'UPLOADS', '/wp-content/uploads/custom' );
This will create a folder named “custom” inside the uploads folder. All images will be place on “custom” folder.
Note: This will change the directory of the image folder and you might need to move the existing images on the new folder.
Regards,
IsmaelHey frawer!
You can change the thumbnail size on Settings > Media. Change the Large Size value then regenerate the thumbnails using this plugin.
Cheers!
IsmaelJanuary 31, 2014 at 5:35 am in reply to: Centralising the slider image when in responsiveness mode #217284Hey!
You can use the button shortcode. Produce the shortcode on a page or post, copy it then paste it on the Div / Video field of the layer slider. You will see the actual shortcode on the preview but it will render the right button on the front end.
Best regards,
IsmaelHey Lorra!
Can you please post a screenshot of how you want the forum to look like? You can inspect the forum elements using the Google Chrome Inspect Element tool then apply the modifications on the Quick CSS or custom.css file. Please watch this video.
Regards,
IsmaelHey oncorsolutions!
You can use html tags on Enfold > Header > Phone Number or small info text.
Regards,
IsmaelHi!
Is this still happening? Can you please disable Yeost SEO plugin? See if the issue persist.
Cheers!
IsmaelHi maximadz!
You can add this on functions.php to increase the excerpt length:
add_filter('avf_postgrid_excerpt_length','avf_increase_postgrid_excerpt_length', 10, 1); function avf_increase_postgrid_excerpt_length($prepare_excerpt) { $prepare_excerpt = 300; return $prepare_excerpt; }
Change 300 to a greater number if necessary.
Regards,
IsmaelHey!
I checked the website on IE9 and it looks fine. Maybe, a slow internet connection? You’re using an old version of the theme. Please download the latest version on your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Best regards,
IsmaelHey!
Please do try that one. I’m sure serving an image with twice the size will make a difference on retina display. You need to specify half the size of the actual image size via CSS.
Regards,
IsmaelHey!
Please post the login details here. Set it as a private reply. The Blog and the Blog Style has nothing to do with the Fullwidth Masonry.
Regards,
IsmaelHey!
Add this on Quick CSS:
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .mobile_menu_tablet .main_menu { display: block; } }
Regards,
IsmaelJanuary 30, 2014 at 2:35 pm in reply to: Main menu not appearing on small screens (tablets or phones) #216953Hi edgold!
You have a cache plugin, please turn it off when making changes. Please try to deactivate the minify plugin, see if that fixes the issue.
Cheers!
IsmaelHi!
You can use this to change the background color of the current menu item:
.current-menu-item.current_page_item { background: orange; background-color: orange; }
Best regards,
IsmaelHey LokaalTotaal!
Please don’t remove the search via Theme Options. Add this on Quick CSS:
#menu-item-search { display: none; }
Regards,
IsmaelHi!
It will only work if you have a Color Section element on a page. You can also specify a background color directly on the Color Sections’ option panel. Please watch these videos to learn more about the theme: http://vimeo.com/channels/aviathemes/64927359
Regards,
IsmaelHi!
I’m not sure why the filter is not working but please download the font that you want on http://fontello.com/ then upload it via Enfold > General Settings > Icon Font Manager. Edit functions.php, find this code:
'scrolltop' => array( 'font' =>'entypo-fontello', 'icon' => 'ue876'),
Below, add this code:
'slideshare' => array( 'font' =>'fontello', 'icon' => 'ue802'),
I used the checkmark from Font Awesome. Edit includes > admin > register-admin-options.php, find this code on line 971:
'Youtube' => 'youtube',
Below, add this code:
'Slideshare' => 'slideshare',
You can now select the Slideshare social icon. You can do the same with yelp icons. Regarding the icon codes, you need to remove the plus sign. U+E802 should be converted to ue802.
Cheers!
IsmaelJanuary 30, 2014 at 1:29 pm in reply to: font-color of phone-info is only partially applied on iPad/iPhone #216928Hi klabuz!
Please use this:
.social_header .phone-info span { color: white; }
Cheers!
IsmaelHey dalcnetsrl!
Can you please give us a link to the page? We would like to check it. The widget doesn’t load? Or the whole website doesn’t load when you add the widget?
Regards,
IsmaelHey Munford!
If you want to change the style of a specific element on a certain page or post, you can use the Google Chrome Inspect Element. Look for the unique css body class.
On the example above, the page’s unique selector is .page-id-2251. We can use it to change the element within that page.
.page-id-2251 .avia-post-nav { display: none !important; }
Cheers!
IsmaelHey!
Can you please post the login details here? Set it as a private reply.
Best regards,
IsmaelHi siws!
The image that you need to upload should have a minimum width of 800px at least. The theme stretches the image to occupy the whole portfolio-preview-image container.
Best regards,
IsmaelHi gloopy1!
Can you please elaborate the issue? What is it that you can’t get right? You can visit Werkpress or hire a freelance developer to help you.
Cheers!
IsmaelHi!
You need to access the custom.css file via FTP or your cpanel. You can also use the Quick CSS field to modify certain elements on the theme.
Cheers!
Ismael -
AuthorPosts