Forum Replies Created

Viewing 30 posts - 28,501 through 28,530 (of 34,588 total)
  • Author
    Posts
  • in reply to: Separators not working #925496

    Hey tesspaine,
    I was able to log in at the url in the Private Content area, but this has limited access and I has not able to view the admin panel or the page editor. Please up date the privileges to admin.
    Can you please describe the separators that you are trying to use in the content of the page.
    Currently your hr-short is set to a white background 0px high, making it not show. This code would make it a 1px high black line, is that what you are looking for?

    .hr-short {
        background-color: #000!important; 
        height: 1px!important; 
    }

    Best regards,
    Mike

    in reply to: Buttons with rounded edge and color background icons #925488

    Hi,
    Please update the code to this, so that the buttons will stay stacked on mobile devices.

    @media only screen and (min-width: 767px) {
    .avia-button-center.avia-builder-el-3,.avia-button-center.avia-builder-el-4 {
    display: inline-block !important;
    }
    .avia-button-center.avia-builder-el-3 {
    margin-left: 23%;
    }
    }

    Best regards,
    Mike

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Footer Widgets not showing in Blog & Portfolio pages. #925485

    Hi,
    In your child theme stylesheet you had this css hiding your footer for all single entrys, I commented it out and your footer now shows. Please clear your browser cache and check.

    .single #footer {display: none !important;}

    Best regards,
    Mike

    in reply to: Custom Header Buttons #925479

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Google maps is not working #925478

    Hi,
    Thanks for the update.

    Best regards,
    Mike

    in reply to: Photos resolution #925464

    Hi,
    I believe they look better now, perhaps try clearing your browser cache.

    Best regards,
    Mike

    Hi,
    I believe the issue is that most of your pages have listed “homepage” as the parent
    2018-03-12_055237
    Try changing them to “no parent”

    Best regards,
    Mike

    Hi,
    Before you migrated to online, was your path /homepage/ ?

    Best regards,
    Mike

    in reply to: Anchoring #925296

    Hi,
    OK I see your other post and will have to study this issue closer, but we will address this on that thread.
    I see you have two more questions, but please lets work on one at a time.
    So for the breadcrumbs, I see at Enfold Theme Options > Header > Header Title and Breadcrumbs you have the setting set to “disply title only”
    Please point to a page that is not showing the breadcrumbs so we can see if you have enabled it in the page layout settings.
    Also while we are helping can you please disable your Autoptimize and any other minify or caching plugin, as this often makes changes harder to take effect.

    Best regards,
    Mike

    in reply to: Test in contact form is white… #925292

    Hey DROR,
    In your custom css or quick css you have this code:

    ::-webkit-input-placeholder {
      color: #ffffff !important;;
    }
    ::-moz-placeholder { 
      color: #ffffff !important;;
    }
    :-ms-input-placeholder { 
      color: #ffffff !important;;
    }
    :-moz-placeholder { 
      color: #ffffff !important;;
    }

    which is making all the placeholders on your site white, since it is using the !important; rule we can’t override it. The best option is to change it to only target the placeholders that you did want white, then the placeholder on this page will go back to the default color.
    What page did you want the placeholders to be white?
    Also notice how each line has two ; at the end? When we change the code we need to make it only have one ; at the end.

    Best regards,
    Mike

    in reply to: Photos resolution #925283

    Hi,
    Please try going to WordPress > Settings > Media > Sizes of the images and changing the middle one to 600px, then regenerate your thumbnails: https://wordpress.org/plugins/regenerate-thumbnails/
    I also notice that your dpi for your images is 96, please try uploading your images with 300dpi
    Your images are showing smaller than the actual image size, for example the image being used is 600×600 and is showing at 272×272 this is typically the way you want it vs a small image being stretched larger, as this makes it blurry.
    So this is why I suggest trying a higher resolution image to see if that helps.

    Best regards,
    Mike

    in reply to: Anchoring #925260

    Hi,
    Sorry again, I removed it the name of the slide :)
    Ok, so the slider on the homepage is correct, and the portfolio page slider is not?
    My comment above was assuming the homepage slider was the issue.
    Please see screenshots in Private Content area.
    The difference is they are using different sliders, the homepage is using the full screen slider, and the portfolio is using the full width slider.
    They handle the images differently. Perhaps the easiest option would be to use the same slider on all the pages.

    Best regards,
    Mike

    in reply to: Hover Color Outline #925256

    Hi,
    I have corrected the error with this css:

    
    #header .av-main-nav .current-menu-item > a > .avia-menu-text 
    {border:2px solid rgba(104, 219, 215, 1) !important;margin-left:5px !important;padding:10px !important;background-color: rgba(255, 255, 255, 1) !important;border-radius: 20px !important;}
    
    
    #header .av-main-nav > li > a > .avia-menu-text:hover {
    border:2px solid rgba(104, 219, 215, 1) !important;
    padding:10px !important;
    background-color: rgba(255, 255, 255, 1) !important;
    border-radius: 20px !important;
    }
    
    #header .av-main-nav > li > a {
    padding:0px !important;
    }
    
    #header .av-main-nav > li > a > .avia-menu-text {
    padding:12px !important;
    }
    

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Adjusting number of words on Blog for Grid layout. #925254

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Enfold: button not center aligning #925251

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Custom Header Buttons #925248

    Hi,
    Your helper-main-menu.php will override the new one. If you find it a issue in the future you can then update your helper-main-menu.php

    Best regards,
    Mike

    in reply to: right position for mobil #925247

    Hi,
    I understand, but this is due to how the columns are ordered.

    Best regards,
    Mike

    in reply to: Anchoring #925240

    Hi,
    I was able to login and examined the sliders on the homepage, as this is what I think you are refering to.
    I also believe that you are referring to the slide on mobile, and how it looks cut off because the text in the image.
    For your mobile slider can you resize that one image so it is more square and the overlay is positioned how you would like to see it? For mobile it shows as 425×409

    Best regards,
    Mike

    in reply to: Anchoring #925231

    Hi,
    Sorry, I moved the url to the Private Content area.

    Best regards,
    Mike

    in reply to: How to make icons smaller only on mobile? #925228

    Hi,
    Please add .studioicons to the code like this:

    #top .studioicons .iconbox_icon {
    	font-size: 100px !important; /* Icon size */
    	width: 74px !important; /* Container size */
    	height: 74px !important; /* Must be the exact same value as the width */
    }

    Best regards,
    Mike

    in reply to: New Product Not Showing #925227

    Hi,
    Glad that it is sorted out, is there anything else we can assist with today, or shall we close this?

    Best regards,
    Mike

    in reply to: Buttons with rounded edge and color background icons #925226

    Hi,
    If you would like this today for the two buttons at the top of your page, please add this code in the General Styling > Quick CSS field:

    .avia-button-center.avia-builder-el-3,.avia-button-center.avia-builder-el-4 {
    display: inline-block !important;
    }
    .avia-button-center.avia-builder-el-3 {
    margin-left: 23%;
    }

    Best regards,
    Mike

    in reply to: header.php error after update #925217

    Hi,
    Thanks for clarifying, I examined your header code and it looks fine with no errors, I also tried to reproduce the issue by replacing my header.php with the pastebin, but could not. So I can only make guesses what had happened, but the key point is that you won’t have any issues the way your header.php stands today.

    Best regards,
    Mike

    in reply to: New Page adding multiples #925211

    Hi,
    WordPress by default creates a single page for each attachment that you have on your site, therefore when you create a new page it gets the -2 added.
    The attachment page is not a true page that you will find listed with your pages, it is dynamically created, but it reserves the permalink.
    One way around this is to go to the image in your media folder and click it so you get the Attachment Details popup, then look for “Edit more details” and click:
    2018-03-11_102156
    Click screen options at the top of the page and check the box “slug”:
    2018-03-11_102405
    Then at the bottom of the page you can change the slug, which is the permalink, to something different so you can create the new page you want.

    Here is another option: How to Hide Media Attachment Pages in WordPress

    Best regards,
    Mike

    in reply to: How to hide or remove woocommerce price sorting option? #925073

    Hi,
    If I understand correctly, you would like to remove the price option:
    2018-03-10_154608
    Try this code in the General Styling > Quick CSS field:

    .product-sorting ul.sort-param.sort-param-order ul > li:nth-child(3) {
    display:none !important;
    }

    Best regards,
    Mike

    in reply to: Anchoring #925065

    Hey Epic,
    Sorry I was unable to login, please check password.
    But I do see you have the class “get-sugared” but in order for anchors to work you need to add a ID.
    currently the url in the Private Content area will work for you

    Best regards,
    Mike

    • This reply was modified 7 years, 4 months ago by Mike. Reason: move url to Private Content area

    Hi,

    @ttunkel
    seems your site is back up now, has this been resolved?


    @spitsdesign
    glad to hear your issue was also resolved, please note that for future upgrades, if you update via FTP, please delete the enfold theme folder and then upload the new enfold theme folder, or update via the admin panel.

    Best regards,
    Mike

    in reply to: New Product Not Showing #925049

    Hey Nathan,
    I believe the booking calendar is show now, Please see screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Google maps is not working #925047

    Hi,
    Good tip about adding a space after the asterix @Guenni007

    Best regards,
    Mike

Viewing 30 posts - 28,501 through 28,530 (of 34,588 total)