Sajid Manzoor
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to make post box transparentHello Fransie
please use following code in CSSarticle.post { opacity:0.7 /*Will set opacity to 50%*/ }
This will solve your issue.
Thank you
Hello
As suggested earlier use jQuery data table to filter data
here are some good jQuery data table plugins
https://sunnywalker.github.io/jQuery.FilterTable/
https://www.datatables.net/https://fooplugins.com/plugins/footable-jquery/
https://www.ads-software.com/support/topic/jquery-datatable-column-filter?replies=18
Sajid
Forum: Themes and Templates
In reply to: [Optimizer] Block Widgets not lining up evenlyForum: Themes and Templates
In reply to: How to make post box transparentuser css proporty opacity
example.classname{ opacity:0.5 /*Will set opacity to 50%*/ }
opacity accepts value from 0 to 1.
Hello
You can get users at front using get_users() function and then show them in any grid using foreach loop. check a simple example below`
<?php $args = array(
‘blog_id’ => $GLOBALS[‘blog_id’],
‘role’ => ”,
‘meta_key’ => ”,
‘meta_value’ => ”,
‘meta_compare’ => ”,
‘meta_query’ => array(),
‘date_query’ => array(),
‘include’ => array(),
‘exclude’ => array(),
‘orderby’ => ‘login’,
‘order’ => ‘ASC’,
‘offset’ => ”,
‘search’ => ”,
‘number’ => ”,
‘count_total’ => false,
‘fields’ => ‘all’,
‘who’ => ”
);
$users = get_users( $args ); ?>
<table>
<tr>
<th> Name </th>
<th> Email </th>
</tr>
<?php foreach($users as $user){ ?>
<tr>
<td> <?php echo $user->user_nicename; ?>
<td> <?php echo $user->user_email; ?>
</tr>
<?php } ?>
</table>`
For User filtration via County you need to add a custom field to users_meta and then filter this table using any jQuery or ajax plugin.
Hope this will work great for you.
Source https://codex.www.ads-software.com/Function_Reference/get_users
Forum: Themes and Templates
In reply to: [Storefront] Trying to put Shopping cart/link next to menuHello @stillmo
The easiest way to do this is
Share your header.php and functions.php file via any gist on github etc.
And then Community will help you in changing code.If you know coding then you can do this your self.
Thank you
SajisForum: Themes and Templates
In reply to: [Spacious] Spacious child theme stopped workingHello @kate
thank you for your follow up.
I will still request you to enable debug mode and then check and share errors here.
If issue is same as you discussed then You can contact theme support to solve this issue if you are using premium version of theme.If you know programming then you can solve this yourself. Otherwise you need to contact your web developer to fix this.
Another Quick Suggestion is
Open header.php and function.php fils in your child theme one by one and then find
of_get_options(
and replace this with
spacious_options(
Do this at your own risk.
Thank you.
Forum: Themes and Templates
In reply to: [Spacious] Spacious child theme stopped workingHello @kate_price
As said earlier
Please do as follows1-Goto file manager
2-Find file wp-config.php and edit this
3-Find
define( 'WP_DEBUG', false );
and set its value to true as
define( 'WP_DEBUG', true );
4-Goto admin panel
5-Activate your child theme and browse your home page.
6-This will show you all errors and warnings (if any).7-And then share errors here.
Thank you
SajidForum: Themes and Templates
In reply to: [Spacious] Spacious child theme stopped workingHello Julia.
Leave all other things.
Do as follows
Goto file manager
Find file wp-config.php and edit this
Finds define(wp_debug) and set its value to true
Goto admin panel
Activate your child theme and browse your home page.
This will show you all errors and warnings (if any).And then share errors here.
Thank you
SajidForum: Themes and Templates
In reply to: [Longevity] Longevity logo placementUse CSS float:left and Float:right properties to handle this.
You can also use CSS position Properties to handle if needed.Forum: Themes and Templates
In reply to: [ColorMag] how to add login pageYou can use Plugin “Theme My login” or use following code to create a new login from
https://pippinsplugins.com/wordpress-login-form-short-code/Forum: Themes and Templates
In reply to: [Sydney] images, mobile menu, slider, footerHello
for this, Drop a new row.
and in that row add layout builder widget and then isert image inside that builderIf this does not wok then add a row and insert image directly inside that row.
Sajid
Forum: Themes and Templates
In reply to: [Spacious] Spacious child theme stopped workingHello Andrea
thank you for reminding me about this. Can u please tell me how can I send private message to member in this forum. Actually Jules needs some development/coding help. And I cannot help him without sending a private message or an email.
Thank you
SajidForum: Themes and Templates
In reply to: [Spacious] Spacious child theme stopped workingNo. Create a new file index.php in shild theme folder. Then copy contents of index.php file to new index.php file. Hope u understand this. If not add me at Skype..
Forum: Themes and Templates
In reply to: [Spacious] Spacious child theme stopped workingOk. It’s fine. Copy index.php from main theme and then place inside style sheet file and then check if this works or not. If it works then its fine else contact me at Skype. I will help u in fixing this. My Skype is [Moderated]
Thanks
Sajid