Marklcm
Forum Replies Created
-
Forum: Plugins
In reply to: [Meteor Slides] slideshow not loading with only one slideThank you
Forum: Plugins
In reply to: [Menu] Help Getting Navigation Menu onto 1 LineHello
I’d suggest try shortening existing menu items(replace ‘and’ with ‘&’) etc, and reduce the padding on the links in the menu.Open css file https://www.downsizefitness.com/wp-content/themes/dynamik/css/dynamik-min.css?ver=1374725614 and find the line with
#nav-1 li a, #nav-1 li a:link, #nav-1 li a:visited
and reduce the padding value. Try 6px instead of 11. This may let you squeeze in another menu itemYou may loose these changes if the theme is updated. I suggest implementing a child theme.
M
Forum: Plugins
In reply to: Can anyone recommend a good slidshow plugin for posts?meteor slides – the plugin author provides good support on how to configure the slider
Forum: Fixing WordPress
In reply to: different sidebar content each individual page, dynamic sidebaruse the plugin “Widget Logic”. I’ve used it for years. It is great.
Forum: Fixing WordPress
In reply to: Change Hover ColorIn your “default.css” file find the line
ul.dropdown li.hover, ul.dropdown li:hover, ul.dropdown li.on
and editbackground-color
to the colour you want. eg “#89bdf1”.perhaps you should create a child theme as you may lose these changes if the theme is updated
don’t forget to add
CSS style for form DIV: width:99%;
as the parent div needs to ‘flex’ as well, as suggested in above linkGreat plugin, thanks.
Forum: Plugins
In reply to: [Electric Studio Auto Post Expire] Pages being set to Draft after updateSo after downgrade, I checked if slideshows were working, all fine. I checked the settings for this plugin and unchecked posts and pages as I don’t need this function, only slides. Was on website a little while later and several random pages had changed to draft. Reset to published and will keep an eye on things, but it definitely has a problem
Forum: Plugins
In reply to: [Electric Studio Auto Post Expire] Pages being set to Draft after updateI don’t have Duplicate Post mentioned above, and nothing else different other than upgrade to 1.6.2
Forum: Plugins
In reply to: [Electric Studio Auto Post Expire] Pages being set to Draft after updateI’m having a similar problem. I use the plugin to expire slides to draft on one of 4 slideshows which are on different pages. The slides on the 3 slideshows with no expiry date set are being changed to draft (twice now).
Downgraded to 1.5.5.
Hello
for the life of me I can’t remember what i did to fix this at the time but I now use a very good bit of coding which I found at https://www.bentedder.com/nextgen-gallery-load-lightbox-gallery-from-one-image/ which is great to use with nggallery. It enables use of multiple galleries loading from one thumbnail without the pageload problems of other methods which use hidden divs for the thumbsMarked this topic as resolved
thanks
installed 1.5.5
seems to be functioning without error
MForum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Titles for pagingmany thanks
MarkForum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Titles for pagingThe slides in the slideshow at the above page were set up to show the title and excerpt placed above the slide image on a semi transparent background, and the normal buttons were showing below the slideshow. That is how I wanted it and doesn’t use the paged navigation with (title and excerpt displayed in the buttons) as the other slideshow does. However, since adding the code (from 5 posts above) the excerpt is now repeated below this slideshow
hope this makes sense
MarkForum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Titles for pagingHello again Josh
sorry to worry you again.
I also use<div class="meteor-caption"> <h3><?php the_title(); ?></h3> <?php the_excerpt(); ?> </div>
for a caption and title in a different layout on another page. Using both causes the excerpt to be shown twice at
https://www.boynevalley.org.au/bvcdc/boyne-bush-getaway/
Could you help again
Mark