Uendi
Forum Replies Created
-
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Many errors after updating to version 3.02I don’t know what has gone wrong after the updating, here’s the link
Hi
I have removed that AddThis buttons from my recent post widget. Everything is OK now. Thank you very much.
Hi
After updated to version 4.0.7, homepage and all other pages loading normally now. However, I am curious why the AddThis buttons appear in my recent post widget as it suppose not to.
Forum: Plugins
In reply to: [Posts in Page] % Comments MarginYes I am using a plugin.
My page is http://uendi.com/products/fashion-and-clothing/unisex-clothing-and-accessories/
Forum: Plugins
In reply to: [Breadcrumb NavXT] Post breadcrumb notranslateMay be I don’t really know how to explain to you what I want.
I have a post, for example: Coffee. So the breadcrumb will be Home > Products > Food & Drinks > Coffee. However, I only want the “Coffee” to be maintain in English.
Thanks.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] CSS Changes don't work?Apologise as I am not really strong in CSS code. However, as what you said, you want the other widget to display on the right of the first widget. So normally if they are sticky widget, I will prefer to use this code:
position: relative
left: ?px or right: ?pxHope this can help.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] CSS Changes don't work?Change to :
#rpwe_widget-2 .rpwe-block ul li .rpwe-time{
color: #xxx;
font-size: 11px;
}If still not work, add in !important and clear page cache.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] CSS Changes don't work?Nitrat,
1. Firstly, install and activate the plugin.
2. Go to Appearance > Widgets
3. Drag Recent Posts Extended to the sidebar widget area where you want to place.
4. Open up Recent Posts Extended and unchecked “use default styles”.
5. Scoll down to the “Custom CSS” and you can see the list of Custom CSS.
6. Let says – you want to change “text-decoration: none” to “text-decoration: underline” and add in “font-size: 13px” under .rpwe-block a{}.
7. So from the list of Custom CSS, look for:
.rpwe-block a{
display: inline !important;
text-decoration: none;
}Change to :
#rpwe_widget-x .rpwe-block a {
display: inline !important;
text-decoration: underline;
font-size: 13px;
}*Note: “#rpwe_widget-x”, you have to refer to firebug and you can get your widget number code over there, as mine is #rpwe_widget-2.
8. Now, click save.
9. Clear your page cache and go to your site…you are able to see your recent posts widget.
Hope I have done correctly.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] CSS Changes don't work?Into the CSS of the widget.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] CSS Changes don't work?Hello,
At first, I have the same problem as when I unchecked “use default CSS”, it takes no effect at all. However, when I added all the code, starting with
#rpwe_widget-2 , it works.Hope this can help.
Forum: Plugins
In reply to: [JS Categories List Widget] Css style for jcl_widgetHi aimee,
This is what I have resolved (below) :
.jcl_symbol { margin-left: -1px; margin-right: 3px; }
.jcl_symbol::before { content: “*”; }#jcl_widget-2 .jcl_widget li { margin-left: 18px; padding-bottom: 1px; }
#jcl_widget-2 .jcl_widget li ul li { padding-left: 2px; padding-top: 1px; }Actually, the code as you can start with :
#jcl_widget-2 .jcl_widget { }
#jcl_widget-2 .jcl_widget li { }
#jcl_widget-2 .jcl_widget li a { }
#jcl_widget-2 .jcl_widget li ul li { }Note: For ” 2 “, you can get this by using firebug from your site.
Thanks.
Thank you very much for your advise.
Mm, I will keep waiting till the problem is resolved.
Thanks again.
One more problem, plugin is not working. No matter how I do the settings, it still the same, no categories, no posts and so on….
Thanks.
If that is the case, can I add in another plugin to replace this feature at the time being before the developer of Theme My Login releasing the solution?
Will there any further conflict if another plugin being taken in?
That’s my worries and recently my site has been heavily attacked.
Thanks.
I know why as there is something to do with Theme My Login.
Is there any way to resolve it ?