Forum Replies Created

Viewing 30 posts - 391 through 420 (of 465 total)
  • Author
    Posts
  • in reply to: Code block and form weirdness #330410

    Hey!

    You can use the following plugin https://wordpress.org/plugins/enhanced-text-widget/ to add custom html forms. Create a dynamic widget area, add the widget and simply add a Widget Area to the page where you want to display the form.

    Best regards,
    Arvish

    in reply to: logo position #330405

    Hi!

    In enfold_child.css line 61, the image src is wrong. Please change to ‘http://www.weinkellerei-woeber.at/weinkellerei/wp-content/uploads/2014/10/logo_linie.jpg’

    This will create an issue with the line when scrolling and viewing on different devices though. In my professional opinion, you would be better off adding an extra absolutely positioned div to the header with a top border(color of line), cutting through the logo and implementing javascript to move it while scrolling and using media queries for different screen sizes.

    Unfortunately, the solution would take a considerable amount of time to implement and is not covered within the scope of our basic theme support.

    You can try hiring a developer for more in-depth customisation. We recommend http://studio.envato.com/ or https://www.elto.com/

    Best regards,
    Arvish

    Hi 4seed!

    With regards to the social icons, try adding this code to Quick CSS or custom.css:

    #top #wrap_all .av-social-link-gplus a {
        color: #FFF;
        background-color: #DE5A49;
    }

    For the logo and text, add the following in Quick CSS or custom.css:

    @media only screen and (max-width:555px) and (orientation:landscape) { 
         #header-page .template-page .post-entry{
               margin-top:50px !important;
    }
    }

    Cheers!
    Arvish

    in reply to: Randomize Masonry Grid #330184

    Hi JadynWelch01!

    The solution provided here should help.

    Best regards,
    Arvish

    in reply to: Blog-post feed does not work #330183

    Hey!

    Are you using a redirection plugin? If so, try disabling it.

    Otherwise try disabling all third-party plugins to see if it gets fixed.

    Cheers!
    Arvish

    in reply to: Create an empty, black background #330181

    Hey!

    To turn off cache, assuming you’re not using a third party cache plugin, add the following to header.php in enfold/enfold child theme just after the <head> tag.

    <meta http-equiv="cache-control" content="max-age=0" />
    <meta http-equiv="cache-control" content="no-cache" />
    <meta http-equiv="expires" content="0" />
    <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
    <meta http-equiv="pragma" content="no-cache" />

    Regards,
    Arvish

    in reply to: 502 Error #330179

    Hey ayanasoul!
    Thank you for using Enfold.

    I am sorry about your ordeal.

    Could you please forward us the following to help troubleshoot your issue.

    1. WordPress admin credentials and the link to your site.
    2. FTP admin credentials to your site.

    Cheers!
    Arvish

    in reply to: Nav Logo on IPhone 5 #330177

    Hi squarelight!

    Try adding this code to custom.css:

    @media only screen and (max-width:479px) { 
    
    .responsive .logo img {
    
    width: 150px;
    height: auto !important;
    padding-top: 15px;
    
    }
    
    }

    Cheers!
    Arvish

    in reply to: Cannot edit my pages #330174

    Hi jesusharo!

    1. Have you tried disabling all third-party plugins to see if it gets fixed?
    2. Has this started occurring after a theme, plugin or wordpress update?

    Regards,
    Arvish

    in reply to: image captions #330172

    Hi Munford!

    Thank you for using Kriesi Themes.

    Just tried visiting the link you provided but it’s returning a page not found error.

    Is this issue now resolved?

    Best regards,
    Arvish

    in reply to: How do you use the Fullwidth (sticky) submenu? #330171

    Hey!
    Have you tried using the megamenu feature.
    You can follow this very instructive video to do so.

    Alternatively consider Ubermenu

    Best regards,
    Arvish

    in reply to: Problems with sidebar and content width #330166

    Hi!

    With regards to the breadcrumb, try adding this code to the Quick CSS textarea in the Enfold theme option:

    .breadcrumb-trail {
        
        padding-left: 50px;
    }

    For the width issue, try adding the following code again to the Quick CSS textarea in the Enfold theme option:

    .avia-section .avia-section{
       max-width: 1170px;
    }

    Please note that you might require additional coding due to the above fix, since it is manipulating the core css structure of the framework.

    Regards,
    Arvish

    in reply to: Cart widget display issue #330164

    Hi!
    Glad it worked out for you. Thank you for sharing your solution.
    Cheers!
    Arvish

    in reply to: Demo content import issue #330162

    Hi!
    Glad it worked out for you. :)
    Cheers!
    Arvish

    in reply to: Enfold Ajax preview search instead of Ubermenu Search #330159

    Hi!
    Thank you for sharing the solution with us.
    Best regards,
    Arvish

    in reply to: Contact forms #330158

    Hi David,

    Having had a look, the customization will unfortunately take some time to do.
    I’d recommend using a plugin like CF7 which allows you to easily set the sender email and also modify the mail that is sent.

    Regards,
    Arvish

    in reply to: Remove Padding And Margin From Column Content #330152

    Hey!

    Remove

    width: 100% !important

    from the code.

    This will resolve the image resizing issue for smaller screen sizes.

    For non-conventional screen sizes, I would suggest using the following media query to modify your css:

    @media only screen and (min-width:644px) and (max-width:767px) { 
    /* CSS rules here */
    
    } 

    The image does not resize correctly between the two sizes above. As I said, these are non-conventional screen sizes and if you want to handle the css for the image, I would suggest the following:

    @media only screen and (min-width:644px) and (max-width:767px) { 
    /* CSS rules here */
    div#full-width-section-tflq .avia-image-container{
      max-width:627px !important;
      margin: 30px auto !important;
      float:none;
    }
    
    }

    Best regards,
    Arvish

    in reply to: Blog Page icons are not aligned #330142

    Hi bakbek!
    Thank you for using Kriesi themes.

    Could you please specify in a mock up screenshot, where you would have the icons aligned.

    We can help you better from there.

    Regards,
    Arvish

    in reply to: Alignment issue on Mobile #330138

    Hi!
    Could you please provide us the link to the page for your second request. It will help better troubleshoot the issue.
    Regards,
    Arvish

    in reply to: Contact forms #330134

    Hey!
    I am having a look for you right now.
    Regards,
    Arvish

    in reply to: How to make a map appear the same as in your demo site? #330132

    Hi bakbek!

    To add a fullwidth google map, simply drag a google map layout object to your advanced layout editor as shown in the screenshot below:

    How to insert fullwidth google map in Enfold

    Best regards,
    Arvish

    • This reply was modified 10 years, 1 month ago by Arvish.
    in reply to: Mobile is not working well #330123

    Hi doriprice2020!

    Just had a look at your site on mobile.

    You are using an alternate theme for mobile which does not recognize any Enfold shortcodes, i.e WPTouch Mobile Suite.

    In my opinion, you are better off discarding the mobile theme and using media queries to change css in Enfold for different devices.

    Regards,
    Arvish

    in reply to: best way to change the menu bar color? #330121

    Hi!

    Try adding this code to the Quick CSS:

    #header_main {
    background-color: #ff6a00;
    }
    

    Change the color to whatever you want.

    Regards,
    Arvish

    in reply to: Comment section on a blog post is not aligned #330120

    Hi bakbek!

    Try adding this code to the Quick CSS:

    .comment-entry{
       padding-right:50px;
    }

    Best regards,
    Arvish

    in reply to: Cleanness of main navigation header #330114

    Hi jasrobb!

    The menu in the reference site you provided has a background image attached to the header.

    Try customising and adding this code to the Quick CSS or custom.css:

    #header {
        background: url('url to your image') repeat-x scroll 0% 0% transparent;
    }

    You can use a pattern or image as background and to give the shadow effect.

    Best regards,
    Arvish

    in reply to: Problema con iconos sociales, botones en slider, etc #329853

    Hey!

    That’s because .htaccess files are invisible by default.

    1. Try these steps if you’re using cpanel or similar for you web hosting.

    Log into your cPanel
    Click the “File Manager” icon
    Ensure “Show Hidden Files” is selected
    Click “Go”
    2. Alternative install a plugin like WP Htaccess Editor to help you do that.

    Regards,
    Arvish

    in reply to: Bug blog categories #329750

    Hi!

    Try adding the following line at the bottom of wp-config.php

        ini_set('display_errors', 'Off');
        error_reporting(0);

    Regards,
    Arvish

    in reply to: Changing caption text etc. #329670

    Hey!
    To change the case of the caption title from Uppercase to normal case try adding this code to the Quick CSS or custom.css:

    .avia-slideshow  .avia-caption-title{
        text-transform:none;
    }

    Cheers!
    Arvish

    in reply to: Changing caption text etc. #329662

    Hi Picante!

    To change the styling for the slideshow caption and text content try customising and adding this code to the Quick CSS or custom.css

    
    .avia-slideshow  .avia-caption-title{
    
    }
    
    .avia-slideshow  .avia-caption-content{
    
    }

    To add top padding to the logo try adding this code to the Quick CSS or custom.css:

    .logo{
    padding-top:10px;
    }

    Cheers!
    Arvish

    • This reply was modified 10 years, 1 month ago by Arvish.
    in reply to: Logo not showing up on inner pages #329657

    Hi!

    Just had alook at the site on Windows 7 using Chrome.

    The logo displays fine. Perhaps it might help asking those testing to clear their browser cache and retrying?

    Can we consider this issue as resolved?

    Cheers!
    Arvish

Viewing 30 posts - 391 through 420 (of 465 total)