Giter VIP home page Giter VIP logo

perfetta-free-wordpress-theme's People

Contributors

dziudek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

cybmeta

perfetta-free-wordpress-theme's Issues

Infinite scrolling

Add infinite scrolling for the theme.

Remember about access to the footer widgets.

Word wrap

I have a heavy problem with Perfetta. It does the word wrap in the middle of the word!
If the line is at the end, the word wrap will happen, no matter if the word is still complete after it.

I' don't like to rewrite my complete Blog ;)

Is there a solution? Is it a bug? Or is it a feature?

Thank's for support! If you figure it out, I'm going to by the whole packet.

Thanks in advance.

Kind Regards

Sascha

Add option to disable word break

Option which will disable the following CSS fragment:

/* Word breaking based on: http://kenneth.io/blog/2012/03/04/word-wrapping-hypernation-using-css/ */
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

Syllabic cut wrong.

In every title and post the syllabic cut is wrong. Is the problem with the theme? I can't find any configuration for this.

The site with this problem is www.cristinaliceaga.com.

Thanks for the help!.

Isma

Implement showing some option fields only when other options have proper values

Example code for showing field for Google Font URL only if the option is set to google:

$wp_customize->add_control(
   'portfolio_google_font',
   array(
        'section'  => 'portfolio_font_options',
    'label'    => __('Google Font URL for Header', 'portfolio'),
        'type'     => 'text',
    'active_callback' => 'portfolio_show_font_field'
    )
);

function portfolio_show_font_field($control) {
    $option = $control->manager->get_setting('portfolio_font');
    return $option->value() == 'google';
}

Words cut off in paragraph form

Hi, Love this template - beautiful!

Sadly there is an issue with the words being cut off in paragraph form in both page text and posts. It would be most ideal for them to instead continue on the next line. Thanks for your support and for generously offering a lovely free outlet.

Perfetta: images don't appear on the main page

Hi,
Perfetta is a beautiful theme for a food blog, but why I cant get images on my home page . I have them well inside the posts. In the demo images appear as at the main page so inside the post. How can I solve this problem?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.