dequecolour
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Google Fonts] site for this pluginForum: Plugins
In reply to: [Black Studio TinyMCE Widget] Adding border to text box and setting widthyeah i tried that. this issue is really freaking weird. it’s like i have some secret code somewhere that says IGNORE ANY CODE THAT INSTRUCTS YOU TO CREATE A BORDER. There is nothing I can do to make a border appear in the sidebar. It’s insane.
Forum: Themes and Templates
In reply to: why are my hyperlinks gray? twentytwelvedisregard it is done
Forum: Themes and Templates
In reply to: why are my hyperlinks gray? twentytwelvesorry my backticks didnt work it is
a:link{ text-decoration: underline; color: #151B54; } a:link { color: #151B54; } a:visited { color: #151B54; } .a:hover { color: #151B54; }
`
Forum: Themes and Templates
In reply to: no widgets showing up in twenty twelvethank you so so so so much!
Forum: Themes and Templates
In reply to: no widgets showing up in twenty twelveyes, the widgets are in the main sidebar widget area. They are just a Facebook Like widget, an Instagram widget, and newsletter sign-up widget. All of them have been working fine, I just must have messed up something..
here is the code i have in my child theme
here is what is in my base theme of twenty twelve:
Can you please let me know if i have edited something inadvertently or if you would advise anything to resolve this? Could it be in the CSS if it is not the sidebar pages? if so, how?
many thanks
Forum: Themes and Templates
In reply to: no widgets showing up in twenty twelveThere’s no sidebar output because I removed my entire child theme sidebar.php file in order to attempt to only have the widgets showing through the original theme. Only they don’t show up at all, so it looks blank.
I have turned back on my sidebar.php now assuming it is not the issue
Thanks for the markup error link – that is helpful and important although nothing looks related to the absence of widgets. If anyone has ever experienced this, please pass on any info you have — thank u
Forum: Themes and Templates
In reply to: no widgets showing up in twenty twelveTried that. Thanks. No success.
Does anyone else have any idea what on earth could be happening? I have tried removing my child theme file and using the base theme only. That did not work. I cannot make this site show any widgets at all in the sidebar. The two I need are very basic – Facebook and Instagram. This has been an issue for weeks, and I honestly have no idea what code I need to look at to address this.
Forum: Themes and Templates
In reply to: no widgets showing up in twenty twelveThank you for the note, but those are not widgets. I designed those as images, and so that part is coded into the theme in the sidebar file. The widgets which are WordPress plugins are the ones I mean to refer to, and they include three widgets: a facebook like widget, an instagram widget, and a newsletter sign up. They are missing!
Forum: Themes and Templates
In reply to: how to make a video pagethis is the code i am using now which is just stupid, but i dont know what i am doing. i just want small preview pics that go to to permalinked post
<?php /* Template Name: genius */ ?> <?php query_posts('category=video'); while (have_posts()) : the_post(); get_permalink(); the_post_thumbnail(); endwhile; ?> </div> <?php get_sidebar(); ?> </div>
Forum: Themes and Templates
In reply to: how to make a video pageany input from anyone?
Forum: Themes and Templates
In reply to: older posts link not workingdoesn’t seem to make any difference. same error.
plus the similar code prior to that for the right column lacks a semi colon after ID and results in no error. i even tried adding the semi colon both places to no avail
only error is on line 36 which looks clean to me.
very odd.
Forum: Themes and Templates
In reply to: older posts link not workingok. i had just just copied your code directly from pastebin when i got that error which may not have been your intention.
here is what i had previously which looks great but the Older Posts link does not work:
here is your code from pastebin as i used it and which results in the above mentioned syntax error on line 36. (i feel like that error usually means a comma is missing or some such, but i don’t see anything like that in your code.)
Forum: Themes and Templates
In reply to: older posts link not workingThanks. Using your code, I come up with this error on line 36:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/content/37/11572437/html/wp-content/themes/twentytwelve-child/index.php on line 36
Line 36 looks fine to me, so I’m stumped.
appreciate the info and have been reading around.
Forum: Themes and Templates
In reply to: older posts link not workingi’m not sure why but switching to the twenty twelve theme temporarily caused my child theme to stop working altogether, so please don’t visit the site to address any q’s. It is no longer working in almost every sense, and I will need to rebuild it.