Several Problems with the Theme - by MartaIraola

This topic has 49 replies, 6 voices, and was last updated 9 years, 5 months ago ago by Stan Russell

  • Avatar: Eva
    Eva Kemp
    Support staff
    May 25, 2015 at 10:22

    Hello,

    Add this code in style.css of your child theme:

    .blog-post,  col-md-3.sidebar.sidebar-right {
        margin-top: 20px !important;
    }
    * {
     line-height: 1.5 !important;
    }

    Please provide us with links to Spanish blog page and to French blog page.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: MartaIraola
    MartaIraola
    Participant
    May 26, 2015 at 09:43

    Good morning,

    We had a meeting with the client and they are very happy with the website, however there are a couple of problems:

    1- TYPOGRAPHY: we have noticed that it is not the same in all the website. We think the correct one is the one from the menu, and in “Theme options” we have choosen that one for everything. But it isn’t the one that appears in every place. Here is an example: http://www.awesomescreenshot.com/0af4xgze83

    2 – LANGUAGE SWITCHER: it doesn’t have the same typography than the menu and it should be in black, now it is barely visible. http://www.awesomescreenshot.com/image/261991/93420951e228c27a2dbcbe8de2196045

    3 – FONT DISCREPANCY: continuing with the first point, for example here. http://www.awesomescreenshot.com/image/262129/923807e5ab3dc8c9a0ecba0ff083b87f all of them are “paragraph” and should be the font of “Salón&Comedor” and we don’t know why there are different types.

    4 – DOTTED LINE COLOR: in the homepage we have some dotted lines and the color is grey. We have tried to make it black with the “Design Options” and it isn’t working. Can you help us? Here is the example: http://www.awesomescreenshot.com/image/262190/999846e34680c0d24412d69d7f3a063d

    Thank you for all your help!

    Best regards.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    May 26, 2015 at 10:21

    Hello,

    1. Add this code in style.css file:

    p {
     font-family: Lusitana !important;
    }

    2. Please use this code:

    #lang_sel_list a, #lang_sel_list a:visited {
      font-family: Lusitana;
      font-size: 14px;
      color: black !important;
    }

    3. As I see the font is similar:
    http://storage4.static.itmages.com/i/15/0526/h_1432631074_3460731_ec077dbb94.png

    What browser are you checking in?

    4. Try to use this code in style.css of the child theme:

    hr.dotted {
        border-bottom: 1px dotted black !important;
    }

    Concerning Blog pages you need create separate post categories for different languages in Posts > Categories and in Blog page editor in the settings of “Post Masonry Grid” element select a category in the field “Narrow data source”.

    Regards,
    Eva Kemp.

    Avatar: MartaIraola
    MartaIraola
    Participant
    May 26, 2015 at 11:20

    Hi again,

    Everything works perfectly now! We will change the blog to correct that problem.

    Thanks for everything!

    Avatar: Eva
    Eva Kemp
    Support staff
    May 26, 2015 at 11:27

    Hello,

    You’re always welcome.

    Regards,
    Eva Kemp.

    Avatar: MartaIraola
    MartaIraola
    Participant
    May 29, 2015 at 13:12

    Hello again,

    We have a couple of questions:

    1- Is it possible to reduce the margin to the right and the line spacing of the menus? I mean here: http://www.awesomescreenshot.com/image/276241/f9c3551e20008c0df386d8d6f368d557

    2 – In the blog page, the text below the photos have a little bit of margin we don’t want that. We want the text to be aligned with the photos: http://www.awesomescreenshot.com/image/276249/989c59cbb3e4a0eed27d5f2b6dbe7e4c

    Thanks for everything.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    May 29, 2015 at 13:33

    Hello,

    1. Please add this code in style.css of your child theme:

    .widget_nav_menu li a {
     padding: 2px 0px !important;
    }

    2. Us this code in style.css of the child theme:

    .vc_gitem_row .vc_gitem-col {
     padding: 10px 0px !important;
    }

    3. Concerning the license you have to register a new account for a new license.

    Regards,
    Eva Kemp.

    Avatar: MartaIraola
    MartaIraola
    Participant
    May 29, 2015 at 19:25

    Thanks Eva for your help.

    We will open a new account (with different mail) for the new web site.

    THanks !

    Avatar: Eva
    Eva Kemp
    Support staff
    May 30, 2015 at 08:13

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: MartaIraola
    MartaIraola
    Participant
    June 3, 2015 at 10:19

    Hello,

    We have detected that the mobile version of the web doesn’t show correctly when you first enter. The images appear too big. However, when you touch the screen a couple of times it adjusts itself to show the web to the correct size.

    This is a screenshot of how it shows when you first enter the website with a mobile phone: http://www.awesomescreenshot.com/image/290277/6420d5e5926075464f06103f88ccc006

    DO you know what the problem is?

    Thanks

    Avatar: Eva
    Eva Kemp
    Support staff
    June 3, 2015 at 10:42

    Hello,

    The problem was because of the code:

    .boxed .st-container, .container {
        width: 970px !important;
    }

    I’ve modified it to:

    @media (min-width: 1200px) {.boxed .st-container, .container {
        width: 970px !important;
    }}

    and it’s shown fine on mobiles now.
    Please check.

    Regards,
    Eva Kemp.

    Avatar: Marta Iraola
    Marta Iraola
    Participant
    June 3, 2015 at 21:09

    Eva, Thanks a lot for your help ! it works perfectly !

    We have realize that the web loads a bit slowly.

    I have run the Page Speed: 17 on mobile and 22 on pc http://awesomescreenshot.com/0484ycvx19

    I have installed the P3 performance plugin with this result http://awesomescreenshot.com/09c4ycow94

    The recommendation given by other user in some foros are:

    1.- Install the plugin https://wordpress.org/plugins/footer-javascript/ to place scripts at the bottom of the page. But I read that it can broke the site depending on the theme. Are you familiar with this kind of plugins to remove blocking JavaScript and CSS display the contents of the upper half of the page? Google

    2.- The other problem detected by Google would be solve by compressing resources with gzip or deflate can reduce the number of bytes sent over the network. Any suggestion with this issuu?

    Thanks Eva !

    Please, contact administrator
    for this information.
    Avatar: stan
    Stan Russell
    Participant
    June 4, 2015 at 08:47

    Hello,

    please check these articles for detailed description:
    http://codex.wordpress.org/WordPress_Optimization
    http://techtage.com/speeding-up-wordpress-sites/

    Regards,
    Stan Russell.

    Avatar: MartaIraola
    MartaIraola
    Participant
    June 16, 2015 at 09:26

    Hello again,

    We have been translating the website to other languages and have some problems:

    1- How can you translate the footer to other languages? We have used static blocks, which can be translated, but it doesn’t appear translated unless you choose it in the “Use custom footer for this page” option in Page Layout, which works perfectly but that option doesn’t exist in portfolios and we need them to have the correct footer too.

    2 – Continuing with the footer, we have noticed that when we have duplicated the spanish one, which is the main one, a gray row appears just after our footer in the other languages. We have tried to remove it putting a white background to the footer in “Design Options” but it doesn’t solve this. The problem appears in all the footers (english, french and german) except for the spanish one. An example: http://www.awesomescreenshot.com/image/328525/7f4769511cd1003b580280f9d471cdbb

    3 – Regarding the language switcher, is it possible to have the current language appear in black while the rest of them are gray? I mean, if you are in the english version, “English” should appear in black. But if you are in the French version, “Français” should appear in black and the rest in gray.

    4 – We were wondering if there are any .po and .mo files for the theme that we can use to translate the words and sentences that come from the theme. Where could be find them?

    5 – We have noticed that sometimes, when we change something in the web (normally the header or footer) it takes a long time to show the changes. Sometimes we think that the change didn’t work but after 5-10 minutes it appears. Is it possible to see the change quicker? WHy could this be happening?

    6 – Finally, we have received an email from 8theme saying that there is a new update and skins. Is it advisable that we update our website? We have already finished making changes and we don’t know if this update would “break” them.

    Thanks for your hard work.

    Best regards.

    Avatar: Eva
    Eva Kemp
    Support staff
    June 16, 2015 at 10:58

    Hello,

    1. As I see footer is translated for Portfolio projects. Please give us direct links where you don’t have footer translated.

    2. Add this code in style.css of the child theme:

    .main-footer-1 {
        background-color: #FFF !important;
    }

    3. Try to use this code:

    #lang_sel_list a.lang_sel_sel {
     color: black !important;
    }

    4. You can translate theme texts in WPML > Theme and Plugins Localization > select “Translate by WPML”, then click on “Scan the theme for strings” and you’ll be able to translate theme via String Translation:
    https://wpml.org/documentation/getting-started-guide/theme-localization/
    https://wpml.org/documentation/getting-started-guide/string-translation/

    5. You’re using cache plugin and it may cause the issue as it caches the content. You need clear cache to check the changes and it may take some time to get it cleared.

    6. We recommend to update the theme to the latest version. If you made all changes in your child theme, then you won’t lose your modifications.
    You must create a back up of your files and database before update!

    Regards,
    Eva Kemp.

    Avatar: MartaIraola
    MartaIraola
    Participant
    June 17, 2015 at 09:11

    Hi,

    1 – For example this english portfolio with spanish footer (the menus are alright, but the titles still appear in spanish even though we have translated them in the static block): http://treku.donostik.com/en/portfolio/lore-coffee-table/
    Just in case, here is an screenshot of how I see it: http://www.awesomescreenshot.com/image/332205/caaed392195e5e031976d260de858449
    Another example, this one is from the french version, with the same problem: http://treku.donostik.com/fr/portfolio/kabi-coffee-table/
    And my screenshot: http://www.awesomescreenshot.com/image/332208/e07ce1cc7ce7d4f471dbb2ccb30cbb85

    2 – Solved!

    3 – Solved!

    4 – Ok, understood.

    5 – Ok.

    6- Ok.

    Thanks for your hard work!!

    Best regards.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 17, 2015 at 14:14

    Hello,

    Regarding the problem with footer display in different languages try to use the Widget Logic plugin as described in this article https://wpml.org/2011/03/howto-display-different-widgets-per-language/

    Best regards,
    Jack Richardson.

    Avatar: MartaIraola
    MartaIraola
    Participant
    June 18, 2015 at 08:34

    Hello Jack,

    Your solution works like a charm!

    Thank you!

    Avatar: stan
    Stan Russell
    Participant
    June 18, 2015 at 09:10

    Hello,

    you are welcome!

    Regards,
    Stan Russell.

  • 1 2
    Viewing 49 results - 31 through 49 (of 49 total)

You must be logged in to reply to this topic.Log in/Sign up

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.