BartA

Forum Replies Created

Viewing 29 posts - 1 through 29 (of 29 total)
  • Author
    Posts
  • BartA
    Customer

      This has been resolved, was probably a caching issue (CDN)

      BartA
      Customer

        (and theres some funky inverted colour change on the responsive menu items going on)

        in reply to: outline + link button colour not matching accent colour #21453
        BartA
        Customer

          Im starting to see the picture..

          first mentioned are the item declarations
          then the rule that is applied to them

          So i can change the (base) colour of the link in front-page-12 .image-section a
          to the accent colour by adding that section to the ruleset

          {
          			color: %1$s;
          		}

          The thing is though, thats not the thing going wrong.
          Whats wrong is that the original accent colour in the theme (red) is being used as the base link colour whereas in other widgets the default colour is white and on-hover colour is the accent colour..

          Im guessing it has to do with how i call the button style .. inside the widget,
          because it suddenly dawns to me that the accent colour is used for hyperlinks as well..
          And to a button applies a different style than to a hyperlink

          in reply to: outline + link button colour not matching accent colour #21452
          BartA
          Customer

            Can’t read the code, but trial and error usually gets me a long way =)I tried adding those two lines in the second and third section of links as shown below

            		button,
            		input[type="button"],
            		input[type="reset"],
            		input[type="submit"],
            		.archive-pagination li a:hover,
            		.archive-pagination .active a,
            		.button,
            		.widget .button,
            		.front-page-2 .image-section,
            		.front-page-9,
            		.front-page-12 .image-section a
            		.popular,
            		.genesis-nav-menu .sub-menu a:hover,
            		.genesis-nav-menu .sub-menu li.current-menu-item > a,
            		.footer-widgets .enews-widget input[type="submit"],
            		.content .portfolio .more-link:hover {
            			background-color: %1$s;
            		}
            
            		button,
            		input[type="button"],
            		input[type="reset"],
            		input[type="submit"],
            		.button,
            		.front-page input:focus,
            		.front-page textarea:focus,
            		.front-page-9,
            		.front-page-12 .image-section a
            		.widget .button {
            			border-color: %1$s;
            		}

            but its not working out.

            BartA
            Customer

              Thanks Wes,

              The editing wont be a problem.
              And youre right, it was 12, not 13.

              With regards to the port folio page:
              look at the colour of widget footer-2

              BartA
              Customer

                Allso; on the port folio page, widget 2 shows in a weird colour

                in reply to: team template #21411
                BartA
                Customer

                  Hi Scooby,

                  Thanks for having a look.
                  Yes, thats the section a referring to.
                  And it does work, but suppose i have 10 teammembers, then needless to say it is not possible to all shouw them on the mainpage. I would have to link to a team page.
                  And it would be nice if i could use the same template as the one being used by the port folio.

                  In my case i would like to use
                  the port folio to display my work, which is added to the site by adding posts in a defined category (for example “esthetic dentistry”)
                  and then the team page to display the team members, which are added to the site by adding a post in category “team”

                  But the genesis core does not allow the use ot two different port folio’s.
                  Only one can be set up in the genesis settings.

                  So im wondering if there is a way around that.

                  in reply to: Improve Page Speed #21272
                  BartA
                  Customer

                    Hello Vicky,

                    Theres wordpress pluging available that will help you get this done;

                    Look into a page caching suite like
                    WP super cache or
                    W3 total cache

                    those suites will do all sorts of things to speed up your site and allso add expiration tags to various files

                    WP smushit will compress all of the images used on your site

                    in reply to: Button placed outside site-inner #20773
                    BartA
                    Customer

                      To close this off;

                      I changed the paragraph containing the button to

                      <p>
                      <div style=clear:both>
                      <a class="button large" href="https://tandarts-haarlem.nl">Klik hier voor meer informatie</a>
                      </div></p>

                      That solved the problem =D

                      in reply to: Button placed outside site-inner #20770
                      BartA
                      Customer

                        And Safari (which i never use) renders the page exactly like firefox;
                        share buttons underneath the right collumn, green button to the right of the two collumns

                        Really appreciate your help guys,
                        i’ll see if i can eliminate the issue by disabling a plugin or smt..

                        Seems to me its something wordpress or plugin related

                        in reply to: Button placed outside site-inner #20769
                        BartA
                        Customer

                          Andy – yeah im on a chrome browser.
                          I just checked and to make it even more intresting firefox is also rendering the button out of place, but less so than chrome..

                          No idea why youre not seeing it on your side..
                          I’ve just cleared all the caches on the website, maybe that makes a difference to what youre seeing.

                          Another intresting observation;
                          i have the genesis share buttons installed but disabled on this landing page.
                          When i do show them, they appear off centre as well but the “edit” link moves back to the center a line below

                          in reply to: Button placed outside site-inner #20768
                          BartA
                          Customer

                            Hi Wes,

                            yeah im trying to get the button centered as well.
                            And i can see it being rendered in that spot initially, but the upon page completion the button moves to the side

                            the “edit” links seems to be in a weird spot as well..

                            in reply to: Button placed outside site-inner #20766
                            BartA
                            Customer

                              Tja, im out of ideas..

                              This is what the page looks like when using standard full width template
                              (notice featured image + page title aligned to the left)

                              standard full width template, button aligned correctly

                              This is what the page looks like when using landing page template
                              (notice every element centered, except for the button which gets pushed to the side)

                              landing page template; button gets pushed to the side

                              in reply to: Button placed outside site-inner #20764
                              BartA
                              Customer

                                Right.. i see you’re right.

                                The code works fine on any page template BUT the (aspire pro) landing page.
                                I cant grasp why though..

                                The only css i added to style.css referring to the landing page is

                                /* landing page */
                                
                                .landing-page .site-inner {
                                	max-width: 1024px;
                                	margin-top: 40px;
                                	text-align: center;
                                }
                                

                                page_landing.php is untouched

                                in reply to: Button placed outside site-inner #20761
                                BartA
                                Customer

                                  Hi Andy,

                                  thanks for taking a look!
                                  Have you checked also on a wider (desktop) screen?

                                  On my side it works fine on smaller viewports when everything is placed in one single column.
                                  But on wider screens the button gets misplaced.

                                  (I have cleared the cache btw)

                                  in reply to: two buttons touching in responsive (vertical) layout #20558
                                  BartA
                                  Customer

                                    Thanks 馃檪
                                    Yeah I noticed you have the same setup in the first widget of your mainpage so i sneaked in and picked the code from there ;D

                                    This code is starting to become readable text to me now, thanks a lot for all your help Wes.

                                    Offtopic, if i may;
                                    In widget 5 i have the background scrolling from underneath the content in ipad viewport.
                                    Im quite sure you allready solved that but i cant dowload the code since studiopress still hasnt uploaded the most recent version of the theme (still 1.1.4 there)
                                    Is there any way i can get future updates from your site? 馃槷

                                    in reply to: two buttons touching in responsive (vertical) layout #20526
                                    BartA
                                    Customer

                                      Thats exactly what id like 馃檪

                                      and yes in vertical mode i suppose theyd have to be below each other

                                      in reply to: two buttons touching in responsive (vertical) layout #20510
                                      BartA
                                      Customer

                                        Found a solution that works in <div class=”one half first”> etc,
                                        although i do find the spacing between the two buttons in horizontal mode is quite a bit bigger than id prefer it to be

                                        in reply to: Search console – fetch as google #20358
                                        BartA
                                        Customer

                                          after more testing i found that various snippets that i took from my main page widgets _can_ be found by doing a google search for it, so all content _has_ been indexed even though it appears as if the page is not being completely rendered when fetching the page as googlebot

                                          So im guessing every widget is being indexed for content properly

                                          in reply to: Search console – fetch as google #20357
                                          BartA
                                          Customer

                                            after testing i can confirm that after commenting out the loading of fadeup.js in functions.php the page is completely being rendered by the googlebot.

                                            So.. whats the implication of this for SEO, if any?

                                            in reply to: Search console – fetch as google #20356
                                            BartA
                                            Customer

                                              im guessing the fade script may have to do with this
                                              (since the text in the widgets only starts to appear when you scroll down)
                                              im pretty much a novice though =)

                                              in reply to: tap targets (menu item size) in footer nav menu #19926
                                              BartA
                                              Customer

                                                Thanks Wes, two thumbs up 馃檪

                                                in reply to: current version – changelog #19790
                                                BartA
                                                Customer

                                                  Thanks

                                                  in reply to: position widget "front page 1" on resolution 2560×1414 #18036
                                                  BartA
                                                  Customer

                                                    As a sidenote;
                                                    while being logged into my account and browsing the forums i dont get offered the option to start a new thread
                                                    allthough i CAN react to other posts (which is why im leaving this here in this thread)

                                                    in reply to: Problem calling a font + couple of possible bugs #18030
                                                    BartA
                                                    Customer

                                                      I did. Thanks for following up 馃檪

                                                      in reply to: Problem calling a font + couple of possible bugs #18026
                                                      BartA
                                                      Customer

                                                        Thanks!

                                                        in reply to: Problem calling a font + couple of possible bugs #18024
                                                        BartA
                                                        Customer

                                                          Hi Wes,

                                                          thanks a lot for replying.
                                                          I dont remember adding that line.
                                                          To be sure i just double checked in the v1.1.2 archive thats for download on studiopress
                                                          and found this line is actually code from the original css included in the archive.

                                                          Either way;
                                                          after removing the line the picture still doesnt show

                                                          Best regards,
                                                          Bart

                                                          in reply to: Problem calling a font + couple of possible bugs #18007
                                                          BartA
                                                          Customer

                                                            Thanks for the reply Kronos,

                                                            With regards to featured section 12 image:
                                                            no, i cant seem to get any image showing on that section. Whatever image i choose, it remains off-white background.

                                                            with regards to spacing around tekst front page content section in responsive mode;
                                                            it was on when you looked i think.. ive cleared all caches to rule that out.
                                                            On the far bottom of the website the content section shows underneath the widgets. In desktop layout theres some spacing around the text, looking as intended, but in vertical mobile phone layout the text has no spacing around it and goes to the ends of the screen, probably not as intended.

                                                            in reply to: Problem calling a font + couple of possible bugs #17999
                                                            BartA
                                                            Customer

                                                              font problem is resolved,
                                                              allfonts doenst allow https connections which my website requires.
                                                              Had forgotten i had run into that problem before and worked my way around it by linking to google fonts, even though they dont serve the weight of the font im looking for

                                                            Viewing 29 posts - 1 through 29 (of 29 total)