Forum Replies Created
-
AuthorPosts
-
You are welcome, alternatively you can also use http://bit.ly to mask them.
Regards,
JosueHello!
It is possible but it would require a heavy modification to the theme, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueHey!
I’d suggest not using columns for this (you can modify this but it would affect other parts of the site), instead place all images (left aligned) inside one Text Block (using the Add Media button).
P.S. Pushing your topic creates the contrary effect as it puts the thread last in our support queue.
Best regards,
JosueHi,
Open js/avia.js and look for line 1515:
isMobile = $.avia_utilities.isMobile,Replace it by this:
isMobile = false,Regards,
JosueI’ve included the links in my previous message (maybe you’re not seeing them in the mail notification).
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#wrap_all { background: #0c70eb url(_POLYGON_BACKGROUND_IMAGE_URL_HERE_) center center repeat scroll; }Cheers!
JosueYou are welcome Bernd, glad to help :)
Regards,
JosueHey Coco!
The idea was to use the Grid Row background functionality but if you want to use Image Elements you can do it but you’d need to mod it, add this to Quick CSS:
.flex_cell .avia-image-container-inner .avia_image, .flex_cell .avia-image-container-inner{ width: 100%; }Also i’d suggest switching to a Boxed Layout so you have control over the Grid perceived width.
Regards,
JosueNo worries, glad to help :)
Cheers!
JosueHi Bernd!
Check it out, i modified the header size to 126px and added this to Quick CSS:
#header_main .logo { left: auto; transform: none; -webkit-transform: none; max-width: 900px; float: none; margin: 0 auto; position: relative; } .logo a { text-align: center; } .logo img { display: inline-block !important; }Cheers!
JosueHi,
I’d need to see it in order to explain it, can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
What kind of blog layout are you using? can you post a link to your blog?
Best regards,
JosueMay 28, 2015 at 6:49 am in reply to: Fullscreen slider with multiple images on the same page #450930Hi!
Maybe the Accordion Slider element suits your needs, it doesn’t support fullscreen out of the box but i once helped an user make it fullscreen:
https://kriesi.at/support/topic/accordion-slider-fit-to-hight/#post-326851Best regards,
JosueHey!
Try changing your code to:
.landingpage .avia-slideshow-inner{min-height: 400px!important;}Cheers!
JosueMay 28, 2015 at 6:45 am in reply to: How to control AddThis cookies such as __atuvc and __atuvs? #450928Hi!
This is something you’d need to ask in the AddThis forum:
https://wordpress.org/support/plugin/addthisRegards,
JosueHey!
I checked it on iOS simulator and it played fine (it went fullscreen once clicking the play button), perhaps if some configuration in your phone? have you checked in another one?
Regards,
JosueHi!
Place the following code in your child theme functions.php to disable the theme flags and use the WPML ones instead:
add_action('after_setup_theme','avia_remove_main_menu_flags');function avia_remove_main_menu_flags(){ remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10); }Regards,
Josue1. Correct, permalinks will reflect the new Site URL.
2. I’m not familiar with the plugin but it could work i think.Basically if you have a problem keeping your WP install under
/test/go with the backing-restoring method instead.Regards,
JosueHey Nic!
You’d need to edit /config-templatebuilder/avia-shortcodes/postslider.php, basically move these three lines:
$output .= '<header class="entry-content-header">'; $output .= !empty($title) ? "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>" : ''; $output .= '</header>';Below:
if($show_meta && !empty($excerpt)) { .... }Regards,
JosueMay 28, 2015 at 6:32 am in reply to: Need Embedded iframe Video to always show up as full screen #450921Hi!
Try using a Color Section or a FullScreen Slider.
Cheers!
JosueHi Grant,
Can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
One easy way is to simply place an index.php in your / file containing the following:
<?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define('WP_USE_THEMES', true); /** Loads the WordPress Environment and Template */ require( dirname( __FILE__ ) . '/test/wp-blog-header.php' );Then in Settings > General change the Site url accordingly:

Your WordPress install would still require to be accessed via /test/wp-admin but the site will display on /. More info:
https://codex.wordpress.org/Giving_WordPress_Its_Own_DirectoryBest regards,
JosueHi!
Yes it would be something custom, it’s not that easy because an image is not the same as a web font and therefore must be treated differently. Using a webfont would be ideal as they scale better and can be re-used for other elements in the theme (you can create your own web fonts using a tool like Fontello).
Regards,
JosueHi,
Regarding issue 1, can you please check if the issue persists with the default WordPress theme activated?
Cheers!
JosueMay 28, 2015 at 6:15 am in reply to: Body width too wide – maximum container width is being overriden #450906Hi Christian,
Can you post the link to your website please?
Regards,
JosueHey!
Use this code instead:
@media only screen and (max-width: 1120px) { .html_mobile_menu_tablet .main_menu , .html_mobile_menu_tablet #header_main_alternate{display:none;} .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide{display:block;} .html_mobile_menu_tablet #mobile-advanced{display:block;} }Regards,
Josue -
AuthorPosts
