Forum Replies Created

Viewing 30 posts - 1,261 through 1,290 (of 1,341 total)
  • Author
    Posts
  • in reply to: video not playing on mobile #473309

    Hey Simplify!

    Videos in the full screen slider have been disabled on mobile because of compatibility issues.

    As a work around you can either set a fallback image.

    Or, you can follow the instructions in the below thread. Do bear in mind however that this is a php entry from a year ago, so we can’t guarantee it will still work seamlessly:

    https://kriesi.at/support/topic/video-background-mobile/#post-252474

    Lastly, you can have the feature mobile video feature and/or fallback image linked externally through the use of a freelancer.

    Regards,
    Dake

    in reply to: redirect question #473297

    Hi Dominique!

    A slug is just a custom link name.

    If you remove the slug, it will automatically change to “home”.

    http://www.awesomescreenshot.com/image/405856/85384420d55f8145c38984b232f088e1

    The only thing that may be at risk when changing/removing a slug is if their are external links for “http://dominiquehurley.com/home-v7-one-page-portfolio/

    If you didn’t distribute that link, you can freely change the slug.

    Best regards,
    Dake

    in reply to: Change in appearance of Enfold:facebook likebox #473290

    Hi Georg,

    The reason for the change is that Facebook has deprecated a few of their plugins including their old features with a recent API update.

    https://developers.facebook.com/docs/plugins/deprecated

    Regards,
    Dake

    in reply to: "IN CASE YOU NEED HELP" section #473277

    Hey Simone,

    I just checked your website and I’m seeing the “IN CASE YOU NEED HELP” section on my end.

    Did you solve the problem on your own?

    Regards,
    Dake

    in reply to: How to modify masonry template #472724

    Hi Obeatone!

    May we have temporary access to your website to take a closer look?

    Be sure to add any credentials to the “Private Content” section.

    Best regards,
    Dake

    in reply to: portfolio seems not working? #472709

    Hi superwsn,

    Glad to hear you were able to get things sorted on your end :)

    Please let us know if you need any more assistance.

    Regards,
    Dake

    in reply to: Lightbox size max heigt #472622

    Hey georgesociel!

    In order to set a max height for the lightbox preview image, you’ll need to set the following max height css to your custom css section in your theme options:

    img.mfp-img {
    max-height: 200px !important;
    }

    Best regards,
    Dake

    in reply to: Portfolio Raster Design in Archive #472614

    Hi frnetz!

    You should be able to disable the pagination option on the portfolio settings area.

    If you are still unable to do so or the option is being ignored, may we have temporary access to your website in order to take a closer look?

    Cheers!
    Dake

    in reply to: Change Font Overlay colours on masonry gallery. #472610

    Hi PRuuPH!

    In order to affect a single page or post you can use a page-id to apply the changes to that page/post only:

    .page-id-37 .main_color .av-inner-masonry-content, .main_color .avia-arrow {
      background-color: red;
    }

    Font Color:

    .av-masonry-entry .av-masonry-entry-title {
    line-height: 1.3em;
    margin: 0;
    font-size: 15px;
    }

    Overlay opacity:

    .avia_desktop .av-hover-overlay-active .av-masonry-image-container {
    opacity: 0.5;
    }

    Cheers!
    Dake

    in reply to: Vimeo video in fullscreen slider not displaying #472588

    Hey asdf!

    I am able to use the video you linked to in a full screen slider and a color section.

    I recommend disabling all of your plugins to see if their is a conflict.

    Alternatively, you can try using a color section with a text block.

    Regards,
    Dake

    in reply to: Media sizes #472562

    Hi wernerfriedl!

    May we have a link to a page or a screenshot showing what you are referring to?

    Best regards,
    Dake

    in reply to: contact form (outlines & colors) #472559

    Hey coeval,

    You’re welcome :)

    Please let us know if you need any more assistance.

    Regards,
    Dake

    Hey mediax2014!

    In order to move the search icon, you can either use something similiar to the below css:

    #top #menu-item-search {
    top: -50px;
    }
    
    #header_main {
    position: relative;
    z-index: 9999;
    }

    Or you can manually edit the location array via the functions-enfold.php and cross referencing the header.php.

    As for adding the flag icon, you can follow the instructions in this thread:

    https://kriesi.at/support/topic/add-icon-near-the-menu-item/

    Regards,
    Dake

    in reply to: contact form (outlines & colors) #472536

    Hi coeval,

    I’m seeing that you got the submit button border reduced.

    As for the name, email etc fields the css in your custom css section is:

    #top div .av-dark-form input<strong>[type='text']</strong> {
     border-color: #f0f0f0;
    border-width: 1px !important;
    background-color: #ffffff !important;
    }

    But

    it should be:

    #top div .av-dark-form input[type='text'] {
     border-color: #f0f0f0;
    border-width: 1px !important;
    background-color: #ffffff !important;
    }

    I’m not sure why, but the form css you inserted previously changed the apostrophe’s surrounding “text” into “'”

    Your form should be displaying properly now on the coeval site now.

    Regards,
    Dake

    in reply to: Widgets won't go away #471913

    Hey Misanthropy,

    You’re welcome :)

    Please let us know you have any other questions.

    Cheers!
    Dake

    in reply to: Widgets won't go away #471888

    Hey Misanthropy!

    The reason some widgets still remain even after clearing the “display everywhere” area, is because they are still using the default sidebar option on the layout editor page.

    As shown below:

    http://www.awesomescreenshot.com/image/399095/f082d553a4ca44835855513111494c51

    Best regards,
    Dake

    • This reply was modified 9 years, 4 months ago by Dake.

    Hi hillphoenix!

    You can edit your submenus with the below css in the custom css section in your theme options:

    #top #header .mega_menu_title a {
      color: inherit;
      font-size: 17px;
      line-height: 1.1em;
      padding: 0;
      margin: 0;
      background: transparent;
      border: none;
    }

    However, may we have temporary access to your website to find out why sub menus are ignoring the advanced styling changes?

    Be sure to include credentials in the private content section.

    Cheers!
    Dake

    in reply to: Element Spacing with Avia Layout Builder #471870

    Hey Darran,

    May we have temporary access to your website and the exact page in question?

    Cheers!
    Dake

    in reply to: Mobile device navigation problem #471758

    Hey JulieDesigns2!

    It’s not that the main navigation pages won’t load, it’s that “Hide Mobile Menu Submenu Items” is enabled in your theme options (header section). Therefore main page links that have a submenu are being used as buttons for viewing the sub menu options instead of linking to their pages by default.

    However mobile users are still able to navigate to those pages if they open it in a new tab by long pressing.

    In order to have all options be available in the mobile menu, you would need to disable “Hide Mobile Menu Submenu Items”.

    Best regards,
    Dake

    Hi Keith!

    The effect is actually possible by performing some lengthy css changes to the current Masonry Grid tool with the overlay disabled and “Element Title and Excerpt” set to “display on mouse hover”.

    Right now the zoom effect is enabled by default, so you would need to apply a blue background-color (or similar) with an opacity setting of about 0.5 to the thumbnail container (on hover).

    For example:

    .av-fixed-size .av-masonry-outerimage-container:hover {
      position: absolute;
      background-color: #509DE1;
      opacity: 0.5;
    }

    The title and excerpt positioning can be altered using the below class group:

    .av-masonry-entry .av-masonry-entry-title {
      line-height: 1.3em;
      margin: 0;
      font-size: 50px;
      color: #fff;
    }

    Finally the default background that appears on hover can be removed with the below:

    .main_color .container .av-inner-masonry-content {
    background-color: transparent;
    }

    That is the gist for css. The font can be changed using a webfont tool of your choice.
    .
    Best regards,
    Dake

    in reply to: Displaying .pdfs #471740

    Hi AirstreamCoach,

    You’re welcome. Please let us know if there’s anything else we can assist you with.

    Cheers!
    Dake

    in reply to: Video in the lightbox #471727

    Hey qeeqac,

    I’m still unable to log into the backend (using several different browsers).

    I’ll keep trying ,but could you disable all of your plugins as a test to see if there is a conflict?

    Regards,
    Dake

    in reply to: Displaying .pdfs #471724

    Hi AirstreamCoach!

    I double checked then noticed in your previous post, you were copying the php tags that are included in the code snippet as well.

    Rightfully the only code you should be pasting is what’s within php tags because it is already open in the original document (functions.php):

    function my_password_form() {
        global $post;
        $label = 'pwbox-'.( empty( $post->ID ) ? rand() : $post->ID );
        $o = '<form action="' . esc_url( site_url( 'wp-login.php?action=postpass', 'login_post' ) ) . '" method="post">
        ' . __( "To view this protected post, enter the password below:" ) . '
        <label for="' . $label . '">' . __( "Password:" ) . ' </label><input name="post_password" id="' . $label . '" type="password" size="20" maxlength="20" /><input type="submit" name="Submit" value="' . esc_attr__( "Submit" ) . '" />
        </form>
        ';
        return $o;
    }
    add_filter( 'the_password_form', 'my_password_form' );

    As for the protected page plugin, you can try a freemium plugin such as Membership 2.

    Cheers!
    Dake

    in reply to: contact form (outlines & colors) #471721

    Hey coeval!

    From what I can tell, once you added the css in your quick css for each sub domain, the apostrophes were changed to &#39

    Example:

    #top div .av-dark-form input[type='text'] {
      border-color: #f0f0f0;
     border-width: 1px !important;
     background-color: #f0f0f0 !important;
    }

    Ensure that it looks exactly like the below before saving:

    #top div .av-dark-form input[type='text'] {
      border-color: #f0f0f0 !important;
      border-width: 1px !important;
      background-color: #f0f0f0 !important;
    }

    In addition, the below css will style the message field:

    #top .avia_ajax_form .text_area {
      border-color: #f0f0f0 !important;
      border-width: 1px !important;
      background-color: #f0f0f0 !important;
    }

    Finally the below css is for the submit button and it’s hover state:

    .av-custom-form-color .button:hover {
      border-color: #f0f0f0 !important;
      border-width: 1px !important;
      background-color: #d6443a !important;
    }
    
    .av-custom-form-color .button {
      border-color: #f0f0f0 !important;
      border-width: 1px !important;
      background-color: #f0f0f0 !important;
    }
    

    You should now be able to style all of your forms across the board.

    Please
    Regards,
    Dake

    in reply to: Displaying .pdfs #471707

    Hey AirstreamCoach,

    In order to bring your site back online, you’ll need to re upload your functions.php file.

    The available code in the codex is the recommended method when editing the default password protection page.

    You have 3 other alternatives that you can try:

    – You can make a copy of the twentyfifteen theme’s functions.php file then attempt using the php code from the codex again.

    – You can try using a password protection plugin that provides you with a member system and an editable password page.

    – Lastly, you could try enlisting the help of a freelancer: http://kriesi.at/contact/customization

    Cheers!
    Dake

    in reply to: contact form (outlines & colors) #471686

    Hi coeval,

    If you inserted it into the custom css section in your theme options, then that is the correct location.

    If you did, may we have temporary access to your site so we can take a closer look?

    Cheers!
    Dake

    in reply to: Displaying .pdfs #471683

    Hi AirstreamCoach,

    I understand that your website it up and running again, but have you attempt using the methods described in the WordPress codex?

    Regards,
    Dake

    in reply to: Video in the lightbox #471682

    Hi qeeqac,

    Once I logged into your site, I was brought to the homepage with no backend controls whatsoever.

    What user role did you set the test profile to?

    Cheers!
    Dake

    in reply to: Portfolio Thumbnail Padding? #471226

    Hey Snerp,

    You’re welcome :)

    If you ever need help in the future, we’re always here for you.

    Regards,
    Dake

    in reply to: Displaying .pdfs #471213

    Hi airstream,

    In order to remove the error, please reupload a copy of your functions.php file or remove the code you added via FTP.

    Best regards,
    Dake

Viewing 30 posts - 1,261 through 1,290 (of 1,341 total)