Balint Toth
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Influence] Problems with title on homepageHello!
I have checked out Your site, it looks wonderful 🙂
Here is a little Custom CSS snippet that can solve this issue for You:
.home #masthead { position: relative; }The best way to apply this is by installing the plugin Simple Custom CSS, when You have installed it, You can paste in this code in
Appearance->Custom CSS. However, as You can see on this screenshot image, this pushes down the slider, and the page background (pink color) gets behind the header, because of the transparency it looks a little bit weird.Can I ask You, what is the slider plugin’s name?
Cheers,
BalintForum: Fixing WordPress
In reply to: Suspicious referral linksThank You very much 🙂
Forum: Themes and Templates
In reply to: [Virtue] how to change the font size of my top navigation menuDo you have a caching plugin installed? If You do, please try deleting the cache. Also please check it from an other browser too, it is possible that Your browser did not refresh the page properly.
Forum: Themes and Templates
In reply to: [Virtue] how to change the font size of my top navigation menuHere is the code:
#menu-menu-1 li a { font-size: 16px; }Please modify the value 16 to Your needs.
If You have any questions, feel free to ask.
Cheers,
BalintForum: Fixing WordPress
In reply to: Contact form overflow and marginHello!
First of all, please be aware that directly editing Your theme’s CSS files is considered a bad practice, because when You are updating, WordPress has no way to tell what are Your modifications. Most likely this is the reason Your previous modifications were lost. The proper way for this is to create a child theme (here is a codex page about this, or here is a video tutorial).
If You only making css modifications, then You could use some custom css plugin, I am using Simple Custom CSS all the time.
Regarding the dropdown menu, I think the issue is that You have too long text in there, and because of that it is overflowing the sidebar width.
I was able to shorten the width with this css code:
.izberi select { max-width: 230px; }This solves the issue under Firefox (screenshot here), however make sure to test this solution with other browsers too, they might display this differently.
Please let me know how it goes 🙂
Greetings from Serbia
Cheers,
BalintForum: Themes and Templates
In reply to: [Virtue] how to change the font size of my top navigation menuHello! This can be easily done with some custom css code. Could You please share a link to Your site so I could provide You with the necessary code specifically for Your needs? And could You please tell me how big would You like it to be?
Thank You!
Cheers,
BalintForum: Themes and Templates
In reply to: [Hueman] links in the footerHello!
For these kind of things I have always used the BlackStudio TinyMCE Widget plugin. When You install it on Your site, You will get a new kind of widget called Visual Editor (screenshot here). When You use that widget, You have the same text formatting tools as on pages and posts (see here). In my experience this is the easiest way to do it 🙂
If You have any questions, just feel free to ask.
Cheers,
BalintForum: Themes and Templates
In reply to: [Spasalon] Navbar heightHello! Could You please disable the ‘Coming soon’ plugin You are using? Because only the visitors who are logged in as admins can see the contents right now, I am only getting the countdown page (this is what I get).
Cheers,
BalintForum: Themes and Templates
In reply to: Child Theme HelpYou are welcome 🙂
Almost all themes allow creating child themes, the exceptions are the themes created with the Genesis Framework, but that is not so common. So, generally, about 98 percent of the themes do allow child-theming.
Cheers,
BalintForum: Fixing WordPress
In reply to: Site crashed, cant access neither website or dashboard.Okay. By any chance, if You have some kind of online file manager, in Your hosting panel, You could use that also, instead of the FTP software.
Forum: Fixing WordPress
In reply to: Site crashed, cant access neither website or dashboard.You are welcome!
It looks like that Your hostname or username or password You are using to log on with Your Ftp software is incorrect. Your webhost should be able to help You with providing the proper FTP login credentials.
Just out of curiousity, what is Your hosting company?
Forum: Themes and Templates
In reply to: [The Box] Header PictureHello!
This can be easily achieved with a little bit of custom CSS code:
#main .header-image { display:none; } .home #main .header-image { display:block; }If you have some kind of custom css plugin installed, paste the above code there and please let me know if this is what You have in mind.
If you don’t have such a plugin, I recommend You to install the Simple Custom CSS plugin. After installation, go to
Appearance->Custom CSS, paste in the above code, save it, and check Your site.Let me know if You have any questions related to this.
Cheers,
BalintForum: Themes and Templates
In reply to: [Hueman] Homepage is not updating after changesHello!
Could You please share a link to Your website, so I could take a look? And please share in more details, what kind of updates are not showing up?
On the sidenote, did You try to check Your site with different browsers also? It is possible that Your browser is caching the site.
Cheers,
BalintForum: Themes and Templates
In reply to: [AccessPress Lite] DIfferent content on right sidebarsHello!
There is a fantastic plugin called Ultimate Posts Widget which allows You to set up specifically which widgets to appear where. If You have any questions related to this, please feel free to ask 🙂
Cheers,
BalintForum: Themes and Templates
In reply to: Child Theme HelpHello!
Here is a video I have made a while ago related to this, so please check this out, but if You have any specific questions, feel free to ask them here and I am happy to guide You through the process, even it is step-by-step 🙂
Also, if You could share a link to Your website so I could follow Your progress, that would be awesome.
Cheers,
Balint