Forum Replies Created
-
AuthorPosts
-
@vadikcoma, let us know if the solution provided works for you too.
Best regards,
JosueYes, do that. Enable the default WP theme and check if the slowness persists.
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi,
Replace this:
$filterable_classes = avia_header_class( avia_header_class_string() );
With:
$filterable_classes = avia_header_class_filter( avia_header_class_string() );
Best regards,
JosueJune 12, 2016 at 12:09 pm in reply to: Images broken in backend of wordpress – Avia builder icons #646872Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
The link you posted doesn’t seems to work.
Best regards,
JosueHey,
There’s no
preview-shortcode-external.php
in the theme files as far as i know, it probably got there by a plugin or a media upload, i’d suggest re-installing the theme via FTP (using a fresh copy of Enfold).Best regards,
JosueHello Michael,
Have you tried disabling all third-party plugins to see if it gets fixed? also make sure you’re running the latest version of Enfold (3.6.1).
Regards,
JosueHey,
There’s seems to be a typo in your Quick CSS, make sure you’re closing all CSS blocks:
}
Best regards,
JosueHey Vikab,
Have you tried clicking the ‘Update Manually’ link? if you don’t have FTP access you could remove the theme and upload it as .zip via Appareance > Add New.
Best regards,
JosueJune 12, 2016 at 12:00 pm in reply to: {RESOLVED} Child theme throws 500 internal server error after upgrade to 3.6 #646864Hi,
In your child theme header.php change this line:
$filterable_classes = avia_header_class( avia_header_class_string() );
To:
$filterable_classes = avia_header_class_filter( avia_header_class_string() );
Best regards,
JosueJune 12, 2016 at 11:58 am in reply to: Swap logo on transparent header depending on background picture displayed #646862Hey kilimats,
There’s no such functionality in Enfold right now but you could do the following:
Best regards,
JosueHey SJS,
Try the following:
https://kriesi.at/support/topic/video-poster-how-to/#post-495389Best regards,
JosueHey,
Unfortunately there’s no option for parallax/fixed video background on section right now, please post your request here:
Best regards,
JosueHey,
What method are you using to update?
Best regards,
JosueHey hurraken,
Try enabling WP_DEBUG mode in wp-config.php and check if any errors come up instead of 500:
define('WP_DEBUG', true);
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
ul.nested_nav li { display: none; } ul.nested_nav li.current_page_item{ display: block; }
Cheers!
JosueHi,
Can you also please create us a temporary FTP / SFTP account? post it here as a private reply.
Regards,
JosueHi,
Please enable WP_DEBUG and check if any errors come up:
define('WP_DEBUG', 'true');
(in wp-config.php).
Best regards,
JosueHey Starkos,
Line 730 in
/enfold/config-templatebuilder/avia-shortcodes/section.php
.Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
Have you tried changing that in WPML options? can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey mdxclr,
Have you tried using the function found in contentslider.php:
protected function slide_navigation_dots() { $html = ""; $html .= " <div class='avia-slideshow-dots avia-slideshow-controls'>"; $active = "active"; $entry_count = count($this->config['content']); $slidenumber = $entry_count / (int)$this->config['columns']; $slidenumber = $entry_count % (int)$this->config['columns'] ? ((int)$slidenumber + 1) : (int)$slidenumber; for($i = 1; $i <= $slidenumber; $i++) { $html .= "<a href='#{$i}' class='goto-slide {$active}' >{$i}</a>"; $active = ""; } $html .= "</div> "; return $html; }
Best regards,
JosueHi,
Remove this:
<script src=”https://www.collegiummusicum.com/forms/js/jquery.min.js” type=”text/javascript”></script>
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
Josue -
AuthorPosts