Balint Toth
Forum Replies Created
-
Hi Anette!
Yes, you are right. Although I am not an SEO expert, I think you are thinking right for renaming the title, it matters for search engines.
If you have any more questions, just feel free to ask, I am happy to help you. 🙂
Cheers,
Toth Balint BTForum: Fixing WordPress
In reply to: Linking categories to a header buttonHello!
Could you please post a link to your site? You have not given too much details for your issue…
Usually WordPress has links for categories in this form:
example.com/category/your-category-nameif you have set your permalinks to Post name.But again, if you give me more details, I can be more helpful 🙂
Cheers,
Toth Balint BTForum: Fixing WordPress
In reply to: How to create a client zone?Hello!
I think the best plugins for the job are the Members plugin which can do what you would like to achieve on a user groub basis, and the User Specific Content is for determining, which specific post or page is visible for which specific user.
In my oppinion, you should use the two plugins together for added security. If you have any questions regarding the topic, just feel free to ask, I have experience with both plugins.
Cheers,
Toth Balint BTForum: Fixing WordPress
In reply to: Bluehost throttlingHello!
I am not really an expert with Bluehost, but I guess the 20 000 pageviews/day is a little bit too much for a shared hosting account, so maybe this is why your site get’s throttled.
It’s just an idea, but you should try the WP Super Cache plugin. And here is a good talk about WordPress caching in general, you should check it out:
http://wordpress.tv/2013/10/06/topher-derosia-caching-absolute-beginner-to-wizard/If you have any other questions, just feel free to post them here, I am happy to help.
Cheers,
Toth Balint BTForum: Fixing WordPress
In reply to: Widget text alignment and styleHello!
Could you please post a link to your site so I could take a look?
Thank you!
Cheers,
Toth Balint BTForum: Fixing WordPress
In reply to: Why is the media link showing up in my posts?Hello!
It looks like that the shortcode (the
[audion][/audio]code) is not getting executed for some reason. It is completely OK for it to show up while you are editing your posts, but it should be invisible on the public side. Could you tell me what plugin are you using for embedding the audio in your posts? And also, what is your theme name?
And is the media link also visible when you click on that specific blog post?The second issue is again related to the theme and how it shows blog posts. Usually you have to create a post category for your blog posts, and you create your blog posts, as posts in WordPress, however, there are themes that work differently. Again, if you tell me the theme name, I can give you more info.
Cheers,
Toth Balint BTHello!
Yes, it is completely safe to change the title.
You should have a permalink text box on your portfolio editing page. If you change the name, but don’t touch the portfolio, then you have changed just the title, but the link remains the same. If you want the link to be changed, just click the edit permalink button, and delete the current text there (for example wild-arctic). If you now click OK (while the text box is still empty), WordPress should automatically generate the new permalink based on the new title. Or you can give it something of your own, it does not have to be similar to the title.However, I would like to warn you. If you have a lot of traffic, it is a good practice to set up some redirects that will redirect everyone who is trying to open the
http://www.anettemossbacher.com/portfolio/wild-arctic/link to the new and working link. Google does not really like dead links, and it can hurt your google pagerank. And because the/wild-arctic/was used for some time and it will suddenly no longer work, it would be a dead link until Google realizes it can be found on an other link.I hope this helps. If you have any more questions, just feel free to ask.
PS: Your photos are awesome!
Cheers,
Toth Balint BTForum: Fixing WordPress
In reply to: How can I get this text to all have the same space between lines?Hello!
I have checked the source code of your site, and it looks like for some reason the text is not placed in proper html tags everywhere.
I don’t know the reason for that, but with a little CSS snippet you can get rid of the different line spacing issue. Please install Simple Custom CSS plugin, then go toAppearance->Custom CSSand paste in this code:.entry p{ line-height: 15px; }Let me know if this worked.
If you have any more questions, just feel free to ask them here, and I am happy to help.
Cheers,
Toth Balint BTForum: Themes and Templates
In reply to: [Travelify] Items not translated in SerbianThank you very much for your answer, and for the link. Yes, the WordPress language is set to Serbian, and I have seen only a couple things that are showing up in English, so this is why I have thought that it has a translation.
I will try out the translation process and will see how far I will get it, and definitely will send you the translation files.
Thank you very much!
Cheers,
Toth Balint BTForum: Themes and Templates
In reply to: Remove sidebar from Forum page(s)Haha, thank you 🙂 I am really happy that I could help you.
Beauty fix right here:
.topic .entry { padding-left: 0px!important; }If you have any more questions, just post them here and I am happy to help.
Greetings,
Toth Balint BTForum: Themes and Templates
In reply to: Remove sidebar from Forum page(s)Yes, because if you don’t have any widgets to show, the space remains… Try to add my code posted above.
Forum: Themes and Templates
In reply to: Remove sidebar from Forum page(s)No, basically you did just the same thing as the guy says from the other topic (display:none). This is hiding the sidebar, but it is considered the best solution for beginners (no offense!) because completely removing it would need digging in the php code, which can easily break your site if you do something wrong.
Please add this CSS code to our previous ones, and let me know what is left 🙂
.forum #left_area, .topic #left_area { width: 100%; } .topic #sidebar { display: none; } .topic #home-sections:before, .topic #main_content:before { border-left: none; }Toth Balint BT
Forum: Themes and Templates
In reply to: Remove sidebar from Forum page(s)I can open your site just fine too…
Sorry, I see that now.
Try this way:
.forum-archive #sidebar, .forum #sidebar { display: none } .forum-archive #left_area, .forum #left-area { float: none; margin-right: 0; width: 100%; } .forum-arhcive #home-sections:before, .forum-arhcive #main_content:before, .forum #home-sections:before, .forum #main_content:before { border-left: none; } .forum-archive #main_content:before, .forum #main_content:before { border-color: #FFFFFF; } .forum-archive .entry, .forum-archive #comment-wrap, .forum .entry, .forum #comment-wrap { padding: 0 !important; }Let me know if it works.
Toth Balint BT
Forum: Themes and Templates
In reply to: [Minimatica] Need help with Slider containerYou are welcome!
If you have any more questions, I am happy to help. Just drop a line here.
Cheers,
Toth Balint BTHello!
It’s just an idea, but why don’t you include it in your current style.css file like this:
@import url('images.css');(if the file is in the same directory as the style.css)Cheers,
Toth Balint BT