Forum Replies Created
-
AuthorPosts
-
January 3, 2014 at 8:21 am in reply to: Images appearing on top of menu (instead of underneath) when scrolling the page? #204912
Hi!
1.) Let’s start again. To make the header transparent, please add this code:
.header_color .header_bg { background: rgba(0,0,0,.5); }Move the slider or the main div towards the top using this:
.fixed_header .home #main { padding-top: 0; }Edit js > avia.js file to remove the gap below the fullscreen slider. Find this code on line 687:
slide_height = Math.ceil( (viewport / 100) * this.options.height );Replace it with:
slide_height = Math.ceil( (viewport / 100 ) * this.options.height ) + 88;2.) You can’t move the border because it is the content border. There is a javascript where you can force or copy the height of a certain div then apply it on another. You can then use this Quick CSS:
#top #main .sidebar { right: -50px; border-left-style: solid; border-left-width: 1px; } .content { border: none; }Please hire a freelance developer to help you create a script like that.
Cheers!
IsmaelHey!
I can’t check this on iOS device but have you tried removing the browser cache? I’ll ask Devin and Josue to check this out on their MAC system.
Cheers!
IsmaelHi!
Can you please give us a link to the website? The social icons should be on top of the logo on mobile view. What do you mean by “contact call”?
Best regards,
IsmaelHi!
Please download the latest version of Enfold which 2.4.4. Update the theme via FTP. If you have a cache plugin, please flush the settings. Remove browser cache then reload the page.
Cheers!
IsmaelJanuary 3, 2014 at 5:49 am in reply to: Images appearing on top of menu (instead of underneath) when scrolling the page? #204891Hi!
1.) Please add this on your custom.css or Quick CSS:
.fixed_header #main { padding-top: 100px; }2.) You can move the sidebar to the right using this:
#top #main .sidebar { right: -50px; border: none; }Cheers!
IsmaelJanuary 3, 2014 at 5:35 am in reply to: Wrong image showing on website only when I log out of WP admin #204884Hi!
Do you have a cache plugin? Please deactivate it along with other plugins. Please give us a link to the page.
Cheers!
IsmaelHi!
The login credentials are not working. Please check all pages with the Content Slider element. Recreate them from scratch.
Cheers!
IsmaelJanuary 3, 2014 at 4:14 am in reply to: Enfold: Add light gray background to each blog post on the blog grid layout. #204857Hi tck!
You can add this on your custom.css or Quick CSS:
.avia-content-slider .slide-entry { background: gray; padding: 10px; }Best regards,
IsmaelHi!
I’m not sure but I think it is a browser feature. Please try it on firefox and you won’t encounter any predictive search.
Best regards,
IsmaelHi!
This is included as a side note with the Video element:
Attention when using self hosted HTML 5 Videos:
Different Browsers support different file types (mp4, ogv, webm). If you embed a example.mp4 video the video player will automatically check if a example.ogv and example.webm video is available and display those versions in case its possible and necessary.What is the format of the video?
Regards,
IsmaelHi!
Did you add any div tags? Please check the html markup if there are any unclosed tags. Kriesi tested a website once and he found out there are multiple tags that are not closed properly.
Regards,
IsmaelHi!
You can add this on your Quick CSS or custom.css to position the socket or footer at the bottom:
#socket { position: fixed; width: 100%; bottom: 0; } #socket .container { margin: 0 auto; }Regards,
IsmaelHi!
Please hire a freelance developer to edit the file for you. Please refer to this link for more info about FTP and accessing files through cpanel.
http://www.siteground.com/tutorials/ftp/
http://www.siteground.com/tutorials/cpanel/file_manager.htmRegards,
IsmaelHey MUNFORD!
Add the two social icons align them to the left then add this on your Quick CSS to move to the center.
.av_font_icon { position: relative; left: 40%; }Adjust the left position. 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 .av_font_icon { position: relative; left: 40%; }Best regards,
IsmaelHi!
Please check Settings > Discussion > Avatar Display, make sure that the “Show Avatars” option is ticked.
Regards,
IsmaelJanuary 2, 2014 at 5:38 am in reply to: Image resize problem in IE and FF, Chrome looks fine #204410Hi!
You can’t insert a column inside a column. It is possible if you use the Default Editor and the shortcode wand. You can insert column shortcodes inside a columns shortcode. Something like this:
[av_two_third first] [av_one_half first]Add Content here[/av_one_half] [av_one_half]Add Content here[/av_one_half] [/av_two_third] [av_one_third] [av_one_half first]Add Content here[/av_one_half] [av_one_half]Add Content here[/av_one_half] [/av_one_third]Regards,
IsmaelHey!
I was able to add images on the LayerSlider. Please check this: http://www.fanfullaconstructions.com/test-2/
When you click the “Add Multiple Images”, give it a few seconds to load because you have a lot of images on the Media Library.
Best regards,
IsmaelHi bentkd!
You can use a 1/4 column side by side. Place the image on the first column then the social widgets on the second 1/4 column. You can also use two 1/2 columns side by side.
Cheers!
IsmaelJanuary 2, 2014 at 5:08 am in reply to: Image resize problem in IE and FF, Chrome looks fine #204400Hey GARTLANS!
No, you need to edit the file manually if you want to change the author page layout.
Regards,
IsmaelJanuary 2, 2014 at 4:57 am in reply to: Image resize problem in IE and FF, Chrome looks fine #204396Hi!
Please try this to fix the avia table:
div .avia-table img { width: 100% !important; max-width: 100% !important; }Regards,
IsmaelHey!
Before we move on please refer to this link then follow Dude’s instruction at the very bottom: https://kriesi.at/support/topic/portfolio-items-all-404s-rewrite-rules-missing/
Best regards,
IsmaelHey kinnear!
Please post the login details here as a private reply. We would like to inspect it. You can watch this video by Devin to learn more about the theme: https://vimeo.com/channels/aviathemes/64927359
Cheers!
IsmaelHey!
Yep, that might be it. Please flush the cache plugin settings. Test it on another browser.
Cheers!
IsmaelHi!
I don’t see the related posts anymore on this post: http://meritagefunds.com/meritage-leads-investment-in-peakcolo/
Please remove browser cache then reload the page a few times.
Cheers!
Ismael -
AuthorPosts

