daveleeone
Forum Replies Created
-
Sorry my mistake, it’s done….
greedings, dave
- This reply was modified 4 years, 9 months ago by daveleeone.
- This reply was modified 4 years, 9 months ago by daveleeone.
YES! Thanks for your quick work!
Davelee- This reply was modified 6 years, 10 months ago by daveleeone.
dynamic Background-images are not working in Version 1.1.0.
If you want to display a (background)image in a empty column, you can use the following hack:
1. Insert an image in the column
2. Insert the following value for custom CSS:
selector, selector .elementor-widget-container, selector .elementor-image { height: 100%;}
selector img {height: 100%; object-fit: cover; }Ist a friggle solution, but it works…
- This reply was modified 6 years, 10 months ago by daveleeone.
Forum: Plugins
In reply to: [ECS - Ele Custom Skin for Elementor] custom item not clickableI have the same issue, when I use in customloop the page-title-widget the link doesn’t work… I use instead the heading-widget with dynamic title & dynamic link 😉 Would be nice if if you could this problem fixed
Dave
Forum: Plugins
In reply to: [CMS Tree Page View] Plugin Using Deprecated WP FunctionSame here:
<b>Deprecated</b>: Function create_function() is deprecated in <b>.../wp-content/plugins/cms-tree-page-view/functions.php</b> on line <b>654</b><br />Forum: Plugins
In reply to: [Vevida Optimizer] Custom Mail AdressThumb up!
Forum: Plugins
In reply to: [Vevida Optimizer] Custom Mail AdressThanks !
Forum: Plugins
In reply to: [Leaflet Map] 2.8.4 is brokenThanks for your quickly update
Forum: Plugins
In reply to: [ACF Fold Flexible Content] The Plugin does not workThanks for update.
It works perfectly!Forum: Plugins
In reply to: [mqTranslate] Max Supported WordPress Version!Ok I understand!
Thanks for your quick reply 🙂Forum: Plugins
In reply to: [WordPress Beta Tester] Not updating from 3.6.1 to 3.7Same issue here. Install it manually.
Hi @kevinb wp 3.6 is with the new revision functionality is out now.
Do you plan to modify your plugin so that it matches the new design?Forum: Plugins
In reply to: Select only one categorythanks for the update
@bizilux
changeif(strstr($_SERVER['REQUEST_URI'], 'wp-admin/post-new.php')) {to
if( strstr($_SERVER['REQUEST_URI'], 'wp-admin/post-new.php') || strstr($_SERVER['REQUEST_URI'], 'wp-admin/post.php') ) {@almstudio also greets from Austria
Forum: Hacks
In reply to: current_page_item hack for custom post typssorry for double post!!!
Hi there, i found a hack on core.trac.wordpress.org/ to setting the .current_page_item on wp_list_pages() in combination with Custom Post Typs.
But this Hack supports only the .current_page_item CSS-Class.
The CSS-Class of the parent Element (.current_page_parent) is not set.Any ideas?
her is the code
function file:
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]I use jquery at the moment to generate CSS-Class of the parent Element
jquery file
$(document).ready(function(){ $('.submenu li:has(li.current_page_item)').addClass('parent_page_item'); });Has anyone a idea how can i implement this feature?
any ideas?