Forum Replies Created

Viewing 30 posts - 6,661 through 6,690 (of 10,428 total)
  • Author
    Posts
  • in reply to: Center Copyright in Socket #646388

    Hey Snerp,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #socket .copyright {
        width: 100%!important;
        text-align: center!important;
    }

    If the above don’t work please provide a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    in reply to: disable side navigation in lightbox, mobile menu #646383

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    /* Stop clicking on image */
    img.mfp-img {
       pointer-events: none;
    }
    
    /* hide counter */
    .mfp-counter {
       display:none;
    }

    Best regards,
    Vinay

    in reply to: Translate default texts #646372

    Hi,

    Please check the plugin documentation for more info https://localise.biz/help/wordpress/translate-plugin/beginners

    FAQ https://wordpress.org/support/plugin/loco-translate

    If you search the plugin name on YouTube you may find some interesting and easy to learn video tutorials as well :)

    Thank you for using Enfold.

    Best regards,
    Vinay

    in reply to: Portfolio not show correctly #646369

    Hey solutecsi,

    Right now i notice that only one portfolio item is showing please elaborate what exactly is the issue in more detail, are there enough portfolio items added to the catogery?

    Best regards,
    Vinay

    in reply to: Buttons inline AND centered? #646368

    Hi,

    We do not see the URL of the site login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • A precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    in reply to: How to move Main Menu from Header to Main Content Area #646367

    Hi,

    That would be great! But to make the main menu appear on the top would take a lot of time and at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to share your solution if you find a workaround for this :)

    Best regards,
    Vinay

    in reply to: Change font size special heading being ignored #646364

    Hi,

    To target specific elements on the site please enable custom class support and use the custom class name in combination with the above css to target only one heading :)

    Please check this link for more info http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Vinay

    Hey wzshop,

    We are happy to help!! Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    in reply to: Re-order masonry categories order names. #646362

    Hey Yan,

    It is not easy to change the sorting options. By default it is alphabetically arranged.

    To hide the sort filters in mobile Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width:767px) {
    .avia-fullwidth-portfolio .sort_width_container {
        display: none;
    }}

    Best regards,
    Vinay

    in reply to: video #646359

    Hey jelle,

    Please use a plugin like https://wordpress.org/plugins/hide-youtube-related-videos/

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: table acting weird #646358

    Hey jelle,

    The table do not looks same as you describe, did you get this sorted?

    Please let us know if there is anything we can help you with.

    Best regards,
    Vinay

    in reply to: Add image between blog posts #646357

    Hi,

    The reason it appears on top is because the code is missing “background-position: bottom center;”
    For more info please check https://css-tricks.com/almanac/properties/b/background-position/

    To hide the background on last item Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .content article.post-entry:nth-child(3) {
    	background: none!important;
    }
    

    Best regards,
    Vinay

    in reply to: Center logo on all mobile devices? #646355

    Hi,

    Glad you got it sorted!

    Please feel free to let us know if you have more questions for us :)

    Thank you for using Enfold.

    Best regards,
    Vinay

    in reply to: Data Table – Responsiveness after Update #646354

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    /* For tablets*/
    @media only screen and (max-width:767px) {
    .avia-heading-row th {
    	font-size: 12px!important;
    	letter-spacing:0;
    }
    }
    

    Best regards,
    Vinay

    in reply to: How to move Main Menu from Header to Main Content Area #646349

    Hey Raleigh,

    You can achieve a similar layout by changing a few settings and with help of some custom CSS.

    1. Select “Left sidebar” from Enfold > General Layout > Logo and Main Menu

    2, To hide the menu in the sidebar Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .main_menu {
        display:none;
    }
    

    3. Use a fullwidth menu element from the advanced layout builder on the front page.

    All tho one disadvantage is that you have to add a fullwidth submenu on all pages and post that you create. If it a site with only a few pages that you can manually change it is advisable to do this.

    Best regards,
    Vinay

    in reply to: Issues Updating Enfold from 3.2.3 to Current Version #646344

    Hi,

    Are you noticing HTTP ERROR 500 ? Increasing the memory limit on wordpress and on the hosting server should resolve this issue.

    To increase the wordpress memory limit please access wp-config.php file and add the below line right after @package wordpress

    define('WP_MEMORY_LIMIT', '256M');
    
    

    For a detailed explaination please check this link http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
    Or you can contact your service provider and they can do it for you.

    Best regards,
    Vinay

    in reply to: Full width logo in Enfold Theme #646337

    Hi,

    To make the logo full width please select “Let logo and menu position adapt to browser window” in Enfold > Header > Header behavior

    If that don’t work for you please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .responsive #header_main .container.av-logo-container {
    	width: 100%!important;
    	max-width:100%!important;
    	padding:0!important;
    }
    

    You can show a different logo when users scroll down but for that we need to make some changes in the theme settings.

    Remove the current logo from Enfold > Logo and add it to Enfold > Header > Transparency options > Transparency Logo (This will be your main logo)

    Add the logo which you want to show in Enfold > Logo

    Login to admin and on the front page in the right sidebar layout options under the “Header visibility and transparency” select Transparent header.

    let us know if you have any questions.

    Best regards,
    Vinay

    in reply to: Add image between blog posts #646329

    Hi,

    It should look like the screenshot below. Please replace the image URL and try adding this code to your child themes style.css file which can be accessed via Appearance > Editor

    If you still have any issue Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Vinay

    in reply to: Data Table – Responsiveness after Update #646328

    Hey asterios,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px) {
    .responsive .avia_scrollable_table .avia-data-table>thead>tr>th, 
    .responsive .avia_scrollable_table .avia-data-table>tbody>tr>th, 
    .responsive .avia_scrollable_table .avia-data-table>tfoot>tr>th, 
    .responsive .avia_scrollable_table .avia-data-table>thead>tr>td, 
    .responsive .avia_scrollable_table .avia-data-table>tbody>tr>td, 
    .responsive .avia_scrollable_table .avia-data-table>tfoot>tr>td {
        width: 150px;
    }}
    

    Best regards,
    Vinay

    in reply to: Single Product Layout Product image to the right #646323

    Hey indieweb,

    We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But if that’s something you really need you can always try to hire a developer for the task :)

    Please refer to this post by ismael https://kriesi.at/support/topic/sidebar-rechts-single-page/#post-580220

    Best regards,
    Vinay

    • This reply was modified 9 years, 8 months ago by Vinay.
    in reply to: footer not showing on portfolio pages #646322

    Hi,

    I checked for the issue on the site. The footer is visible when the page height is relatively small as the browser window grows tall the footer hides behind another layer or so it appears. I tried to check for any conflict with the custom codes but I think you are using a plugin to add custom css and other codes ? may I know where I can access it please.

    Best regards,
    Vinay

    in reply to: Define custom masonry gap between elements #646316

    Hi,

    Glad we could help!
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold!

    Best regards,
    Vinay

    in reply to: change sizing of AV Font Icon #646315

    Hi,

    Please replace the code with

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #icon-section .flex_column {
        margin-left: 3%;
        width: 38%!important;
    }
    }
    @media only screen and (max-width: 480px) {
    #top .av_font_icon a{
    font-size: 60px!important;
        line-height: 60px!important;
        width: 60px!important;
    }}

    Best regards,
    Vinay

    in reply to: Change Product Title Color and Weight in Woocommerce #646314

    Hey raisonbrands,

    That’s the correct CSS code please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .inner_product_header_cell h3{
         color:#00afef!important;
      }
    

    You may not see the changes until the cached files are cleared in your browser.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Vinay

    in reply to: menu in the enfold menu disapear #646313

    Hey aboo2a,

    I checked the issue on the site. It appears your theme is bugged or hard coded with malicious code and there are a few js conflicts due to which this issue is happening.

    Please contact your hosting provider and make sure the site is not hacked.

    To resolve the issue you need to backup any theme customisations if you may have added any and update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Vinay

    in reply to: List of short codes and attributes #646309

    Hey Russell,

    To know more about enfold features please check the documentation here – http://kriesi.at/documentation/enfold/

    A list of shortcodes is available online on our default demo http://kriesi.at/themes/enfold/ (click on the shortcode link in the menu).

    The same shortcodes can be accessed via the text editor magic wand tool :)

    We provide short code for all Advanced layout builder elements which is easy to use compared to class names and it can come handy to re-produce the elements.

    You can copy or enter the shortcode from the text area available below the advanced layout builder

    To use shortcodes Enable debug mode please check this link Please kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Best regards,
    Vinay

    in reply to: 404 page layout #646301

    Hey edzetrading,

    Thank you for contacting us :)

    It a nice and simple layout it can be easily achieved in Enfold using colorsection.
    Set it’s height to 100% and add a background image with stretch to fit as cover image.
    Add your text inside it.

    If you like to copy the short code into your page please enable debug mode http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    And add the below shortcode to the text area that appears below the advanced layout builder

    [av_section min_height='100' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='http://localhost/_proj/enfold/wp-content/uploads/2015/03/people_town-1500x430.jpg' attachment='577' attachment_size='featured' attach='scroll' position='top left' repeat='stretch' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    
    [av_textblock size='' font_color='' color='']
    <p class="entry-content" style="text-align: center;"><strong>Pagina niet gevonden</strong></p>
    
    <section class="404_recommendation">
    <p style="text-align: center;">Helaas is de door u opgevraagde pagina niet (meer) bereikbaar. Wij verontschuldigen ons voor dit ongemak. De informatie is misschien verwijderd, het internetadres kan gewijzigd zijn, of u heeft een fout gemaakt bij het intypen van het internetadres. Om de pagina alsnog te vinden, kunt u het volgende proberen:</p>
    
    <p style="text-align: center;">Controleer of u het internetadres juist heeft gespeld
    Gebruik de Back of Vorige knop van uw browser om terug te gaan naar de laatst bezochte pagina
    Gebruik de zoekfunctie om de gewenste pagina te vinden
    
    </section>
    [/av_textblock]
    
    [/av_section]

    Best regards,
    Vinay

    in reply to: Full width logo in Enfold Theme #646297

    Hi,

    Thank you for the credentials, we have added the below css in child theme styles.

    Please review the site now.

    
    .logo, .logo img {
        width: 100% !important;
        height:auto;
    }

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Enfold – What's changed? #646268

    Hi!


    @doortoweb
    we might have another topic for demo data and other related files. For the time being please open a new ticket :)

    Best regards,
    Vinay

    in reply to: Enfold – What's changed? #646267

    Hi!

    – added: new styling options for “<mark>” and “<u>” element that lets you spice up a sites typography considerably

    You can use mark and u tags in html markup to target a specific part.
    http://www.w3schools.com/tags/tag_mark.asp
    http://www.w3schools.com/tags/tag_u.asp

    – added: new css classes to the header generator

    The „ all_colors“ class was added as a way to reduce the amount of css, generated by our advanced style generator. previously rules would be generated for each section (main_color, alternate_color, footer_color etc) – I optimized it for cases were all sections are affected to only generate a single rule with the „all_colors“ class

    – added: new google fonts

    Will let you guy’s know about the font list soon.

    In case you guy’s missed out on this blog post here is the link http://kriesi.at/archives/enfold-3-6-a-healthy-update-fitness-gym-app-and-health-coach-demo

    Cheers!
    Vinay

Viewing 30 posts - 6,661 through 6,690 (of 10,428 total)