Forum Replies Created

Viewing 15 replies - 16 through 30 (of 44 total)
  • Thread Starter Startwebsiting

    (@startwebsiting)

    I’ve already tried different scenarios: first, I added define('WPLANG', 'it_IT'); only to the master wp-config file and it did not work. After that I removed it from the master file and I added it to the file under the /wordpress folder and it did not work again. I also tried adding it to both files at the same time. The result was the same …

    Thank you,

    Thread Starter Startwebsiting

    (@startwebsiting)

    Hi Rdell,

    Yup, I saw that snippet. I started reading it from the top and I stopped on the following:

    Set up WordPress and Customizr

    First, read Setting up WordPress multilingual sites with Customizr, which explains the essentials of setting up WordPress for your languages. This will get you to a point where all the phrases like “Post navigation”, “Category archives”, etc. are automatically translated.

    I started reading the following snippet: Setting up WordPress multilingual sites with Customizr and I noticed two things:

    – the snippet says that wp-config.php file should be in htdocs folder. But I don’t really see this folder. I found that I have two wp-config.php files in my wordpress installation. One of them is located at the root directory and one of them is located at root directory/wordpress folder.

    – when I changed the define(‘WPLANG’, ”);to define('WPLANG', 'it_IT'); into the two wp-config.php files I have, it did not change the default language. Something should be wrong with my wp-config.php file.

    Thank you,

    Thread Starter Startwebsiting

    (@startwebsiting)

    Does someone from the theme developers have any idea what could be the issue here?

    Do I need to install the Polylang to activate the change of the default theme language?

    Thank you

    Thread Starter Startwebsiting

    (@startwebsiting)

    Perfect, that is what I needed. Again, great and quick support from Customizr.

    Thank you very much!

    Thread Starter Startwebsiting

    (@startwebsiting)

    ElectricFeet, thank you so much again!!!! How is that possible you know everything?

    I just added the “focus”, and now it works like charm on all browsers.

    And again you were right, !important was not needed.

    Thank you!

    Thread Starter Startwebsiting

    (@startwebsiting)

    @electricfeet, understood. You are right, it is not something that users will spot, but it was one of those things you notice and you want to get it fixed 🙂

    “Flexslider inside the metaslider plugin” will be something that I might consider later when I gain more experience in the web-development. Right now, I happy with what I achieved starting from 0.

    Regarding darioalfonsi.com, the slider resizes so smoothly and the website looks awesome. Good job there. Are you the developer?

    Thanks for your help and time getting this one to the bottom. I appreciate it.

    Thread Starter Startwebsiting

    (@startwebsiting)

    @electricfeet, thanks for getting back to me.

    The problem here is not only with the text under the slider but the whole container under the slider is shifting up and down. To verify this, I removed the text under the slider and the three featured pages were again shifting up and down when changing resolutions.

    I isolated the issue to the following code in my CSS:

    @media (min-width: 1440px){
    #customizr-slider.carousel .item {
    height: 600px;
    min-height: 600px;
    line-height: 600px;
    }
    body .carousel {
    margin-top: 0;
    padding-top: 0;
    max-height: none;
    }
    }

    I believe that the body .carousel class is the one that should be changed in order to stick the container under the slider at the bottom of the slider for all resolutions.

    Please let me know your thoughts on this. I really don’t want to lose your time any more with this issue.

    Thread Starter Startwebsiting

    (@startwebsiting)

    @electricfeet, you are a magician. It works like a charm. Thank you very much.

    One more thing tho that I was not able to resolve on my own. Now the text which is above the featured pages (under the slider) is shifting a bit up and down.

    I am using the following code to display that text:

    add_filter('tc_fp_block_display', 'content_before_fp');
    function content_before_fp($html)
    {
    $before_fp = '<div style="text-align:center; font-size:24px; color:#000000;font-family:trebuchet ms">something something</div>';
    return $before_fp.$html; }

    Do you have any of your magic for this issue? I want to stick everything under the slider at the bottom of the slider.

    Thank you again!!!

    Thread Starter Startwebsiting

    (@startwebsiting)

    It did not work 🙁 I put it inside the @media and left it alone in the CSS file, but still the result is the same.

    I removed my CSS code, the one I posted in my first post, because it doesn’t change anything …

    Thread Starter Startwebsiting

    (@startwebsiting)

    Hi ElectricFeet,

    I tried your code but it did not work.

    I think I found what the cause for this issue is. I use the following code to adjust the slider height in different resolutions:

    @media (min-width: 1440px){
    #customizr-slider.carousel .item {
    height: 600px;
    min-height: 600px;
    line-height: 600px;
    }
    }
    @media (min-width: 1700px){
    #customizr-slider.carousel .item {
    height: 700px;
    min-height: 700px;
    line-height: 700px;
    }
    }

    When I remove the code above from my CSS, the slider is attached to the top even without any additional code. However, when I put the code in my CSS the slider starts shifting up and down and at 1440px and 1700px the gap between the slider and the bottom of the navbar is maximum.

    Do you have any idea how this can be resolved? I really want to keep the slider height different for different resolutions.

    Thread Starter Startwebsiting

    (@startwebsiting)

    Hi ElectricFeet,

    I use Firefox 31 as well.

    I made a pic with the issue I am observing with the slider. Please refer to the link below

    http://www.startwebsiting.com/sliderpic/

    The pic in the link shows the top of the slider in different resolutions. This test was done on Firefox 31.

    Let me know if you see the same …

    Thread Starter Startwebsiting

    (@startwebsiting)

    Thanks for getting back to me.

    I don’t know what happened but when I put groups for the FAQ questions the problem with the Comment form below disappeared. Now it looks perfect.

    Great plugin, thanks again.

    Thread Starter Startwebsiting

    (@startwebsiting)

    Hi ElectricFeet,

    I use Firefox and Chrome for my tests. But really, the slider shifts a bit up and down on both of them when you are changing the screen resolution. I did test it by resizing the screen of the browser as well as by using http://quirktools.com/screenfly/. The same result.

    It used to stay always on the top with the “Enable/disable slider’s slides centering on any devices” feature. But when I use this feature the slider jumps slightly up every time you open the homepage.

    Do you have any idea how I can fix one of these issues, so my slider will be always on the top without jumping slight up every time you open the website?

    Thank you,

    Hi John,

    I will open my own thread.

    Thanks,

    Hi John,

    Great plugin, I just installed it after going through a few of similar plugins, but the functionality and design of your plugin are the best I’ve found.

    I’ve decided to add my comment to this topic because I kind of came across the same issue. My Comments form at the bottom of the FAQ page moved under the sidebar, when it should be only in the main area of the page. This happened after I installed the plugin.

    Do you have any idea what could be the issue here?

    Link to the FAQ page:
    http://www.startwebsiting.com/faq/

    Thank you,

Viewing 15 replies - 16 through 30 (of 44 total)