Stanko Metodiev
Forum Replies Created
-
Forum: Plugins
In reply to: [DX Lite Slide] position of the sliderHi and thank you for kind words.
In this case you can try do add one extra div with inline style. Try with this:
<div style="width: 960px; text-align: center;"> [dx_display_slideshow category="bios" width="250px" height="400px" position="none" order="desc"] </div>
Let me know if this is works for you.
Regards,
StankoForum: Plugins
In reply to: [DX Lite Slide] responsiv?Hi,
Yes it should be working fine as a responsive slider.
If you are having any problems, please let us know.Regards,
StankoThe Featured Images is actually an image. ??
This is very far from default options that Shell Lite provide, so if you are comfortable with changing/editing images, you can play and adjust the featued image and the text.
Thanks for understanding.Stanko
Hi Gill,
If I understood you correctly, you wanted to place Featured button over the Featured Image?
Try to add this in your style.css, but as I told you in other topics:
make sure you have use Child Theme:
https://codex.www.ads-software.com/Child_ThemesHere is the code:
.featured-button { position: absolute; top: 250px; left: 130px; }
Of course you can play with the numbers.
Let me know if there is anything to help you.
Stanko
Forum: Themes and Templates
In reply to: [Shell Lite] How to edit / remove the Primary Home WidgetWhen you are installed Shell Lite, you have 3 default homepage widget.
If you want to change them, you can go to Dashboard => Appearance => Widgets. There you have Primary, Secondary and Tertiary Home Page Widgets areas.Let me know if there is anything else I can help you with.
Regards,
StankoForum: Themes and Templates
In reply to: Shell Lite Theme ModificationThe Social icons should be there, but they can be floating because of their margins.
If you have something like this:<div id="search-box"> Sample text here. </div>
Your margins should be around:
margin: 110px -100px 0 0;
Of course these are example values. It depends of your text and icons.
Forum: Themes and Templates
In reply to: Shell Lite Theme ModificationIn header.php between two divs you should add your text.
About shadow, probably its doable, but you have to play with CSS.
This was never considered likely in order to maintain as clean as possible the theme.Stanko
Forum: Themes and Templates
In reply to: Shell Lite Theme ModificationHi Gill,
I’ll try to answer in your questions:
1) If you want to put only text why don’t you HTML/PHP code in header.php file around line 68:<div id="search-box"> //Your text here </div><!-- end of #search-box -->
2) If 1) is works for you, than try to edit CSS for social icons
#header .social-icons { margin: 85px -85px 0 0; }
This is only for example, you have to adjust the numbers.
3) About Rounded corners you can use border radius
#header { border-top-left-radius: 20px; border-top-right-radius: 20px; } #footer { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; }
Same for the these numbers, you can play it them.
About footer, make sure you have all </div> tags closed.
Also keep in mind these changes will be gone when you updated theme, so make sure you have use Child Theme. Here is more information:
https://codex.www.ads-software.com/Child_ThemesHope this will be helpful. Let me know if I can help you something else.
Regards,
StankoForum: Themes and Templates
In reply to: [Shell Lite] social icons missing in child themeGreat to know! If you have other questions, don’t hesitate to ask ??
Forum: Themes and Templates
In reply to: [Shell Lite] social icons missing in child themeHi isabelle379,
You have icons folder in Shell Lite theme folder. What you have to do is to upload this icons folder in your “shell-child-theme” folder and you should have social icons working.
Hope this will help you.
Forum: Themes and Templates
In reply to: [Shell Lite] Grey square appears on my blog pages..Great! I’m happy to help you.
A really good implementation of the Shell Lite theme ??Regards
Forum: Themes and Templates
In reply to: [Shell Lite] Grey square appears on my blog pages..Hey,
I would suggest you to find a plugin and to make a backup of your site. They are few really good plugins, check the Plugin section.
About these changes, you will loose changes if you are made changes to theme files, because updating will overwritten Shell Lite’s files.
But featured image, page/post content is stored in the database, so you shouldn’t have any loose during the theme updates.Let me know if I can help you with anything else.
Stanko
I use both plugins, but s2member doesn’t provide options for control in the admin backend…
Forum: Themes and Templates
In reply to: [Shell Lite] Grey square appears on my blog pages..Hi Gido,
First of all I’ll advice you to update to the latest version of the theme.
About the grey box, this should be Widget, so you can remove it from Dashboard => Appearance => Widgets. This widgets should be in “Primary Sidebar Widget”.
Same for the “Blogroll”, but this should be in “Primary Home Sidebar Widget”.About the comments, here you can check how to disable them:
https://premiumwpsupport.com/forums/topic/shell-lite-disable-comments/Hope this would be helpful.
Stanko
I have the same problem. Please advice what we can do about this?