Discussion on Samba - Colorful WordPress Theme

Discussion on Samba - Colorful WordPress Theme

By
Cart 1,676 sales
Recently Updated
Well Documented

Pirenko supports this item

Supported

This author's response time can be up to 1 business day.

1365 comments found.

Morning Pirenko,

I’ve checked through all your brilliant support comments but can’t see the answer to this:

1. Can I link to a grid portfolio page with an ajax filter (not the default) activated? (eg. to this page with ‘Documentary’ filtered: ) If so how can it be done?

I know I could achieve this result by just creating a new portfolio page for each category, but to link to one grid portfolio page with the filtered result and options to check other filters would be better for me.

BTW like everyone else I’m thrilled with this theme; without doubt the best I’ve bought on themeforest.

cheers!

Ok let me try again:

I would like to link to the portfolio page from another part of the site. But I would like the link to open the page with a certain skill filter already chosen.

So I could link directly to the page here, but when it loaded instead of it displaying ‘All’, it would be displaying only ones marked with the ‘Documentary’ skill.

(As if the user had arrived on the portfolio page and then pressed ‘Documentary’ in the skills filter at the top).

Is that clearer?

I understand what you want to do, but it is not possible with the theme in his default state. You need to edit the main.js file for this, but I would say that it requires medium jQuery knowledge. Probably you’ll have to tweak also the portfolio php file.
Cheers!

Ok thanks for the quick replies, I’ll take a look!

Hi Pirenko

Is there any way on the contact page – the map be moved down to the bottom and the contact form to the top?

Thanks

Hi,
You need to edit the page-contact.php file for this. As an alternative, you can install the free Contact Form 7 plugin and build your own contact page using the Visual Composer page builder.
Cheers!

Hi Pirenko,

I want to go to another domain. Can I delete my installation and transfer anything to the new domain without licence infraction?

Hi,
I think that as far as you are only using it for one website you are good to go. If you have need further info please contact Envato support. Thanks!

I don´t want to use it twice.. just deleting the old one for a new domain name. thanks for replying

Ok, cheers!

Hi, Is it possible to install addons fo Visual Composer http://vc.wpbakery.com/addons/ in your theme? Thanks.

After installing this addon http://codecanyon.net/item/ultimate-addons-for-visual-composer/6892199 it is working but rather badly: no icon in composer modules: http://c2n.me/6UGDfz.png and problem with selection window http://c2n.me/6UGzcu.png

Please inform me: is it addon problem or theme problem?

Hi,
I have changed the composer general styles so probably they are not entirely compatible. If you want send me a private message with your WP login details and I’ll see if this can be fixed.
Cheers!

Ok. Done.

Turkish font does not support

Hi, yes it does. Just make sure that you select a font that supports those characters. The theme allows you to add more fonts too. Cheers!

How do I install fonts?

You can add extra fonts using the method shown here: http://www.pirenko.com/blog/2013/08/27/extra-fonts-plugin-by-pirenko/ . Cheers!

Hi Pirenko,

I have sent this message about this before… but it is still not working for me… and not too sure if this is something I am the only one that is experiencing this or if others are also…. when i use the contact page of Samba theme using a gmail associated account to send email to contact, it does not get sent however with any other email accounts such as hotmail, yahoo, private domain email etc… works just fine and I can get all the contacted emails. This is somewhat limiting the contacts i can get as these days in age, so many people use gmail accounts and i am missing out on potential clients.

any idea as to why it could be happening?

please let me know

Hi,
That link does not show Samba theme. Cheers!

Hi there, yes I understand and appreciate that it does not show specifically your Samba theme; but what is shows and demonstrates for some of your clients (including myself) if they were to be using Google Apps accounts linked with their respective servers and operate a website using any of WP themes (such as your wonderful theme like Samba); then they can have all of the contact emails from the potential viewers/clients who visits their website can receive all of the inquiry emails. Thought I would be helpful by sharing what I have found out in order to have the minor glitches I have been having with Google Apps together with a WP themes websites (including the use of your designs – Samba).

Ok, cheers!

Hi pirenko. Thanks for your previous answer ! I have yet another problem since on my portfolio pages http://aikidorosheim.com/actu-videos/ & http://aikidorosheim.com/liens/ the website in sot able to find previous and next portfolios; this is curious because it happens only when portfolios are loaded on the same page. What can i do ?

Hi,
Please update the theme to the latest version. If you already have it please send me a private message with your WP login details. Thanks!

I just send you a message. Thanks !

Hi Pirenko,

could you tell me how to “tun off” the mouse over zoom function on portfolio items and also on post items?

and maybe for a future update would it be an idea to make the third level menu items have an indent with respect to the second level menu items. Just like the second layer items have an indent with respect to the first menu items?

Thanks!

greets,

Aal

Hi,
For the scaling try adding this under Samba Options>Custom Scripts>Custom CSS:
.grid_image {-webkit-transform: scale(1) !important; -moz-transform: scale(1) !important; -ms-transform: scale(1) !important; -o-transform: scale(1) !important; transform: scale(1) !important; }
As for the menu thing I’ll analyze it on the next update. Cheers!

Thanks a lot!

Hi pirenko. Hi have a page “links” on my site : http://aikidorosheim.com/liens/ And to be faster, i need to set a link to the portfolios, but is it possible to add a “blank_page” attribute ? Because at the moment, all links open in the same page. Thanks !

Sorry but i haven”t found it. Can you please send me the message again ?

Sorry but i haven’t found it. Can you please send it again ?

Hi,
I just forwarded it. Cheers!

When i choose a vertical menu in WPML + show language in menu, Samba overrides this, and shows the current language, with the other languages as submenu items.How can i make all languages (2) main menu items and not submenu ?

Also, when clicking on a menu item, only the content is refreshed. This causes issues like a french page with a dutch menu. Is it possible to override this, so the whole page is refreshed ?

Hi,
If those buttons appear as a submenu it is because WPML structures them like a submenu (probably an extra ul). Also, if you want the whole page to reload when those buttons are clicked please follow the method shown here: http://www.youtube.com/watch?v=t94kI6HuSMA&list=PLWiviR4wWrsEwB95voMUNiVIqJma9xNmV&index=12
Side-note: people usually add this as a widget and because you have a sidebar under the menu maybe you can also try it using a widget.
Cheers!

hi, i would recommend users to change css id #body_hider ( in custom.ss) height and width value from 3000px to 100% so that it will dramatically improve dom page repainting time (big performance boost) when using chrome dev tools i managed to identify why the whole page was getting repainted which was causing major performance issue on mobile. enjoy =)

body_hider{

position: fixed; height: 100%; width: 100%; display: none; cursor: pointer; background-color: #1f282d; z-index: 9909; }

Hi,
Thank you for your suggestion. I’ll include it on the next update. Cheers!

@andypeck Hello there. I am not a coder, but widget line 141 searches for tweets by a specific username.. Maybe, the part “emily-rose.co.uk” isn´t right. You tried the username instead of the url?

Hi,
Thank you for helping out. I think there are no tweets to display and the theme version is not the latest.
Cheers!

Hey Pirenko, its been a while. Im setting up Samba Twitter in the right column for my daughter’s website and we are getting the following error come up in its place….

Warning: Invalid argument supplied for foreach() in/var/sites/e/emily-rose.co.uk/public_html/wp-content/plugins/samba_framework/inc/theme_widgets/pirenko-twitter/widget.php on line 141

Ive put all the correct Twitter codes but its still showing up as an error. I think this has happened before and you added some CSS but wondering if you could just give me the code to fix it so i dont have to bother you again on this issue.

Can you send response to my apple and gmail account. Cheers Andy

Hi,
That message should appear only if you are using an old version of the theme. Anyway, it was only being displayed when there were no tweets to display so, or that account does not have tweets, or you are placing the wrong information.
Cheers!

Hello Pirenko,

that theme is absolutely beautiful. Can you describe, how I can add a custom google webfont for choosing it in the backend? I want to have a clear handwriting style. So I hope you can help

I will asap. Just have to add some posts to test all the beautiful widgets

How can I style the visual editors textarea only on the front end with background color and front color? This is the only thing I can not change on my own.

Hi,
You need to edit the whole row style for this. You can do it using the Page Builder… Here’s a tutorial: http://www.youtube.com/watch?v=8hBecwTKOrs&list=PLWiviR4wWrsEwB95voMUNiVIqJma9xNmV
If you have trouble please send me a private message with a link.
Cheers!

Hello Pirenko

In regards to the collapsed menu (as seen on smartphones and smaller resolution screens) when someone clicks on the menu link is it possible to expand the second level (child menu links) instead of sending the user directly to the parent page?

This is in order to show the user the navigation possibilities instead of sending him directly to the page and perphaps him or her missing out on the other options. As of now the user is sent to the parent link and only after clicking menu again will he know there is child links.

I attach an image to further explain myself.

Thank you!

Hi,
You need to make your parent link be a Custom Link and not a page (or a link to a page). Make sure that you set the Custom Link URL to #
All of this is done under Appearance>Menus.
Cheers :nerdy:

I would really like to make the minimum width of the right sidebar 300px to accommodate the ad modules that are on my site (www.dblback.com).

Please let me know what I would have to do in order to make this happen. Thank you.

Hi,
I visited that page and could not see anything wrong. I assume that you fixed the ads size. Cheers!

Here is a link to a screenshot to show you what I am speaking of…

http://dblback.com/wp-content/uploads/2014/02/Capture.png

The screenshot shows coastal.com ads populating from my ad network (using this script: <script type=”text/javascript” src=”http://www.lijit.com/delivery/fp?u=dblback&z=239959”></script>) and they are being cut off on the right side.

The ads will always populate at 300px and will not responsively resize like my passback groupon tags would. I don’t think that it will be possible to make these ads responsively resize as they don’t respond to the custom CSS that you provided me with previously.

So, is there any way to ensure that the minimum width of the right sidebar is 300px? Or do you know of a way to force those ad modules to responsively resize?

Thanks, Dave

Hi,
I visited your page again and could not see that ad. I can’t help you like this. Anyway, the big problem here is that you are placing something with fixed size on a responsive theme. The problem does not lie on the theme honestly.
Anyway, like I told you before, if you want to change the theme sidebar size you need to add some custom CSS code under Samba Options>Custom Scripts tab and also change the main.js file.
Cheers!

Feature Request for future version:

How about making this theme fully SEO optimized by default and an option in the Admin Panel to enter Keywords for optimization and let the theme do the optimization using those keywords.

Hi,
I think this is really not needed, because you have the best product on the market and it is free: Yoast SEO plugin. I don’t like to install plugins for everything, but believe me that there is nothing better that this one.
Cheers!

Yes That works.

Hi I’m having trouble with the right sidebar. It does only show onone of the pages, even if i did turn on the setttings to show on everyone. Is it a bug?

Hi,
If it is a bug, it is something that I am aware of. Please check that if on those specific pages settings you don’t have the “Use sidebar” option set to off. If you still have trouble please send me a private message with your WP login details. Thanks!

Have 1 question before purchase. 1) How did u manage to make the grid blog without sidebar and then in the single post the sidebar appears ? In my old theme i cannot do this. Do you have a setting or something ?

Hi,, yes it is a setting. You can decide if you want to show the sidebar or not on pages. Cheers!

Hi Pirenko,

How can I configure the theme so internal pages links (A HREF) colors be the same than its specific menu item color?

For example in this page: http://www.gambiologia.net/blog/apresentacao

I’d like to have the links green as the titles and menu item.

Thanks!

This will affect all links and it is not a good idea. Let me just remind you that these links are getting the theme active color option so you can also try to change it under Samba Options>General tab.
Cheers!

So I leave this as a suggestion :^) Because the way it is now, it seems we can’t define custom underline and mouseover color for links…

Hi,
I actually think that it makes sense like it is now and I see that you were able to change your links color, so it is not a big deal I think.
Cheers!

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey