Forum Replies Created
-
AuthorPosts
-
Hi!
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!
IsmaelHey!
Can you please give us the login details? Post it as a private reply.
Cheers!
IsmaelHi dpilling!
You can use this instead:
.single .related_posts { display: none; }Regards,
IsmaelHey!
You can remove the breadcrumb using this on Enfold > Styling > Quick CSS:
.breadcrumb.breadcrumbs.avia-breadcrumbs { display: none; }To change the button to circle, first, you need to add a unique selector for each Avia Elements. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
add_theme_support('avia_template_builder_custom_css');Edit any avia elements like Buttons then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-button”.
You can add something like this on your custom.css or Quick CSS:
.awesome-button .avia-button { border-radius: 40px; padding: 20px; font-size: 12px; text-decoration: none; display: inline-block; border-bottom-style: solid; border-bottom-width: 1px; margin: 3px 0; line-height: 0; position: relative; font-weight: normal; text-align: center; width: 40px; min-width: 40px !important; }Regards,
IsmaelJanuary 2, 2014 at 4:07 am in reply to: Issue regarding quality of responsive images and more #204374Hey!
You can add this on your custom.css or Quick CSS to adjust the partner logo element on mobile view:
@media only screen and (max-width: 767px) { .responsive #top .avia-smallarrow-slider .flex_column { margin: 0px; width: 100%; } }Best regards,
IsmaelJanuary 2, 2014 at 4:01 am in reply to: Image resize problem in IE and FF, Chrome looks fine #204372Hi!
Please try to add this at the very bottom of custom.css or Quick CSS:
#top #header .avia_mega_div > .sub-menu > li > ul > li a { width: 100%; max-width: 250px; }Regards,
IsmaelHi!
The slider use for the Landing Page Style demo is the LayerSlider plugin which is natively included with the theme. You can Import the dummy data to check the example slider. The background image dimension is 1700x470px. This is an example of the background image use: http://kriesi.at/themes/enfold/files/2013/04/floor.jpg
Watch this video to learn more about the LayerSlider: http://www.youtube.com/watch?v=ZY9SxVyugx4
Cheers!
IsmaelHi!
Did you change the title on single-report.php file?
$title = __('Blog - Latest News', 'avia_framework'); //default blog titleReplace it with:
$title = __('Reports, 'avia_framework'); //default blog titleCheers!
IsmaelHey jbc1407!
What do you mean by “sub-main” menu? You can change the main menu color using this on Quick CSS:
.header_color .main_menu ul:first-child > li > a { color: red; }Change the sub menu using this:
.header_color .sub_menu>ul>li>a { color: blue; }Regards,
IsmaelHey!
Please add this at the bottom of functions.php file:
add_action( 'init', 'avia_deactivate_permalink_rewrite', 10); function avia_deactivate_permalink_rewrite(){ remove_action( 'init', 'avia_wpml_register_post_type_permalink', 20); }Go to Settings > Permalinks and click the “Save” button to flush the permalinks. Do the flush a few times.
Cheers!
Ismael -
AuthorPosts

