Balint Toth
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Forms by Cimatti] How to set email sender nameOh, thank you! I was not aware of that…
If I may suggest a tiny improvement, you should incorporate this info by filling in some demo content in the proper textbox as default value. Because I have tried with typing in the email address and the sender name also, but obviously without any success.
Thank you again! You have a created really good plugin! Keep up the good work!
Balint
Forum: Themes and Templates
In reply to: [Customizr] Entry Title Fonts: Size and ColorHello!
Here is how the site looks like for me:
But I think I know why is this happening. I have noticed that when you check the site from other browsers (where the site is not showing up as it should), you are not logged in to WordPress Dashboard. Try to log in to your site from one of those other web browsers, and I bet that the site will look like fine. 🙂
Now, here is the trick: I have checked your site’s source code, and it suggests that you have some kind of caching plugin installed. Those plugins work in a way that they make a sort of snapshot of every page of your site, and if a visitor comes, the plugin shows the visitor that snapshot, because it is faster. Depending on your settings, those snapshots can be pretty old, in some cases even a day old. Those plugins recreate those snapshots (the cache) when you are modifying something to the page’s content. They have no way telling that you are changing the theme’s css rules, thus, they are not showing the actual state of the site. The trick with the login is: usually most caching plugins are set up so if someone has login access to the site, than that person must be someone important, so no matter what, he should get the most up to date data from the site, so for the logged in users there is no caching going on. The other reason is, while your site could have 1000 or even more visitors (who are not logged in), usually there is a little amount of users with login privileges, so it is not noticable if the cache is not applied to them.
My advice is, it is completely unnecessary to use a caching plugin until you have that amount of visitors that your site is getting slow. And for the time period when you tweaking something to your site, it is the best to turn off caching for everyone, because this way you can ensure that in every second you are seeing the actual and real state of the site.
So deactivate the caching plugin, or click on recreate/rebuild cache.
Let me know if that solved the problem.Greetings,
BalintForum: Plugins
In reply to: [Contact Forms by Cimatti] How to set email sender nameThank you very much! It works now!
Forum: Themes and Templates
In reply to: [Customizr] Entry Title Fonts: Size and ColorYou are very welcome! I am glad that I could help you!
If you need any more help, just drop a line here and I will assist you.
Have a nice day!
Balint
Forum: Themes and Templates
In reply to: [Customizr] Entry Title Fonts: Size and ColorRegarding your first answer:
For both of them, try this:
.entry-title a { color: #8A2BE2!important; }If you want one of them to be different color than the other, just let me know.
Regarding your second answer, I am afraid I cannot understand what are you referring for, and for some reason for your Dropbox links I am getting a 404 error. Could you please check those?
Thank You!
Greetings,
BalintForum: Themes and Templates
In reply to: [Shell Lite] Moving Social Icon RowHello!
First of all, I would like to suggest that you make your changes inside a child theme, this way you can ensure that if you update your theme or WordPress, your custom modifications wont be deleted. You can find a good article on that here: codex.wordpress.org/Child_Themes
Here is the necessary CSS code for you to mode the social icons to the same row as the nav menu:
#header { position: relative; } #header .social-icons { display: inline-block; position: absolute; top: 98px; right: 2px; }If you want to move the social icons to the header, just modify the
topvalue in the above code.Regarding the nav bar color, you can change that with this code:
.menu{ background-color: #444; }WordPress by default marks the current page, which is in your case the home page, its effect will be more visible when you add more menu items. If you want to change the color of the current menu item, you should use this:
.menu .current_page_item a{ background-color: #333; color: #fff; }For changing the color when you move your cursor above the menu item, you should use this (note that here I have written the now actual colors, so if paste these as is, you wont see any color change):
.menu a:hover{ background-color: #444; color: #fff; }I hope this helps.
If you have any more questions, just drop a line here, I am happy to help.Greetings,
BalintForum: Themes and Templates
In reply to: [Customizr] Entry Title Fonts: Size and ColorHello!
Regarding the highlighted page titles (like the ‘Cursos de coaching y liderazgo’), your css rules are being overwritten. Try this:
.marketing h2 { font-weight: bold; }Regarding the event lists, every event is in an
<li>with the class oftribe-events-list-widget-events. You should try adding your css rules to that class. The event name is anh4with the class ofentry-title. But because it is an<a>link, if the above does not work, you could try targeting that with#main-wrapper .widget li acss selector. The time values you can target with.tribe-events-list-widget .durationI hope this helps. If you need some specific modifications, just tell me what you would like, and I can provide the necessary css.
Greetings,
BalintForum: Themes and Templates
In reply to: [CWP Robi] Broken Header OptionsHello!
I am glad that I could help you!
Have a nice day!
Balint
Sure, I am happy to instruct you in making the necessary steps. I have sent you an email.
Greetings,
BalintHello!
Yes, it is possible.
Balint
If you want the slider to be wider than the rest of the content on the page, then yes, because you will need to pull out the slider’s div from the content wrappers.
If you want the slider to be any size, with the maximal width possible not wider than the rest of the sites content, than it is just ‘simple’ css, for which you will need only to create the child theme.I would like to suggest, that you modify the meta slider in the settings so it would be similar to your needs, and adjust the picture sizes. If that is ready, than I can provide you with the necessary CSS.
Greetings,
BalintForum: Themes and Templates
In reply to: Theme advice for author's website "books" pageHello!
Your thinking is good, you would have to choose a theme that you like, and create a child theme for that, and make there the necessary css settings. The tricky part is the book content itself. You should create a custom post type for books, which can incorporate the necessary custom data types which are related to a book, and you will have to create a specific php file that lists those kind of post types. I am sorry to tell you that as far as I know, there is no quick method. You have plugins that can create the necessary post types for books, so the saving the data in WordPress is solved, but for displaying the books, you will need php coding.
I am here to help you.
Greetings,
BalintHello!
I have checked your site. In the theme, every portfolio post has a container div, which is set currently to width 940px. If you want just the meta slider to be full width and the text content to remain the width it has right now, it is a little bit tricky, because than the meta slider needs to be given a specific container.
Technically the easier solution is to set the whole content wider, and give the content and the slider their own container divs, with an additional overall div.
So this involves pretty much php and css modifications, and I would need login access to your site. I am happy to do this for you, so if it is ok with you, I would like to contact you through your site’s contact form.Greetings,
BalintForum: Themes and Templates
In reply to: [Duena] Aligning featured thumbnail to left?Hello!
Try
float:left;But if you would give me a link to your site, I would be happy to take a look.
Greetings,
BalintForum: Themes and Templates
In reply to: [Twenty Eleven] Widget sidebar on static page no visibleYou are very welcome Ian!
Have a nice day!Balint