ThemeForest

Sophis - elegant theme

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
  • United Kingdom
Rhyell Purchased

@synesthete

Please comment.

synesthete

see reply in your first comment

Rhyell
Rhyell Purchased

Gotcha.. Thanks!

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
mbreiny Purchased

I just purchased this theme based on it’s beautiful appearance and downloaded the new options tree plugin and I cant for the life of me figure out how to use this theme! Help!

synesthete

Can You send me log&pass to your site through my profile page?

Default-user
mbreiny Purchased

how do i remove the sidebar? everywhere? My site is a very simple gallery site and I need to remove the sidebar! As well as the bottom widgets! What .php file/files do i need to mess with? I have backed them all up just in case. Thanks, Mike

Default-user
mbreiny Purchased

Also I would like to adjust the size of the slider on the landing page. I basically want that same look on every page for my gallery site

synesthete

Sorry, but slider can be displayed only at home page.

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years

Please help. I installed this theme, installed the required plugins and imported the XML file. I do not see any options to change skins, to upload or place a logo. What am I doing wrong? I can’t seem to figure this out.

synesthete

please send me log&pass to your site.

Default-user

[details removed]

Thank you for taking the time to look at this. I have been pulling my hair out trying to figure out what I am doing wrong.

Please, if you have links other than the included documentation that will help to to understand this template and anything else you might think I could benefit from reading, provide links.

Thank you very much.

synesthete

I’ve enabled all options (don’t update optiontree plugin).

P.S. I’ve reported your previous message – you gave id’s in public area where everyone could see it.

Next time when someone ask You about log&pass send it through form on authors profile page ;)

Thank You.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
saylahv Purchased

Breadcrumbs function is problematic for me. 1-On Homepage, the Home crumb links to a localhost non site 2-When I remove the function from full page template, the Title butts up against the frame. Wouldn’t downloading a easily customized Breadcrumb plugin make more sense than building it into your template? ...especially now that Wordpress is used for non-blog sites more and more. I was hoping to be adding content by now… My poor client. Thanks —saylahv

synesthete

If You want more space after removing breadcrumbs, paste this in style.css:

#main #content {
    padding-top: 25px;
}

and if you want use your own breadcrumbs function/plugin, paste it instead of:

 if (function_exists('dimox_breadcrumbs'))
                dimox_breadcrumbs(); 
  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hi,

I have problem with setting MENU template as the homepage. The booklet_ribbon image will not show on top but when I make a sample page and chose MENU as template the page looks fine. Is there a thing need to be configured when we set this template as the homepage?

Please help asap.

Thanks.

synesthete

Hi, paste into style.css:

.home .booklet {
    margin-top: 60px !important;
}
Default-user

Thank for the superb support.:)

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
Higbee24 Purchased

Hello,

Curious—I suddenly only have a 1-column site. I can’t find the option to choose two-column anymore. The background still looks like two-column, but all the text appears like a one-column site. Not sure what happened. I really haven’t changed anything recently…

Any ideas?

Thanks so much! Lindsay

synesthete

Hello,

link to your site please…

Default-user
Higbee24 Purchased

it’s familycounselingcenterutah.com

synesthete

You sure you didn’t change anything ?;)

please open header.php, at line 37 you should see:

<body <?php body_class(); ?>>

if you have only < body>, paste instead it code from above, that should do it.

If it still won’t work please send me log&pass to your site (through my profile page)

Default-user
Higbee24 Purchased

My hero, as always. :) How that got changed, I’ll never know. Appreciate your wonderful support!! Thanks very much! :)

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hi,

I want to adjust the space of my post page and the sidebar to make the post page wider and the sidebar smaller cutting the big white space on the right.

What particular php file or css will I edit?

Thanks

synesthete

You only need edit style.css, no need for changing php files.

Default-user

what particular part of the style.css where I can edit to narrow the sidebar and to wider the post page? I really need it thanks.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
annie_m Purchased

I cannot figure out how to get the header and footer to stretch across the entire screen. I already clicked “active” under Stretch layout in the Theme Options. Thank you

synesthete

Deactivate it (unclick) it should work, if no send me log&pass to your wp site.

Default-user
annie_m Purchased

It worked—thank you!

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
annie_m Purchased
Sorry, I have another question. How can I remove the smaller pictures below the main slider? Here’s my site: http://awgraphics.net/riverview/
synesthete

Check page that you setup as home/front page, You probably inserted images there. Remove them form editor?

Default-user
annie_m Purchased

No, I didn’t insert any pictures. Every time I try to create a slider, the only way I can get it to work is to use “insert Portfolio” and then it automatically puts the smaller images below the slider.

synesthete

Please send me log&pass to your wp site trough my profile page.

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years

I have a client that likes this theme. My concern is that it hasn’t been updated in awhile. But judging from the posts above, you are still actively supporting it. Do you have a roadmap for this theme? Do you intend to continue supporting future versions of wordpress?

Thanks!

synesthete

Do you have a roadmap for this theme?

There won’t be any updates with new features (responsiveness, new shortcodes etc.)

Do you intend to continue supporting future versions of wordpress?

Sure, it should work with every new version of wp

This theme is quite old, and comparing to themes released recently it’s very limited. If You don’t expect more that can be seen on live demo, then sophis should be enough.

creeser

Thanks! This is what I needed to know. Best regards!

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

what particular part of the style.css where I can edit to narrow the sidebar and to wider the post page? I really need it thanks.

synesthete

paste at the bottom of style.css:

.single-post #main, .blog #main {
    background: url("styles/images/sidebar.png") repeat-y scroll 810px 0 transparent;
    width: 1130px;
}

.blog #content, .single #content {
    width: 810px;
}

.post, .type-attachment {
    width: 760px;
}
Default-user

I’m sorry but it has no effect on the site. I tried adjusting the number but still it has no effect. The site is http://dev.jessejamesphotoalbum.com/jesse-mason-james/ I really want the post page to be wider and the sidebar to be adjusted on the leftside and reduce the width.

synesthete

send me log&pass to your site (through my profile page).

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

log&pass sent to your profile contact.

Thanks.

by
by
by
by
by