MartinDot59
Forum Replies Created
-
Forum: Plugins
In reply to: [Client Dash] Functionality with Divi Dashboard Welcome pluginHi Josh,
Many thanks that now works fantastically.
Cheers
MartinForum: Plugins
In reply to: [Client Dash] Functionality with Divi Dashboard Welcome pluginSorry forgot to mention that I’m using the Client Dashboard plugin with the Divi Client Dashboard plugin which go very well together 🙂
Forum: Plugins
In reply to: [Client Dash] Functionality with Divi Dashboard Welcome pluginJoel, trying to add the screen options back but this filter no longer works
remove_filter( ‘screen_options_show_screen’, ‘__return_false’ );
Is there an updated version?
I’ve had to comment out the line of code in the plugin for now
//add_action( ‘admin_head-index.php’, array( $this, ‘remove_screen_options’ ) );Forum: Plugins
In reply to: [Gallery by FooGallery] Images not loadingHi Guy’s,
Can I ask if we’re all using Chrome as our development browser?
Look like this may be a Chrome issue rather than the Foo Gallery plugin, tested my site in Safari and Firefox and Foo Galleries are working as normal?
Please can you test this on your sites.
Cheers
MartinForum: Plugins
In reply to: [Gallery by FooGallery] Foo Gallery not loadingHi Guy’s,
Can I ask if we’re all using Chrome as our development browser?
Look like this may be a Chrome issue rather than the Foo Gallery plugin, tested my site in Safari and Firefox and Foo Galleries are working as normal?
Please can you test this on your sites.
Cheers
MartinForum: Plugins
In reply to: [Gallery by FooGallery] Images not loadingHaving exactly the same problem, was working yesterday until the afternoon then all my “Responsive Image Galleries” have stopped loading.
If I change to Masonry Gallery they then load? Checked through site plugins and there isn’t a conflict either?
Any news from the Dev’s yet?Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Event Pop-Up Not WorkingHi Joe,
Look like I’ve found the issue, it’s the Divi theme and an issue with custom.js conflicting with the plugin.
I’ve removed a chunk of code and the pop-ups are now working.
Cheers
MartinForum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Event Pop-Up Not WorkingHi Joe,
Thanks for coming back to me.
Yes I turned “Open calendar links to event details URL” option on because when it was deselected the events on calendar don’t do anything when clicked.
I now deselected this option and retested but unfortunately the pop-up doesn’t work?
Many thanks
MartinForum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Snazzy Maps Theme IssuesHi Devin,
Did you manage to find out anymore about this Snazzy Maps issue.
AN example of this issue can be found at http://www.dukerieshomes.com/project/mulberry-gardens/
The map should be in the “Muted Blue” theme but appears in the default theme, other previous maps are Ok see link below:
http://www.dukerieshomes.com/project/goose-farm/Cheers
MartinForum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Snazzy Maps Theme IssuesHi Devin,
Yes nothing, it doesn’t matter what theme I chose either.
All the other maps I’ve created are all ok and display the “Muted Blue” theme?
Cheers
MartinForum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Snazzy MapsHi,
Any update on this issue?
I’ve got 9 previous maps on different pages on my site which use the “Muted Blue” Snazzy Maps theme but all new maps I create won’t load any of the Snazzy Maps themes just the default Google map.
Is there anything that can be done to resolve this?
Cheers
MartinForum: Plugins
In reply to: [Easy Property Listings] Listing Search – Horizontal LayoutHi Merv,
Thanks for coming back to me so quickly and thanks for the CSS code to tweak the listings search shortcode.
I’d already played around with this last night and come up a two row horizontal version as well but having a couple of different layouts is amazing.
Here’s my code just in case anyone wants to use, I also styled the search button and center aligned it 🙂
/****** Property Search Box ******/
.epl-search-form {
background: none repeat scroll 0 0 transparent;
width: 100%;
}.epl-search-form .fm-block {
clear: both;
display: inline-block;
padding: 10px;
border-bottom:1px #fff solid;
}.epl-search-form .fm-label {
color: #fff;
display: inline-block;
float: left;
font-size: 15px;
font-weight: 600;
margin-bottom: 5px;
}.epl-search-form .in-field {
border: 1px solid #B7B7B7;
padding: 6px;
}
.epl-search-form .field-width {
width: 100%;
}.epl-search-form .fm-block .top-mrgn {
margin-top: 10px;
display: block;
float: none;
}.epl-search-form .check-label {
font-size: 13px;
color: #fff;
}.epl-search-form .fm-block-half {
display: inline-block;
float: left;
width: 100%;
}
.epl-search-form .fm-block-half .top-mrgn {
margin-top: 0;
}.epl-search-form .search-btn {
background: rgba(40, 49, 64, 0.5);
color: #fff;
width: 200px;
display: inline-block;
text-align: center;
max-width:none;
font-size: 1.5em;
margin-top: 3%;
padding: 10px;
border: 2px solid #fff !important;
border-radius: 3px;
box-shadow: none !important;
}.epl-search-form .search-btn:hover {
color: #838383 !important;
background: rgba(255, 255, 255, 0.4) !important;
}.epl-search-form .checkbox .in-field, .epl-search-form .checkbox .check-label {
float:left;
}
.epl-search-form .checkbox .check-label {
margin-top:-1px;
}Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Invalid Mail Chimp List IDHi Danny,
Brilliant that did the trick, problem now resolved 🙂
Cheers
MartinForum: Plugins
In reply to: [Resume Page] Child Theme Integration – CSS StylingOk Nick, thanks for your help, yes your resume page plugin would be awesome if the last entry displayed at the top as this would be the persons latest experience and would keep everything in chronological order.
I realise that you busy but could you just confirm if the code chunk I just posted is what I’d need to work with? I’m just getting started with php but could probably work it out?
Cheers
MartinForum: Plugins
In reply to: [Resume Page] Child Theme Integration – CSS StylingHi Nick,
Was looking at the template file to see how this worked, could see an array though?
But this is the code for the job experience section is this what you meant?
if (!$hide_experience) { ?>
<!– start work experience wrap –>
<section class=”row resume-work-wrap”>
<div class=”col-sm-3″>
<h4 class=”zmt resume-item-title”><?php echo $experience_title;?></h4>
</div>
<div class=”col-sm-9″><?php foreach($companies as $company): ?>
<!– company –>
<div class=”row resume-company-item”>
<div class=”col-sm-9″>
<h4 class=”zmt resume-company-title”><?php echo $company[‘rp_work_title’];?></h4>
<h4 class=”zmt”><small><?php echo $company[‘rp_work_company’];?></small></h4>
<p><?php echo $company[‘rp_work_desc’];?></p>
</div>
<div class=”col-sm-3 tar”>
<p class=”label label-resume”><?php echo $company[‘rp_work_dates’];?></p>
</div>
</div>
<!– end company –>
<?php endforeach; ?></div>
</section>
<hr />
<!– end work experience wrap –>
<?php }