Forum Replies Created
-
AuthorPosts
-
Reginald
MemberHi both,
Thank you for your kind reply. Okay so I did the changes and *change of mind*, decided to move it to the after post.
Followed the code given by you guys and amended it accordingly. Weird thing is the alignment go south. I followed BG's guide here and this is what happened:
http://prntscr.com/1ipmreAny idea what went wrong?
Thank you.
*p/s really sorry for the much inconvenience
Reginald
Website | Facebook | Twitter | Google+ | Editorial Sumo
Reginald
MemberHi Rob,
That's the thing, I am not using featured image as previous theme (Magazine) do not require a featured image to pop up on main page.
Any way to go around this?
Thank you.
Reginald
Website | Facebook | Twitter | Google+ | Editorial Sumo
Reginald
MemberThanks. I am actually very puzzled and seriously worried. Now the guides made me sound so simple but...yes, I am worried! Haha
Hopefully by the time it releases, I am able to convert without issue.
Reginald
Website | Facebook | Twitter | Google+ | Editorial Sumo
Reginald
MemberHi there.
Yes I do! I uses Dynamik Website Builder but on my secondary sites.
Not bad and VERY good. Truth: It takes maybe an hour to get used to it but all designs can be done via your WP dashboard. This makes designing easy! Zero CSS needed. Works well especially when I am not a developer and had no idea about CSS 🙂
If you really want to try it out, it is good plus a 30 days money back guarantee is a must have deal.
I wrote this with some print shots. You can have a look for yourself and see if that fits your taste 🙂
The support team is very supportive as well. Every email sent is replied very fast!
Reginald
Website | Facebook | Twitter | Google+ | Editorial Sumo
Reginald
MemberThanks for the reply. Appreciate it.
Yeah I guess I might try the free one. But heck it really have limited features! Haha!
Reginald
Website | Facebook | Twitter | Google+ | Editorial Sumo
Reginald
MemberHi Steward
Thanks for that. I have a question. Whats the different between the single and multisite? I mean besides the number of sites to use, any other difference? I tried searching around but can't find the answer.
Thank you.
Reginald
Website | Facebook | Twitter | Google+ | Editorial Sumo
Reginald
MemberRecent post = recent post widget
Ads? There's many advertisers and therefore, you need to 'apply' them before you can get the codes. You just don't get it...out of nothing 🙂
Once you get the codes from the advertisers, place it in the Text widget and place in any widget area you like.
I think you need some help with this. Refer here first and read the tutorial: http://my.studiopress.com/help/
Hope that helps!
Reginald.
Website | Facebook | Twitter | Google+ | Editorial Sumo
Reginald
MemberWhich part?
There's a few places you can place your ads as long as there is widget.
Either header right or sidebar.
Either one.
Reginald
Website | Facebook | Twitter | Google+ | Editorial Sumo
Reginald
MemberI don't understand 🙁
Since you are using the widget, check how many maximum posts are you allowing per time. It could be set to 3 and that's why you are seeing 3 instead of 4.
Reginald
Website | Facebook | Twitter | Google+ | Editorial Sumo
Reginald
MemberHey Brad,
Thanks for the reply 🙂
Actually this: http://prntscr.com/1f3p22
But yes, trust you! Fingers crossed!. Installing now!
Reginald
Website | Facebook | Twitter | Google+ | Editorial Sumo
Reginald
MemberHi Brad,
Thanks for the comment! jesus, I'm really troubling you huh!
Just a quick question. I see Genesis Simple Sidebar is stated 'yet to be tested' thingy. It is fine to install over the latest WP right?
Reginald
Website | Facebook | Twitter | Google+ | Editorial Sumo
Reginald
MemberHere's what I think:
Part 1:
// Register a new sidebar
genesis_register_sidebar( array(
'id' => 'home-sidebar',
'name' => 'Home Sidebar',
'description' => 'This is the home sidebar widget area.'
) );Part 2:
<div id="sidebar" class="widget-area">
<?php
genesis_before_sidebar_widget_area();
dynamic_sidebar( 'Home Sidebar' );
genesis_after_sidebar_widget_area();
?>
</div>Part 3:
add_action( 'get_header', 'child_sidebar_logic' );
/**
* Add Home Sidebar
function child_sidebar_logic() {
if ( is_home() ) {
remove_action( 'genesis_after_content', 'genesis_get_sidebar' );
add_action( 'genesis_after_content', 'child_get_home_sidebar' );
}
}/**
* Retrieve our unique home page sidebar.
*/
function child_get_home_sidebar() {
get_sidebar( 'home-sidebar' );
}Hmm...does this work?
Website | Facebook | Twitter | Google+ | Editorial Sumo
Reginald
MemberOh my...Brad!
Thanks for the reply. Okay, now tell me if I'm wrong. Much apologies for my noob-ness. The above is for the featured widget right?
How about the sidebar? Am I able to have it workable like sidebar A for post, B for pages, C for homepage etc?
I'm sorry Brad for the Q's!
*p/s still learning and your site really helping me alot...since I'm taking up degree in IT. Haha!
Reginald
Website | Facebook | Twitter | Google+ | Editorial Sumo
Reginald
MemberHmm thanks for the reply.
Been trying to use q2w3 plugin but doesn't work.
That's why I thought of maybe...maybe another plugin or method can work.
Hehe 🙂
Website | Facebook | Twitter | Google+ | Editorial Sumo
Reginald
MemberHey!
Thanks for the reply.
I am actually planning to make my sidebar widget (sign up form) to float. However not sure how or what code to use.
Any advise?
Thanks.
Website | Facebook | Twitter | Google+ | Editorial Sumo
Reginald
MemberHi Brad,
Thank you so much for your assistance! Looks good.
Thanks!
*could only try out at home (at work now) but set it resolved first.
Take care!
Website | Facebook | Twitter | Google+ | Editorial Sumo
Reginald
MemberNot sure what went wrong since I tried everything.
I reinstalled WP (through dashboard) and it works back. Guess something went wrong but no idea what,
Resolved 🙂
Phew!
Website | Facebook | Twitter | Google+ | Editorial Sumo
Reginald
MemberReginald
MemberUpdate after a few testings.
Seems like whenever I put anything in either one of the 3 given footers, it will go misalign.
Do you know how to configure the footer to be...mobile responsive? Weird question though.
Website | Facebook | Twitter | Google+ | Editorial Sumo
Reginald
MemberThis is what it looks like on mobile view.
https://www.box.com/s/6noetnvpqkz3m74blpx1
What went wrong? What's up with the half screen thingy?
Hmm ..
Website | Facebook | Twitter | Google+ | Editorial Sumo
-
AuthorPosts