Trampolini
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Shell Lite] Can I add a Blog?Forum: Themes and Templates
In reply to: [Shell Lite] Fixing Content Area after Widening Home PageThank you. With much tinkering, I was able to fix this.
Forum: Themes and Templates
In reply to: [MesoColumn] What's Wrong with My Entry Date?Timothy,
Thanks for the quick fix! (I’d rather have a normal cursor than have the question mark which to users, may appear to be help text. (Why would help text appear over a date?)
However, I”m still confused why the date has some funky alt text to it highlighted in yellow when you hover over the date. It’s like an extended string of numbers.
I don’t really understand the hatom examples linked above. Is this a Google thing?
Thanks! Happy Tuesday. 🙂
Forum: Themes and Templates
In reply to: [MesoColumn] What's Wrong with My Entry Date?Using the above code in my custom CSS now just makes my cursor disappear. That’s strange.
How can I just make this a normal text? What is google snippet result pass? Is this an SEO issue?
Thanks so much!
Forum: Hacks
In reply to: Brute Force AttackAccording to analytics, this page is the top referrer to my site:
http://wordpress.btradercn.com/support/topic/static-header-1
What is the “btradercn” domian and why has it also mimicked my own site:
http://www.tvwatchparties.btradercn.com?
Does anyone know anything about subdomain hacking? Would security plugins help this issue? I am taking measures to protect my site. I started with Wordfence but after reading this thread I’ll give IThemes a try too.
It appears btradercn.com is registered with GoDaddy and is owned by someone in China. What would be the motive of mimicking a site with a subdomain?
An automatic redirect would be ideal, but I could live with adding a link in the event-editor.php and changing the copy.
Which would be easier?
Thank you! This worked. 🙂
Forum: Themes and Templates
In reply to: [MesoColumn] Static HeaderWell, I found this bit of code to put into the custom CSS tab in appearances.
#top-navigation { position: fixed; width: 100%; z-index: 9999; }
It works in making the red top menu sticky, however the gradient is messed up. I’m not sure how to get the gradient (shadow) layer behind the top-navigation again…
Also, it looks like my header does not have enough padding as my ads and logo are getting cut off the top.
@ Richie, is there any way to tweak this?
Thanks!
Forum: Themes and Templates
In reply to: [MesoColumn] Static Header@ adhitya,
Well, so far no luck with the plugin. Maybe I have not configured the settings correctly. I’ll keep you posted.
Forum: Themes and Templates
In reply to: [MesoColumn] Static HeaderHi there @adhitya,
I would also like to make the top menu sticky. I found this plugin: https://ww.wp.xz.cn/plugins/mystickymenu/ While, I don’t like bulking up on plugins, I think I may give it a go…
Forum: Themes and Templates
In reply to: [MesoColumn] Centering Header WidgetThanks everybody.
I have tried to center the header and that worked, but I think I have explained what I’m trying to do poorly. I have created a mockup of what I would like the header to look like:
https://docs.google.com/drawings/d/12SfgSc1N2AQw3VciOseTb-qeZnhOq9s9mjzvBz5t5N0/edit
Does anyone have ideas on how to achieve this look? I guess I would need to create one html code that would include the logo, text and buttons (links) across the top. Is that right? If so, where do I put the html code?
Thanks so much for your replies!
Forum: Themes and Templates
In reply to: [MesoColumn] Adding Widget to HeaderI figured it out! Yay. It was the code. I needed to get my brackets right. 🙂
Forum: Themes and Templates
In reply to: [MesoColumn] Adding Widget to HeaderHi, thanks for all your help. I was successful in creating a php (directly in the file manager) and the MENU widget worked! Yay! Now, I want to add a HEADER widget as described in this thread and it looks like you can’t have two new widgets. Adding the header code in functions in addition to the menu widget created an error:
“Fatal error: Cannot redeclare meso_add_new_widget() (previously declared in /home/content/75/3966175/html/tvwatchparties/wp-content/themes/meso-child-theme/functions.php:31) in /home/content/75/3966175/html/tvwatchparties/wp-content/meso-custom-functions.php on line 12”
Is there a way to correctly add code for both widgets?
Thanks so much for your help!
Forum: Themes and Templates
In reply to: [MesoColumn] Add widget to Top MenuHi abcdefghijklmnop,
I’m trying to do something similar with this theme -using this thread for instructions. (Thanks Richie) However, I have a novice question about creating a .php file. How do I create an empty php?
Do I just create a document, insert this code and name it as a php extension?
Thanks 🙂