Balint Toth
Forum Replies Created
-
Hello! Sorry for my late reply.
I have tried with both file permissions, but I have got the same result… I will try to turn off my plugins one-by-one, but I would like to share my list of plugins in case there is some which has known incompatibility issues with your plugin:
BackWP Up
Better WP Security
Contact Form 7
Duplicator
FancyBox for WordPress
Google Analyticator
Jetpack
Widget for Contact Form 7
Wordfence SecurityThank you very much!
Greetings,
Toth Balint BTForum: Themes and Templates
In reply to: [Snapshot] Eliminating text box on main page slider?Hello!
I think you should be able to hide that with css, regardless of the slider’s work. Could you please post a link to your site so I could check it out for you?
Greetings,
Toth Balint BTForum: Themes and Templates
In reply to: [Hueman] How to insert a subtitleHello!
It depends on where you want the subtitle to appear. In any way, you will have to put it in some theme file, which can be found in your site’s files in
/wp-content/themes/hueman/. Could you please post a link to your site and tell me where you would like the subtitle to appear, so I could give you the most exact answer?Thank you!
Greetings,
Toth Balint BTForum: Themes and Templates
In reply to: [Fluxipress] Header image/ no commentsHello!
First of all, I would like to welcome you in the WordPress community!
I have installed your theme to one of my test sites to provide you the solutions.
For hiding the comments are closed text, I would like to ask you to install the plugin
Simple Custom CSS. When it is installed and activated on your site, please go toAppearance->Custom CSSmenu item inside the Dashboard. There please paste this CSS code:.nocomments { display: none; }This will hide the comments are closed text on the places where you have disabled them, but won’t hide any comments if you allow them in some places.
Regarding including an image to the header instead of the text, unfortunately the theme does not allow it easily, meaning that in needs to be done with creating a child theme, and it needs a little bit of css and php knowledge. Here is a detailed description on how can you create a child theme: codex.wordpress.org/Child_Themes, but if you would like, I am happy to provide the exact steps for you.
[moderated]Forum: Networking WordPress
In reply to: Multisite with one media libraryThank you very much!
Forum: Fixing WordPress
In reply to: Site slow, dashboard slow, nothing helpingYou are very welcome!
Could you please tell me, what Hosting provider are you using, and is this a shared hosting account?
If you are geographically far from where your site’s server is, it is normal for the site to be slow, because the time the different requests need for reaching the server. For example, I live in Europe, and my sites are at Bluehost, their servers are somewhere in central USA. For me it can take up to 5 seconds for the front-end or the dashboard to respond, but if I check it with different pageload tools, it is considerably faster.
It is a weird idea, but try to turn off caching, and check how your site’s speed changes… It may be possible that the caching is slowing down the pageload, if the server’s settings are interfering with the caching plugin.
Forum: Fixing WordPress
In reply to: Center Text of Navigation BarHello!
It would really help if you could share the url to your site, and which theme you are using.
Thank you!
Greetings,
Toth BalintForum: Fixing WordPress
In reply to: Site slow, dashboard slow, nothing helpingHello!
I have checked your site with some speed tests, and it looks like that now the only request which loads considerably slower than the other elements, is this:
http://www.ladieswholift.com/?mcsf_action=main_css&ver=3.7.1You can check the results here:
Pingdom testIt is a good idea to try to identify what plugin uses this. Do you have any MailChimp related plugins installed?
Greetings,
Toth BalintForum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Moving the placement of body backgroundHello!
You can easiy set that up with CSS. Here is the code:
.site { /* for turning off the current transparent background settings */ border-radius: none!important; background-color: none!important; } #main { border-radius: 24px; background-color: #000; opacity: 0.7; padding: 10px; }Let me know if this helps.
Greetings,
Toth BalintThank you very much!
Forum: Themes and Templates
In reply to: [Customizr] Move Logo To The Right EdgeHello!
It can be done really easy with adding some custom css modifications in the child theme’s style.css file. If you could please share with me a link to your site, I could provide to you the necessary code.
Greetings,
BalintForum: Themes and Templates
In reply to: Need to tweak font size in main menuHello!
I have checked out your site, I would recommend that you edit your modification to this:
font-size: 15px!important;Let me know if that helped.
Greetings,
BalintForum: Themes and Templates
In reply to: [Travelify] Static Font Page – Are posts/pages required?Did you check your child theme’s file (see 2 posts above)?
Forum: Themes and Templates
In reply to: [Travelify] Static Font Page – Are posts/pages required?That is true that the slider images are coming from posts, but this is the reason why we targeted that specific post with it’s unique ID to hide it…
Forum: Themes and Templates
In reply to: [Travelify] Static Font Page – Are posts/pages required?No, actually that is what should have disappeared with the code I have provided.
From my side it looks like that the css code
#post-1539 { display: none; }is missing from the child theme’s style.css, screenshot here:http://d.pr/i/S0LS
Could you please check on your side also?
And I would like to ask, are you using some sort of caching plugins?
Thank you!