Forum Replies Created

Viewing 30 posts - 46,651 through 46,680 (of 66,033 total)
  • Author
    Posts
  • in reply to: Logo Size and Extra Space Below Logo on Mobile #470156

    Hi spidercreations!

    Thank you for using Enfold.

    This code adjusts the height of the header:

    @media only screen and (max-width: 850px) {
    #header_main { height: 140px; }
    .custom_content { top: 80px; }}

    You can add another media query for smaller screens:

    @media only screen and (max-width: 768px) {
    #header_main { height: 90px; }
    }}

    Regards,
    Ismael

    in reply to: css does not work anymore #470148

    Hey!

    I checked the pages above but I can’t see the “header-widget” container. Did you remove it? A screenshot from you will help.

    Cheers!
    Ismael

    Hi!

    Can you please provide a screenshot of the issue? I visited the link you provided above and the google ads or widgets are centered inside the post container. http://bodasyweddings.com/?p=3306&preview=true

    Best regards,
    Ismael

    in reply to: Technical Question #470089

    Hi!

    You can replace the code in the functions.php file with this:

    add_action('ava_after_main_container', function() { echo "<a href='#' class='click-me-toggle'>Click This</a>"; });
    
    add_action('wp_footer', 'ava_custom_script', 10);
    function ava_custom_script(){
    ?>
    <script>
    (function($) {
        var sidebar = $('.html_header_left #top #header'),
    		main = $('.html_header_left #main');
        $('.click-me-toggle').click(function() {
          $(sidebar).toggle('slide');
    	  if($(main).css('margin-left') == '300px') {
    	  	$(main).css('margin-left', 0);
    	  } else {
    	  	$(main).css('margin-left', '300px');
    	  }
        });
    }(jQuery));
    </script>
    <?php
    }

    For further modifications, please visit codeable: http://kriesi.at/contact/customization

    Best regards,
    Ismael

    Hi Luke86!

    Thank you for using Enfold.

    You can create a new folder called “tribe-events”, with “s”. Add the single-event.php template inside.

    Regards,
    Ismael

    in reply to: Language switcher #470081

    Hi jihadmunther!

    Thank you for using Enfold.

    You need to set a menu as Enfold Secondary Menu in the Appearance > Menus panel.

    Regards,
    Ismael

    in reply to: Worketc.com form JavaScript conflict #470076

    Hey!

    Can you please create a test page with the form script? I check the http://www.intelsys.ee/developer/about/ link but I don’t see any forms there and the sticky menu works ok.

    Best regards,
    Ismael

    in reply to: Height of color section #470074

    Hi!

    The color section height is accurate, it is 100% of the browser height. The thing that you have to adjust is the scroll position as explained here: https://kriesi.at/support/topic/100-content-element-height-is-not-100/

    Do you have a single page navigation or anchor menus? Because if you have, the adjustments in the previous thread should help.

    Cheers!
    Ismael

    in reply to: Hebrew translation #470069

    Hey!

    Alright. You can use this software to edit the po files in the theme’s lang folder: https://poedit.net/

    Translate the strings by editing the wp-content > themes > enfold > lang > he_IL.po file then use the software to compile it. Create a backup of the language files if you have to update the theme. If you edit the po file, you’ll find codes that look like this:

    # @ avia_framework
    #: search.php:23
    msgid "New Search"
    msgstr ""

    The “# @ avia_framework” is the text domain, “#: search.php:23” is the location of the string or the file name where the text is located. The “msgid “New Search”” is the text to be translated and the “msgstr “”`” is the translation. You can add the translation like this:

    msgstr “חיפוש חדש”`
    `

    Cheers!
    Ismael

    in reply to: Photo Gallery thumbnails #470067

    Hey j_arendall!

    Thank you for using Enfold.

    Please edit the gallery element then set the Gallery Preview Image Size settings. It is currently set to widget thumbnails.

    Cheers!
    Ismael

    in reply to: Top nav safari display issue #470065

    Hey!

    I checked the site on safari and the menu items looks ok. However, there’s a “shopping cart” text in the top left corner of the site and the menu items are bulleted. Please try to update the theme to the latest version, 3.2.1.

    Best regards,
    Ismael

    in reply to: Tracking Events #470058

    Hi miketica!

    Thank you for using Enfold.

    Maybe you can use the same script. Just replace onclick attriute with the new track script.

    jQuery(‘.ga-buy-1 a’).attr(‘onclick’, ‘window.uetq = window.uetq || []; window.uetq.push({ ‘ec':’Video’, ‘ea':’Play’, ‘el':’Product Demo’, ‘ev':’5′ });’);
    

    Cheers!
    Ismael

    in reply to: table gestalten #470051

    Hi!

    The table width of the table is set inline so you have to override that. You can add this in the Quick CSS field:

    .brndtbl {
      width: 100% !important;
    }

    Regards,
    Ismael

    Hey!

    Thank you for the details. Unfortunately, the login credentials above are not working. Please create a simple password.

    Best regards,
    Ismael

    in reply to: Related products element not working #470041

    Hey!

    Alright. If you don’t mind, we would like to access the dashboard. Please post the login details here as a private reply.

    Best regards,
    Ismael

    Hey!

    Alright. Let us know if you have the latest version running. Right now, the version of the theme installed in the site is 3.1.3.

    Regards,
    Ismael

    in reply to: Customizing error404 page #470034

    Hi!

    Are you sure? Please check it carefully. If it’s not there, you’re either using an old version of the theme or you’re looking in the wrong file. You can replace the code with this: http://pastebin.com/davKbdDk

    Regards,
    Ismael

    in reply to: Technical Question #469749

    Hey!

    You can change the style of the text in the Quick CSS field. Do something like this:

    .click-me-toggle {
      position: fixed;
      left: 10px;
      bottom: 40px;
      z-index: 1000;
      background-color: red;
      padding: 3px 5px;
      border-radius: 3px;
    }

    You’ll see the red button in the bottom left corner of the page.

    Best regards,
    Ismael

    in reply to: Related products element not working #469743

    Hey!

    That is exactly how the related products work on our installation. Did you create a product category hierarchy? Is the “Lighthouses” category a child category of “Coastal Landscapes”?

    Cheers!
    Ismael

    in reply to: additional access for Author/Editor role #469710

    Hey fightforcreativity!

    Thank you for using Enfold.

    I think it’s better if you ask the plugin author, ask them them what is the user capability required to access the events. It’s possible to modify the user roles with a plugin:

    https://wordpress.org/plugins/user-role-editor/
    https://wordpress.org/plugins/advanced-access-manager/

    Cheers!
    Ismael

    in reply to: Styling Secondary Menu #469707

    Hey!

    Each menu item has their own unique menu id. You can use that to change the style of that particular menu item. You can do something like this in the Quick CSS field:

    #menu-item-740 a {
      background-color: green !important;
      padding: 3px 5px;
      border-radius: 3px;
    }

    Cheers!
    Ismael

    in reply to: "Edit colum" Button Missing ^^ #469703

    Hi!

    From what version of the theme did you update? If you update from version lower than 3.1.5 then all widgets will be reset to default or will be out of place because of the WordPress 4.2 update. All you need to do is to place all widgets to their respective widget area. You can find those widgets in the Inactive Widget section.

    Best regards,
    Ismael

    in reply to: Enfold – Logo Position #469699

    Hi!

    Thank you for using Enfold.

    What is the browser and browser version in those computers? What is the resolution of the monitors? I check the site on my end and the logo looks perfectly fine.

    Regards,
    Ismael

    Hey!

    Alright. Please try to replace the code with this:

    @media only screen and (max-width: 989px) {
    .avia-mozilla .avia-section.av-minimum-height .container, .avia-mozilla .avia-section.av-minimum-height .container .content, .avia-msie .avia-section.av-minimum-height .container, .avia-msie .avia-section.av-minimum-height .container .content {
      display: block;
    }}

    Best regards,
    Ismael

    in reply to: Masonry Gallery Not Working #469532

    Hi!

    I tried to use the filter that I suggested but adding html links inside the excerpt breaks the masonry container so I guess it doesn’t work the way I want it to. Yes, using the masonry element will be much easier in this case.

    Cheers!
    Ismael

    in reply to: Enfold LayerSlider Text Size Too Small On Smartphones #469519

    Hi udfb!

    Thank you for using Enfold.

    You can set the font size on mobile device by using css media queries. The layer’s attributes panel will come in handy if you want to modify the layer specifically. Add a unique id or a class attribute to the layer then use it in the Quick CSS field.

    Cheers!
    Ismael

    in reply to: Display Excerpt & Changing blog post to a new template #469508

    Hey fightforcreativity!

    Thank you for using Enfold.

    1.) Yes, it’s possible. You have to edit the post then enable the Excerpt in the Screen Options panel. Add the summary or excerpt manually.

    2.) It is possible but it will require a major code rewrite. You have to edit the single.php and includes > loop-index.php files. You can contact codeable: http://kriesi.at/contact/customization

    Or you can save the current layout as Template. You can find the template button in the top right corner of the advance layout builder. Use this template for posts.

    Regards,
    Ismael

    in reply to: Grid selection runs full page width #469506

    Hi!

    Looks like you managed to limit the width of the grid row container. Is that right?

    Regards,
    Ismael

    Hi!

    I tried to reproduce the issue on my installation but when I created a gallery then add a button which is linked to a video, the lightbox popup of the masonry gallery does not include the video. Clicking on the button to open the video lightbox works the same. How did you fix it on the actual page?

    Cheers!
    Ismael

    in reply to: Hebrew translation #469496

    Hey!

    We asked Yigit to check this thread again but if you want to know how to use the loco translate plugin, just go to the Loco Translate > Manage Translations panel. Look for the he_IL : Hebrew language file under the Themes section, click it. Before translating any strings, make sure that you click the Sync button. After syncing, you can search for the strings that you want to translate by using the filter translations field. Don’t forget to save after.

    Cheers!
    Ismael

Viewing 30 posts - 46,651 through 46,680 (of 66,033 total)