*

Lopetoms

  • *****
  • 250 posts
  • HOla como estan
I want to put the logo on the largest computer
« on: June 22, 2016, 06:37:56 PM »
I want to put the logo on the largest computer
http://prntscr.com/bjmu0a

Now have 637x172 and displays very little in the desktop version
hostoki.com

*

Lopetoms

  • *****
  • 250 posts
  • HOla como estan
Re: I want to put the logo on the largest computer
« Reply #1 on: June 22, 2016, 07:07:09 PM »
Another mistake me connection does not work with facebook
hostoki.com

*

Lopetoms

  • *****
  • 250 posts
  • HOla como estan
Re: I want to put the logo on the largest computer
« Reply #2 on: June 22, 2016, 07:43:52 PM »
no mail is saved http://prntscr.com/bjnp27
hostoki.com

*

MB Themes

Re: I want to put the logo on the largest computer
« Reply #3 on: June 22, 2016, 09:44:52 PM »
@asoto41
1) You can modify how logo is shown in style sheet of theme
oc-content/themes/sofia/style.css
2) Facebook connect is free plugin delivered with theme, no support on these plugins is provided. You can try different version
3) With saving email there is bug.
Go to file oc-content/themes/sofia/functions.php

Find line:
Code: [Select]
    osc_set_preference('keyword_placeholder', Params::getParam('keyword_placeholder'), 'sofia_theme');

Replace with:
Code: [Select]
    osc_set_preference('keyword_placeholder', Params::getParam('keyword_placeholder'), 'sofia_theme');
    osc_set_preference('contact_email', Params::getParam('contact_email'), 'sofia_theme');


Then in same file find line:
Code: [Select]
    osc_set_preference('keyword_placeholder', __('ie. PHP Programmer', 'sofia'), 'sofia_theme');

Replace with:
Code: [Select]
    osc_set_preference('keyword_placeholder', __('ie. PHP Programmer', 'sofia'), 'sofia_theme');
    osc_set_preference('contact_email', __('[email protected]', 'sofia'), 'sofia_theme');


To show it in footer, go to file:
oc-content/themes/sofia/footer.php
Find line:
Code: [Select]

    <div class="element"><a href="<?php echo osc_contact_url(); ?>"><?php _e('Contact''sofia'); ?></a></div>


Replace with:
Code: [Select]
    <div class="element"><a href="<?php echo osc_contact_url(); ?>"><?php _e('Contact''sofia'); ?></a></div>
    <?php if(osc_get_preference('contact_email''sofia_theme') <> '') { ?><div class="element"><?php echo osc_get_preference('contact_email''sofia_theme'); ?></div><?php ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Lopetoms

  • *****
  • 250 posts
  • HOla como estan
Re: I want to put the logo on the largest computer
« Reply #4 on: June 23, 2016, 06:44:15 AM »
1-there is a new update me and when I download download http://prntscr.com/bjv0ya 3.3.2 me the same current and the new is 3.3.7 http://prntscr.com/bjv131


2-Where change that ads? http://prntscr.com/bjv1c3
« Last Edit: June 23, 2016, 06:55:33 AM by asoto41 »
hostoki.com

*

MB Themes

Re: I want to put the logo on the largest computer
« Reply #5 on: June 23, 2016, 08:02:34 AM »
@asoto41
1) third number in version does not represent any improvements.
2) theme settings.

Anyway, we have updated theme with latest fixes.
« Last Edit: June 23, 2016, 08:06:40 AM by frosticek »
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Lopetoms

  • *****
  • 250 posts
  • HOla como estan
Re: I want to put the logo on the largest computer
« Reply #6 on: June 23, 2016, 08:19:27 AM »
but I want to download and is not available in my account

I want to download the latest update and is not available in my account

why?
hostoki.com

*

MB Themes

Re: I want to put the logo on the largest computer
« Reply #7 on: June 23, 2016, 08:56:40 AM »
@asoto41
http://mb-themes.com/content/6-download-theme-plugin

You need to login with account you made order.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Lopetoms

  • *****
  • 250 posts
  • HOla como estan
Re: I want to put the logo on the largest computer
« Reply #8 on: June 23, 2016, 09:36:23 AM »
If I log in with my account and downloaded the theme but is not updated in my account it is still the old version http://prntscr.com/bjwd4q
hostoki.com

*

Lopetoms

  • *****
  • 250 posts
  • HOla como estan
Re: I want to put the logo on the largest computer
« Reply #9 on: June 23, 2016, 09:40:29 AM »
download it again and it appears this version 3.3.4 (Osclass Sofia Premium Theme 3.3.4 por MB Themes )

the update says there is a version 3.3.7 http://prntscr.com/bjwdyp


Other error
No see nomber here
http://prntscr.com/bjwexm

http://prntscr.com/bjwf5c
Mail footer no have link
« Last Edit: June 23, 2016, 09:43:49 AM by asoto41 »
hostoki.com

*

MB Themes

Re: I want to put the logo on the largest computer
« Reply #10 on: June 23, 2016, 11:05:49 AM »
@asoto41
- problem with email fixed in latest version (redownload)
- theme use city area field to store phone contacts, as osclass does not offer any space for this information
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Lopetoms

  • *****
  • 250 posts
  • HOla como estan
Re: I want to put the logo on the largest computer
« Reply #11 on: June 23, 2016, 11:10:12 AM »
the update says there is a version 3.3.7 http://prntscr.com/bjwdyp
no have this version why?
hostoki.com

*

Lopetoms

  • *****
  • 250 posts
  • HOla como estan
Re: I want to put the logo on the largest computer
« Reply #12 on: June 23, 2016, 11:19:34 AM »
I want to download the version 3.3.7 and not have it available in my account
hostoki.com

*

MB Themes

Re: I want to put the logo on the largest computer
« Reply #13 on: June 23, 2016, 12:00:30 PM »
@asoto41
Only available version now is 3.3.7.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Lopetoms

  • *****
  • 250 posts
  • HOla como estan
Re: I want to put the logo on the largest computer
« Reply #14 on: June 23, 2016, 12:07:32 PM »
I can download it? my OSClass tells me that is available for download
I want to download this version 3.3.7

i have now 3.3.4 but want 3.3.7
hostoki.com