Forum Replies Created

Viewing 15 posts - 121 through 135 (of 135 total)
  • Author
    Posts
  • in reply to: Empty Cells in Tables #240390

    Hey HiDrew!

    I’ve checked your tables and here is a plausible solution to your problem, ( assuming you want to show the blank rows ).

    .pricing-table li.empty-table-cell {
    display: block;
    }

    Let me know if this help you out, if not happy to think of other ways to solve this.

    Best regards,
    David

    in reply to: meta description yoast not working #240381

    Hey nowhere!

    The plugin should work right out of the box, in case you need to check how to properly set it up, here are some resources :

    https://yoast.com/wordpress/plugins/seo/
    http://www.wpbeginner.com/plugins/how-to-install-and-setup-wordpress-seo-plugin-by-yoast/
    https://www.youtube.com/results?search_query=yoast%20seo%20tutorial%202014&sm=3

    Regards,
    David

    in reply to: Custom CSS Class not Saving 2.6.1 #240380

    Hi Peter!

    Sorry to hear you are having problems saving the custom css, have you tried to add those directly to styles.css on the child theme ? and then uploading the file via ftp ? , let us know if that help you solve your problem.

    Best regards,
    David

    in reply to: Google webmastertool site verification #239821

    Hey AdDesign!

    They provide different ways to achieve this, an easy one it’s to generate the html file, upload that file using your ftp so google can recognize your site, and that is it.

    If you prefer the meta tag add that one to the header.php file and re-upload that one via ftp. Or you can always use the built in editor that wordpress provides.

    Cheers!
    David

    in reply to: Load times slider #239819

    Hi theroyalvideographer!

    I have my doubts about that expert … Anyhow I have tested your site and it’s looking/loading fine, some minor improvements like minifying the js/css files might help a little bit ( don’t expect a lot from it ), and that is it, according to the expert extension that google provides https://chrome.google.com/webstore/detail/pagespeed-insights-by-goo/gplegfbjlmmehdoakndmohflojccocli?utm_source=chrome-ntp-icon

    In case you want to minify the files, you can use the following resource and select the file type accordingly http://refresh-sf.com/yui/

    Using wp cache might help a little bit too, so you can give it a try and test it using the tool mentioned above.

    Regards,
    David

    in reply to: Breadcrumbs not showing correct path #239813

    Hey Frostholm!

    I’ve found different categories assign to the same item, for instance.

    You are here:Home / Antiques / Other Tables / Edwardian Fold Over Side Table
    http://frostholm.co.uk/portfolio-item/edwardian-fold-over-side-table/

    You are here:Home / Antiques / Everything Else / Edwardian Fold Over Side Table
    http://frostholm.co.uk/portfolio-item/edwardian-fold-over-side-table/

    Please, go ahead and check on the post and see if by mistake you assign this categories.

    Nice looking products you got in there ( in btw ).

    Cheers!
    David

    in reply to: Header Issue #239808

    Hi zahedi!

    I’ve checked your site, and indeed you are not having the scroll/shrink functionality, have you uncheck save it / an check/save it again to see if this solves your problem. ?

    About the phone not being display on the right hand side, have you choose from the dropdown menu the right option one ? it appears you have selected the left one.

    Do let us know,

    Regards,
    David

    • This reply was modified 10 years, 8 months ago by David.
    in reply to: Gallery on mobile like portfolio #239724

    Hey Bimdas!

    Would like to have a URL so i can properly answer your question,

    Regards,
    David

    in reply to: Various small issues #239721

    Hey chiummog!

    – Font Issue, for personal experience that font have a really bad performance/and Issues on win, mainly when you use it on an small size i.e. 22px or below, if you can use another font you could avoid having this situation, if that is not the case you need to hack the way around and still ended up wanting to change the font.
    Here are some possible solutions, ( and the problem not only is on firefox, chrome has the same problem too. )
    You need to find the parts where you are using the font in question an apply one of the solutions below.

    -webkit-font-smoothing: none;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    // You can try this solution also 
    text-stroke: 0.35px

    – Current color on the mentioned http://meoartis.com/material/
    .main_color .sidebar_tab, .main_color .tabcontainer .tab { border-color: #CECECE //Current color }
    – Looking into the mega-menu issue, will comment on that later today.
    – Can you send me the link to the circle, so i can show you the code you need to place a border on those.

    Regards,
    David

    • This reply was modified 10 years, 8 months ago by David.
    in reply to: hiding nav menu/showing it just in mobile version #239684

    Hey Antonia!

    I’m sorry, i don’t quite understand your question, could you please try it differently, ( I’m assuming here ), do you want to show the desktop version on your mobile ?

    If that’s what you requested here is the snippet to achieve this:

    
    nav .avia-menu { display: none; } 
    

    Regards,
    David

    • This reply was modified 10 years, 8 months ago by David.

    Hi wawrzy!

    – To make the google map the same height use the following snippet. For the responsive part you need to add the media queries needed for this i will provide those below too, however you need to calculate the height of the map accordingly.

    .content .avia_google_maps_container {
    height: 323px;
    }
    // Media queries.
    @media screen and (max-width: 1024px) { //ipad landscape }  //inside of it place the above code and it's correspondant height.
    @media screen and (max-width: 768px) { //ipad portrait }
    @media screen and (max-width: 360px) { //iphone 5 }
    @media screen and (max-width: 320px) { //iphone 4 }

    – For the other points please attach an screenshot of the section, along with the respective links for me to check those out.

    Let me know when you have those ready.

    Regards,
    David

    • This reply was modified 10 years, 8 months ago by David.
    in reply to: Blog Excerpt not working #238898

    Hi ClaireBrummell!

    Have you tried using the built-in, read more on the wp content manager ? i think this will definably solve your problem.

    Let us know if this help,

    Cheers!
    David

    in reply to: Enfold > Page > Blog Element > Sidebar #238114

    Hey David!

    I’ve checked both of the urls, one it’s giving me a 404 error, meaning page does not exist, about the sidebars not being display, I’m assuming you are using a custom sidebar, if that is the case have you checked if the widget has been drag-drop into the specific sidebar ?, also make sure you are referencing the same sidebar inside of the page you are creating.

    Best regards,
    David

    in reply to: reposition menu #238094

    Hey Frank!

    Let me give you a hand on this one, you need to add the following code inside of the custom styles ( including a link if you don’t know where this is located at ) http://kriesi.at/documentation/enfold/custom-css-and-quick-css/ .

    .main_menu { 
        top: 5px;  // If you need more space just increase the #, this will move it to the bottom 
        right: 10px; // If you need more space just increase the #, this will move it to the left
    }

    Best regards,
    David

    • This reply was modified 10 years, 8 months ago by David.
    in reply to: Logo deformed on Iphone #238090

    Hey Nicomad!

    Was reviewing your site, on Iphone 5c logo logo looks good to me, however if you would like to improve it a bit, perhaps you want to try the following snippet. ( place it inside the custom css ).

    @media only screen and (max-width: 360px) {
        .responsive .logo img {  
             display: block!important;
             max-width: 100%!important;
             height: auto!important; 
         }
    }

    Let us know if this help you.

    Regards,
    David

    • This reply was modified 10 years, 8 months ago by David.
Viewing 15 posts - 121 through 135 (of 135 total)