Discussion on Gilda - Model Agency WordPress CMS Theme

Discussion on Gilda - Model Agency WordPress CMS Theme

Cart 1,118 sales
Well Documented

kayapati does not currently provide support for this item.

610 comments found.

Also how can I change the orange in the header bars / menu roll overs and selector ect. Tried going through the css but it didn’t effect the menu :\

---------------------found it, never mind :)

Thanks K! 1) Yes I mean the Slider Speed, it is a little bit too fast! 2) I will wait for the update of the slider caption, BUT , where specifically in Theme Forest it will be, what place or link? :)

once update the files, I will intimate over here, and you go to “Download ’ section on your themeforest dashboard and download files.

Thanks K!

How can one hide the titles on the home page slider so that no text comes up :)

you have an option in theme options to hide the slider Title & caption.

Go to “Theme Options > Slider Settings >” find check box for disable slider caption.

Also how can I change the orange in the header bars / menu roll overs and selector ect. Tried going through the css but it didn’t effect the menu :\

You can edit by navigating to “Theme Options > Custom Colors” add color in highlighted text field.

Another couple questions Kayapati: 1) how can I manage the slider speed? I ignore where to localize another place to manage it. 2) I ccant manage either the quantity of characters in the slider caption.

1. you mean Title speed or the image speed?

right now there is no option for the slider speed in the theme option, we will provide it in updates.

2. The slider caption control is provided in theme options, the updated files need to upload in themeforest, we will do it to day.

Also, sorry to post twice in a row, but I’ve noticed that when I inserted the contact address in the widget titled kayapati-contact info, that there is no line break between my street address and my city & state. I’ve entered a /br tag, but it doesn’t work.

I will check it out and fix the bug.

Do you have a fix to allow me to change the slug => “portfolio” to something else? I’ve seen this done before with:
'rewrite' => array( 'slug' => 'portfolio' ), 
But I can’t seem to find this line in your code. I may just be missing it, but if you could help point me in the right direction, I would really appreciate it.

Great theme by the way!

you mean Portfolio post type? which is coded in php files. kaya_portfolio.php which is located in lib/functions/custom_posts

I would not recommend to touch these files until you know what you are doing.

Thanks ram

Hello Kayapati! Awesome work i have just purrchased your template. I have a question: I want to have access to the info exactly as you have it in your template demo. Is the XML Demo file the answer to my question? If I installed it is it going to look the same?

Regards from Costa Rica!

I have provided the XML demo download link in the item description.

Except images all content is imported in to your website.

XML

I cant seem to add “-25” into the logo margin top in the general settings options

are trying to add minus? let me know.

Yep im typing in -25 and it does not work :(

I do really like this theme and have purchased it for a project I am working on. So before I explain my frustration with a tiny aspect of this theme, let me reiterate, I am very happy that I purchased this theme and if you are considering purchasing it, I would definitely suggest you do so. I am 99% happy with it and I am sure that Kayapati will quickly provide the answers I need to make that 100%. Having said all that, I am confused as to why you have forced developers to hack the code if they want to have more characters on the elastic slider or if they do not want to have the ”...” at the end of the sentence. I am fairly frustrated by this and think it would be much easier to allow us to simply type … if we want it at the end of the caption instead of forcing us to either live with it or hack the code. So, again, thanks for a great theme, but please explain how I can take back control over how my slider displays on my site.

Specific questions are:

Remove the limit on how many characters show up on the elastic slider. I have followed you instructions – “If you would like to increase the slider caption, open elastic-slider.php which is in slider folder and find this code

<?php echo content(10); ?>

” I have tried several variations including increasing it to 500 and it still cuts off my content.

Remove the ”...” at the end of the caption on the elastic slider. If I want it to appear I can tap the period key 3 times myself.

Thank You

jamieleemills

Sorry for you making trouble on slider.

We enhance the slider caption control on coming updates, there wont be any limit the caption on load, but if you want you can from “Theme Options > Slider Settings” where you can limit the caption words.

We listened users inputs and updated theme and will update files by tomorrow.

Thanks ram

Note: We are working on fixing small bugs and improvements suggested by users.

Please list out any issues or improvements to make this theme more user friendly.

Thanks ram

I am having some trouble with the portfolio. Thumbnails get screwed up. Could you take a look.

http://www.rdotdesign.com/?page_id=48

I will fix the bug.

Do one thing: open quicksand.css and find this code:

.portfolio4 li {
    width: 212px;
}
add this height: 100%;

like this:

.portfolio4 li {
    height: 100%;
    width: 212px;
}

If you would like the solve the issue for all columns, add the height:100% ; to .image-grid li { }

Thanks ram

This worked perfectly. Thanks for the quick response.

Hi

Another quick question please.

I would like my front page to have an introduction, with the side bar on the right, which i’ve acheived by creating a page and adding the side bar.

Now my side bar has a lot more information than my intro text.

Underneith my intro text I want my blog (news) to appear, but i believe I can only add pages to the front page is that correct?

Here is an image to show you what i mean

http://img337.imageshack.us/img337/7132/tgapkrweb.jpg

Also you’ll note that the font is different for the 2 widgets. the flickr widget you supply has the font from google but the normal text widget uses a different font completely.

Thats perfect just what im looking for thanks.

Btw what is the blog shortcode? I have had a look on here at the short codes because I was curious to see if you can duplicate the front page teaser box’s (especially the large icons in the round circle i LOVE those and would love to use on a normal page)

[blog category="news" height ="100" limit ="2"]

where height means the blog thumbnail height, and limit is the number of post to be displayed.

Frontpage teaser boxes works on homepage only, we placed the code in index.php

Thanks again for your help :)

I’m trying to change the background colour of the top menu, but im having some difficaulty, im unable to find the right bit of code that relates to the top menu. your help file says the following:

“jqueryslidemenu.css: is used for top dropdown menu, if you would like to make changes to the drop down menu links, open jqueryslidemenu.css and find bellow code. view sourceprint?”

1 .jqueryslidemenu a.active{ 2 background-color: #ff6c00!important; 3 }

But there is no code the resembles this. Im trying to change the background #2b2b2b colour to something else.

Over all im not very impressed with the way to change the colours. i’m trying to change the very bottom footer colour now without success!

TheBauer

We have not provided an option for the top menu & footer bars keeping in mind the beauty of the theme.

Any how if you want you can : For menu: open jqueryslidemenu.css which is in css folder and find this code:

nav, .menu {
    background-color: #CCCCCC;
    clear: both;
    height: auto;
    min-height: 50px;
    position: relative;
    text-transform: uppercase;
    z-index: 999;
}

where u can change menu bg color.

For Footer: open style.css and find this code:

.footer {
    background-color: #1B1B1B;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 10px 30px 0;
}

Thank you. sorry if i seemed unhappy in post. The theme is great, I was just getting fustrated with it not updating after what I thought i was changing the correct code.

I had to empty my cache for it to view correctly, ctrl + f5 didnt seem to be working.

thanks for your speedy response though.

Once the site is live ill show you the link with the new colour scheme.

Regards

An another one please. I want to erase the searchbar. In which files i have to change the code ?

open common.php which is in lib/functions/ and find this code and remove it.

  get_search_form(); 

Thanks

I used the frontpage teaser boxes, but I didn’t find where I can change the link from the icon teaser. Could you help me ?

Thanks

we will help you when you need replacing the file.

OK , I’m ready. Which files I have to change without downloading the new version

Re download files and find a folder “lib” and replace it with older one. and find other folder “slider” which also to be replaced.

Can someone tell me what I have to do to change the button colour or what setting it is under?

Thanks

Thanks, An example can be found on the ‘contact us’ template. The ‘email us now’ button. How can I change the colour of this and other buttons?

On my version you have the custom colour settings broken up into the following areas:

Top header background colour Top menu colour settings etc etc

which section is what you have mentioned above under?

open style.css and find this code:

#contact-form p input#submit {
    background-color: #4D4C47;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    float: right;
    font-family: 'Oswald',sans-serif;
    font-size: 12px;
    padding: 5px;
    width: 100px;
}

Thanks, All sorted now!!

Hi There

Some feedback is that many of the adjust able text boxes on the template go outside their parent box.

EG: Im using a 13” Macbook and one many pages these boxes overlap the attributes box, feature image box, etc etc, so I can not click or modify these boxes without moving them around the screen. This is a simple fix but one you probably would come across if you were using a normal monitor.

Thanks

Hi There

1. How can I adjust the height of the text in the slider. I see from this site (www.ncompassdesigns.com/cybernet/) that he has aligned the text to the top. How can I do this?

2. How can I change the colour of the text in the slider as well?

Thanks

can you show me your website url?

To adjust it :

open elastic_slider.css and find this code:
.ei-title {
    bottom: 40%;
    left: 8%;
    position: absolute;
}
were you can increase the bottom: 40%; to bottom: 60%;

OR change it like this

.ei-title { top: 10%; left: 8%; position: absolute; }

used top position instead of bottom.

sorry. what is Q? where it?

When we update files which are reviewed by Reviewer and accepted for downloaded.

you can download latest files now.

Ok. also answer please mine a message email.

replied.

Updated files are in Q it may take few hours, plz download only after few hours, may be 5-6.

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