Forum Replies Created
-
AuthorPosts
-
Hi,
Can you post the link to your website please? the form should disappear once submitted.
Regards,
JosueHi!
Can you post a screenshot of the issue? on which browser are you noting it?
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueWe’re working on it :)
Cheers!
JosueJune 18, 2015 at 5:41 am in reply to: Display excerpt and read more link on archive/category/type pages #461082Hey!
Try adding this at the very end of your theme / child theme functions.php file:
function change_blog_archive_style() { global $avia_config; if(!is_single()){ $avia_config['blog_content'] = "excerpt_read_more"; } } add_action('get_header', 'change_blog_archive_style');Cheers!
JosueJune 18, 2015 at 5:35 am in reply to: Bit confused on how Enfold sizes images for the full-width parallax effect. #461080Hi!
The theme enlarges it so it can fit the 100% height of the section on all window sizes.
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
Change code to:
// overwrite the avia.js function wp_change_aviajs() { if(!is_admin()){ wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } } add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );Regards,
JosueHey!
Try adding this code to the Quick CSS:
.avia-msie-8 #top .av_one_fourth{ width: 24.5%; }Cheers!
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,
JosueHi!
I see you’re using image elements + text blocks absolute positioned now, i guess that solves your initial issue?
Cheers!
JosueJune 18, 2015 at 4:42 am in reply to: Preis-Tabelle: Zeilen-Zuordnung von Beschreibungs- zu Standardspalte #461057Hey!
Try adding this code to the Quick CSS:
li.avia-pricing-row { font-size: 42px !important; }Cheers!
JosueHey!
Put this inside
headof the HTML containing the iframe:<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">Regards,
JosueHello,
There’s a redirect loop (
ERR_TOO_MANY_REDIRECTS), have you tried disabling all third-party plugins to see if it gets fixed?Regards,
JosueHey!
1. Put this in your child theme functions.php:
function enqueue_mainjs() { wp_enqueue_script( 'child-main', get_stylesheet_directory_uri().'/js/main.js', array('jquery', 'avia-default'), 2, true ); } add_action( 'wp_enqueue_scripts', 'enqueue_mainjs', 100 );2. Create a main.js file in your child theme directory (inside a
jsfolder).3. Place
avia_iso_sortfunction and modify it there, like this.If you do this correctly child
avia_iso_sortwill overwrite the parent one.Regards,
JosueHi Taja,
We couldn’t really know how it was before you reported the issue but the reason why it happened is because Enfold parses all menu links in order to do things like lightbox or smoothscroll activation, in that process jQuery found some weird characters on those links and it crashed, as jQuery is essential for the rest of the JavaScript-powered elements they crashed too.
Regards,
JosueRefer to this answer:
https://kriesi.at/support/topic/an-error-occurred-while-updating-enfold-could-not-create-directory/#post-440853Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#header_main { height: 90px; }Cheers!
JosueHi!
When does that happen exactly? i’m not noting it on my end (tested in Chrome and Safari on OS X 10.10.2).
Best regards,
JosueHi,
The culprit of the issue seems to be on your Themeforest user, i’ve tried changing the credentials with one of mine and it worked (the update notification appeared, i didn’t update and it’s reverted to yours now). Try contacting Envato about this – https://help.market.envato.com/hc/en-us
Regards,
JosueHey!
Try installing this plugin and setting the image and text you want to show for this Post:
https://wordpress.org/plugins/wp-open-graph/Best regards,
JosueHi,
Can you post the link to the site in question? an admin account would be helpful too.
Regards,
JosueHey!
Yes, if you inspect the menu items you’ll see that each item gets an ID so the code would be something like:
.page-id-19 #menu-item-381 .sub-menu{ display: none !important; }Regards,
JosueHi,
Can you post the link to your website so we can get some context? an admin account would be helpful too.
Regards,
JosueYou are welcome Dave, glad to help :)
Regards,
JosueHi!
You mean after setting it as a Mega Menu? you’d need to uncheck that on the parent for a moment, change the link and check it again, like – http://i.imgur.com/kX5jdiu.png
Regards,
JosueJune 16, 2015 at 6:20 am in reply to: Menu not visible on Andriod Mobile Devices…but appears on iPhones! #459846Hi!
What browser is that? i checked it on a Moto G (Chrome) and it shows and works fine – https://www.dropbox.com/s/pnw0ew170udti6z/Screenshot_2015-06-15-23-17-40.png?dl=0
Please note that we can’t support all browsers in Android as most of them are proprietary.
Best regards,
Josue -
AuthorPosts
