Forum Replies Created

Viewing 15 replies - 16 through 30 (of 65 total)
  • Thread Starter Jas999

    (@jas999)

    It works! And where in the above code and how would I put the page ID?

    Thread Starter Jas999

    (@jas999)

    Thread Starter Jas999

    (@jas999)

    Hi, reading through Virtue theme, saw a similar question. I tried the code suggested and it works. I placed it at the bottom of the file “style.css” in my child theme folder. This code will move ALL the sidebars to the left since the main content will now be push to the right.
    Is this how it should be done?
    #content .main {float:right;}

    Can you share your solution?

    Thread Starter Jas999

    (@jas999)

    Adding ” !important; ” fixed it! I will e-mail you in order to see what you would need. I will put this as resolved and if I even understand why it happened and how to resolve it otherwise, I will add information to this post. Thanks!

    Thread Starter Jas999

    (@jas999)

    Reinstall redux did not fix it. I delete Pinnacle, wordpress, Wamp. Reinstall all in English. Same problem.
    With Chrome inspect tool, saw for H1, font-weight: normal and font-style:700 as mentionned above. They seem to be inverted since font-weight should be 700 and font-style normal as style can only be normal, italic, oblic or inherit, not a number.
    It provides indication its line 52 that causes the problem:
    <style type="text/css" title="dynamic-css" class="options-output">.kad-primary-nav ul.sf-menu a,.nav-trigger-case.collapsed .kad-navbtn{color:#ffffff;}.sticky-wrapper #logo a.brand, .trans-header #logo a.brand{color:#ffffff;}.is-sticky header #logo a.brand,.logofont,.none-trans-header header #logo a.brand,header #logo a.brand{font-family:Raleway;font-weight:normal;font-style:400;color:#444444;font-size:32px;}.titleclass h1{color:#ffffff;}.titleclass .subtitle{color:#ffffff;}.product_item .product_details h5, .product-category.grid_item a h5{font-family:Raleway;line-height:20px;font-weight:normal;font-style:700;font-size:15px;}h1{font-family:Raleway;line-height:50px;font-weight:normal;font-style:700;font-size:44px;}h2{font-family:Raleway;line-height:40px;font-weight:normal;font-style:400;font-size:32px;}h3{font-family:Raleway;line-height:40px;font-weight:normal;font-style:400;font-size:26px;}h4{font-family:Raleway;line-height:34px;font-weight:normal;font-style:400;font-size:24px;}h5{font-family:Raleway;line-height:26px;font-weight:normal;font-style:400;font-size:18px;}.subtitle{font-family:Raleway;line-height:22px;font-weight:normal;font-style:400;font-size:16px;}body{line-height:20px;font-style:400;font-size:14px;}.is-sticky .kad-primary-nav ul.sf-menu a, ul.sf-menu a, .none-trans-header .kad-primary-nav ul.sf-menu a{font-family:Raleway;font-weight:normal;font-style:400;color:#444444;font-size:16px;}.kad-nav-inner .kad-mnav, .kad-mobile-nav .kad-nav-inner li a{font-family:Raleway;line-height:20px;font-weight:normal;font-style:400;font-size:16px;}#topbar ul.sf-menu > li > a, #topbar .top-menu-cart-btn, #topbar .top-menu-search-btn, #topbar .nav-trigger-case .kad-navbtn, #topbar .topbarsociallinks li a{font-family:Raleway;font-weight:normal;font-style:400;font-size:11px;}</style>
    So, I created a child theme and in the file named style.css (after the /* bla bla for the theme */ I added:

    h1 {
    	font-style: normal;
    	font-weight: 700;
    }

    hoping my css code would have precedence over one mentionned yesterday. Refreshing the page, still no bold.
    Inspect, saw again the infamous “font-weight: normal and font-style: 700″, above my new css which now appears as the next css to be called ” “media “all” H1 font-weight: 700 “.
    If I unclick “font-weight: normal” , my new css “font-weight: 700” becomes activate and it becomes in bold.
    It looks like in the <style type=”text/css” title=”dynamic-css” class=”options-output”> some font-style and font-weight are interverted.
    Question: how can I change that? Can a css file in my child-theme change it? Should it be elsewhere than style.css ? Should it be in a sub-directory of the child theme? Because there seems to be many files with css code…
    I am thanking you for your patience with me!

    Thread Starter Jas999

    (@jas999)

    I went into theme option->misc, lateral column, clicked on “Cancel” (even though there is no lateral column created by me), checked the page, bold came back, I reinilialize all, bold dissapear. I tried to reproduce with the same sequence and I cant reproduce the bold to appear…

    Thread Starter Jas999

    (@jas999)

    I tested this on 2 different PCs, same issue.

    Thread Starter Jas999

    (@jas999)

    1.2.8

    Thread Starter Jas999

    (@jas999)

    I created a new home page, went into customizer->static page and selected that new page. Saved. Yeah, the title is bold again.
    So, I decided to go into appearance->theme option, home page and added page content to it.
    Then I decided to hit on “reinitialize all” (sorry, I am in French so I am trying to translate what I see as best as I can).
    GRRRR, I loose the bold again. Trying to revert back and forth between the original home page and my new one wont make the title page appear in bold.
    Help please!

    Thread Starter Jas999

    (@jas999)

    and when opened in Chrome and I inspect the element, “font-style: 700” is crossed out with a yellow warning triangle just bebore:

    element.style {
    }
    .titleclass h1 {
      color: #ffffff;
    }
    h1 {
      font-family: Raleway;
      line-height: 50px;
      font-weight: normal;
      font-style: 700;
      font-size: 44px;
    }

    and it has a reference of index 50 and index 52.
    Does that help you? If not, I can try to send you image capture in an e-mail.

    Thread Starter Jas999

    (@jas999)

    Hi Hannah, here is what I have in typography, I havent changed it:
    H1, Raleway, Bold 700, Latin, 44px line height 50 px, no color selected.
    I am local so I cant provide a link, I tried to put an image but no can do.

    Thread Starter Jas999

    (@jas999)

    Thanks Tomasz. I will first try “W3 Total Cache” since it is in the WordPress repository and yours is not there yet, unless I am mistaken and it is there already?

    Thread Starter Jas999

    (@jas999)

    Fantastic, will do! I will set this as resolve, although I havent tested it but I am positive it will work. Have a great evening!

    Thread Starter Jas999

    (@jas999)

    Wow, your support is fast and clear!
    Looking at the results from pingdom, I see a lot of requests with “cache”, for example:
    ” themes.kadencethemes.com/pinnacle/wp-content/cache/min/1/8997e5f0e57e35a93c9ed13b40c6ca96.css ” and I do not see that ” cache/min/ ” on 2 other sites using Pinnacle (and where loadtime was not 1,33 seconds but over 12 seconds). Of course, they are not on the same server as you and they use BIG images but still, for one, the css seems to slow their sites.
    Are you using plugings to make it faster?
    I know that caching and minimizing could greatly improve speed. Do you know of one that works well with Pinnacle?
    Thanking you greatly in advance!

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