Forum Replies Created

Viewing 30 posts - 87,781 through 87,810 (of 93,504 total)
  • Author
    Posts
  • in reply to: Easy Slider image size #483134

    Hi,

    I think you forgot to paste the link? Private Data area is empty…

    Cheers!
    Rikard

    in reply to: Sidebar: Rahmen der Inhalte zu groß #483129

    Hi,

    Glad we could help :-)

    Cheers!
    Rikard

    in reply to: Close vertical space between color section and text box #483122

    Hi,

    You can use the original code then, replace Contact with the Page ID, Page Title or Page Slug: https://codex.wordpress.org/Function_Reference/is_page

    Regards,
    Rikard

    in reply to: Table styling #483117

    Hi,

    Thanks for the feedback, you can add a feature request for it here: https://kriesi.at/support/enfold-feature-requests/

    Regards,
    Rikard

    in reply to: Buttons hovering color effect? #483116

    Hey maschera,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .avia-button:hover {
        background-color: #ffffff !important;
        color: #e800dc !important;
    }
    

    Thanks,
    Rikard

    in reply to: shortcode rendering problem with < in text #483114

    Hi,

    Ok, glad you found the solution :-)

    Regards,
    Rikard

    in reply to: Fixed Images @ Top and Bottom #483113

    Hi,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    in reply to: Woocommerce integration questions. #483112

    Hi,

    I tried logging in but the details don’t seem to work, could you check please?

    Regards,
    Rikard

    in reply to: Weird errors since update #483110

    Hi,

    Could you try to overwrite the theme files with a fresh copy from your Themeforest account via FTP to see if that helps please?
    http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Rikard

    in reply to: email problem contactpage #483108

    Hi,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Thanks,
    Rikard

    in reply to: Add new widget area – need hook #483102

    Hi M1000000,

    You can try this:

    function before_footer(){
      /*your code here*/
    }
    add_action('ava_before_footer', 'before_footer');

    Cheers!
    Rikard

    in reply to: Layerslider gone after click on Header-Logo #483101

    Hi,

    The details don’t seem to work unfortunately, could you check please? Just to be clear, it’s not the WordPress access that is not working, it’s the server password before even being able to see the login page.

    Thanks,
    Rikard

    in reply to: Warning: Illegal offset type in isset or empty in… #483099

    Hi,

    Thanks for sharing that @xxtita, please let us know if we can help you out more on the topic.

    Cheers!
    Rikard

    Hi,

    Please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    in reply to: change styling widget recent posts #483096

    Hi Florinek,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Cheers!
    Rikard

    in reply to: Portfolio_entries Image size #483095

    Hi,

    I’m not sure I understand the problem you are having, do you want the images to be the same size? If so, you can select that under the Select custom image size option.

    Regards,
    Rikard

    in reply to: Problem with displaying portfolio entries #483094

    Hi,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    in reply to: Fixed background issue #483092

    Hi,

    Ok, that could be the problem, I’ll ask the team to take a look at it on iphone5 since I don’t have one myself. Please wait for their answer.

    Best regards,
    Rikard

    in reply to: Width of Input field #483091

    Hi,

    It seems to be working fine on my end, this is what you have in your CSS:

    #top input[type='number'] {
        padding: 6px 6px;
        text-align: right;
        width: 200px !important;
    }

    I’m not sure what you mean by the table adjusting, what are you expecting to happen?

    Best regards,
    Rikard

    in reply to: Achor ID tags needs more top margin #483090

    Hi,

    Could you try adding that anchor to the surrounding color section instead? I should work better then. Edit the color section and add the anchor in the For Developers: Section ID option.

    Regards,
    Rikard

    Hi,

    I’m not sure why but I got an error page when going to your /wp-admin page?

    No se encuentra la página

    Puede que se haya quitado la página que está buscando, que haya cambiado su nombre o que no esté disponible temporalmente.
    Pruebe lo siguiente:

    Asegúrese de que la dirección del sitio Web que se muestra en la barra de dirección del explorador está escrita correctamente y tiene el formato adecuado.
    Si llegó a esta página tras hacer clic en un vínculo, póngase en contacto con el administrador del sitio Web para informarle de que el vínculo no tiene el formato correcto.
    Haga clic en el botón Atrás para probar con otro vínculo.
    Error HTTP 404 – No se encontró el archivo o directorio.
    Servicios de Internet Information Server (IIS)

    Información técnica (para personal de soporte)

    Vaya a los Servicios de soporte técnico de Microsoft y realice una búsqueda por título con las palabras HTTP y 404.
    Abra la Ayuda de IIS, que está accesible en el Administrador de IIS (inetmgr), y busque los temas titulados Instalación de sitios Web, Tareas administrativas habituales y Acerca de los mensajes de error personalizados.

    Regards,
    Rikard

    in reply to: Different styling for blog #483084

    Hi,

    I’m not sure I understand exactly what part of the layout you are having trouble with, could you try to explain a bit further and maybe post a screenshot highlighting what you wan to change please?

    Cheers!
    Rikard

    Hi ACNLatitudes,

    It’s coming from one of your plugins, vision-shortcodes.css, remove the following:

    .hr {
    	clear: both;
    	border: 0;
    	height: 50px;
    	width: 100%;
            background: url(images/shortcodes/bg-hr-dotted.png) 0 50% repeat-x;
    }

    Regards,
    Rikard

    in reply to: No Thumbnails in related post or latest news. #483069

    Hi,

    Glad you got it fixed :-)

    Best regards,
    Rikard

    in reply to: Multiple Issues #483068

    Hi thecszone,

    1. Add this to Quick CSS:

    .avia_mega_div .avia-bullet {
        margin-top: 6px !important;
    }

    2. Add this to Quick CSS:

    @media only screen and (max-width: 767px) {
    #menu-item-3924 a {
    pointer-events:none !important;
    }
    }

    3/4. Add this to Quick CSS:

    .html_stretched #wrap_all {
        background-color: white !important;
    }

    5. I’m not exactly sure what you mean by this but I haven’t heard of any conflicts with that particular plugin.

    6. I think that is an apple thing, the same happens if you text some one and you would write “tonight” for instance, that word would turn into a link, not sure how to turn that off to be honest.

    Regards,
    Rikard

    Hi blueunderground,

    I wanted to have a look at your site but it looks like we have to be logged in? You can post login details in the Private Content section of your reply.

    Your access to this site has been limited

    Your access to this service has been temporarily limited. Please try again in a few minutes. (HTTP response code 503)

    Reason: Access from your area has been temporarily limited for security reasons

    Important note for site admins: If you are the administrator of this website note that your access has been limited because you broke one of the Wordfence firewall rules. The reason you access was limited is: “Access from your area has been temporarily limited for security reasons”.

    If this is a false positive, meaning that your access to your own site has been limited incorrectly, then you will need to regain access to your site, go to the Wordfence “options” page, go to the section for Firewall Rules and disable the rule that caused you to be blocked. For example, if you were blocked because it was detected that you are a fake Google crawler, then disable the rule that blocks fake google crawlers. Or if you were blocked because you were accessing your site too quickly, then increase the number of accesses allowed per minute.

    If you’re still having trouble, then simply disable the Wordfence firewall and you will still benefit from the other security features that Wordfence provides.

    If you are a site administrator and have been accidentally locked out, please enter your email in the box below and click “Send”. If the email address you enter belongs to a known site administrator or someone set to receive Wordfence alerts, we will send you an email to help you regain access. Please read this FAQ entry if this does not work.

    Regards,
    Rikard

    in reply to: How to add a font-face #482719

    Hi Alexia R.,

    W3schools is a great resource: http://www.w3schools.com/cssref/css3_pr_font-face_rule.asp

    Best regards,
    Rikard

    in reply to: Mansonry Issue again #482714

    Hi,

    We tend to work a bit less during weekends yes, we have lives off screen too :-)

    Did you have any luck with updating?

    Regards,
    Rikard

    in reply to: Expand the results of a category search #482712

    Hey,

    You can achieve that using the Masonry element, select Display “Load More” Button under the Pagination option.

    Regards,
    Rikard

    in reply to: Close vertical space between color section and text box #482695

    Hi,

    I’m guessing you read this, http://kriesi.at/documentation/enfold/change-the-logo-url-on-some-pages/, correct?

    You can still use that code, if you only want a different logo on the front page, you could change it to this:

    add_filter('avf_logo','av_change_logo_url');
    
    function av_change_logo_url($url)
    {
        if( is_front_page() )
        {
            $url = "http://link.to/img.png";
        }
    	else
        {
            $url = "http://link.to/img2.png";
        }
    
        return $url; 
    
    }

    The first URL being the logo you want on the front page.

    Cheers!
    Rikard

Viewing 30 posts - 87,781 through 87,810 (of 93,504 total)