TheLastLegion
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: reCaptcha brokenI am working on a project and these sensitive information need to be removed!
I do not have edit feature.Forum: Fixing WordPress
In reply to: reCaptcha brokenOk thank you,
Could you please edit my question to remove all urls posted in my question? I cannot find a way to edit my question
Forum: Plugins
In reply to: [Challonge] UpdateIs it possible to obtain the changed files for the latest wordpress 4 for compatibility? As I want plugin functionality for a tournament going on
Hi just wanted to say I got errors as well
On the top of my admin pages I got this error:Warning: Missing argument 2 for wpdb::prepare(), called in /home/html/community/wp-content/plugins/bp-registration-options/includes/admin.php on line 19 and defined in /home/html/community/wp-includes/wp-db.php on line 990
Forum: Themes and Templates
In reply to: [Theme:Twenty Eleven] Dropdown Menu/Post template issueHey there, followed your advice
https://pastebin.com/dUhyAtL3
theres my css fileHow does it look on iPhone, the only problem is selecting text from mobile phones, I had a huge issue with z-layering and i ended up deciding the navigation menu should have a z-index of 3 as it was more of a issue not to be able to select dropdowns than having to select content text.
Also how does the search bar look on the normal browser? To me on my 1337 size screen and on 1024 screen both looked great, in the right place, but I not sure if ok elsewhere
much thanks
Forum: Themes and Templates
In reply to: custom theme home page/blog separationThe following links should greatly help you
https://codex.www.ads-software.com/Creating_a_Static_Front_Page
https://getsatisfaction.com/wordpress/topics/how_to_change_the_front_page_of_wordpress
https://www.pixelthemestudio.ca/wordpress-tutorials-tips-and-tricks/22-building-a-static-front-page-with-wordpress
https://www.wordpressmax.com/wordpress-guide/custom-wordpress-static-front-pageHopefully you can get something out of those
Note: Though some of the above steps won’t give you help on removing sidebar or comments, best way to deal with that is following the following tips:
https://www.mimoymima.com/2010/03/lab/disable-sidebar/
https://www.ads-software.com/support/topic/disable-comments-static-front-page?replies=9Forum: Themes and Templates
In reply to: [Theme:Twenty Eleven] Dropdown Menu/Post template issueYou guys are sure a great fast responsive community
Ok first the stuff i think i fixed, the date “Posted on September 21st”, which was all over the place was fixed when i changed the css in the following from absolute to static for position see below
Before.singular .entry-header .entry-meta { position: absolute; top: 0; left: 0; }
After
.singular .entry-header .entry-meta { position: static; top: 0; left: 0; }
Works, though i wanted to delete position property alltogether but when I did, the parent css style overided my child theme css , so i had to keep it in there and just changed it to static, hopefully it won’t break anything later on ??
I fixed the Edit link in the same manner,
BEFORE.singular .entry-meta .edit-link a { bottom: auto; left: 50px; position: absolute; right: auto; top: 80px; }
AFTER
.singular .entry-meta .edit-link a { bottom: auto; left: 50px; position: static; right: auto; top: 80px; }
Now back to the drop-down, I followed the above poster’s advice to use Firebug, and also change z-index, it didnt fix the drop down problem.
Update: I’ve fixed this up, its ridicously ameateur compared to you CSS masters and everyday coders, i’m just starting wordpress as well so correct me if i am doing something so well amateur. I used firebug and played around disabling/enabling position property
Fix for drop down box:
BEFORE/* BEGIN FIX DROP DOWN */ #branding { border-top: 2px solid #bbb; padding-bottom: 10px; position: absolute; z-index: 2; } /* END FIXED DROP DOWN */
AFTER
/* BEGIN FIX DROP DOWN */ #branding { border-top: 2px solid #bbb; padding-bottom: 10px; position: static; z-index: 2; } /* END FIXED DROP DOWN */
But above will break how your search bar is located so do the following below to fix search bar placement
What i changed here is the margin-top property, and right property rest is as is, for the full code see below paste bin
#branding #searchform { background-color: white; display: block; margin-top: 195px; position: absolute; right: 12.6%;
Tadaaa! see example @ https://newsite.sidmun.com
Since twentyeleven is a very popular theme and Im sure there will be others who will be attempting the same journey as I am, I have copied my whole style to help out anyone as needed. Provide feedback and if something breaks or you have a rather better version of my above mess ??
Here is link: https://pastebin.com/JpVXS5QY
Update: hmm it seems the date being out of place or the Edit button being out of place wasn’t an issue, i think its natural..i think?
see: https://twentyelevendemo.wordpress.com/2011/05/04/featured-posts-in-twenty-eleven/
or https://floriblog.com/?p=168Hey Otto,
please good sir, can you do this? This is a much-awaited feature and I’d hate to spend $30 on that other plugin WP-FB connect just for buddypress integration, your plugin i think does more of a good integration with facebook but its only this part without buddypress that needs to be updated