Forum Replies Created
-
AuthorPosts
-
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,
IsmaelHey!
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!
IsmaelJuly 8, 2015 at 9:33 am in reply to: Trying to have a widget display in the center of a post #470091Hi!
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,
IsmaelHi!
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,
IsmaelHi 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,
IsmaelHi jihadmunther!
Thank you for using Enfold.
You need to set a menu as Enfold Secondary Menu in the Appearance > Menus panel.
Regards,
IsmaelHey!
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,
IsmaelHi!
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!
IsmaelHey!
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!
IsmaelHey 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!
IsmaelHey!
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,
IsmaelHi 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!
IsmaelHi!
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,
IsmaelHey!
Thank you for the details. Unfortunately, the login credentials above are not working. Please create a simple password.
Best regards,
IsmaelHey!
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,
IsmaelJuly 8, 2015 at 7:40 am in reply to: Three websites continually report errors in theme log files #470036Hey!
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,
IsmaelHi!
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,
IsmaelHey!
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,
IsmaelHey!
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!
IsmaelHey 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!
IsmaelHey!
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!
IsmaelHi!
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,
IsmaelHi!
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,
IsmaelJuly 7, 2015 at 11:14 am in reply to: Certain sections don't scale responsively on Firefox and IE #469540Hey!
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,
IsmaelHi!
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!
IsmaelHi 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!
IsmaelJuly 7, 2015 at 10:33 am in reply to: Display Excerpt & Changing blog post to a new template #469508Hey 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,
IsmaelHi!
Looks like you managed to limit the width of the grid row container. Is that right?
Regards,
IsmaelJuly 7, 2015 at 10:24 am in reply to: Masonry Gallery loading all links on the page in the lightbox #469502Hi!
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!
IsmaelHey!
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 -
AuthorPosts