Forum Replies Created

Viewing 15 replies - 31 through 45 (of 62 total)
  • Thread Starter KySo

    (@kyso)

    Thanks

    Thread Starter KySo

    (@kyso)

    Problem SOLVED!
    With ‘Thumbnails Position: TOP’ the squares changes to rectangles.
    Thanks d4z_c0nf for your help.

    One more question:
    Would it be possible to have on one post squares and on an other rectangles?

    Thread Starter KySo

    (@kyso)

    Hi
    I could solve the ‘Thumbnails Position Left/Right’.
    ‘Alternate thumbnail/content’ was checked. I unchecked it and now the post images are left or right.

    I made a new clean installation of customizr 3.2.10 but the rectangles are still squares. The squares are bigger then in the square option and when I check it with firebug the css is:
    .tc-rectangular-thumb img {
    position: relative;
    transition: -webkit-filter 0.4s ease 0s;
    width: 100%;
    }

    Thread Starter KySo

    (@kyso)

    Hi d4z_c0nf
    I did 1) and 2) but still the same problems.
    I overwrote the parent theme with a new download from here: https://www.ads-software.com/themes/customizr
    and the child them is deleted.
    How can I check if the database is corrupted?
    Or maybe I do/undertand something wrong:
    Would it be possible to send you my wordpress link and access in private?
    Grazie

    Thread Starter KySo

    (@kyso)

    Ok Maestro when you want: d4z_c0nf
    One step further:
    Without the special enqueue I get the options: ‘Rectengular with no effect, Rectengualar with blur effect on hover…’
    Grazie

    But it is only a bigger square and not a rectangle. I changed the featured image to 500px x 250px but it show still only a square. The blur effect is working.
    Also the ‘Thumbnail position: Left/Right’ is still not working.
    Grazie for your time.

    Thread Starter KySo

    (@kyso)

    Maestro
    excuse me but in your theme the ‘Thumbnail position left or right’ for posts is working correctly?

    I downloaded the child theme from customizr theme. Via FTP client I create a folder in the themes directory called: customizr-child
    and that’s the code in the style.css (downloaded from the customizr theme):

    /*
    Theme Name: Customizr Child
    Theme URI: https://themesandco.com/customizr
    Description: A child theme for the Customizr WordPress theme. This child theme simply includes 2 files : style.css to add your custom css and functions.php where you can extend Customizr’s core code. In order to keep your code as clean and flexible as possible, try to use Customizr’s hooks API for your customizations. Do something awesome and have fun !
    Author: Nicolas Guillaume (nikeo)
    Author URI: https://themesandco.com
    Template: customizr
    Version: 1.0.0
    */

    /* Your awesome customizations start right here !
    ————————————————————– */

    Anything else I have to do?

    Thread Starter KySo

    (@kyso)

    Grazie, Maestro!
    The child theme seems so easy…but I still don’t get it!
    I didn’t enqueue the parent and child theme stylesheets. I enqueued now wp_enqueue_script() as explained in https://codex.www.ads-software.com/Child_Themes and now I have the options ‘Rectengular with no effect, Rectengualar…’. Grazie.

    BUT, BUT, BUT…the rest of my problem STILL exists:
    In admin: ‘Content : home, posts,…/Post lists : blog, archives, …/Thumbnails’ options as described in the documentation with ‘Thumbnail position left or right’ still doesn’t work!
    The ‘bottom’ or ‘top’ option make some changes but the result is more a: bottom top bottom top and not a: top top top or bottom bottom bottom.:-)

    Thread Starter KySo

    (@kyso)

    Thanks for your answer ??
    Version 3.2.10 WordPress 4.1
    I tried it also in the Content : home, posts,…/Post lists : blog, archives, …/Thumbnails options as also described in the documentation but with ‘Thumbnail position’ left or right there is no change.
    By the way the options ‘Rectengular with no effect, Rectengualar…’ as shown in the documentation for ‘Thumbnail position’ are missing in my theme. Would be great to have it (right now).
    Great theme!!

    Thread Starter KySo

    (@kyso)

    …Sorry! Everything is OK. The snipped works perfect. I mixed up the ids.
    Thank you very much.

    Thread Starter KySo

    (@kyso)

    Thanks for your answer.
    …this is the real one:

    //assigns a custom title by page id
        $custom_title = array(
            //page id => 'Custom title'
            387 => 'Kitchen',
            518 => 'Roofing',
            730 => 'Bathroom'
        );

    I made some more tests and it looks like that the second featured page is ignored by the snipped. Whatever id I take it only works for the first and the third featured page and the second is always ignored.
    Wordpress: 4.01
    Customizr: 3.2.10

    Thread Starter KySo

    (@kyso)

    Thanks for your help.
    But there is still a problem:
    This link helped me:
    https://themesandco.com/snippet/setting-custom-titles-featured-pages/
    and I could change 2 of the 3 featured page area titles as show in the code:

    //assigns a custom title by page id
        $custom_title = array(
            //page id => 'Custom title'
            2 => 'My custom title',
            9 => 'Title Example for page id #9'
        );

    but when I copied the id/title line once again:

    //assigns a custom title by page id
        $custom_title = array(
            //page id => 'Custom title'
            2 => 'My custom title',
            9 => 'Title Example for page id #9',
            15 => 'Nice try but didn't work'
        );

    it didn’t change the third featured page area title.
    What can I do?

    Thread Starter KySo

    (@kyso)

    Thanks for your answer.
    Is it possible to rename in the front-end e.g. Order Number in ID-Number or Order Name in Product Name?

    Thread Starter KySo

    (@kyso)

    I did this before.
    But in your theme it’s different.

    Is the ‘ @import ‘ ok?

    /*
    Theme Name: Calm Child
    Theme URI: https://example.com/calm-child/
    Description: Calm Child Theme
    Author: Burak Aydin
    Author URI: https://example.com
    Template: calm
    Version: 1.0.7
    */

    @import url(“../calm/css/style.css”);

    /* =Theme customization starts here
    ————————————————————– */

    And the folder structur:

    calm-child/css/style.css ??

    What’s wrong?

    Thread Starter KySo

    (@kyso)

    Hi,
    I need some help with the child theme.
    Your style.css is:

    @import url(‘css/bootstrap-theme.css’);
    @import url(‘css/bootstrap.css’);
    @import url(‘css/font-awesome.css’);
    @import url(‘css/style.css’);

    How can I do the child theme?

    Thread Starter KySo

    (@kyso)

    Thanks for your answer.
    In your first respond you talked about the style.css and in your second about functions.php line 35.
    Line 35 is:

    add_theme_support( 'automatic-feed-links' );

    What should I edit?

Viewing 15 replies - 31 through 45 (of 62 total)