Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

satori

Forum Replies Created

Viewing 10 posts - 1,541 through 1,550 (of 1,561 total)
  • Author
    Posts
  • in reply to: how do i remove logo all together? #179
    mmsatori
    Keymaster

    Dear Irdeto!

    I apologize for a slow reply!

    To display no logo while the Theme Options logo field is empty, please download the following fix, unpack it and upload into you theme folder: /wp-content/themes/Origami/, replacing the original “header.php” file.

    Hope this helps!

    Sincerely,
    Andrew | Satori

    in reply to: Social icon Issue #84
    mmsatori
    Keymaster

    Good one, I’ll also create an Instagram icon ;)

    Thanks,
    Andrew | Satori

    in reply to: Social icon Issue #82
    mmsatori
    Keymaster

    Thanks, Carra!

    Regarding your question – initially the theme only contained icons of most popular social networks, but I am constantly working on expanding the choice. Since Foursquare has not been added yet, I’ve created a custom one for you; you can download it from our file repository: https://satoristudio.net/files/foursquare.png. In order for it to be displayed by the Social Media Widget, upload the image into the following folder: wp-content/themes/Fuji/includes/social-media-widget/images/fuji/32/ – or you are free to use it anywhere else on the website. Hope you like the icon, if so, I will include it in the next theme update :)

    If you need other social icons that are not there yet, of custom-sized icons, do not hesitate to let me know!

    Best,
    Andrew.

    in reply to: Recent post slider, post date settings #79
    mmsatori
    Keymaster

    Hi Zoltan!

    Thank you for bringing up the issue, is turned out to be a bug – I will definitely include the fix in the upcoming theme update. Meanwhile, you can fix it by downloading these files from our repository: satoristudio.net/files/RPS_fix_12.08.2012.zip, unzipping them to your computer, and uploading via ftp into /wp-content/themes/Fuji/includes/recent-posts-slider folder in your WordPress installation. They should replace the two existing files in that folder.

    I hope this helps! If you have other questions, do not hesitate to ask!

    Sincerely,
    Andrew | Satori

    in reply to: Customization #76
    mmsatori
    Keymaster

    By the way – if you meant that you want to tweak the original logo file from the theme preview – you can simply download it (right-click and “Save As”) and open in a graphic editor which supports layered png files – my favourite is Fireworks by Adobe.

    in reply to: Customization #75
    mmsatori
    Keymaster

    Hi Mile Geek!

    To answer your questions:

    1). Since Fuji is a responsive theme, both the width and the height of the header image needed to be fixed in order to show correctly on different devices, including smartphones and tablets (try resizing the browser to see what I mean) – so they cannot be changed from the theme admin. However, the height of the header image can still be changed by implementing a simple change in the code: I’d need to go to “Appearance – Editor” menu, click on the “lessframework.css” file from the right list (one of the bottom-most entries), and add these lines of code into the textarea, below everything else:

    @media only screen and (min-width: 1020px) { #header-image, #header-image img { height: 330px !important; } }
    @media only screen and (max-width: 1020px) and (min-width: 767px) { #header-image, #header-image img { height: 242px !important; } }
    @media only screen and (max-width: 767px) and (min-width: 480px) { #header-image, #header-image img { height: 150px !important; } }
    @media only screen and (max-width: 479px) { #header-image, #header-image img { height: 100px !important; } }

    ..and replace the numbers after the “height:” selectors with your desired parameters; then click “Save”.

    Just in case – if by “header images” you meant the featured images above content in posts – then it’s much simpler – their height is adjusted automatically depending on the uploaded image :)

    2). Again, since this is a design feature of the theme, we will need to add a small piece of code: go to “Appearance – Editor” menu, click on the “style.css” file from the right list (one of the bottom-most entries), and add these lines of code into the textarea, below everything else:

    .widget-sidebar h3 { width: 100% !important; }

    then click “Save”.

    3). This one is easy :) The logo is an image; you can change the logo image and upload any image you want (in .jpg or .png format) in the “Page Elements” tab of the “Theme Options” admin menu.

    If you have more questions, do not hesitate to ask!

    Sincerely,
    Andrew | Satori

    in reply to: Slider External Links & Custom HTML Not Working #72
    mmsatori
    Keymaster

    Glad it helped :)
    If anything else pops up, do not hesitate to approach me!

    Best,
    Andrew.

    in reply to: Slider External Links & Custom HTML Not Working #69
    mmsatori
    Keymaster

    Hi Seth!

    I must admit that the slider links issue was my bad – please download the fix here, unzip it, and upload the files into the theme directory, replacing the existing files. Thank you for pointing out the bug, I will also include the fix in the upcoming theme update.

    I’ve checked the HTML header and it seems to be working well – could you please post the exact HTML code you are trying to insert?

    Best,
    Andrew.

    in reply to: share post on FB and Twitter #67
    mmsatori
    Keymaster

    Hi Nicola!
    I apologize for a slow reply – was out of town for a long weekend.

    I am not sure if I understood you correctly – date, tags, and comments are displayed with each post in any case (see e.g. https://satoristudio.net/fuji/success-comes-to-those/ in the theme preview).

    Regarding your second question – there are several WordPress plugins that provide the possibility to add social sharing buttons to all posts – I’d recommend Social Buttons.

    Sincerely,
    Andrew.

    in reply to: Default Page Templates #64
    mmsatori
    Keymaster

    Please try the following:
    – download the archive at https://satoristudio.net/files/Limehost_fix_29.07.2012.zip
    – unpack on your computer
    – in your live website’s ftp directory, find the folder /wp-content/themes/Fuji and upload the four files from the archive, replacing the old ones.

    Tell me if it helped :)

    Best,
    Andrew.

Viewing 10 posts - 1,541 through 1,550 (of 1,561 total)