Forum Replies Created

Viewing 30 posts - 32,161 through 32,190 (of 34,860 total)
  • Author
    Posts
  • in reply to: Problems with Google Maps API key too #841783

    Hi,
    Sorry I’m not sure what it could be, the error is what Google is sending back to your site: RefererNotAllowedMapError
    2017-08-20_164945
    I will ask for help from the rest of the team.

    Best regards,
    Mike

    in reply to: how can i MUTE a video being used as a BACKGROUND? #841777

    Hi,
    Perhaps this explains it then?

    Best regards,
    Mike

    in reply to: Enfold Portfolio Arrows #841775

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

    Best regards,
    Mike

    in reply to: can I insert a Read more text link after a subheading #841774

    Hey Malene,
    I’m not sure I understand where you would like the read more link, can you show a screenshot of what you would like to see?

    Best regards,
    Mike

    in reply to: Blog Layout #841770

    Hey simplifytheweb,
    Have you tried switching to a boxes layout? See Enfold Theme Options > General Layout > Layout
    then you can set the size in the dimension tab.
    2017-08-20_155710

    Best regards,
    Mike

    in reply to: Custom menu slider css not working on homepage #841768

    Hi,
    It looks like you are using a text block for the code, please try a code block.

    Best regards,
    Mike

    in reply to: Changing Button Text #841767

    Hi,
    It seems that filter was replaced by a plugin starting with v3.0
    Please see https://wordpress.org/plugins/wc-custom-add-to-cart-labels/
    it is now in your plugin list, please try activating it and choosing your new button text.
    I removed the filter code for you so there won’t be any conflict.

    Best regards,
    Mike

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top .checkout .col-2 {display:none !important; max-width: 1px !important; }
    #top .checkout .col-1 {min-width: 100% !important; }
    .page-id-608 div.entry-content {padding: 0 15% !important; }

    2017-08-20_153041

    Best regards,
    Mike

    in reply to: how can i MUTE a video being used as a BACKGROUND? #841760

    Hi,
    The only reason that makes sense is this statement from Vimeo:

    The volume of the player is a setting that follows a user around the web, whether they’re on vimeo.com or viewing an embedded player. The way our player is built, if you change the volume on one Vimeo player, it affects subsequent viewings elsewhere.

    Your site seems to be using Vimeo, are the background videos also?

    Best regards,
    Mike

    in reply to: logo centered in mobile screen #841756

    Hi,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { #footer.container_wrap.footer_color {text-align: center!important; }}

    Best regards,
    Mike

    in reply to: Color-Section – full size image shown on mobile #841755

    Hi,
    I see that on Android and windows mobile it is working correctly, as you stated.
    please see screenshot in Private Content area.
    Just to rule out caching, have you cleared your cache on your ipad and iphones?

    Best regards,
    Mike

    in reply to: Iconlist in two columns #841753

    Hey lome61,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Enfold Portfolio Arrows #841751

    Hi,
    For this arrow:
    2017-08-20_143221
    and this one:
    2017-08-20_143549

    .mfp-prevent-close {display:none !important;}

    Best regards,
    Mike

    in reply to: Rounded button #841748

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .avia-builder-el-36 span.avia_iconbox_title {font-size: 26px !important; }
    .avia-builder-el-36 .avia-button.avia-size-large {padding: 15px 4px 13px !important; 

    This targets only that button with “.avia-builder-el-36” you can change or remove to suit. Also adjust font-size to suit.
    2017-08-20_141709

    Best regards,
    Mike

    in reply to: Submenu is not sticky once switched to mobile #841744

    Hey efini,
    You will need to change line 4833 in shortcodes.css from:

    .responsive #top .av-submenu-container{top: auto !important; position: relative !important; 

    to:

    .responsive #top .av-submenu-container{top: auto !important;/* position: relative !important; */

    because it is using ” !important; ” we can’t over ride it easily.
    it can be found at enfold/css/shortcodes.css

    Best regards,
    Mike

    in reply to: Can`t remove socket section #841743

    Hi,
    since you have a lot of menu items you may find switching to mobile menu sooner will help.
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 1024px) {
    .av-burger-menu-main { 
         display: block!important; 
    }
    #top .av_mobile_menu_tablet .av-main-nav .menu-item {
         display: none!important;
    }}

    Adjust width to suit

    Best regards,
    Mike

    in reply to: Enfold Portfolio Arrows #841741

    Hi,
    Sorry, that was the arrows I saw on my portfolio, can you link to your page with the arrows, or take a screenshot?

    Best regards,
    Mike

    in reply to: Removing Side Bar and Blue Colored Footer on Product Page #841739

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

    Best regards,
    Mike

    in reply to: main menu (one page website) scroll down to right section #841738

    Hi,
    Creating a anchor link is easy, I have made this step-by-step tut for you.
    1) open the page you want a link on and choose a section to link to, I will choose a color section near the bottom of the page.
    2017-08-20_130726
    2) I open the element and find the “For Developers: Section ID” at the bottom and enter a unique name: anchor1
    2017-08-20_130953
    3) save and go to menus, to add the menu link.
    4) choose “Custom Links” and enter your unique name with a hash before it: #anchor1, then enter some link text, click “Add to menu”, and save the menu.
    2017-08-20_125737
    5) then go to your page and test your link, well done!
    2017-08-20_131159
    Remember your #anchor1 link will only work on that page.
    Bonus Tip) if you make your menu link include the page your element is on, it will work from anywhere on your site, in this example it is: /elements/#anchor1

    Best regards,
    Mike

    in reply to: Problems with Google Maps API key too #841734

    Hey blitzgeek,
    This is your error:

    RefererNotAllowedMapError
    The current URL loading the Google Maps JavaScript API has not been added to the list of allowed referrers. Please check the referrer settings of your API key on the Google API Console.

    See API keys in the Google API Console. For more information, see Best practices for securely using API keys.

    I checked your API key and it is working:

    We were able to properly connect to google maps with your API key

    Try following the links in the error message and complete your Domain verification. Note that https and http are different addresses.

    Best regards,
    Mike

    in reply to: Issue with PHP – hosting #841729

    Hey BillyC4analytics,
    Try to upload manually via FTP: https://vimeo.com/67209750
    Or: http://kriesi.at/archives/the-complete-guide-to-updating-enfold
    It looks like your php version is 7, is the standard WordPress running without errors?

    Best regards,
    Mike

    in reply to: Single or multipage #841727

    Hey Roy Packham,
    Thank you for considering us, I would recommend using a multi-page format and using the home page to show some great photos and general info on the house and reaching you for a showing. Then link to the other pages to go in to more detail about each room, the yard, the neighborhood, and the great experience people will have owning your home.
    Our Hotel demo: http://kriesi.at/themes/enfold-hotel/ would make it easy for you to do this, just replace all of the images with yours and follow the demo text to give you topics to write about your home.
    You can never add to many photos, and don’t forget to talk about the local shopping, eating, schools, and night life as your site will attract home buyers that may not know your location well.
    Good luck and thanks again!

    Best regards,
    Mike

    in reply to: New portfolio categories not displaying #841725

    Hey Jennifer,
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

     Please also tell us which portfolio categories are not displaying, also note that as a part of testing we will disable your plugins temporary, if you have not tried disabling your plugins please see if that resolves the issue.

    Best regards,
    Mike

    in reply to: Problem with my submenu #841723

    Hi,
    Thank you for your understanding, shall we close this then?

    Best regards,
    Mike

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

    Best regards,
    Mike

    in reply to: Enfold Portfolio Arrows #841720

    Hey hackintosh1984,
    If you mean this one:
    2017-08-20_111619
    Then try this code in the General Styling > Quick CSS field:

    #top .avia-post-nav {display:none !important;}

    Best regards,
    Mike

    in reply to: Enfold Error after right installing #841713

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

    Best regards,
    Mike

    in reply to: Problem with theme personalization : menu part #841712

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

    Best regards,
    Mike

    Hi,
    I can’t seem to get past the first login to get to the wp-login.
    Please check :)

    Best regards,
    Mike

    in reply to: Removing Side Bar and Blue Colored Footer on Product Page #841706

    Hi,
    I made that change for you in Enfold Theme Options > Sidebar > Sidebar on Archive Pages
    2017-08-20_105242
    After I made that change, the empty space in the footer was also gone.
    2017-08-20_105556
    Check that this is true for you too.

    Best regards,
    Mike

Viewing 30 posts - 32,161 through 32,190 (of 34,860 total)