Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Wow! Amazing that you guys build in a option for that. Great theme! Thanks Kyle.
Hi Kyle,
Thanks for your fast reply. Like your example the overlay (in my example, blue) when you hover the image banner is more transparent. Now the blue overlay is almost covering the entire image. In the demo it’s more subtle with more transparency right?
David.
I fixed it. What I did was I used the old version of the aq_resizer-2x.php. It seems that this version first checked if it was already available before it load the script.
Thanks!
Hi David,
Have you been able to take a look at it?
Thanks! 🙂
This reply has been marked as private.Thank you for your fast response.
Notice: Use of undefined constant ‘WP_MEMORY_LIMIT’ – assumed ‘‘WP_MEMORY_LIMIT’’ in /var/www/qb210446/data/www/salsaventura.tv/wp-config.php on line 92
Notice: Undefined index: sidebar_width in /var/www/qb210446/data/www/salsaventura.tv/wp-content/themes/dante/page.php on line 11
Fatal error: Cannot redeclare sf_aq_resize() (previously declared in /var/www/qb210446/data/www/salsaventura.tv/wp-content/themes/dante/includes/plugins/aq_resizer-2x.php:2) in /var/www/qb210446/data/www/salsaventura.tv/wp-content/themes/dante/includes/plugins/aq_resizer-2x.php on line 209
Could it be the fatal error of sf_aq_resize? That has changed since Dante 2.65? That now both the plugin and the theme are using it?
Hi David,
Thanks. There are no JS errors in the Chrome Consule. When I enable WP_Dbug I get the following errors:
Notice: Use of undefined constant ‘WP_MEMORY_LIMIT’ – assumed ‘‘WP_MEMORY_LIMIT’’ in /var/www/qb210446/data/www/salsaventura.tv/wp-config.php on line 92
Notice: Use of undefined constant ’256M’ – assumed ‘’256M’’ in /var/www/qb210446/data/www/salsaventura.tv/wp-config.php on line 92
Notice: Undefined index: sidebar_width in /var/www/qb210446/data/www/salsaventura.tv/wp-content/themes/dante-new/page.php on line 11
Fatal error: Cannot redeclare sf_aq_resize() (previously declared in /var/www/qb210446/data/www/salsaventura.tv/wp-content/themes/dante-new/includes/plugins/aq_resizer-2x.php:2) in /var/www/qb210446/data/www/salsaventura.tv/wp-content/themes/dante-new/includes/plugins/aq_resizer-2x.php on line 209
I do not know if these got anything to do with it.
Hi David,
I have been updating and doing several test on the plugin. Although the website works when I switch to another theme. It also worked perfectly when it wasn’t updated. Do you know if there are any big differences that I can pay attention to that have been changed regarding the theme?
Thanks,
Jeff
DAVID! You are a GENIUS! Thank you so much. Really appreciate it. This worked.
One last question. Since I updated to the last version of Dante. Suddenly every page that got a shortcode from the plugin Vimeography on it, doesn’t work anymore. The page is blank except the menu. But even de wordpress toolbar doesn’t show any links anymore. I have already contacted the creator of the plugin although maybe this is something that you have experienced before after upgrading.Thanks again!
Thanks David! Updated it. Although still the same issue remains with menu’s. Do you know if I can place the code somewhere else?
Where should I place it?
There is no update available. I’m using theme 2.65.
I am using another theme then Ed is talking about. He is referring to the Atelier theme. I am using Dante.I noticed that php files are not supported for security reasons. Now attached as zip file.
Attachments:
You must be logged in to view attached files.Yes. That’s the file.
I have attached the file.
This is de code:
<p class=”field-description description description-wide”>
<label for=”edit-menu-item-description-<?php echo $item_id; ?>”>
<?php _e( ‘Description’ ); ?><br />
<textarea id=”edit-menu-item-description-<?php echo $item_id; ?>” class=”widefat edit-menu-item-description” rows=”3″ cols=”20″ name=”menu-item-description[<?php echo $item_id; ?>]”><?php echo esc_html( $item->description ); // textarea_escaped ?></textarea>
<span class=”description”><?php _e(‘The description will be displayed in the menu if the current theme supports it.’); ?></span>
</label>
</p><?php
// Add this directly after the description paragraph in the start_el() method
do_action( ‘wp_nav_menu_item_custom_fields’, $item_id, $item, $depth, $args );
// end added section
?>This is the error message:
Parse error: syntax error, unexpected ‘<‘ in /var/www/qb210446/data/www/salsaventura.tv/wp-content/themes/dante/swift-framework/sf-megamenu/custom_walker.php on line 14
-
Posted in: We hit Power Elite.