Kelvin Castelino
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: No images showing from blog (image & or video)Then I am little confused, you stuck with the issue you mentioned first, tor you mentioned second?
If it is second, then I can see the slider right below your fading and changing title “The Dream Team” though there is no slider working there! So could you elaborate the issue if I am not getting it right.
Forum: Plugins
In reply to: Mingle Plugin with theme intergrationAnd I am not able to see the second issue, did you fix it, or which IE browser this is happening, coz it looks the same for me in Firefox and IE when I check.
Forum: Plugins
In reply to: Mingle Plugin with theme intergrationHeres the mistake in the page
https://www.copymusic.co.uk/activity/
If you see your code on other pages,<div id="page" class="clearfix"> <div id="contentleft" class="maincontent"></div> <div id="contentright"></div> </div>
but in current page it is,
<div id="page" class="clearfix"> <div id="contentleft"></div> </div> <div id="contentright"></div>
So modify the code so it becomes,
<div id="page" class="clearfix"> <div id="contentleft"></div> <div id="contentright"></div> </div>
Forum: Plugins
In reply to: Make Featured Posts Plugin HorizontalWould you be able to share the test site link, so could have a look at it, and then maybe help you find a solution for it!
Forum: Hacks
In reply to: Looking for help in developing a plugin.I would be ready to help you out to the best possible, in the areas of CSS, Coding.
Forum: Themes and Templates
In reply to: CSS issueWhat has happened is you have kept the menu in a position absolute mode, and the menu is lengthier than the normal screen size.
The work around would be, decreasing the font size of the menu, decreasing the items on the menu, changing the position of the menu. Else using a scroll for the menu bar itself.
Forum: Themes and Templates
In reply to: [Magazine Basic] How to enable Breadcrumbs in Magazine BasicMaybe any of these plugins might be of help to you ??
Forum: Themes and Templates
In reply to: [Magazine Basic] How to enable Breadcrumbs in Magazine BasicActually it doesnt look like it has breadcrumb functionality included in it!
Forum: Themes and Templates
In reply to: How to give custom menus formatting (color, etc) ?Now do you want a custom drop down menu with JavaScript or without Javascript?
This should help you I suppose
Line25.comForum: Themes and Templates
In reply to: How to stop movement of content within the browserCould you be more elaborate on the issue you facing!
Forum: Fixing WordPress
In reply to: Why does nobody helps me ?I have no idea how to resolve this issue, sorry ??
Forum: Fixing WordPress
In reply to: Slider disappears when module activatedWhich module/plugin you activating and deactivating?
Forum: Fixing WordPress
In reply to: No images showing from blog (image & or video)Hmm i suppose you have fixed that one too, correct?
I suppose this is the same issue as earlier one right?
Could you be more elaborate, you want the featured image in the post, or on the home page to be displayed, how is it?