wongpk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Won't let me use certain URLS?Did you check if you have a same post slug but removed in trash only? Or do you have any tags/categories that has similar slug?
Forum: Themes and Templates
In reply to: Image moves behind textSome are 3 columns and one is 2 columns?
Forum: Themes and Templates
In reply to: Twenty-twelve 'aside' styleYour sharing icons doesn’t clear the floating of your image, try to centerize your image and see if that help.
If not, try to add
overflow: hidden
on yourarticle.format-aside .aside
Forum: Themes and Templates
In reply to: after editing *.pot file nothing changedNot sure if the theme is translate ready, or you’re looking to save as .po/.mo file instead? But I would suggest you try this plugin instead: https://www.ads-software.com/plugins/codestyling-localization/
The plugin will give you more details about your theme and the translating will be made on the admin panel.
Forum: Themes and Templates
In reply to: [Forever] Forever Theme CustomizationYou’ll have to add a few CSS lines in the stylesheet. Check Appearance -> Editor -> style.css (check right bottom list of theme file)
This should give you some idea on changing size, font type etc: https://www.w3schools.com/css/css_font.asp
Forum: Themes and Templates
In reply to: Adding Icons to your menu barSo your html coding doesn’t include image? Why not try to place the html code in the menu directly now and see what it comes out?
Forum: Themes and Templates
In reply to: [Adelle] Navigation banner on calendarHi there, seems like the calendar used the same CSS class as the menu (.nav{}).
You’ll have to overwrite them, not sure if this work:
.ai1ec-calendar-toolbar .nav {background: transparent !important;} .ai1ec-calendar-toolbar .nav:before, .ai1ec-calendar-toolbar .nav:after, .ai1ec-calendar-toolbar .nav:before, .ai1ec-calendar-toolbar .nav:after {border: none !important;}
Forum: Themes and Templates
In reply to: [Adelle] Navigation banner on calendarMay I have a screenshot for that?
Forum: Themes and Templates
In reply to: [Adelle] Trackback error Adelle 10.1Open comments.php and find Line 25:
<?php wp_list_comments('type=pingback&callback=comment_style'); ?>
Change it to:
<?php wp_list_comments('type=pingback'); ?>
See if that helps?
I believe you need to remove the feature image code on the blog post listing.
On content-list.php file, remove the line from Line 9 to Line 12.
That should do it.
Forum: Plugins
In reply to: [WooCommerce] Getting supportI have a client, who saw the “message” and mentioned to me that you guys will not give support because of the “message”.
So my question is that with the message (meaning without delcare the woocommer support), can I still get support on wooCommerce?
Forum: Plugins
In reply to: [WooCommerce] Getting supportSorry, I was meant to say that I’m working on a theme + WooCommerce. I already have everything work out, there is the “message” shows in the backend (I understand we can hide it by adding add_theme_support(‘woocommerce’); ), but can I get support without adding add_theme_support(‘woocommerce’); ?
Forum: Themes and Templates
In reply to: Contact Us Page – Andrina LiteYou’ll need a processing PHP to send the contact form. If you are using a premium theme they should have a documentation on how to work on sending the form.
You can always use a plugin contact form, so everything is done via the plugin. I use Contact Form 7 (https://www.ads-software.com/extend/plugins/contact-form-7/) for easy customization.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] HTTP SSL errorThe odd thing is that, some of my sites works and some don’t. Some with 2.1.17 version too are sending error log instead of backup file too. Not sure if that is because WordPress upgrade or not.
Forum: Themes and Templates
In reply to: Finding a theme – N00b questions?I think the default one already have everything you needed? For the separate page for category, I think you can work around that with Custom Menu.