Forum Replies Created
- Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236
Alexander
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Hi Creative1,
1) How can I make a gallery with 3 columns of photos and how can the photos be resized to bigger than a thumbnail?
To answer that question you have to be more specific what you consider a gallery?
2) When you click a page title on the menu (such as About Me or Gallery), it automatically writes the title again below the menu. How can I remove that?
Try to add:
#current-location {
display: none;
}to your CSS section.
3) There is a comment box at the bottom of each page. Can this feature be deleted?
this feature can’t be deleted but the comment box can be hidden. The best way to this is to disable comments while creating posts or pages. Second best you can try to hide the comment box globally by try adding this:
#respond {
display: none;
}to your CSS.
Cheers,
Alexander @ http://www.mouseclick.comAdvertismentDeprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Alexander
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Sorry to disappoint you from the door, but actually there is no “How to setup my site like the Pinboard sample”. It’s a reading through internet, boards, posts and readme.txt that you have to do by your own. Thats what everyonehas to go throught atm. Start and see how far it will take you and come back f you have a specific questions, hoping somebody might be able to help you.
Secondly, the header image is the same for all pages. Its suppoesed to be the name of the blog, company etc.
Cheers,
Alexander @ http://www.mouseclick.comDeprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Alexander
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Hi guatemeha,
As I said, this one is a little more tricky as you have to put in the right number for the width of your navigation container. The container only holds the menu topics.
I wrote a tutorial for that on my blog: Adjust the navigation bar
http://www.mouseclick.com/tutorials-2/adjust-the-navigation-bar/
The number you used for the width seems to me to be the complete width of the bar?
Cheers,
Alexander@ http://www.mouseclick.comDeprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Alexander
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Hi ricolaos,
Do you have a living example to have a look into it?
Cheers,
Alexander @ http://www.mouseclick.comDeprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Alexander
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Hi Rene,
Please notice that this board is very limited in resonding to many questions in one thread like this one and it is not possible to quote properly. But I will try my best to answer to you:
You wrote:
“For the DT and Tablet versions:
I would like to change the nav location to the top (which I did by changing it’s position in the php file) and the Nav list item position and be able to style the primary nav differently while leaving the the small/Phone style mainly as it is.”My answer:
First of all the theme is not intended to change everything in every screen width and every device. It comes with an overall layout, which will be displayed in all of these. And it is nearly impossible to have options for everybodys wishes. You want your nav location at the top. The next person want to change the nav location to the bottom and have it as a flash file. Next one want it upside down as a float at the side of his window. If you can do this by your own in PHP than lucky you. You skills set seems to be very sufficient to me to understand that.You wrote:
“For example, I wanted to have:
li items centered vs left in the div/container, and change the dropdown background div width, color, etc.”My answer:
This can be done. Maybe my tutorial “Adjust the navigation bar”http://www.mouseclick.com/tutorials-2/adjust-the-navigation-bar/
can help you for colors and adjustments.
You wrote:
“I did experiment with this and some of it was okay for Desktop & Tablet sizes, BUT I found that most importantly, whatever style and position changes I made affected the Mobile Phone NAV which looked and behaved terribly and was totally screwed up.”My answer:
What I described in my tutorial should work for almost all the options I mentioned there, also for the mobile phone nav.You wrote:
“The CSS seems to target ALL the sizes/devices, together, or, I can’t find the right html and don’t have the skill set to know where it is, or how to target them.”My answer:
The theme has code that responds to the choosen layout and the actual size of the width according to the corresponding CSS defintions, which are set at “@media screen and (max-width : ACTUAL WIDTH) for each size and layout within.You wrote:
“My question to you is:
Is it possible to target through specificity in CSS the DT and Tablet sizes by adding classes, or something so that I can style and position the NAV differently for those sizes only? Or, some other way, like with the html?”My answer:
Well, this post was specifically addressed to David. Ignoring this fact: by adding something it is always possible to change something.You wrote:
“And how would I do that, what items/elements need to be targeted with new classes or html?”My answer: That depends merely on WHAT excactly you want to change. A color shift of a list items may needs a different adjustment or code segement to add than moving elements around. And as I said before the wishes one can have are way too many to have them all covered with one answer or one piece of code in a thread like that, not knowing what excactly should be achieved.
Cheers,
Alexander @ http://www.mouseclick.comDeprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Alexander
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Hi ricolaos,
Thats because you maybe use the theme social links. Try this one:
.entry-utility {
border-top:0;
}Cheers,
Alexander @ http://www.mouseclick.comDeprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Alexander
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Hi Eric,
It’s not an HR (try and find it in the source :)) but a border. Try this in your CSS:
div.sharedaddy div.sd-block {
border-top:0;
}Cheers,
Alexander @ http://www.mouseclick.comDeprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Alexander
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Yes, that can be done. Unfortunatly not by default.
To do that, you need to choose the Content/Sidebar layout for your individual posts. And setup a portfolio with a Blog, Full Width template page for your blog.
How to setup a basic portfolio
http://www.mouseclick.com/?page_id=1484Cheers,
Alexander @ http://www.mouseclick.comDeprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Alexander
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Well this one is a little more tricky as you need to know the width of the container holding your navigation bar. But for most of you guys this shouldn’t be a problem at all 🙂
Here is what you have to add to your CSS:
div.menu-menue-container {
margin-left:auto;
margin-right:auto;
width:667px;
}Don’t use #access in your CSS for this as it targets the whole box, not only the container.
As I said before, the width depends on YOUR nav container. 667px is just an example. And don’t forget to adjust this number as you add or delete navigation topics.
Cheers,
Alexander@ http://www.mouseclick.comDeprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Alexander
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Looks like the reason for this problem is because you changed PHP code for the permlinks.
Cheers,
Alexander @ http://www.mouseclick.comDeprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Alexander
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220@arsenico; Yes, a widget for sure.
@staud: yes, that what they supposed to do.Cheers,
Alexander @ http://www.mouseclick.comDeprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Alexander
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Hi Guys, my is not David (to who this post was adressed to) but mybe I can help…
Try:
.menu-item a {
text-align:center;
}to center the links in the navigation menu.
Cheers,
Alexander @ http://www.mouseclick.comDeprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Alexander
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Auf dich !
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Alexander
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Did you check your CSS file?
Cheers,
Alexander @ http://www.mouseclick.comDeprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Alexander
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Did you read my tutorial about the slider? It also target those who only want to hide their post from their blog pages – with or without portfolio.
http://www.mouseclick.com/?page_id=1852
Cheers,
Alexander @ http://www.mouseclick.com