gusliedke
Forum Replies Created
-
Check your Settings => Reading Settings => Blog pages show at most.
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] ID on mc_merge_var divsHi tk,
link is not available yet.
What I mean is:
If I need to have Firt Name and Last Name inline (two columns 50% width) and Email (one column 100% width). This is very hard to achieve if the div which wraps it has same class for all items).
I can do it using css3 selectors. but I’d prefer if I had its name as a class in the wrapper. as bold below:
<div class="mc_merge_var <strong>email</strong>"> <label for="mc_mv_EMAIL" class="mc_var_label mc_header mc_header_email">Email Address<span class="mc_required">*</span></label><input type="text" size="18" placeholder="" name="mc_mv_EMAIL" id="mc_mv_EMAIL" class="mc_input"/> </div>Thanks
Forum: Plugins
In reply to: [The Events Calendar] Removing the @ from the date and dateUse filters in your theme function.php
function my_tribe_events_event_schedule_details($event) { $event = str_ireplace( '@', 'at', $event ); return $event; } add_filter('tribe_events_event_schedule_details', 'my_tribe_events_event_schedule_details');Forum: Plugins
In reply to: [Twitter Widget Pro] How to remove authorized account!You need to go to your Twitter Account Settings -> Apps -> and Revoke access for the app you have created.
After that when you go back to Twitter Widget Pro setting screen, your twitter username will be in red asking to reauthorize.
You are not linked to the website anymore.
Hello mbigul.
Any update on this?
I’m having exactly same issue.
latest wordpress, php, mysql, all permissions right, etc.
Forum: Plugins
In reply to: [Jazzy Forms] [Plugin: Jazzy Forms] Creating new forms from old oneswow clone form please! I’ve got tabs with slightly different LONG forms.. recreating them is very time consuming..
Good job igor