Forum Replies Created
-
AuthorPosts
-
Hi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueMarch 14, 2016 at 4:54 am in reply to: Changing column heading and pricing row and text colors #597500Hi!
I couldn’t find a table in the link you posted.
Cheers!
JosueHi,
Open /config-templatebuilder/avia-shortcodes/google_maps.php and look for this line:
__('80px * 80px', 'avia_framework' ) =>'80',Replace it by this:
__('150px * 150px', 'avia_framework' ) =>'150',Regards,
JosueSeems we’d need an access to be able to see the site, you can post that in a private reply here.
Best regards,
JosueHi,
Try opening js/avia.js and look for
if(scrolled + modifier > top_pos) { if(!fixed) { this.css({top: modifier - bordermod, position: 'fixed'}); fixed = true } } else { this.css({top: 'auto', position: 'absolute'}); fixed = false }Change it to:
if(scrolled + modifier > top_pos) { if(!fixed) { this.css({top: modifier - bordermod, position: 'fixed'}).addClass('menu-fixed'); fixed = true } } else { this.css({top: 'auto', position: 'absolute'}).removeClass('menu-fixed'); fixed = false }That should toggle a class of
menu-fixedto the submenu container, with that you can modify the appearance of a specific menu item with CSS:.menu-fixed .custom-menu-item{ display: block; }Regards,
JosueHey Paul!
Go to Enfold > Header > Header Transparency and remove the logo set there.
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueMarch 12, 2016 at 11:51 pm in reply to: Screen Flicker on windows browsers with unlinked image #597295Hi!
It is happening because of this code in Quick CSS:
.avia-image-container-inner:hover { display: none !important; }Cheers!
JosueHey!
Although Enfold does add schema tags those in the error seem to be missing from the theme markup function, i’ll report the issue to Kriesi.
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi!
I don’t think this has to do with the theme as you’re using a third-party plugin to handle your enquiries, a WordPress theme serves as an appearance, Enfold does have some functionality but it doesn’t touch the mailing functionality of WordPress/PHP.
In any case the theme is meant to work with pretty much any current version of PHP (5.4, 5.5, 5.6, etc).
Cheers!
JosueIt may be possible but it would require a modification the mega menu implementation. Unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueThat won’t work, the mega menu div can’t go longer than the container width because its dimensions and positioning are relative to it.
Glad you figured it out.
Best regards,
JosueIn any case you can always ditch the plugin and directly modify the registered sizes via code:
Hey!
When i add the above code – that option is possible to select in the Accordion slider. ? Stange you dont see that – thats i exactly what Elliot says will happen (March 23, 2015 at 6:19 pm)
That’s working as expected but that’s the cause of the error you’re getting in slideshow_accordion.php because there’s no size being passed (0) here:
$this->config['default-height'] = (100/$width) * $height;When I change or add an image size (via the suggested plugin) the option does not appear in the list in the accordion Slider. And for the ones that were there to begin with they disappear from the list when I change their size.
That’s strange, i recently made a quick test creating a new size and it did reflect in the accordion size options, make sure you’re setting and validating the names correctly (can’t be duplicate).
Best regards,
JosueHey!
Maybe this could work, add the following to your theme / child theme functions.php:
add_action('wp_head', function() { ?> <!--[if IE]> <style>*{border-radius: 0 !important; } <![endif]--> <?php });Cheers!
JosueMarch 11, 2016 at 6:43 pm in reply to: Gallery format in blog section: display text above gallery #596983You are welcome, glad to help :)
Regards,
JosueHey!
The current implementation does not support that, however one thing you can do is set a fixed width to the mega menu div (in this case, the width of your container), try adding this to Quick CSS:.
@media only screen and (min-width: 1140px){ .responsive .container .avia_mega_div{ width: 1375px !important; } }Regards,
JosueHi!
On which version of IE are you noting this?
Regards,
JosueMarch 11, 2016 at 2:09 am in reply to: Gallery format in blog section: display text above gallery #596645Hey!
Use this CSS code instead:
@media only screen and (min-width: 767px) { .template-blog article.post-entry-type-gallery .entry-content > p{ position: absolute; right: 0; width: 50%; } .template-blog article .avia-gallery { max-width: 50% !important; } }Best regards,
JosuePrueba con este:
.responsive #top .socket_color .active_tab_content, div .socket_color .tabcontainer .active_tab_content, div .socket_color .tabcontainer .active_tab { background-color: #1479a8; color: #ffffff; }Hi,
Can you please create me a temporary FTP / SFTP account? post it here as a private reply.
Regards,
JosueCheck it.
You forgot the password.
Hi!
I don’t see that option on my end, in any case the accordion slider code does require you to pass a size to it, if the provided ones are too small you can always modify them with the plugin mentioned.
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueSure hand us that via private reply.
Regards,
JosueHi!
That can be done with Enfold’s Mega Menus, similar to this (Shortcodes menu item).
Best regards,
Josue -
AuthorPosts
